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

googletest.vcxproj.filters (1282B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup>
      4     <ClInclude Include="include\gtest\gtest.h" />
      5     <ClInclude Include="include\gtest\gtest_pred_impl.h" />
      6     <ClInclude Include="include\gtest\gtest_prod.h" />
      7     <ClInclude Include="include\gtest\gtest-death-test.h" />
      8     <ClInclude Include="include\gtest\gtest-matchers.h" />
      9     <ClInclude Include="include\gtest\gtest-message.h" />
     10     <ClInclude Include="include\gtest\gtest-param-test.h" />
     11     <ClInclude Include="include\gtest\gtest-printers.h" />
     12     <ClInclude Include="include\gtest\gtest-spi.h" />
     13     <ClInclude Include="include\gtest\gtest-test-part.h" />
     14     <ClInclude Include="include\gtest\gtest-typed-test.h" />
     15     <ClInclude Include="src\gtest-internal-inl.h" />
     16   </ItemGroup>
     17   <ItemGroup>
     18     <ClCompile Include="src\gtest.cc" />
     19     <ClCompile Include="src\gtest-death-test.cc" />
     20     <ClCompile Include="src\gtest-filepath.cc" />
     21     <ClCompile Include="src\gtest-matchers.cc" />
     22     <ClCompile Include="src\gtest-port.cc" />
     23     <ClCompile Include="src\gtest-printers.cc" />
     24     <ClCompile Include="src\gtest-test-part.cc" />
     25     <ClCompile Include="src\gtest-typed-test.cc" />
     26   </ItemGroup>
     27 </Project>