5 assignments to MSBuild property Platform
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (1)
40<Platform Condition="'$(Platform)'==''">AnyCPU</Platform>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (1)
24<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
147<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Microsoft.Common.props (1)
103<Platform Condition=" '$(Platform)' == '' and '$(DefaultProjectPlatform)' != '' ">$(DefaultProjectPlatform)</Platform>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\RepoDefaults.props (1)
10<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
27 usages of MSBuild property Platform
MSBuild (4)
MSBuild.csproj (4)
11<PlatformTarget Condition="'$(Platform)' == 'arm64'">arm64</PlatformTarget> 37<AppConfig Condition="'$(Platform)' == 'x64' or '$(Platform)' == 'arm64'">app.amd64.config</AppConfig> 53<DebugType Condition="'$(Platform)' == 'x64'">full</DebugType>
MSBuildFiles (21)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.BeforeCommon.targets (2)
40<Platform Condition="'$(Platform)'==''">AnyCPU</Platform> 41<PlatformName Condition="'$(PlatformName)' == ''">$(Platform)</PlatformName>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (2)
24<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 71<_PlatformWithoutConfigurationInference>$(Platform)</_PlatformWithoutConfigurationInference>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (10)
137<_OriginalPlatform>$(Platform)</_OriginalPlatform> 147<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform> 148<PlatformName Condition="'$(PlatformName)' == ''">$(Platform)</PlatformName> 540<ProcessorArchitectureAsPlatform>$(Platform)</ProcessorArchitectureAsPlatform> 848<Message Condition="'$(DesignTimeBuild)' != 'true'" Text="Platform=$(Platform)" Importance="Low" /> 866<MSBuildInternalMessage Condition=" '$(PreferNativeArm64)' == 'true' and '$(Platform)' != 'AnyCPU' " ResourceName="CommonTarget.PlatformIsAnyCPUAndPreferNativeArm64Enabled" Severity="Warning" FormatArguments="$(Platform)" /> 1602CurrentProjectPlatform="$(Platform)" 1728CurrentProjectPlatform="$(Platform)" 1988<Platform Condition="$([MSBuild]::AreFeaturesEnabled('17.4'))">$(Platform)</Platform>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Microsoft.Common.props (1)
103<Platform Condition=" '$(Platform)' == '' and '$(DefaultProjectPlatform)' != '' ">$(DefaultProjectPlatform)</Platform>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\RepoDefaults.props (2)
10<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform> 11<PlatformName Condition="'$(PlatformName)' == ''">$(Platform)</PlatformName>
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.props (3)
7<BootstrapDestination Condition="'$(Platform)' == 'x64' or '$(Platform)' == 'arm64'">$(BootstrapDestination)$(Platform)\</BootstrapDestination>
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.props (1)
71<RuntimeOutputPlatformTarget Condition="'$(Platform)' == 'x64'">x64</RuntimeOutputPlatformTarget>
MSBuildTaskHost (2)
MSBuildTaskHost.csproj (2)
10<PlatformTarget Condition="'$(Platform)' == 'x64'">x64</PlatformTarget> 11<PlatformTarget Condition="'$(Platform)' == 'AnyCPU'">x86</PlatformTarget>