VS 2019 Win32 on ARM64 is no longer supported (#187)

This commit is contained in:
Chuck Walbourn 2024-10-23 14:44:27 -07:00 коммит произвёл GitHub
Родитель d468113b94
Коммит b8458b16b0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 13 добавлений и 9 удалений

Просмотреть файл

@ -74,7 +74,9 @@ For a full change history, see [CHANGELOG.md](https://github.com/microsoft/UVAtl
* The UWP projects and the Win10 classic desktop project include configurations for the ARM64 platform. Building these requires installing the ARM64 toolset.
* When using clang/LLVM for the ARM64 platform, the Windows 11 SDK ([22000](https://walbourn.github.io/windows-sdk-for-windows-11/)) or later is required.
* For ARM64/AArch64 development, the VS 2022 compiler is strongly recommended over the VS 2019 toolset. The Windows SDK (26100 or later) is not compatible with VS 2019 for Win32 on ARM64 development. *Note that the ARM32/AArch32 platform is [deprecated](https://learn.microsoft.com/windows/arm/arm32-to-arm64)*.
* When using clang/LLVM for the ARM64/AArch64 platform, the Windows 11 SDK ([22000](https://walbourn.github.io/windows-sdk-for-windows-11/)) or later is required.
## Contributing

Просмотреть файл

@ -125,17 +125,18 @@ jobs:
msbuildArgs: /p:PreferredToolArchitecture=x64
platform: x64
configuration: Release
# VS 2019 for Win32 on ARM64 is out of support.
- task: VSBuild@1
displayName: Build solution UVAtlas_2019_Win10.sln arm64dbg
displayName: Build solution UVAtlas_2022_Win10.sln arm64dbg
inputs:
solution: UVAtlas_2019_Win10.sln
solution: UVAtlas_2022_Win10.sln
msbuildArgs: /p:PreferredToolArchitecture=x64
platform: ARM64
configuration: Debug
- task: VSBuild@1
displayName: Build solution UVAtlas_2019_Win10.sln arm64rel
displayName: Build solution UVAtlas_2022_Win10.sln arm64rel
inputs:
solution: UVAtlas_2019_Win10.sln
solution: UVAtlas_2022_Win10.sln
msbuildArgs: /p:PreferredToolArchitecture=x64
platform: ARM64
configuration: Release

Просмотреть файл

@ -125,17 +125,18 @@ jobs:
msbuildArgs: /p:PreferredToolArchitecture=x64
platform: x64
configuration: Release
# VS 2019 for Win32 on ARM64 is out of support.
- task: VSBuild@1
displayName: Build solution UVAtlas_2019_Win10.sln arm64dbg
displayName: Build solution UVAtlas_2022_Win10.sln arm64dbg
inputs:
solution: UVAtlas_2019_Win10.sln
solution: UVAtlas_2022_Win10.sln
msbuildArgs: /p:PreferredToolArchitecture=x64
platform: ARM64
configuration: Debug
- task: VSBuild@1
displayName: Build solution UVAtlas_2019_Win10.sln arm64rel
displayName: Build solution UVAtlas_2022_Win10.sln arm64rel
inputs:
solution: UVAtlas_2019_Win10.sln
solution: UVAtlas_2022_Win10.sln
msbuildArgs: /p:PreferredToolArchitecture=x64
platform: ARM64
configuration: Release