aboutsummaryrefslogtreecommitdiff
path: root/src/burn/burn_t.proj
blob: 0eed26ed1f3a7fcc65e3eb48b917c8f7f07d49a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<Project Sdk="Microsoft.Build.Traversal">
  <ItemGroup>
    <ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Targets="Test" />

    <ProjectReference Include="burn.sln" Properties="Platform=x86" />
    <ProjectReference Include="burn.sln" Properties="Platform=x64" />
    <ProjectReference Include="burn.sln" Properties="Platform=ARM64" />

    <ProjectReference Include="stub\stub.vcxproj" Targets="PackNative" />
  </ItemGroup>
</Project>