2 assignments to MSBuild property IsRidAgnostic
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
113
<
IsRidAgnostic
Condition="('$(_IsExecutable)' == 'true' And '$(IsTestProject)' != 'true') Or
116
<
IsRidAgnostic
Condition="'$(IsRidAgnostic)' == ''">true</IsRidAgnostic>
5 usages of MSBuild property IsRidAgnostic
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Containers\build\Microsoft.NET.Build.Containers.targets (1)
39
<ContainerRuntimeIdentifier Condition="'$(ContainerRuntimeIdentifier)' == '' and '$(
IsRidAgnostic
)' != 'true'">$(RuntimeIdentifier)</ContainerRuntimeIdentifier>
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
97
'$(
IsRidAgnostic
)' != 'true' and
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
112
<PropertyGroup Condition="'$(
IsRidAgnostic
)' == ''">
116
<IsRidAgnostic Condition="'$(
IsRidAgnostic
)' == ''">true</IsRidAgnostic>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
2033
<IsRidAgnostic>$(
IsRidAgnostic
)</IsRidAgnostic>