aboutsummaryrefslogtreecommitdiff
path: root/src/burn/burn_t.proj
blob: ffc0c78015eedc62c0a7e8ddac0233bec3c9cca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<Project Sdk="Microsoft.Build.Traversal">
  <ItemGroup>
    <ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Properties="Platform=x86" 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>