From bfc587c1b4d1f96d8b7c595915152d5b6a5c01a6 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 10 May 2020 17:21:54 -0400 Subject: Drop XP support and enable ARM64. --- appveyor.cmd | 17 +++++++++++------ appveyor.yml | 2 +- src/Cpp.Build.props | 2 +- src/wcautil/packages.config | 4 ++-- src/wcautil/wcautil.nuspec | 17 +++++++++++------ src/wcautil/wcautil.vcxproj | 16 ++++++++-------- 6 files changed, 34 insertions(+), 24 deletions(-) diff --git a/appveyor.cmd b/appveyor.cmd index 213370fe..497a5b28 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -3,13 +3,18 @@ nuget restore -msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140_xp -msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140_xp +msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140 +msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140 -msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp -msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141_xp -msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141 -msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 +msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 +msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141 +REM msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141 +REM msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 + +msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v142 +msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v142 +msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v142 +msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v142 msbuild -p:Configuration=Release -t:PackNativeNuget src\wcautil\wcautil.vcxproj diff --git a/appveyor.yml b/appveyor.yml index d55322da..bbf880f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ # Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml # then update all of the repos. -image: Visual Studio 2017 +image: Visual Studio 2019 version: 0.0.0.{build} configuration: Release diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index 0e00132b..44a042c7 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props @@ -8,7 +8,7 @@ $(OutputPath)$(Platform)\ - + $([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0')) diff --git a/src/wcautil/packages.config b/src/wcautil/packages.config index b11fe210..0b643acb 100644 --- a/src/wcautil/packages.config +++ b/src/wcautil/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/src/wcautil/wcautil.nuspec b/src/wcautil/wcautil.nuspec index 7a4707d1..784aa2bb 100644 --- a/src/wcautil/wcautil.nuspec +++ b/src/wcautil/wcautil.nuspec @@ -5,8 +5,7 @@ $version$ $authors$ $authors$ - - https://licenses.nuget.org/MS-RL + MS-RL https://github.com/wixtoolset/wcautil false $description$ @@ -19,11 +18,17 @@ - - - - + + + + + + + + + diff --git a/src/wcautil/wcautil.vcxproj b/src/wcautil/wcautil.vcxproj index 5cdbf6f1..a31994ab 100644 --- a/src/wcautil/wcautil.vcxproj +++ b/src/wcautil/wcautil.vcxproj @@ -1,7 +1,7 @@  - + Debug @@ -11,6 +11,10 @@ Debug ARM64 + + Debug + x64 + Debug Win32 @@ -27,10 +31,6 @@ Release Win32 - - Debug - x64 - Release x64 @@ -50,7 +50,7 @@ - + @@ -97,7 +97,7 @@ 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}. - - + + \ No newline at end of file -- cgit v1.2.3-55-g6feb