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