diff options
Diffstat (limited to 'src/ext/DirectX/wixlib/directx.wixproj')
-rw-r--r-- | src/ext/DirectX/wixlib/directx.wixproj | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ext/DirectX/wixlib/directx.wixproj b/src/ext/DirectX/wixlib/directx.wixproj index a7281dd0..ea0f3330 100644 --- a/src/ext/DirectX/wixlib/directx.wixproj +++ b/src/ext/DirectX/wixlib/directx.wixproj | |||
@@ -6,7 +6,15 @@ | |||
6 | </PropertyGroup> | 6 | </PropertyGroup> |
7 | 7 | ||
8 | <ItemGroup> | 8 | <ItemGroup> |
9 | <ProjectReference Include="..\ca\directxca.vcxproj" ReferenceOutputAssembly="false" /> | 9 | <BindInputPaths Include="$(OutputPath)x86" BindName='x86' /> |
10 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> | ||
11 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> | ||
12 | </ItemGroup> | ||
13 | |||
14 | <ItemGroup> | ||
15 | <ProjectReference Include="..\ca\directxca.vcxproj" Properties="Platform=x86" /> | ||
16 | <ProjectReference Include="..\ca\directxca.vcxproj" Properties="Platform=x64" /> | ||
17 | <ProjectReference Include="..\ca\directxca.vcxproj" Properties="Platform=ARM64" /> | ||
10 | </ItemGroup> | 18 | </ItemGroup> |
11 | 19 | ||
12 | <ItemGroup> | 20 | <ItemGroup> |