From dcf13e60f0b165a8942e7e7d98f5f0702f7d1e84 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Tue, 22 Sep 2020 21:58:43 -0400 Subject: Remove ARM32 --- appveyor.cmd | 2 -- src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec | 2 -- src/balutil/balutil.nuspec | 2 -- src/balutil/balutil.vcxproj | 20 ++++++-------------- src/balutil/packages.config | 2 +- src/bextutil/bextutil.nuspec | 2 -- src/bextutil/bextutil.vcxproj | 20 ++++++-------------- src/bextutil/packages.config | 2 +- src/mbanative/mbanative.vcxproj | 20 ++++++-------------- src/mbanative/packages.config | 2 +- 10 files changed, 21 insertions(+), 53 deletions(-) diff --git a/appveyor.cmd b/appveyor.cmd index 34f8beb0..3b170ad4 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -9,12 +9,10 @@ msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v140 || exit /b msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v141 || exit /b msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v141 || exit /b -msbuild -p:Configuration=%_C%;Platform=ARM;PlatformToolset=v141 || exit /b msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v141 || exit /b msbuild -p:Configuration=%_C%;Platform=x86;PlatformToolset=v142 || exit /b msbuild -p:Configuration=%_C%;Platform=x64;PlatformToolset=v142 || exit /b -msbuild -p:Configuration=%_C%;Platform=ARM;PlatformToolset=v142 || exit /b msbuild -p:Configuration=%_C%;Platform=ARM64;PlatformToolset=v142 || exit /b dotnet test -c %_C% --no-build src\test\WixToolsetTest.Mba.Core\WixToolsetTest.Mba.Core.csproj || exit /b diff --git a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec index 3a9f05df..cf7d014d 100644 --- a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec +++ b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec @@ -21,8 +21,6 @@ - - diff --git a/src/balutil/balutil.nuspec b/src/balutil/balutil.nuspec index 60c32bb1..e38362ec 100644 --- a/src/balutil/balutil.nuspec +++ b/src/balutil/balutil.nuspec @@ -23,11 +23,9 @@ - - diff --git a/src/balutil/balutil.vcxproj b/src/balutil/balutil.vcxproj index 39be0bed..8697b5ab 100644 --- a/src/balutil/balutil.vcxproj +++ b/src/balutil/balutil.vcxproj @@ -3,29 +3,21 @@ - + - - Debug - ARM - Debug ARM64 - - Debug - Win32 - - - Release - ARM - Release ARM64 + + Debug + Win32 + Release Win32 @@ -107,7 +99,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}. - + diff --git a/src/balutil/packages.config b/src/balutil/packages.config index e8417860..4db0b6a7 100644 --- a/src/balutil/packages.config +++ b/src/balutil/packages.config @@ -2,5 +2,5 @@ - + \ No newline at end of file diff --git a/src/bextutil/bextutil.nuspec b/src/bextutil/bextutil.nuspec index e8a08075..752dbb97 100644 --- a/src/bextutil/bextutil.nuspec +++ b/src/bextutil/bextutil.nuspec @@ -23,11 +23,9 @@ - - diff --git a/src/bextutil/bextutil.vcxproj b/src/bextutil/bextutil.vcxproj index 32518202..c27d8aee 100644 --- a/src/bextutil/bextutil.vcxproj +++ b/src/bextutil/bextutil.vcxproj @@ -3,29 +3,21 @@ - + - - Debug - ARM - Debug ARM64 - - Debug - Win32 - - - Release - ARM - Release ARM64 + + Debug + Win32 + Release Win32 @@ -96,7 +88,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}. - + diff --git a/src/bextutil/packages.config b/src/bextutil/packages.config index e8417860..4db0b6a7 100644 --- a/src/bextutil/packages.config +++ b/src/bextutil/packages.config @@ -2,5 +2,5 @@ - + \ No newline at end of file diff --git a/src/mbanative/mbanative.vcxproj b/src/mbanative/mbanative.vcxproj index c2d0bded..3fe9ef6b 100644 --- a/src/mbanative/mbanative.vcxproj +++ b/src/mbanative/mbanative.vcxproj @@ -6,29 +6,21 @@ - + - - Debug - ARM - Debug ARM64 - - Debug - Win32 - - - Release - ARM - Release ARM64 + + Debug + Win32 + Release Win32 @@ -103,6 +95,6 @@ - + \ No newline at end of file diff --git a/src/mbanative/packages.config b/src/mbanative/packages.config index c3c26daa..443e0094 100644 --- a/src/mbanative/packages.config +++ b/src/mbanative/packages.config @@ -5,5 +5,5 @@ - + \ No newline at end of file -- cgit v1.2.3-55-g6feb