main
proj 12 lines 645 Bytes
Raw
1 <Project Sdk="Microsoft.Build.Traversal">
2 <ItemGroup>
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
6 <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x86" />
7 <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=x64" />
8 <ProjectReference Include="stub\stub.vcxproj" Properties="Platform=ARM64" />
9
10 <ProjectReference Include="stub\stub.vcxproj" Targets="PackNative" />
11 </ItemGroup>
12 </Project>