aboutsummaryrefslogtreecommitdiff
path: root/src/ext/DirectX/wixlib/directx.wixproj
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2022-01-30 17:02:13 -0500
committerBob Arnson <github@bobs.org>2022-01-30 17:50:26 -0500
commitbfe5ab76b5ecc1a21078534e6fba90d12cfd3c00 (patch)
treed05102b0868f2b375d7692c5a47cd0b541d31524 /src/ext/DirectX/wixlib/directx.wixproj
parent7ce477c6863c74ef0a50d117d8c28b2f19971b42 (diff)
downloadwix-bfe5ab76b5ecc1a21078534e6fba90d12cfd3c00.tar.gz
wix-bfe5ab76b5ecc1a21078534e6fba90d12cfd3c00.tar.bz2
wix-bfe5ab76b5ecc1a21078534e6fba90d12cfd3c00.zip
Add platform-specific CAs and compiler extension.
https://github.com/wixtoolset/issues/issues/5933
Diffstat (limited to 'src/ext/DirectX/wixlib/directx.wixproj')
-rw-r--r--src/ext/DirectX/wixlib/directx.wixproj10
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>