6 assignments to MSBuild property AvailablePlatforms
MSBuildFiles (6)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (3)
136
<
AvailablePlatforms
>$(AvailablePlatforms),ARM32</AvailablePlatforms>
140
<
AvailablePlatforms
>$(AvailablePlatforms),ARM64</AvailablePlatforms>
144
<
AvailablePlatforms
>$(AvailablePlatforms),ARM64</AvailablePlatforms>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
60
<
AvailablePlatforms
Condition="'$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == ''">Any CPU,x86,x64,Itanium</AvailablePlatforms>
61
<
AvailablePlatforms
Condition="'$(VisualStudioVersion)' != '' and '$(VisualStudioVersion)' > '10.0'">Any CPU,x86,x64</AvailablePlatforms>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.NETFramework.CurrentVersion.props (1)
117
<
AvailablePlatforms
Condition="!$(AvailablePlatforms.Contains('ARM64')) and '$(TargetFrameworkIdentifier)' == '.NETFramework' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '4.0'))">$(AvailablePlatforms),ARM64</AvailablePlatforms>
5 usages of MSBuild property AvailablePlatforms
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (3)
136
<AvailablePlatforms>$(
AvailablePlatforms
),ARM32</AvailablePlatforms>
140
<AvailablePlatforms>$(
AvailablePlatforms
),ARM64</AvailablePlatforms>
144
<AvailablePlatforms>$(
AvailablePlatforms
),ARM64</AvailablePlatforms>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.NETFramework.CurrentVersion.props (2)
117
<AvailablePlatforms Condition="!$(
AvailablePlatforms
.Contains('ARM64')) and '$(TargetFrameworkIdentifier)' == '.NETFramework' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '4.0'))">$(
AvailablePlatforms
),ARM64</AvailablePlatforms>