From 61d04cad656e47a185575af7b19bc02412f3b606 Mon Sep 17 00:00:00 2001 From: Bob Arnson <bob@firegiant.com> Date: Sat, 19 Sep 2020 21:08:49 -0400 Subject: Remove 32-bit ARM support. --- src/winterop/winterop.vcxproj | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/winterop') diff --git a/src/winterop/winterop.vcxproj b/src/winterop/winterop.vcxproj index 7eb2d078..28393dba 100644 --- a/src/winterop/winterop.vcxproj +++ b/src/winterop/winterop.vcxproj @@ -8,10 +8,6 @@ <Import Project="..\..\packages\WixToolset.DUtil.4.0.41\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.41\build\WixToolset.DUtil.props')" /> <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="Debug|ARM"> - <Configuration>Debug</Configuration> - <Platform>ARM</Platform> - </ProjectConfiguration> <ProjectConfiguration Include="Debug|ARM64"> <Configuration>Debug</Configuration> <Platform>ARM64</Platform> @@ -24,10 +20,6 @@ <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> - <ProjectConfiguration Include="Release|ARM"> - <Configuration>Release</Configuration> - <Platform>ARM</Platform> - </ProjectConfiguration> <ProjectConfiguration Include="Release|ARM64"> <Configuration>Release</Configuration> <Platform>ARM64</Platform> -- cgit v1.2.3-55-g6feb