diff options
Diffstat (limited to 'src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj')
-rw-r--r-- | src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj b/src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj index c038dccd..714b6549 100644 --- a/src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj +++ b/src/burn/test/BurnUnitTest/BurnUnitTest.vcxproj | |||
@@ -5,22 +5,30 @@ | |||
5 | <Import Project="..\..\..\internal\WixBuildTools.TestSupport.Native\build\WixBuildTools.TestSupport.Native.props" /> | 5 | <Import Project="..\..\..\internal\WixBuildTools.TestSupport.Native\build\WixBuildTools.TestSupport.Native.props" /> |
6 | 6 | ||
7 | <ItemGroup Label="ProjectConfigurations"> | 7 | <ItemGroup Label="ProjectConfigurations"> |
8 | <ProjectConfiguration Include="Debug|ARM64"> | ||
9 | <Configuration>Debug</Configuration> | ||
10 | <Platform>ARM64</Platform> | ||
11 | </ProjectConfiguration> | ||
12 | <ProjectConfiguration Include="Debug|Win32"> | 8 | <ProjectConfiguration Include="Debug|Win32"> |
13 | <Configuration>Debug</Configuration> | 9 | <Configuration>Debug</Configuration> |
14 | <Platform>Win32</Platform> | 10 | <Platform>Win32</Platform> |
15 | </ProjectConfiguration> | 11 | </ProjectConfiguration> |
16 | <ProjectConfiguration Include="Release|ARM64"> | 12 | <ProjectConfiguration Include="Debug|x64"> |
17 | <Configuration>Release</Configuration> | 13 | <Configuration>Debug</Configuration> |
14 | <Platform>x64</Platform> | ||
15 | </ProjectConfiguration> | ||
16 | <ProjectConfiguration Include="Debug|ARM64"> | ||
17 | <Configuration>Debug</Configuration> | ||
18 | <Platform>ARM64</Platform> | 18 | <Platform>ARM64</Platform> |
19 | </ProjectConfiguration> | 19 | </ProjectConfiguration> |
20 | <ProjectConfiguration Include="Release|Win32"> | 20 | <ProjectConfiguration Include="Release|Win32"> |
21 | <Configuration>Release</Configuration> | 21 | <Configuration>Release</Configuration> |
22 | <Platform>Win32</Platform> | 22 | <Platform>Win32</Platform> |
23 | </ProjectConfiguration> | 23 | </ProjectConfiguration> |
24 | <ProjectConfiguration Include="Release|x64"> | ||
25 | <Configuration>Release</Configuration> | ||
26 | <Platform>x64</Platform> | ||
27 | </ProjectConfiguration> | ||
28 | <ProjectConfiguration Include="Release|ARM64"> | ||
29 | <Configuration>Release</Configuration> | ||
30 | <Platform>ARM64</Platform> | ||
31 | </ProjectConfiguration> | ||
24 | </ItemGroup> | 32 | </ItemGroup> |
25 | 33 | ||
26 | <PropertyGroup Label="Globals"> | 34 | <PropertyGroup Label="Globals"> |