diff options
author | Bob Arnson <bob@firegiant.com> | 2024-06-10 18:43:55 -0400 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-07-15 13:05:10 -0700 |
commit | e081c743d4d6e73bb6997aef9cd724dd255d5ba4 (patch) | |
tree | c267c04ca08985a7dcd0c4d45430fffbad547fe6 /README.md | |
parent | 71dff4c5d70b0be54a2ad0e77514cf001d3ccbf4 (diff) | |
download | wix-e081c743d4d6e73bb6997aef9cd724dd255d5ba4.tar.gz wix-e081c743d4d6e73bb6997aef9cd724dd255d5ba4.tar.bz2 wix-e081c743d4d6e73bb6997aef9cd724dd255d5ba4.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 | |