From b0b50f1d8512b6d7ebd087d19406629db0a5ef9b Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 15 May 2020 13:48:12 +1000 Subject: Drop XP support. --- appveyor.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.cmd') diff --git a/appveyor.cmd b/appveyor.cmd index 8a7782de..ddad4dae 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -3,9 +3,9 @@ nuget restore -msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140_xp +msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140 -msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp +msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 msbuild -p:Configuration=Release -t:Pack src\balutil\balutil.vcxproj msbuild -p:Configuration=Release -t:Pack src\bextutil\bextutil.vcxproj -- cgit v1.2.3-55-g6feb