blob: d7902fe117f8dacd25ea2689920e9126180105ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Properties="Platform=x86" BuildInParallel="false" />
<ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Properties="Platform=x64" BuildInParallel="false" />
<ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x86" />
<ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x64" />
<ProjectReference Include="stub\stub.vcxproj" Properties="Platform=ARM64" />
<ProjectReference Include="stub\stub.vcxproj" Targets="PackNative" />
</ItemGroup>
</Project>
|