mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-24 06:35:42 +00:00
10 lines
426 B
XML
10 lines
426 B
XML
<?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" />
|
|
<ClCompile Include="event_tests.cpp" />
|
|
<ClCompile Include="bitutils_tests.cpp" />
|
|
<ClCompile Include="file_system_tests.cpp" />
|
|
</ItemGroup>
|
|
</Project> |