aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wix.vsconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wix.vsconfig b/src/wix.vsconfig
index 594d0243..8eaa6a93 100644
--- a/src/wix.vsconfig
+++ b/src/wix.vsconfig
@@ -1,6 +1,8 @@
1{ 1{
2 "version": "1.0", 2 "version": "1.0",
3 "components": [ 3 "components": [
4 "Microsoft.Net.Component.4.7.2.TargetingPack" 4 "Microsoft.Net.Component.4.7.2.TargetingPack",
5 "Microsoft.VisualStudio.Component.VC.v141.x86.x64",
6 "Microsoft.VisualStudio.Component.VC.v141.ARM64"
5 ] 7 ]
6} 8}