diff options
author | Rob Mensching <rob@firegiant.com> | 2022-02-09 15:33:46 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-02-10 20:47:53 -0800 |
commit | 16df83128a59025f81d8e052c50219c851961624 (patch) | |
tree | 2d1668c70da0cc7b789a663cd131dbeac77bda29 /src/wix.vsconfig | |
parent | a768120e296429ad9c027d79a96386bf3f955a01 (diff) | |
download | wix-16df83128a59025f81d8e052c50219c851961624.tar.gz wix-16df83128a59025f81d8e052c50219c851961624.tar.bz2 wix-16df83128a59025f81d8e052c50219c851961624.zip |
Minimize build requirements and try ARM64.Spectre
Diffstat (limited to 'src/wix.vsconfig')
-rw-r--r-- | src/wix.vsconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wix.vsconfig b/src/wix.vsconfig index 8eaa6a93..f72cc5e4 100644 --- a/src/wix.vsconfig +++ b/src/wix.vsconfig | |||
@@ -1,8 +1,6 @@ | |||
1 | { | 1 | { |
2 | "version": "1.0", | 2 | "version": "1.0", |
3 | "components": [ | 3 | "components": [ |
4 | "Microsoft.Net.Component.4.7.2.TargetingPack", | 4 | "Microsoft.VisualStudio.Component.VC.v141.ARM64.Spectre" |
5 | "Microsoft.VisualStudio.Component.VC.v141.x86.x64", | ||
6 | "Microsoft.VisualStudio.Component.VC.v141.ARM64" | ||
7 | ] | 5 | ] |
8 | } | 6 | } |