2015-03-06 20:42:19 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="UnitTest.cpp" />
|
|
|
|
<ClCompile Include="JitHarness.cpp" />
|
|
|
|
<ClCompile Include="TestArmEmitter.cpp" />
|
|
|
|
<ClCompile Include="TestX64Emitter.cpp" />
|
|
|
|
<ClCompile Include="TestArm64Emitter.cpp" />
|
2015-07-03 22:25:40 +00:00
|
|
|
<ClCompile Include="TestVertexJit.cpp" />
|
2016-10-12 15:30:18 +00:00
|
|
|
<ClCompile Include="..\ext\glew\glew.c" />
|
2015-03-06 20:42:19 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="JitHarness.h" />
|
|
|
|
<ClInclude Include="UnitTest.h" />
|
2015-07-03 22:25:40 +00:00
|
|
|
<ClInclude Include="TestVertexJit.h" />
|
2015-03-06 20:42:19 +00:00
|
|
|
</ItemGroup>
|
2016-10-12 15:30:18 +00:00
|
|
|
</Project>
|