summaryrefslogtreecommitdiff
path: root/src/ext/Msmq/wixlib/msmq.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Msmq/wixlib/msmq.wixproj')
-rw-r--r--src/ext/Msmq/wixlib/msmq.wixproj10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ext/Msmq/wixlib/msmq.wixproj b/src/ext/Msmq/wixlib/msmq.wixproj
index 15111cb5..e2887823 100644
--- a/src/ext/Msmq/wixlib/msmq.wixproj
+++ b/src/ext/Msmq/wixlib/msmq.wixproj
@@ -7,7 +7,15 @@
7 </PropertyGroup> 7 </PropertyGroup>
8 8
9 <ItemGroup> 9 <ItemGroup>
10 <ProjectReference Include="..\ca\msmqca.vcxproj" ReferenceOutputAssembly="false" /> 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>
16 <ProjectReference Include="..\ca\msmqca.vcxproj" Properties="Platform=ARM64" />
17 <ProjectReference Include="..\ca\msmqca.vcxproj" Properties="Platform=x86" />
18 <ProjectReference Include="..\ca\msmqca.vcxproj" Properties="Platform=x64" />
11 </ItemGroup> 19 </ItemGroup>
12 20
13 <ItemGroup> 21 <ItemGroup>