1 assignment to MSBuild property ProjectDepsFilePath
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\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)
213
<ContentWithTargetPath Include="$(
ProjectDepsFilePath
)" CopyToOutputDirectory="PreserveNewest" TargetPath="$(ProjectDepsFileName)" />
MSBuildFiles (11)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (1)
497
<ResolvedFileToPublish Include="$(
ProjectDepsFilePath
)"
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
189
(('$(UseAppHost)' == 'true' and '$(
ProjectDepsFilePath
)' == '') or
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (9)
86
<ProjectDepsFilePath Condition="'$(
ProjectDepsFilePath
)' == ''">$(TargetDir)$(ProjectDepsFileName)</ProjectDepsFilePath>
258
Outputs="$(
ProjectDepsFilePath
)">
286
DepsFilePath="$(
ProjectDepsFilePath
)"
314
<FileWrites Include="$(
ProjectDepsFilePath
)" Condition="Exists('$(
ProjectDepsFilePath
)')"/>
423
<AllItemsFullPathWithTargetPath Include="$(
ProjectDepsFilePath
)"
424
TargetPath="$([System.IO.Path]::GetFileName($(
ProjectDepsFilePath
)))"
445
<AllPublishItemsFullPathWithTargetPath Include="$(
ProjectDepsFilePath
)"
446
TargetPath="$([System.IO.Path]::GetFileName($(
ProjectDepsFilePath
)))"