<?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>{02639D27-5E68-4F28-8A80-8BA00D9D9547}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>gxvstudio</RootNamespace> <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v141</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v141</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v141</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v141</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;_CONSOLE;_CRT_SECURE_NO_WARNINGS;INLINE=static inline;_7ZIP_ST;FLAC__NO_DLL;FLAC__HAS_OGG=0;PACKAGE_VERSION="1.3.2";LSB_FIRST;USE_16BPP_RENDERING;USE_LIBTREMOR;USE_LIBCHDR;MAXROMSIZE=33554432;HAVE_YM3438_CORE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <AdditionalIncludeDirectories>..\;..\sdl2\;..\..\core\;..\..\core\m68k\;..\..\core\z80\;..\..\core\input_hw\;..\..\core\sound\;..\..\core\cart_hw\;..\..\core\cart_hw\svp\;..\..\core\cd_hw\;..\..\core\cd_hw\libchdr\deps\libFLAC\include\;..\..\core\cd_hw\libchdr\deps\lzma\;..\..\core\cd_hw\libchdr\deps\zlib\;..\..\core\debug\;..\..\core\ntsc\;.\deps\SDL2\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Console</SubSystem> <AdditionalLibraryDirectories>.\deps\SDL2\lib\$(PlatformTarget)\;.\deps\zlib\$(PlatformTarget)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <AdditionalDependencies>SDL2.lib;SDL2main.lib;libz-static_d.lib;%(AdditionalDependencies)</AdditionalDependencies> <StackReserveSize>4194304</StackReserveSize> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;INLINE=static inline;_7ZIP_ST;FLAC__NO_DLL;FLAC__HAS_OGG=0;PACKAGE_VERSION="1.3.2";LSB_FIRST;USE_16BPP_RENDERING;USE_LIBTREMOR;USE_LIBCHDR;MAXROMSIZE=33554432;HAVE_YM3438_CORE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <AdditionalIncludeDirectories>..\;..\sdl2\;..\..\core\;..\..\core\m68k\;..\..\core\z80\;..\..\core\input_hw\;..\..\core\sound\;..\..\core\cart_hw\;..\..\core\cart_hw\svp\;..\..\core\cd_hw\;..\..\core\cd_hw\libchdr\deps\libFLAC\include\;..\..\core\cd_hw\libchdr\deps\lzma\;..\..\core\cd_hw\libchdr\deps\zlib\;..\..\core\debug\;..\..\core\ntsc\;.\deps\SDL2\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Console</SubSystem> <AdditionalLibraryDirectories>.\deps\SDL2\lib\$(PlatformTarget)\;.\deps\zlib\$(PlatformTarget)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <AdditionalDependencies>SDL2.lib;SDL2main.lib;libz-static_d.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;INLINE=static inline;_7ZIP_ST;FLAC__NO_DLL;FLAC__HAS_OGG=0;PACKAGE_VERSION="1.3.2";LSB_FIRST;USE_16BPP_RENDERING;USE_LIBTREMOR;USE_LIBCHDR;MAXROMSIZE=33554432;HAVE_YM3438_CORE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <AdditionalIncludeDirectories>..\;..\sdl2\;..\..\core\;..\..\core\m68k\;..\..\core\z80\;..\..\core\input_hw\;..\..\core\sound\;..\..\core\cart_hw\;..\..\core\cart_hw\svp\;..\..\core\cd_hw\;..\..\core\cd_hw\libchdr\deps\libFLAC\include\;..\..\core\cd_hw\libchdr\deps\lzma\;..\..\core\cd_hw\libchdr\deps\zlib\;..\..\core\debug\;..\..\core\ntsc\;.\deps\SDL2\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Console</SubSystem> <AdditionalLibraryDirectories>.\deps\SDL2\lib\$(PlatformTarget)\;.\deps\zlib\$(PlatformTarget)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <AdditionalDependencies>SDL2.lib;SDL2main.lib;libz-static.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;INLINE=static inline;_7ZIP_ST;FLAC__NO_DLL;FLAC__HAS_OGG=0;PACKAGE_VERSION="1.3.2";LSB_FIRST;USE_16BPP_RENDERING;USE_LIBTREMOR;USE_LIBCHDR;MAXROMSIZE=33554432;HAVE_YM3438_CORE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <AdditionalIncludeDirectories>..\;..\sdl2\;..\..\core\;..\..\core\m68k\;..\..\core\z80\;..\..\core\input_hw\;..\..\core\sound\;..\..\core\cart_hw\;..\..\core\cart_hw\svp\;..\..\core\cd_hw\;..\..\core\cd_hw\libchdr\deps\libFLAC\include\;..\..\core\cd_hw\libchdr\deps\lzma\;..\..\core\cd_hw\libchdr\deps\zlib\;..\..\core\debug\;..\..\core\ntsc\;.\deps\SDL2\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Console</SubSystem> <AdditionalLibraryDirectories>.\deps\SDL2\lib\$(PlatformTarget)\;.\deps\zlib\$(PlatformTarget)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <AdditionalDependencies>SDL2.lib;SDL2main.lib;libz-static.lib;%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <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\hvc.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\macros.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\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\asm_arm.h" /> <ClInclude Include="..\..\core\tremor\backends.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\types.h" /> <ClInclude Include="..\..\core\vdp_ctrl.h" /> <ClInclude Include="..\..\core\vdp_render.h" /> <ClInclude Include="..\..\core\z80\osd_cpu.h" /> <ClInclude Include="..\..\core\z80\z80.h" /> <ClInclude Include="..\config.h" /> <ClInclude Include="..\error.h" /> <ClInclude Include="..\fileio.h" /> <ClInclude Include="..\osd.h" /> <ClInclude Include="..\sdl2\main.h" /> <ClInclude Include="..\unzip.h" /> </ItemGroup> <ItemGroup> <Text Include="..\..\core\cart_hw\svp\imageformat.txt" /> <Text Include="..\..\core\cart_hw\svp\svpdoc.txt" /> <Text Include="..\..\core\cd_hw\libchdr\deps\lzma\DOC\lzma-history.txt" /> <Text Include="..\..\core\cd_hw\libchdr\deps\lzma\DOC\lzma-sdk.txt" /> <Text Include="..\..\core\cd_hw\libchdr\deps\lzma\DOC\lzma-specification.txt" /> <Text Include="..\..\core\cd_hw\libchdr\deps\lzma\DOC\lzma.txt" /> <Text Include="..\..\core\cd_hw\libchdr\LICENSE.txt" /> <Text Include="..\..\core\m68k\readme.txt" /> <Text Include="..\..\core\ntsc\changes.txt" /> <Text Include="..\..\core\ntsc\license.txt" /> <Text Include="..\..\core\ntsc\readme.txt" /> <Text Include="..\..\core\ntsc\sms_ntsc.txt" /> </ItemGroup> <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\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="..\config.c" /> <ClCompile Include="..\error.c" /> <ClCompile Include="..\fileio.c" /> <ClCompile Include="..\sdl2\main.c" /> <ClCompile Include="..\unzip.c" /> </ItemGroup> <ItemGroup> <None Include="..\..\core\cd_hw\libchdr\deps\libFLAC\AUTHORS" /> <None Include="..\..\core\cd_hw\libchdr\deps\libFLAC\COPYING.Xiph" /> <None Include="..\..\core\cd_hw\libchdr\deps\libFLAC\README" /> <None Include="..\..\core\cd_hw\libchdr\deps\zlib\ChangeLog" /> <None Include="..\..\core\cd_hw\libchdr\deps\zlib\README" /> <None Include="..\..\core\cd_hw\libchdr\README.md" /> <None Include="..\..\core\tremor\CHANGELOG" /> <None Include="..\..\core\tremor\COPYING" /> <None Include="..\..\core\tremor\README" /> </ItemGroup> <ItemGroup> <Image Include="..\md.ico" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\icon.rc" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>