diff options
| author | Bob Arnson <bob@firegiant.com> | 2021-12-24 21:44:00 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2021-12-25 20:31:10 -0500 |
| commit | 65b1d371956836c76d386ee5e08bc0bedb6c5afa (patch) | |
| tree | caea59f282281d8c2b86be86d6c5537e8f61d0ea /src | |
| parent | 5bb1c768a8124505c87fc1db3f702675b50d54ab (diff) | |
| download | wix-65b1d371956836c76d386ee5e08bc0bedb6c5afa.tar.gz wix-65b1d371956836c76d386ee5e08bc0bedb6c5afa.tar.bz2 wix-65b1d371956836c76d386ee5e08bc0bedb6c5afa.zip | |
Install v141 toolset on GitHub build VM.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wix.vsconfig | 4 |
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 | } |
