2022-07-08 12:43:38 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="..\..\dep\msvc\vsprops\Configurations.props" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="audio_stream.h" />
|
|
|
|
|
<ClInclude Include="cd_image.h" />
|
|
|
|
|
<ClInclude Include="cd_image_hasher.h" />
|
|
|
|
|
<ClInclude Include="cue_parser.h" />
|
2022-07-11 13:03:29 +00:00
|
|
|
|
<ClInclude Include="ini_settings_interface.h" />
|
2022-07-08 12:43:38 +00:00
|
|
|
|
<ClInclude Include="iso_reader.h" />
|
|
|
|
|
<ClInclude Include="jit_code_buffer.h" />
|
|
|
|
|
<ClInclude Include="pbp_types.h" />
|
|
|
|
|
<ClInclude Include="memory_arena.h" />
|
|
|
|
|
<ClInclude Include="page_fault_handler.h" />
|
|
|
|
|
<ClInclude Include="cd_subchannel_replacement.h" />
|
|
|
|
|
<ClInclude Include="shiftjis.h" />
|
|
|
|
|
<ClInclude Include="state_wrapper.h" />
|
|
|
|
|
<ClInclude Include="cd_xa.h" />
|
|
|
|
|
<ClInclude Include="wav_writer.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="audio_stream.cpp" />
|
|
|
|
|
<ClCompile Include="cd_image.cpp" />
|
|
|
|
|
<ClCompile Include="cd_image_bin.cpp" />
|
|
|
|
|
<ClCompile Include="cd_image_chd.cpp" />
|
|
|
|
|
<ClCompile Include="cd_image_cue.cpp" />
|
|
|
|
|
<ClCompile Include="cd_image_device.cpp" />
|
|
|
|
|
<ClCompile Include="cd_image_ecm.cpp" />
|
|
|
|
|
<ClCompile Include="cd_image_hasher.cpp" />
|
|
|
|
|
<ClCompile Include="cd_image_m3u.cpp" />
|
|
|
|
|
<ClCompile Include="cd_image_mds.cpp" />
|
|
|
|
|
<ClCompile Include="cd_image_memory.cpp" />
|
|
|
|
|
<ClCompile Include="cd_image_pbp.cpp" />
|
|
|
|
|
<ClCompile Include="cue_parser.cpp" />
|
|
|
|
|
<ClCompile Include="cd_image_ppf.cpp" />
|
2022-07-11 13:03:29 +00:00
|
|
|
|
<ClCompile Include="ini_settings_interface.cpp" />
|
2022-07-08 12:43:38 +00:00
|
|
|
|
<ClCompile Include="iso_reader.cpp" />
|
|
|
|
|
<ClCompile Include="jit_code_buffer.cpp" />
|
|
|
|
|
<ClCompile Include="cd_subchannel_replacement.cpp" />
|
|
|
|
|
<ClCompile Include="shiftjis.cpp" />
|
|
|
|
|
<ClCompile Include="memory_arena.cpp" />
|
|
|
|
|
<ClCompile Include="page_fault_handler.cpp" />
|
|
|
|
|
<ClCompile Include="state_wrapper.cpp" />
|
|
|
|
|
<ClCompile Include="cd_xa.cpp" />
|
|
|
|
|
<ClCompile Include="wav_writer.cpp" />
|
|
|
|
|
</ItemGroup>
|
2023-08-13 07:21:45 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\dep\libchdr\libchdr.vcxproj">
|
|
|
|
|
<Project>{425d6c99-d1c8-43c2-b8ac-4d7b1d941017}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\dep\soundtouch\soundtouch.vcxproj">
|
|
|
|
|
<Project>{751d9f62-881c-454e-bce8-cb9cf5f1d22f}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\common\common.vcxproj">
|
|
|
|
|
<Project>{ee054e08-3799-4a59-a422-18259c105ffd}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2022-07-08 12:43:38 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{57F6206D-F264-4B07-BAF8-11B9BBE1F455}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="..\..\dep\msvc\vsprops\StaticLibrary.props" />
|
|
|
|
|
<Import Project="util.props" />
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<ObjectFileName>$(IntDir)/%(RelativeDir)/</ObjectFileName>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<Import Project="..\..\dep\msvc\vsprops\Targets.props" />
|
|
|
|
|
</Project>
|