1 assignment to MSBuild property ProjectDepsFilePath
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
86
<
ProjectDepsFilePath
Condition="'$(ProjectDepsFilePath)' == ''">$(TargetDir)$(ProjectDepsFileName)</ProjectDepsFilePath>
12 usages of MSBuild property ProjectDepsFilePath
MSBuild (1)
MSBuild.csproj (1)
220
<ContentWithTargetPath Include="$(
ProjectDepsFilePath
)" CopyToOutputDirectory="PreserveNewest" TargetPath="$(ProjectDepsFileName)" />
MSBuildFiles (11)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (1)
501
<ResolvedFileToPublish Include="$(
ProjectDepsFilePath
)"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
192
(('$(UseAppHost)' == 'true' and '$(
ProjectDepsFilePath
)' == '') or
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (9)
86
<ProjectDepsFilePath Condition="'$(
ProjectDepsFilePath
)' == ''">$(TargetDir)$(ProjectDepsFileName)</ProjectDepsFilePath>
297
Outputs="$(
ProjectDepsFilePath
)">
325
DepsFilePath="$(
ProjectDepsFilePath
)"
353
<FileWrites Include="$(
ProjectDepsFilePath
)" Condition="Exists('$(
ProjectDepsFilePath
)')"/>
462
<AllItemsFullPathWithTargetPath Include="$(
ProjectDepsFilePath
)"
463
TargetPath="$([System.IO.Path]::GetFileName($(
ProjectDepsFilePath
)))"
484
<AllPublishItemsFullPathWithTargetPath Include="$(
ProjectDepsFilePath
)"
485
TargetPath="$([System.IO.Path]::GetFileName($(
ProjectDepsFilePath
)))"