<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfiguration Include="Release|x64"> <Configuration>Release</Configuration> <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> <VCProjectVersion>15.0</VCProjectVersion> <ProjectGuid>{6E5A2D82-D5E3-4AE2-9253-733BAC8A924C}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>genesisplusgxlibretro</RootNamespace> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v142</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v142</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v120</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v142</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="Shared"> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>WIN32;_DEBUG;GENESISPLUSGXLIBRETRO_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions);USE_LIBTREMOR;USE_LIBCHDR;PACKAGE_VERSION="1.3.2";FLAC_API_EXPORTS;FLAC__HAS_OGG=0;HAVE_LROUND;HAVE_STDINT_H;_7ZIP_ST;HAVE_FSEEKO;DEBUG;USE_16BPP_RENDERING;FRONTEND_SUPPORTS_RGB565;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;HAVE_ZLIB;__LIBRETRO__;M68K_OVERCLOCK_SHIFT=20;Z80_OVERCLOCK_SHIFT=20;HAVE_YM3438_CORE;HAVE_OPLL_CORE;INLINE=static __inline</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <AdditionalIncludeDirectories>../../core/cd_hw/libchdr/src;../../core/cd_hw/libchdr/deps/libFLAC/include;../../core/cd_hw/libchdr/deps/lzma;../../core/cd_hw/libchdr/deps/zlib;../../core;../../core/z80;../../core/m68k;../../core/ntsc;../../core/sound;../../core/input_hw;../../core/cd_hw;../../core/cart_hw;../../core/cart_hw/svp;../../core/debug;../../libretro;../../libretro/libretro-common/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>_DEBUG;GENESISPLUSGXLIBRETRO_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions);USE_LIBTREMOR;USE_LIBCHDR;PACKAGE_VERSION="1.3.2";FLAC_API_EXPORTS;FLAC__HAS_OGG=0;HAVE_LROUND;HAVE_STDINT_H;_7ZIP_ST;HAVE_FSEEKO;DEBUG;USE_16BPP_RENDERING;FRONTEND_SUPPORTS_RGB565;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;HAVE_ZLIB;__LIBRETRO__;M68K_OVERCLOCK_SHIFT=20;Z80_OVERCLOCK_SHIFT=20;HAVE_YM3438_CORE;HAVE_OPLL_CORE;INLINE=static __inline</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <AdditionalIncludeDirectories>../../core/cd_hw/libchdr/src;../../core/cd_hw/libchdr/deps/libFLAC/include;../../core/cd_hw/libchdr/deps/lzma;../../core/cd_hw/libchdr/deps/zlib;../../core;../../core/z80;../../core/m68k;../../core/ntsc;../../core/sound;../../core/input_hw;../../core/cd_hw;../../core/cart_hw;../../core/cart_hw/svp;../../core/debug;../../libretro;../../libretro/libretro-common/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;GENESISPLUSGXLIBRETRO_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions);USE_LIBTREMOR;USE_LIBCHDR;PACKAGE_VERSION="1.3.2";FLAC_API_EXPORTS;FLAC__HAS_OGG=0;HAVE_LROUND;HAVE_STDINT_H;_7ZIP_ST;HAVE_FSEEKO;USE_16BPP_RENDERING;FRONTEND_SUPPORTS_RGB565;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;HAVE_ZLIB;__LIBRETRO__;M68K_OVERCLOCK_SHIFT=20;Z80_OVERCLOCK_SHIFT=20;HAVE_YM3438_CORE;HAVE_OPLL_CORE;INLINE=static __inline</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <AdditionalIncludeDirectories>../../core/cd_hw/libchdr/src;../../core/cd_hw/libchdr/deps/libFLAC/include;../../core/cd_hw/libchdr/deps/lzma;../../core/cd_hw/libchdr/deps/zlib;../../core;../../core/z80;../../core/m68k;../../core/ntsc;../../core/sound;../../core/input_hw;../../core/cd_hw;../../core/cart_hw;../../core/cart_hw/svp;../../core/debug;../../libretro;../../libretro/libretro-common/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>NDEBUG;GENESISPLUSGXLIBRETRO_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions);USE_LIBTREMOR;USE_LIBCHDR;PACKAGE_VERSION="1.3.2";FLAC_API_EXPORTS;FLAC__HAS_OGG=0;HAVE_LROUND;HAVE_STDINT_H;_7ZIP_ST;HAVE_FSEEKO;USE_16BPP_RENDERING;FRONTEND_SUPPORTS_RGB565;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;HAVE_ZLIB;__LIBRETRO__;M68K_OVERCLOCK_SHIFT=20;Z80_OVERCLOCK_SHIFT=20;HAVE_YM3438_CORE;HAVE_OPLL_CORE;INLINE=static __inline</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <AdditionalIncludeDirectories>../../core/cd_hw/libchdr/src;../../core/cd_hw/libchdr/deps/libFLAC/include;../../core/cd_hw/libchdr/deps/lzma;../../core/cd_hw/libchdr/deps/zlib;../../core;../../core/z80;../../core/m68k;../../core/ntsc;../../core/sound;../../core/input_hw;../../core/cd_hw;../../core/cart_hw;../../core/cart_hw/svp;../../core/debug;../../libretro;../../libretro/libretro-common/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> </Link> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\..\core\cart_hw\areplay.c" /> <ClCompile Include="..\..\core\cart_hw\eeprom_93c.c" /> <ClCompile Include="..\..\core\cart_hw\eeprom_i2c.c" /> <ClCompile Include="..\..\core\cart_hw\eeprom_spi.c" /> <ClCompile Include="..\..\core\cart_hw\ggenie.c" /> <ClCompile Include="..\..\core\cart_hw\md_cart.c" /> <ClCompile Include="..\..\core\cart_hw\sms_cart.c" /> <ClCompile Include="..\..\core\cart_hw\megasd.c" /> <ClCompile Include="..\..\core\cart_hw\sram.c" /> <ClCompile Include="..\..\core\cart_hw\svp\ssp16.c" /> <ClCompile Include="..\..\core\cart_hw\svp\svp.c" /> <ClCompile Include="..\..\core\cd_hw\cdc.c" /> <ClCompile Include="..\..\core\cd_hw\cdd.c" /> <ClCompile Include="..\..\core\cd_hw\cd_cart.c" /> <ClCompile Include="..\..\core\cd_hw\gfx.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\bitmath.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\bitreader.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\cpu.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\crc.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\fixed.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\float.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\format.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\lpc.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\lpc_intrin_avx2.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\lpc_intrin_sse.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\lpc_intrin_sse2.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\lpc_intrin_sse41.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\md5.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\memory.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\libFLAC\stream_decoder.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\lzma\LzFind.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\lzma\LzmaDec.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\lzma\LzmaEnc.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\zlib\adler32.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\zlib\inffast.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\zlib\inflate.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\zlib\inftrees.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\deps\zlib\zutil.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\src\bitstream.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\src\cdrom.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\src\chd.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\src\flac.c" /> <ClCompile Include="..\..\core\cd_hw\libchdr\src\huffman.c" /> <ClCompile Include="..\..\core\cd_hw\pcm.c" /> <ClCompile Include="..\..\core\cd_hw\scd.c" /> <ClCompile Include="..\..\core\debug\cpuhook.c" /> <ClCompile Include="..\..\core\genesis.c" /> <ClCompile Include="..\..\core\input_hw\activator.c" /> <ClCompile Include="..\..\core\input_hw\gamepad.c" /> <ClCompile Include="..\..\core\input_hw\graphic_board.c" /> <ClCompile Include="..\..\core\input_hw\input.c" /> <ClCompile Include="..\..\core\input_hw\lightgun.c" /> <ClCompile Include="..\..\core\input_hw\mouse.c" /> <ClCompile Include="..\..\core\input_hw\paddle.c" /> <ClCompile Include="..\..\core\input_hw\sportspad.c" /> <ClCompile Include="..\..\core\input_hw\teamplayer.c" /> <ClCompile Include="..\..\core\input_hw\terebi_oekaki.c" /> <ClCompile Include="..\..\core\input_hw\xe_1ap.c" /> <ClCompile Include="..\..\core\io_ctrl.c" /> <ClCompile Include="..\..\core\loadrom.c" /> <ClCompile Include="..\..\core\m68k\m68kcpu.c" /> <ClCompile Include="..\..\core\m68k\s68kcpu.c" /> <ClCompile Include="..\..\core\mem68k.c" /> <ClCompile Include="..\..\core\membnk.c" /> <ClCompile Include="..\..\core\memz80.c" /> <ClCompile Include="..\..\core\ntsc\md_ntsc.c" /> <ClCompile Include="..\..\core\ntsc\sms_ntsc.c" /> <ClCompile Include="..\..\core\sound\blip_buf.c" /> <ClCompile Include="..\..\core\sound\eq.c" /> <ClCompile Include="..\..\core\sound\opll.c" /> <ClCompile Include="..\..\core\sound\psg.c" /> <ClCompile Include="..\..\core\sound\sound.c" /> <ClCompile Include="..\..\core\sound\ym2413.c" /> <ClCompile Include="..\..\core\sound\ym2612.c" /> <ClCompile Include="..\..\core\sound\ym3438.c" /> <ClCompile Include="..\..\core\state.c" /> <ClCompile Include="..\..\core\system.c" /> <ClCompile Include="..\..\core\tremor\bitwise.c" /> <ClCompile Include="..\..\core\tremor\block.c" /> <ClCompile Include="..\..\core\tremor\codebook.c" /> <ClCompile Include="..\..\core\tremor\floor0.c" /> <ClCompile Include="..\..\core\tremor\floor1.c" /> <ClCompile Include="..\..\core\tremor\framing.c" /> <ClCompile Include="..\..\core\tremor\info.c" /> <ClCompile Include="..\..\core\tremor\mapping0.c" /> <ClCompile Include="..\..\core\tremor\mdct.c" /> <ClCompile Include="..\..\core\tremor\registry.c" /> <ClCompile Include="..\..\core\tremor\res012.c" /> <ClCompile Include="..\..\core\tremor\sharedbook.c" /> <ClCompile Include="..\..\core\tremor\synthesis.c" /> <ClCompile Include="..\..\core\tremor\vorbisfile.c" /> <ClCompile Include="..\..\core\tremor\window.c" /> <ClCompile Include="..\..\core\vdp_ctrl.c" /> <ClCompile Include="..\..\core\vdp_render.c" /> <ClCompile Include="..\..\core\z80\z80.c" /> <ClCompile Include="..\libretro-common\compat\compat_strl.c" /> <ClCompile Include="..\libretro-common\compat\fopen_utf8.c" /> <ClCompile Include="..\libretro-common\encodings\encoding_utf.c" /> <ClCompile Include="..\libretro-common\streams\file_stream.c" /> <ClCompile Include="..\libretro-common\streams\file_stream_transforms.c" /> <ClCompile Include="..\libretro-common\vfs\vfs_implementation.c" /> <ClCompile Include="..\libretro.c" /> <ClCompile Include="..\scrc32.c" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\core\cart_hw\areplay.h" /> <ClInclude Include="..\..\core\cart_hw\eeprom_93c.h" /> <ClInclude Include="..\..\core\cart_hw\eeprom_i2c.h" /> <ClInclude Include="..\..\core\cart_hw\eeprom_spi.h" /> <ClInclude Include="..\..\core\cart_hw\ggenie.h" /> <ClInclude Include="..\..\core\cart_hw\md_cart.h" /> <ClInclude Include="..\..\core\cart_hw\sms_cart.h" /> <ClInclude Include="..\..\core\cart_hw\megasd.h" /> <ClInclude Include="..\..\core\cart_hw\sram.h" /> <ClInclude Include="..\..\core\cart_hw\svp\ssp16.h" /> <ClInclude Include="..\..\core\cart_hw\svp\svp.h" /> <ClInclude Include="..\..\core\cd_hw\cdc.h" /> <ClInclude Include="..\..\core\cd_hw\cdd.h" /> <ClInclude Include="..\..\core\cd_hw\cd_cart.h" /> <ClInclude Include="..\..\core\cd_hw\gfx.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\FLAC\assert.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\FLAC\callback.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\FLAC\export.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\FLAC\format.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\FLAC\metadata.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\FLAC\ordinals.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\FLAC\stream_decoder.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\private\bitmath.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\private\bitreader.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\private\cpu.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\private\crc.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\private\fixed.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\private\float.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\private\format.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\private\lpc.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\private\macros.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\private\md5.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\private\memory.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\protected\stream_decoder.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\share\alloc.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\share\compat.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\libFLAC\include\share\endswap.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma\7zTypes.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma\Compiler.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma\LzFind.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma\LzHash.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma\LzmaDec.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma\LzmaEnc.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\lzma\Precomp.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib\gzguts.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib\inffast.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib\inffixed.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib\inflate.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib\inftrees.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib\zconf.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib\zlib.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\deps\zlib\zutil.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\src\bitstream.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\src\cdrom.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\src\chd.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\src\coretypes.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\src\flac.h" /> <ClInclude Include="..\..\core\cd_hw\libchdr\src\huffman.h" /> <ClInclude Include="..\..\core\cd_hw\pcm.h" /> <ClInclude Include="..\..\core\cd_hw\scd.h" /> <ClInclude Include="..\..\core\debug\cpuhook.h" /> <ClInclude Include="..\..\core\genesis.h" /> <ClInclude Include="..\..\core\input_hw\activator.h" /> <ClInclude Include="..\..\core\input_hw\gamepad.h" /> <ClInclude Include="..\..\core\input_hw\graphic_board.h" /> <ClInclude Include="..\..\core\input_hw\input.h" /> <ClInclude Include="..\..\core\input_hw\lightgun.h" /> <ClInclude Include="..\..\core\input_hw\mouse.h" /> <ClInclude Include="..\..\core\input_hw\paddle.h" /> <ClInclude Include="..\..\core\input_hw\sportspad.h" /> <ClInclude Include="..\..\core\input_hw\teamplayer.h" /> <ClInclude Include="..\..\core\input_hw\terebi_oekaki.h" /> <ClInclude Include="..\..\core\input_hw\xe_1ap.h" /> <ClInclude Include="..\..\core\io_ctrl.h" /> <ClInclude Include="..\..\core\loadrom.h" /> <ClInclude Include="..\..\core\m68k\m68k.h" /> <ClInclude Include="..\..\core\m68k\m68kconf.h" /> <ClInclude Include="..\..\core\m68k\m68kcpu.h" /> <ClInclude Include="..\..\core\m68k\m68ki_cycles.h" /> <ClInclude Include="..\..\core\m68k\m68ki_instruction_jump_table.h" /> <ClInclude Include="..\..\core\m68k\m68kops.h" /> <ClInclude Include="..\..\core\m68k\s68kconf.h" /> <ClInclude Include="..\..\core\m68k\s68ki_cycles.h" /> <ClInclude Include="..\..\core\mem68k.h" /> <ClInclude Include="..\..\core\membnk.h" /> <ClInclude Include="..\..\core\memz80.h" /> <ClInclude Include="..\..\core\ntsc\md_ntsc.h" /> <ClInclude Include="..\..\core\ntsc\md_ntsc_config.h" /> <ClInclude Include="..\..\core\ntsc\md_ntsc_impl.h" /> <ClInclude Include="..\..\core\ntsc\sms_ntsc.h" /> <ClInclude Include="..\..\core\ntsc\sms_ntsc_config.h" /> <ClInclude Include="..\..\core\ntsc\sms_ntsc_impl.h" /> <ClInclude Include="..\..\core\shared.h" /> <ClInclude Include="..\..\core\sound\blip_buf.h" /> <ClInclude Include="..\..\core\sound\eq.h" /> <ClInclude Include="..\..\core\sound\opll.h" /> <ClInclude Include="..\..\core\sound\psg.h" /> <ClInclude Include="..\..\core\sound\sound.h" /> <ClInclude Include="..\..\core\sound\ym2413.h" /> <ClInclude Include="..\..\core\sound\ym2612.h" /> <ClInclude Include="..\..\core\sound\ym3438.h" /> <ClInclude Include="..\..\core\state.h" /> <ClInclude Include="..\..\core\system.h" /> <ClInclude Include="..\..\core\tremor\block.h" /> <ClInclude Include="..\..\core\tremor\codebook.h" /> <ClInclude Include="..\..\core\tremor\codec_internal.h" /> <ClInclude Include="..\..\core\tremor\config_types.h" /> <ClInclude Include="..\..\core\tremor\ivorbiscodec.h" /> <ClInclude Include="..\..\core\tremor\ivorbisfile.h" /> <ClInclude Include="..\..\core\tremor\lsp_lookup.h" /> <ClInclude Include="..\..\core\tremor\mdct.h" /> <ClInclude Include="..\..\core\tremor\mdct_lookup.h" /> <ClInclude Include="..\..\core\tremor\misc.h" /> <ClInclude Include="..\..\core\tremor\ogg.h" /> <ClInclude Include="..\..\core\tremor\os.h" /> <ClInclude Include="..\..\core\tremor\os_types.h" /> <ClInclude Include="..\..\core\tremor\registry.h" /> <ClInclude Include="..\..\core\tremor\window.h" /> <ClInclude Include="..\..\core\tremor\window_lookup.h" /> <ClInclude Include="..\..\core\vdp_ctrl.h" /> <ClInclude Include="..\..\core\vdp_render.h" /> <ClInclude Include="..\..\core\z80\z80.h" /> <ClInclude Include="..\osd.h" /> <ClInclude Include="..\scrc32.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>