aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/http.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/http.wixproj')
-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" />