3 assignments to MSBuild property IsRidAgnostic
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
121
<
IsRidAgnostic
Condition="('$(_IsExecutable)' == 'true' And ('$(IsTestProject)' != 'true' Or '$(IsTestingPlatformApplication)' == 'true')) Or
124
<
IsRidAgnostic
Condition="'$(IsRidAgnostic)' == ''">true</IsRidAgnostic>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\RuntimeIdentifierInference.BeforeNETSdkTargets.targets (1)
56
<
IsRidAgnostic
Condition="'$(_RidAgnosticProject)' == 'true'">true</IsRidAgnostic>
6 usages of MSBuild property IsRidAgnostic
MSBuildFiles (6)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Containers\build\Microsoft.NET.Build.Containers.targets (1)
42
<ContainerRuntimeIdentifiers Condition="'$(BuildingInsideVisualStudio)' != 'true' and '$(ContainerRuntimeIdentifiers)' == '' and '$(
IsRidAgnostic
)' != 'true'">$(RuntimeIdentifiers)</ContainerRuntimeIdentifiers>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
107
'$(
IsRidAgnostic
)' != 'true' and
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
117
<PropertyGroup Condition="'$(
IsRidAgnostic
)' == ''">
124
<IsRidAgnostic Condition="'$(
IsRidAgnostic
)' == ''">true</IsRidAgnostic>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
2035
<IsRidAgnostic>$(
IsRidAgnostic
)</IsRidAgnostic>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\RuntimeIdentifierInference.BeforeNETSdkTargets.targets (1)
16
<_EnableArcadeRuntimeIdentifierInference Condition="'$(_EnableArcadeRuntimeIdentifierInference)' == '' and ('$(
IsRidAgnostic
)' == 'true' or '$(_RidAgnosticProject)' == 'true')">false</_EnableArcadeRuntimeIdentifierInference>