diff options
Diffstat (limited to '')
-rw-r--r-- | src/wix.vsconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wix.vsconfig b/src/wix.vsconfig new file mode 100644 index 00000000..594d0243 --- /dev/null +++ b/src/wix.vsconfig | |||
@@ -0,0 +1,6 @@ | |||
1 | { | ||
2 | "version": "1.0", | ||
3 | "components": [ | ||
4 | "Microsoft.Net.Component.4.7.2.TargetingPack" | ||
5 | ] | ||
6 | } | ||