aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/firewall.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/firewall.wixproj')
-rw-r--r--src/wixlib/firewall.wixproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/wixlib/firewall.wixproj b/src/wixlib/firewall.wixproj
index 7e92bf1a..049b26b1 100644
--- a/src/wixlib/firewall.wixproj
+++ b/src/wixlib/firewall.wixproj
@@ -8,7 +8,12 @@
8 </PropertyGroup> 8 </PropertyGroup>
9 9
10 <ItemGroup> 10 <ItemGroup>
11 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=ARM" /> 11 <BindInputPaths Include="$(OutputPath)x86" BindName='x86' />
12 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' />
13 <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' />
14 </ItemGroup>
15
16 <ItemGroup>
12 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=ARM64" /> 17 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=ARM64" />
13 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x86" /> 18 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x86" />
14 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x64" /> 19 <ProjectReference Include="..\ca\fwca.vcxproj" Properties="Platform=x64" />