diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-06-15 17:08:04 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-06-15 18:27:22 -0500 |
commit | c4090531d4caac4b8cb3356cb971ff2e1c9f8704 (patch) | |
tree | 95fb6f68690da8d79f23e3b0e957f28eef036797 /src/burn | |
parent | 09501680d4fcef277b33200c702ce409e9f9c1ef (diff) | |
download | wix-c4090531d4caac4b8cb3356cb971ff2e1c9f8704.tar.gz wix-c4090531d4caac4b8cb3356cb971ff2e1c9f8704.tar.bz2 wix-c4090531d4caac4b8cb3356cb971ff2e1c9f8704.zip |
Build and run x64 dutil tests.
Diffstat (limited to 'src/burn')
-rw-r--r-- | src/burn/burn_t.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/burn_t.proj b/src/burn/burn_t.proj index d7902fe1..adf1ce1e 100644 --- a/src/burn/burn_t.proj +++ b/src/burn/burn_t.proj | |||
@@ -1,7 +1,7 @@ | |||
1 | <Project Sdk="Microsoft.Build.Traversal"> | 1 | <Project Sdk="Microsoft.Build.Traversal"> |
2 | <ItemGroup> | 2 | <ItemGroup> |
3 | <ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Properties="Platform=x86" BuildInParallel="false" /> | ||
4 | <ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Properties="Platform=x64" BuildInParallel="false" /> | 3 | <ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Properties="Platform=x64" BuildInParallel="false" /> |
4 | <ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Properties="Platform=x86" BuildInParallel="false" /> | ||
5 | 5 | ||
6 | <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x86" /> | 6 | <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x86" /> |
7 | <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x64" /> | 7 | <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x64" /> |