1 assignment to MSBuild property ProjectDepsFilePath
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (1)
86
<
ProjectDepsFilePath
Condition="'$(ProjectDepsFilePath)' == ''">$(TargetDir)$(ProjectDepsFileName)</ProjectDepsFilePath>
14 usages of MSBuild property ProjectDepsFilePath
Microsoft.NET.Build.Containers (2)
Microsoft.NET.Build.Containers.csproj (2)
119
<BuiltProjectOutputGroupOutput Include="$(
ProjectDepsFilePath
)" TargetPath="$(ProjectDepsFileName)" FinalOutputPath="$(
ProjectDepsFilePath
)" />
MSBuild (1)
MSBuild.csproj (1)
219
<ContentWithTargetPath Include="$(
ProjectDepsFilePath
)" CopyToOutputDirectory="PreserveNewest" TargetPath="$(ProjectDepsFileName)" />
MSBuildFiles (11)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (1)
517
<ResolvedFileToPublish Include="$(
ProjectDepsFilePath
)"
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
201
(('$(UseAppHost)' == 'true' and '$(
ProjectDepsFilePath
)' == '') or
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (9)
86
<ProjectDepsFilePath Condition="'$(
ProjectDepsFilePath
)' == ''">$(TargetDir)$(ProjectDepsFileName)</ProjectDepsFilePath>
282
Outputs="$(
ProjectDepsFilePath
)">
310
DepsFilePath="$(
ProjectDepsFilePath
)"
339
<FileWrites Include="$(
ProjectDepsFilePath
)" Condition="Exists('$(
ProjectDepsFilePath
)')"/>
448
<AllItemsFullPathWithTargetPath Include="$(
ProjectDepsFilePath
)"
449
TargetPath="$([System.IO.Path]::GetFileName($(
ProjectDepsFilePath
)))"
470
<AllPublishItemsFullPathWithTargetPath Include="$(
ProjectDepsFilePath
)"
471
TargetPath="$([System.IO.Path]::GetFileName($(
ProjectDepsFilePath
)))"