diff options
author | Bob Arnson <bob@firegiant.com> | 2020-09-20 17:09:52 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-09-20 17:12:28 -0400 |
commit | d70e9e5ab5866c8e35b696fd169c9b62c6f5ee74 (patch) | |
tree | 95106f7c165ab59d9a54cf9277e122ff19cac54c /src/ca | |
parent | 0016b37f80e0d1d1fa5c2ab803042456eafbb9e8 (diff) | |
download | wix-d70e9e5ab5866c8e35b696fd169c9b62c6f5ee74.tar.gz wix-d70e9e5ab5866c8e35b696fd169c9b62c6f5ee74.tar.bz2 wix-d70e9e5ab5866c8e35b696fd169c9b62c6f5ee74.zip |
Remove 32-bit ARM support.
Diffstat (limited to 'src/ca')
-rw-r--r-- | src/ca/sqlca.vcxproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ca/sqlca.vcxproj b/src/ca/sqlca.vcxproj index e1c5beea..112ad18b 100644 --- a/src/ca/sqlca.vcxproj +++ b/src/ca/sqlca.vcxproj | |||
@@ -22,14 +22,6 @@ | |||
22 | <Configuration>Release</Configuration> | 22 | <Configuration>Release</Configuration> |
23 | <Platform>x64</Platform> | 23 | <Platform>x64</Platform> |
24 | </ProjectConfiguration> | 24 | </ProjectConfiguration> |
25 | <ProjectConfiguration Include="Debug|ARM"> | ||
26 | <Configuration>Debug</Configuration> | ||
27 | <Platform>ARM</Platform> | ||
28 | </ProjectConfiguration> | ||
29 | <ProjectConfiguration Include="Release|ARM"> | ||
30 | <Configuration>Release</Configuration> | ||
31 | <Platform>ARM</Platform> | ||
32 | </ProjectConfiguration> | ||
33 | <ProjectConfiguration Include="Debug|ARM64"> | 25 | <ProjectConfiguration Include="Debug|ARM64"> |
34 | <Configuration>Debug</Configuration> | 26 | <Configuration>Debug</Configuration> |
35 | <Platform>ARM64</Platform> | 27 | <Platform>ARM64</Platform> |