aboutsummaryrefslogtreecommitdiff
path: root/src/winterop
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-19 21:08:49 -0400
committerBob Arnson <bob@firegiant.com>2020-09-19 21:11:39 -0400
commit61d04cad656e47a185575af7b19bc02412f3b606 (patch)
tree10373cef36f947ac6dbe05da119e0f5bc9990ace /src/winterop
parent1132e3c15314d3921a796464f07fe1398c1a05ec (diff)
downloadwix-61d04cad656e47a185575af7b19bc02412f3b606.tar.gz
wix-61d04cad656e47a185575af7b19bc02412f3b606.tar.bz2
wix-61d04cad656e47a185575af7b19bc02412f3b606.zip
Remove 32-bit ARM support.
Diffstat (limited to 'src/winterop')
-rw-r--r--src/winterop/winterop.vcxproj8
1 files changed, 0 insertions, 8 deletions
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 @@
8 <Import Project="..\..\packages\WixToolset.DUtil.4.0.41\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.41\build\WixToolset.DUtil.props')" /> 8 <Import Project="..\..\packages\WixToolset.DUtil.4.0.41\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.41\build\WixToolset.DUtil.props')" />
9 9
10 <ItemGroup Label="ProjectConfigurations"> 10 <ItemGroup Label="ProjectConfigurations">
11 <ProjectConfiguration Include="Debug|ARM">
12 <Configuration>Debug</Configuration>
13 <Platform>ARM</Platform>
14 </ProjectConfiguration>
15 <ProjectConfiguration Include="Debug|ARM64"> 11 <ProjectConfiguration Include="Debug|ARM64">
16 <Configuration>Debug</Configuration> 12 <Configuration>Debug</Configuration>
17 <Platform>ARM64</Platform> 13 <Platform>ARM64</Platform>
@@ -24,10 +20,6 @@
24 <Configuration>Debug</Configuration> 20 <Configuration>Debug</Configuration>
25 <Platform>x64</Platform> 21 <Platform>x64</Platform>
26 </ProjectConfiguration> 22 </ProjectConfiguration>
27 <ProjectConfiguration Include="Release|ARM">
28 <Configuration>Release</Configuration>
29 <Platform>ARM</Platform>
30 </ProjectConfiguration>
31 <ProjectConfiguration Include="Release|ARM64"> 23 <ProjectConfiguration Include="Release|ARM64">
32 <Configuration>Release</Configuration> 24 <Configuration>Release</Configuration>
33 <Platform>ARM64</Platform> 25 <Platform>ARM64</Platform>