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

libchdr.vcxproj.filters (871B)


      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\libchdr_huffman.c" />
      5     <ClCompile Include="src\libchdr_bitstream.c" />
      6     <ClCompile Include="src\libchdr_cdrom.c" />
      7     <ClCompile Include="src\libchdr_chd.c" />
      8     <ClCompile Include="src\libchdr_flac.c" />
      9   </ItemGroup>
     10   <ItemGroup>
     11     <ClInclude Include="include\libchdr\chd.h" />
     12     <ClInclude Include="include\libchdr\chdconfig.h" />
     13     <ClInclude Include="include\libchdr\coretypes.h" />
     14     <ClInclude Include="include\libchdr\flac.h" />
     15     <ClInclude Include="include\libchdr\huffman.h" />
     16     <ClInclude Include="include\libchdr\bitstream.h" />
     17     <ClInclude Include="include\libchdr\cdrom.h" />
     18     <ClInclude Include="include\dr_libs\dr_flac.h" />
     19   </ItemGroup>
     20 </Project>