diff options
author | Bob Arnson <bob@firegiant.com> | 2020-12-26 22:15:06 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-19 15:50:11 -0600 |
commit | a563fb99daca852422d61ae8599a3dc32fa1bfe6 (patch) | |
tree | c9178a86bf56ee999145da1c5fb6aec186411bc7 /src/test | |
parent | a5b86b987bb5a6fbcdb191bbe8b51a621140b4e6 (diff) | |
download | wix-a563fb99daca852422d61ae8599a3dc32fa1bfe6.tar.gz wix-a563fb99daca852422d61ae8599a3dc32fa1bfe6.tar.bz2 wix-a563fb99daca852422d61ae8599a3dc32fa1bfe6.zip |
First steps on Burn for x64 and ARM64
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/BurnUnitTest/BurnUnitTest.vcxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/BurnUnitTest/BurnUnitTest.vcxproj b/src/test/BurnUnitTest/BurnUnitTest.vcxproj index b668f68a..1f4a7111 100644 --- a/src/test/BurnUnitTest/BurnUnitTest.vcxproj +++ b/src/test/BurnUnitTest/BurnUnitTest.vcxproj | |||
@@ -6,10 +6,18 @@ | |||
6 | <Import Project="..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.props" Condition="Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.props')" /> | 6 | <Import Project="..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.props" Condition="Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.props')" /> |
7 | <Import Project="..\..\..\packages\WixToolset.DUtil.4.0.59\build\WixToolset.DUtil.props" Condition="Exists('..\..\..\packages\WixToolset.DUtil.4.0.59\build\WixToolset.DUtil.props')" /> | 7 | <Import Project="..\..\..\packages\WixToolset.DUtil.4.0.59\build\WixToolset.DUtil.props" Condition="Exists('..\..\..\packages\WixToolset.DUtil.4.0.59\build\WixToolset.DUtil.props')" /> |
8 | <ItemGroup Label="ProjectConfigurations"> | 8 | <ItemGroup Label="ProjectConfigurations"> |
9 | <ProjectConfiguration Include="Debug|ARM64"> | ||
10 | <Configuration>Debug</Configuration> | ||
11 | <Platform>ARM64</Platform> | ||
12 | </ProjectConfiguration> | ||
9 | <ProjectConfiguration Include="Debug|Win32"> | 13 | <ProjectConfiguration Include="Debug|Win32"> |
10 | <Configuration>Debug</Configuration> | 14 | <Configuration>Debug</Configuration> |
11 | <Platform>Win32</Platform> | 15 | <Platform>Win32</Platform> |
12 | </ProjectConfiguration> | 16 | </ProjectConfiguration> |
17 | <ProjectConfiguration Include="Release|ARM64"> | ||
18 | <Configuration>Release</Configuration> | ||
19 | <Platform>ARM64</Platform> | ||
20 | </ProjectConfiguration> | ||
13 | <ProjectConfiguration Include="Release|Win32"> | 21 | <ProjectConfiguration Include="Release|Win32"> |
14 | <Configuration>Release</Configuration> | 22 | <Configuration>Release</Configuration> |
15 | <Platform>Win32</Platform> | 23 | <Platform>Win32</Platform> |