aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/http.wixproj
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-20 17:03:05 -0400
committerBob Arnson <bob@firegiant.com>2020-09-20 17:05:19 -0400
commit3087d9b18196882c212e9c76f9caa050bb366e97 (patch)
treeb179107e7d486b104e076b7905a04880e21d9eaf /src/wixlib/http.wixproj
parenteb25f452c1ca1afb53c102e2619148092829cfe5 (diff)
downloadwix-3087d9b18196882c212e9c76f9caa050bb366e97.tar.gz
wix-3087d9b18196882c212e9c76f9caa050bb366e97.tar.bz2
wix-3087d9b18196882c212e9c76f9caa050bb366e97.zip
Remove 32-bit ARM support.
Diffstat (limited to '')
-rw-r--r--src/wixlib/http.wixproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/wixlib/http.wixproj b/src/wixlib/http.wixproj
index fdd8c99b..7a99fbb9 100644
--- a/src/wixlib/http.wixproj
+++ b/src/wixlib/http.wixproj
@@ -7,7 +7,12 @@
7 </PropertyGroup> 7 </PropertyGroup>
8 8
9 <ItemGroup> 9 <ItemGroup>
10 <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=ARM" /> 10 <BindInputPaths Include="$(OutputPath)x86" BindName='x86' />
11 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' />
12 <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' />
13 </ItemGroup>
14
15 <ItemGroup>
11 <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=ARM64" /> 16 <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=ARM64" />
12 <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=x86" /> 17 <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=x86" />
13 <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=x64" /> 18 <ProjectReference Include="..\ca\httpca.vcxproj" Properties="Platform=x64" />