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 (1626B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <Import Project="..\msvc\vsprops\Configurations.props" />
      4   <ItemGroup>
      5     <ProjectReference Include="..\lzma\lzma.vcxproj">
      6       <Project>{dd944834-7899-4c1c-a4c1-064b5009d239}</Project>
      7     </ProjectReference>
      8   </ItemGroup>
      9   <ItemGroup>
     10     <ClCompile Include="src\libchdr_bitstream.c" />
     11     <ClCompile Include="src\libchdr_cdrom.c" />
     12     <ClCompile Include="src\libchdr_chd.c" />
     13     <ClCompile Include="src\libchdr_flac.c" />
     14     <ClCompile Include="src\libchdr_huffman.c" />
     15   </ItemGroup>
     16   <ItemGroup>
     17     <ClInclude Include="include\dr_libs\dr_flac.h" />
     18     <ClInclude Include="include\libchdr\bitstream.h" />
     19     <ClInclude Include="include\libchdr\cdrom.h" />
     20     <ClInclude Include="include\libchdr\chd.h" />
     21     <ClInclude Include="include\libchdr\chdconfig.h" />
     22     <ClInclude Include="include\libchdr\coretypes.h" />
     23     <ClInclude Include="include\libchdr\flac.h" />
     24     <ClInclude Include="include\libchdr\huffman.h" />
     25   </ItemGroup>
     26   <PropertyGroup Label="Globals">
     27     <ProjectGuid>{425D6C99-D1C8-43C2-B8AC-4D7B1D941017}</ProjectGuid>
     28   </PropertyGroup>
     29   <Import Project="..\msvc\vsprops\StaticLibrary.props" />
     30   <ItemDefinitionGroup>
     31     <ClCompile>
     32       <WarningLevel>TurnOffAllWarnings</WarningLevel>
     33       <AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories);$(SolutionDir)dep\lzma\include</AdditionalIncludeDirectories>
     34     </ClCompile>
     35   </ItemDefinitionGroup>
     36   <Import Project="..\msvc\vsprops\Targets.props" />
     37 </Project>