duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

common-tests.vcxproj.filters (525B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup>
      4     <ClCompile Include="..\..\dep\googletest\src\gtest_main.cc" />
      5     <ClCompile Include="rectangle_tests.cpp" />
      6     <ClCompile Include="bitutils_tests.cpp" />
      7     <ClCompile Include="file_system_tests.cpp" />
      8     <ClCompile Include="path_tests.cpp" />
      9     <ClCompile Include="string_tests.cpp" />
     10     <ClCompile Include="gsvector_yuvtorgb_test.cpp" />
     11   </ItemGroup>
     12 </Project>