--- lang: ja-jp breaks: true --- # MSBuild ビルド時に「`error MSB4057: ターゲット "GetTargetPath" はプロジェクト内に存在しません。`」とエラーが発生する 2022-07-14 > Solution dependency leads to error MSB4057: The target "GetTargetPath" does not exist in the project #4303 > https://github.com/dotnet/msbuild/issues/4303 ## エラーが発生したプロジェクトで、該当のプロジェクトを複数参照している可能性がある。 :::info `ProjectReference`タグで、同一のプロジェクトが参照されていないか確認すること。 ::: ###### tags: `MSBuild` `MSB4057` `GetTargetPath`