2 assignments to MSBuild property RuntimeIdentifierGraphPath
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
61<RuntimeIdentifierGraphPath Condition="'$(UseRidGraph)' == 'true'">$(BundledRuntimeIdentifierGraphFile)</RuntimeIdentifierGraphPath> 64<RuntimeIdentifierGraphPath Condition="'$(UseRidGraph)' != 'true'">$([System.IO.Path]::GetDirectoryName($(BundledRuntimeIdentifierGraphFile)))/PortableRuntimeIdentifierGraph.json</RuntimeIdentifierGraphPath>
12 usages of MSBuild property RuntimeIdentifierGraphPath
MSBuildFiles (12)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Containers\build\Microsoft.NET.Build.Containers.targets (1)
278RuntimeIdentifierGraphPath="$(RuntimeIdentifierGraphPath)"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ApiCompat.ValidatePackage.targets (1)
41RuntimeGraph="$(RuntimeIdentifierGraphPath)"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (1)
447RuntimeGraphPath="$(RuntimeIdentifierGraphPath)"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DesignerSupport.targets (1)
71RuntimeGraphPath="$(RuntimeIdentifierGraphPath)"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (3)
403RuntimeGraphPath="$(RuntimeIdentifierGraphPath)" 1161<_GeneratePublishDependencyFilePropertyInputsCacheToHash Include="$(RuntimeIdentifierGraphPath)" /> 1247RuntimeGraphPath="$(RuntimeIdentifierGraphPath)"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (2)
115RuntimeGraphPath="$(RuntimeIdentifierGraphPath)" 186RuntimeGraphPath="$(RuntimeIdentifierGraphPath)"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
60<PropertyGroup Condition="'$(RuntimeIdentifierGraphPath)' == ''"> 347RuntimeGraphPath="$(RuntimeIdentifierGraphPath)"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.targets (1)
1206<RuntimeIdentifierGraphPath>$(RuntimeIdentifierGraphPath)</RuntimeIdentifierGraphPath>