aboutsummaryrefslogtreecommitdiff
path: root/src/wix.vsconfig
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2024-06-10 18:43:55 -0400
committerRob Mensching <rob@firegiant.com>2024-07-15 13:05:10 -0700
commite081c743d4d6e73bb6997aef9cd724dd255d5ba4 (patch)
treec267c04ca08985a7dcd0c4d45430fffbad547fe6 /src/wix.vsconfig
parent71dff4c5d70b0be54a2ad0e77514cf001d3ccbf4 (diff)
downloadwix-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 '')
-rw-r--r--src/wix.vsconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wix.vsconfig b/src/wix.vsconfig
index f72cc5e4..8fb74dfc 100644
--- a/src/wix.vsconfig
+++ b/src/wix.vsconfig
@@ -1,6 +1,5 @@
1{ 1{
2 "version": "1.0", 2 "version": "1.0",
3 "components": [ 3 "components": [
4 "Microsoft.VisualStudio.Component.VC.v141.ARM64.Spectre"
5 ] 4 ]
6} 5}