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 ++-- appveyor.yml | 2 +- src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec | 2 +- src/balutil/balutil.nuspec | 4 ++-- src/balutil/balutil.vcxproj | 8 ++++---- src/balutil/packages.config | 4 ++-- src/bextutil/bextutil.nuspec | 4 ++-- src/bextutil/bextutil.vcxproj | 8 ++++---- src/bextutil/packages.config | 4 ++-- src/mbanative/mbanative.vcxproj | 8 ++++---- src/mbanative/packages.config | 4 ++-- src/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj | 4 ++-- 12 files changed, 28 insertions(+), 28 deletions(-) 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 diff --git a/appveyor.yml b/appveyor.yml index c1df03cc..7c686b04 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ branches: - master - develop -image: Visual Studio 2017 +image: Visual Studio 2019 version: 0.0.0.{build} configuration: Release diff --git a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec index d773bcf9..c7f4a97d 100644 --- a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec +++ b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec @@ -15,7 +15,7 @@ - + diff --git a/src/balutil/balutil.nuspec b/src/balutil/balutil.nuspec index 0a26004a..e82610e3 100644 --- a/src/balutil/balutil.nuspec +++ b/src/balutil/balutil.nuspec @@ -20,7 +20,7 @@ - - + + diff --git a/src/balutil/balutil.vcxproj b/src/balutil/balutil.vcxproj index 8c96c002..f37fde17 100644 --- a/src/balutil/balutil.vcxproj +++ b/src/balutil/balutil.vcxproj @@ -2,8 +2,8 @@ - - + + @@ -90,8 +90,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/src/balutil/packages.config b/src/balutil/packages.config index e9b2d190..7fb53719 100644 --- a/src/balutil/packages.config +++ b/src/balutil/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file diff --git a/src/bextutil/bextutil.nuspec b/src/bextutil/bextutil.nuspec index 30e0871d..40488610 100644 --- a/src/bextutil/bextutil.nuspec +++ b/src/bextutil/bextutil.nuspec @@ -20,7 +20,7 @@ - - + + diff --git a/src/bextutil/bextutil.vcxproj b/src/bextutil/bextutil.vcxproj index eb552747..50c6c7d2 100644 --- a/src/bextutil/bextutil.vcxproj +++ b/src/bextutil/bextutil.vcxproj @@ -2,8 +2,8 @@ - - + + @@ -79,8 +79,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/src/bextutil/packages.config b/src/bextutil/packages.config index e9b2d190..7fb53719 100644 --- a/src/bextutil/packages.config +++ b/src/bextutil/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file diff --git a/src/mbanative/mbanative.vcxproj b/src/mbanative/mbanative.vcxproj index 0cba46b5..5a998182 100644 --- a/src/mbanative/mbanative.vcxproj +++ b/src/mbanative/mbanative.vcxproj @@ -2,8 +2,8 @@ - - + + @@ -69,8 +69,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + diff --git a/src/mbanative/packages.config b/src/mbanative/packages.config index e9b2d190..7fb53719 100644 --- a/src/mbanative/packages.config +++ b/src/mbanative/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file diff --git a/src/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj b/src/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj index d401d877..9959e261 100644 --- a/src/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj +++ b/src/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj @@ -3,7 +3,7 @@ - netcoreapp2.1 + netcoreapp3.1 false AnyCPU;x86;x64 @@ -22,7 +22,7 @@ - + -- cgit v1.2.3-55-g6feb