aboutsummaryrefslogtreecommitdiff
path: root/src/ca
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-20 16:25:13 -0400
committerBob Arnson <bob@firegiant.com>2020-09-20 16:28:46 -0400
commit797c8464e43c999edc2ffce781457f11c3b4e8e5 (patch)
tree9606c60ccc3b94fb48ee64c21908025adf21c07e /src/ca
parent174043e6f961c5c63fb89a1995b469f03be7894d (diff)
downloadwix-797c8464e43c999edc2ffce781457f11c3b4e8e5.tar.gz
wix-797c8464e43c999edc2ffce781457f11c3b4e8e5.tar.bz2
wix-797c8464e43c999edc2ffce781457f11c3b4e8e5.zip
Remove 32-bit ARM support.
Diffstat (limited to 'src/ca')
-rw-r--r--src/ca/netfxca.vcxproj8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ca/netfxca.vcxproj b/src/ca/netfxca.vcxproj
index dec54dca..703e98fa 100644
--- a/src/ca/netfxca.vcxproj
+++ b/src/ca/netfxca.vcxproj
@@ -20,14 +20,6 @@
20 <Configuration>Release</Configuration> 20 <Configuration>Release</Configuration>
21 <Platform>x64</Platform> 21 <Platform>x64</Platform>
22 </ProjectConfiguration> 22 </ProjectConfiguration>
23 <ProjectConfiguration Include="Debug|ARM">
24 <Configuration>Debug</Configuration>
25 <Platform>ARM</Platform>
26 </ProjectConfiguration>
27 <ProjectConfiguration Include="Release|ARM">
28 <Configuration>Release</Configuration>
29 <Platform>ARM</Platform>
30 </ProjectConfiguration>
31 <ProjectConfiguration Include="Debug|ARM64"> 23 <ProjectConfiguration Include="Debug|ARM64">
32 <Configuration>Debug</Configuration> 24 <Configuration>Debug</Configuration>
33 <Platform>ARM64</Platform> 25 <Platform>ARM64</Platform>