From f4fdd3cd0c797e16b8edd995c58da29aacfa0d84 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sat, 19 Sep 2020 20:58:20 -0400 Subject: Remove 32-bit ARM support. --- appveyor.cmd | 2 -- src/dutil/dutil.nuspec | 2 -- src/dutil/dutil.vcxproj | 8 -------- 3 files changed, 12 deletions(-) diff --git a/appveyor.cmd b/appveyor.cmd index c54f9161..54199392 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -8,12 +8,10 @@ msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140 || exit /b msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 || exit /b msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141 || exit /b -msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141 || exit /b msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 || exit /b msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v142 || exit /b msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v142 || exit /b -msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v142 || exit /b msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v142 || exit /b msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj || exit /b diff --git a/src/dutil/dutil.nuspec b/src/dutil/dutil.nuspec index 45ac64f0..3499a2d5 100644 --- a/src/dutil/dutil.nuspec +++ b/src/dutil/dutil.nuspec @@ -19,11 +19,9 @@ - - diff --git a/src/dutil/dutil.vcxproj b/src/dutil/dutil.vcxproj index 4dbd2e6b..e9bbb98b 100644 --- a/src/dutil/dutil.vcxproj +++ b/src/dutil/dutil.vcxproj @@ -3,10 +3,6 @@ - - Debug - ARM - Debug ARM64 @@ -15,10 +11,6 @@ Debug Win32 - - Release - ARM - Release ARM64 -- cgit v1.2.3-55-g6feb