diff options
author | Bob Arnson <bob@firegiant.com> | 2024-06-10 18:43:55 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-06-10 19:59:35 -0400 |
commit | eed1b5bbfb49d2425417bc342ecabe9edc206cdf (patch) | |
tree | 43765e211915264a22124b0e1e86a391051685c3 /README.md | |
parent | 4946477e98000db6769facea5c1cab8f50386b94 (diff) | |
download | wix-eed1b5bbfb49d2425417bc342ecabe9edc206cdf.tar.gz wix-eed1b5bbfb49d2425417bc342ecabe9edc206cdf.tar.bz2 wix-eed1b5bbfb49d2425417bc342ecabe9edc206cdf.zip |
Build native code with VC v143 toolset only.
v143 output is compatible back to VS2017 (at least).
Fixes https://github.com/wixtoolset/issues/issues/8211.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -27,8 +27,6 @@ This repository contains the WiX Toolset codebase. | |||
27 | | .NET Framework 4.7.2 SDK | | 27 | | .NET Framework 4.7.2 SDK | |
28 | | .NET Framework 4.7.2 targeting pack | | 28 | | .NET Framework 4.7.2 targeting pack | |
29 | | .NET Framework 4.6.2 targeting pack | | 29 | | .NET Framework 4.6.2 targeting pack | |
30 | | MSVC v141 - VS 2017 C++ ARM64 build tools (v14.16) | | ||
31 | | MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16) | | ||
32 | | MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) | | 30 | | MSVC v143 - VS 2022 C++ ARM64/ARM64EC build tools (Latest) | |
33 | | MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | | 31 | | MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) | |
34 | | Git for Windows | | 32 | | Git for Windows | |