2 assignments to MSBuild property Platforms
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (1)
22<Platforms Condition=" '$(Platforms)' == '' ">AnyCPU</Platforms>
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.props (1)
30<Platforms>AnyCPU;x64;arm64</Platforms>
2 usages of MSBuild property Platforms
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (1)
22<Platforms Condition=" '$(Platforms)' == '' ">AnyCPU</Platforms>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
1989<Platforms>$(Platforms)</Platforms>