2020-04-02 15:31:58 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="..\..\dep\googletest\src\gtest_main.cc" />
|
|
|
|
<ClCompile Include="rectangle_tests.cpp" />
|
2020-04-05 13:25:45 +00:00
|
|
|
<ClCompile Include="event_tests.cpp" />
|
2020-04-26 08:33:18 +00:00
|
|
|
<ClCompile Include="bitutils_tests.cpp" />
|
2020-07-22 16:35:37 +00:00
|
|
|
<ClCompile Include="file_system_tests.cpp" />
|
2020-04-02 15:31:58 +00:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|