aboutsummaryrefslogtreecommitdiff
path: root/src/burn/burn_t.proj
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/burn_t.proj')
-rw-r--r--src/burn/burn_t.proj11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/burn/burn_t.proj b/src/burn/burn_t.proj
new file mode 100644
index 00000000..0eed26ed
--- /dev/null
+++ b/src/burn/burn_t.proj
@@ -0,0 +1,11 @@
1<Project Sdk="Microsoft.Build.Traversal">
2 <ItemGroup>
3 <ProjectReference Include="test\BurnUnitTest\BurnUnitTest.vcxproj" Targets="Test" />
4
5 <ProjectReference Include="burn.sln" Properties="Platform=x86" />
6 <ProjectReference Include="burn.sln" Properties="Platform=x64" />
7 <ProjectReference Include="burn.sln" Properties="Platform=ARM64" />
8
9 <ProjectReference Include="stub\stub.vcxproj" Targets="PackNative" />
10 </ItemGroup>
11</Project>