aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-15 13:48:12 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-16 21:47:46 +1000
commitb0b50f1d8512b6d7ebd087d19406629db0a5ef9b (patch)
tree0e968627128148565398fa544102c753f7b2f438 /appveyor.cmd
parent1e7800b811b658659c8487bf2ccb541fdd6bd1be (diff)
downloadwix-b0b50f1d8512b6d7ebd087d19406629db0a5ef9b.tar.gz
wix-b0b50f1d8512b6d7ebd087d19406629db0a5ef9b.tar.bz2
wix-b0b50f1d8512b6d7ebd087d19406629db0a5ef9b.zip
Drop XP support.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 8a7782de..ddad4dae 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -3,9 +3,9 @@
3 3
4nuget restore 4nuget restore
5 5
6msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140_xp 6msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140
7 7
8msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp 8msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141
9 9
10msbuild -p:Configuration=Release -t:Pack src\balutil\balutil.vcxproj 10msbuild -p:Configuration=Release -t:Pack src\balutil\balutil.vcxproj
11msbuild -p:Configuration=Release -t:Pack src\bextutil\bextutil.vcxproj 11msbuild -p:Configuration=Release -t:Pack src\bextutil\bextutil.vcxproj