aboutsummaryrefslogtreecommitdiff
path: root/src/wixstdba
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-09 12:51:21 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-09 13:33:18 -0600
commitb9ba35486245a65cd8e376cc7a808f6fa7d41682 (patch)
tree93304a7be837c3c6ec32c46a7d04ecf580e67407 /src/wixstdba
parent70e370b4494a87cbbe234130882cad4a1021f82a (diff)
downloadwix-b9ba35486245a65cd8e376cc7a808f6fa7d41682.tar.gz
wix-b9ba35486245a65cd8e376cc7a808f6fa7d41682.tar.bz2
wix-b9ba35486245a65cd8e376cc7a808f6fa7d41682.zip
WIXFEAT:6209 - Add x64 and ARM64 versions of built-in BAs.
Diffstat (limited to 'src/wixstdba')
-rw-r--r--src/wixstdba/wixstdba.vcxproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/wixstdba/wixstdba.vcxproj b/src/wixstdba/wixstdba.vcxproj
index 48d013a2..a9d518b4 100644
--- a/src/wixstdba/wixstdba.vcxproj
+++ b/src/wixstdba/wixstdba.vcxproj
@@ -10,6 +10,14 @@
10 <Import Project="..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props')" /> 10 <Import Project="..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props')" />
11 11
12 <ItemGroup Label="ProjectConfigurations"> 12 <ItemGroup Label="ProjectConfigurations">
13 <ProjectConfiguration Include="Debug|ARM64">
14 <Configuration>Debug</Configuration>
15 <Platform>ARM64</Platform>
16 </ProjectConfiguration>
17 <ProjectConfiguration Include="Release|ARM64">
18 <Configuration>Release</Configuration>
19 <Platform>ARM64</Platform>
20 </ProjectConfiguration>
13 <ProjectConfiguration Include="Debug|Win32"> 21 <ProjectConfiguration Include="Debug|Win32">
14 <Configuration>Debug</Configuration> 22 <Configuration>Debug</Configuration>
15 <Platform>Win32</Platform> 23 <Platform>Win32</Platform>
@@ -18,6 +26,14 @@
18 <Configuration>Release</Configuration> 26 <Configuration>Release</Configuration>
19 <Platform>Win32</Platform> 27 <Platform>Win32</Platform>
20 </ProjectConfiguration> 28 </ProjectConfiguration>
29 <ProjectConfiguration Include="Debug|x64">
30 <Configuration>Debug</Configuration>
31 <Platform>x64</Platform>
32 </ProjectConfiguration>
33 <ProjectConfiguration Include="Release|x64">
34 <Configuration>Release</Configuration>
35 <Platform>x64</Platform>
36 </ProjectConfiguration>
21 </ItemGroup> 37 </ItemGroup>
22 38
23 <PropertyGroup Label="Globals"> 39 <PropertyGroup Label="Globals">