diff options
author | Bob Arnson <bob@firegiant.com> | 2020-09-20 17:06:11 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-09-20 17:08:57 -0400 |
commit | f3138abed03b734f76fd0788f671e7da55483299 (patch) | |
tree | b11e9e52e210238e3c8073fe4277c64a742e84bc /src/ca | |
parent | 0107b26c254dd40baf4817b7bbf7adc48dde4691 (diff) | |
download | wix-f3138abed03b734f76fd0788f671e7da55483299.tar.gz wix-f3138abed03b734f76fd0788f671e7da55483299.tar.bz2 wix-f3138abed03b734f76fd0788f671e7da55483299.zip |
Remove 32-bit ARM support.
Diffstat (limited to 'src/ca')
-rw-r--r-- | src/ca/iisca.vcxproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ca/iisca.vcxproj b/src/ca/iisca.vcxproj index 250482e0..eb1174be 100644 --- a/src/ca/iisca.vcxproj +++ b/src/ca/iisca.vcxproj | |||
@@ -21,14 +21,6 @@ | |||
21 | <Configuration>Release</Configuration> | 21 | <Configuration>Release</Configuration> |
22 | <Platform>x64</Platform> | 22 | <Platform>x64</Platform> |
23 | </ProjectConfiguration> | 23 | </ProjectConfiguration> |
24 | <ProjectConfiguration Include="Debug|ARM"> | ||
25 | <Configuration>Debug</Configuration> | ||
26 | <Platform>ARM</Platform> | ||
27 | </ProjectConfiguration> | ||
28 | <ProjectConfiguration Include="Release|ARM"> | ||
29 | <Configuration>Release</Configuration> | ||
30 | <Platform>ARM</Platform> | ||
31 | </ProjectConfiguration> | ||
32 | <ProjectConfiguration Include="Debug|ARM64"> | 24 | <ProjectConfiguration Include="Debug|ARM64"> |
33 | <Configuration>Debug</Configuration> | 25 | <Configuration>Debug</Configuration> |
34 | <Platform>ARM64</Platform> | 26 | <Platform>ARM64</Platform> |