summaryrefslogtreecommitdiff
path: root/src/burn/burn_t.proj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-02-28 18:41:14 -0600
committerSean Hall <r.sean.hall@gmail.com>2022-03-01 11:37:00 -0600
commit3f658fa2b4bd80619fcf89e1e87ae12b48effb7a (patch)
treee10e352d4e5197f6dba708f098a7588ef55b78f4 /src/burn/burn_t.proj
parent7e61f48f6be0849cb0c0da796ec77603c14532e5 (diff)
downloadwix-3f658fa2b4bd80619fcf89e1e87ae12b48effb7a.tar.gz
wix-3f658fa2b4bd80619fcf89e1e87ae12b48effb7a.tar.bz2
wix-3f658fa2b4bd80619fcf89e1e87ae12b48effb7a.zip
Fix and run Burn 64-bit unit tests.
Diffstat (limited to 'src/burn/burn_t.proj')
-rw-r--r--src/burn/burn_t.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/burn_t.proj b/src/burn/burn_t.proj
index ffc0c780..d7902fe1 100644
--- a/src/burn/burn_t.proj
+++ b/src/burn/burn_t.proj
@@ -1,6 +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" /> 3 <ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Properties="Platform=x86" BuildInParallel="false" />
4 <ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Properties="Platform=x64" BuildInParallel="false" />
4 5
5 <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x86" /> 6 <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x86" />
6 <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x64" /> 7 <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x64" />