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

xxhash.vcxproj.filters (389B)


      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="src\xxhash.c" />
      5     <ClCompile Include="src\xxh_x86dispatch.c" />
      6   </ItemGroup>
      7   <ItemGroup>
      8     <ClInclude Include="include\xxhash.h" />
      9     <ClInclude Include="include\xxh_x86dispatch.h" />
     10   </ItemGroup>
     11 </Project>