2014-06-10 16:58:37 -04:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release x64|Win32">
|
|
|
|
|
<Configuration>Release x64</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release x64|x64">
|
|
|
|
|
<Configuration>Release x64</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{78FEF1A1-6DF1-4CBB-A373-AE6FA7CE5CE0}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>Core</RootNamespace>
|
|
|
|
|
<ProjectName>Core</ProjectName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
2014-06-12 21:48:04 -04:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
2014-06-12 21:48:04 -04:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release x64|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release x64|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</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>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<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>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release x64|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release x64|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
2014-07-06 19:54:47 -04:00
|
|
|
|
<IncludePath>$(IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<IncludePath>$(IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release x64|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release x64|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2014-06-20 21:48:55 -04:00
|
|
|
|
<InlineFunctionExpansion />
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<CallingConvention>Cdecl</CallingConvention>
|
2015-07-11 08:27:22 -04:00
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<Profile>
|
|
|
|
|
</Profile>
|
|
|
|
|
<OptimizeReferences>
|
|
|
|
|
</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>
|
|
|
|
|
</InlineFunctionExpansion>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
|
|
<CallingConvention>Cdecl</CallingConvention>
|
2015-07-11 08:27:22 -04:00
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<Profile>
|
|
|
|
|
</Profile>
|
|
|
|
|
<OptimizeReferences>
|
|
|
|
|
</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2014-06-19 17:12:32 -04:00
|
|
|
|
<Optimization>Full</Optimization>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
2014-06-14 11:27:55 -04:00
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
2014-06-11 21:30:35 -04:00
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2015-07-11 08:27:22 -04:00
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
2015-08-14 21:50:14 -04:00
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2015-07-11 08:27:22 -04:00
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release x64|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2015-07-11 08:27:22 -04:00
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release x64|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2015-07-11 08:27:22 -04:00
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<ItemGroup>
|
2014-06-22 22:15:35 -04:00
|
|
|
|
<ClInclude Include="APU.h" />
|
2015-12-26 17:11:00 -05:00
|
|
|
|
<ClInclude Include="AutoRomTest.h" />
|
2015-07-25 17:39:19 -04:00
|
|
|
|
<ClInclude Include="BF909x.h" />
|
2015-08-17 19:32:10 -04:00
|
|
|
|
<ClInclude Include="CodeDataLogger.h" />
|
2015-12-28 15:16:50 -05:00
|
|
|
|
<ClInclude Include="CpRom.h" />
|
2015-07-14 21:50:14 -04:00
|
|
|
|
<ClInclude Include="DeltaModulationChannel.h" />
|
|
|
|
|
<ClInclude Include="ApuEnvelope.h" />
|
|
|
|
|
<ClInclude Include="ApuFrameCounter.h" />
|
|
|
|
|
<ClInclude Include="ApuLengthCounter.h" />
|
2014-06-26 23:13:02 -04:00
|
|
|
|
<ClInclude Include="AXROM.h" />
|
2015-07-14 21:50:14 -04:00
|
|
|
|
<ClInclude Include="BaseApuChannel.h" />
|
2014-06-14 11:27:55 -04:00
|
|
|
|
<ClInclude Include="BaseMapper.h" />
|
2015-06-24 19:26:19 -04:00
|
|
|
|
<ClInclude Include="Breakpoint.h" />
|
2015-07-05 19:05:33 -04:00
|
|
|
|
<ClInclude Include="CheatManager.h" />
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<ClInclude Include="ClientConnectionData.h" />
|
2014-06-24 14:28:19 -04:00
|
|
|
|
<ClInclude Include="CNROM.h" />
|
2014-06-28 21:10:50 -04:00
|
|
|
|
<ClInclude Include="ColorDreams.h" />
|
2014-06-21 15:43:41 -04:00
|
|
|
|
<ClInclude Include="ControlManager.h" />
|
2015-06-24 19:26:19 -04:00
|
|
|
|
<ClInclude Include="Debugger.h" />
|
|
|
|
|
<ClInclude Include="Disassembler.h" />
|
|
|
|
|
<ClInclude Include="DisassemblyInfo.h" />
|
2015-07-17 20:58:57 -04:00
|
|
|
|
<ClInclude Include="EmulationSettings.h" />
|
2014-07-06 19:54:47 -04:00
|
|
|
|
<ClInclude Include="GameClient.h" />
|
|
|
|
|
<ClInclude Include="GameClientConnection.h" />
|
|
|
|
|
<ClInclude Include="GameConnection.h" />
|
2014-07-09 19:05:07 -04:00
|
|
|
|
<ClInclude Include="GameInformationMessage.h" />
|
2014-07-06 19:54:47 -04:00
|
|
|
|
<ClInclude Include="GameServer.h" />
|
|
|
|
|
<ClInclude Include="GameServerConnection.h" />
|
2014-07-09 19:05:07 -04:00
|
|
|
|
<ClInclude Include="HandShakeMessage.h" />
|
2015-08-14 21:50:14 -04:00
|
|
|
|
<ClInclude Include="HdNesPack.h" />
|
|
|
|
|
<ClInclude Include="HdPpu.h" />
|
2014-06-22 22:15:35 -04:00
|
|
|
|
<ClInclude Include="IAudioDevice.h" />
|
2014-06-21 15:43:41 -04:00
|
|
|
|
<ClInclude Include="IControlDevice.h" />
|
2014-07-06 19:54:47 -04:00
|
|
|
|
<ClInclude Include="IGameBroadcaster.h" />
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<ClInclude Include="IKeyManager.h" />
|
2014-06-14 11:27:55 -04:00
|
|
|
|
<ClInclude Include="IMemoryHandler.h" />
|
|
|
|
|
<ClInclude Include="Console.h" />
|
2014-07-06 19:54:47 -04:00
|
|
|
|
<ClInclude Include="IMessageManager.h" />
|
2014-07-09 19:05:07 -04:00
|
|
|
|
<ClInclude Include="INotificationListener.h" />
|
|
|
|
|
<ClInclude Include="InputDataMessage.h" />
|
2015-12-28 20:07:27 -05:00
|
|
|
|
<ClInclude Include="JalecoSs88006.h" />
|
2015-12-28 13:57:26 -05:00
|
|
|
|
<ClInclude Include="MMC4.h" />
|
2015-07-29 22:10:34 -04:00
|
|
|
|
<ClInclude Include="MMC5.h" />
|
2015-07-14 21:50:14 -04:00
|
|
|
|
<ClInclude Include="NoiseChannel.h" />
|
|
|
|
|
<ClInclude Include="SquareChannel.h" />
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<ClInclude Include="StandardController.h" />
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<ClInclude Include="MessageManager.h" />
|
2014-07-09 19:05:07 -04:00
|
|
|
|
<ClInclude Include="MessageType.h" />
|
2014-06-28 18:50:01 -04:00
|
|
|
|
<ClInclude Include="MMC2.h" />
|
2014-08-04 15:55:20 -04:00
|
|
|
|
<ClInclude Include="MMC3_189.h" />
|
2014-07-01 12:44:01 -04:00
|
|
|
|
<ClInclude Include="Movie.h" />
|
2014-07-09 19:05:07 -04:00
|
|
|
|
<ClInclude Include="MovieDataMessage.h" />
|
2014-07-12 22:23:08 -04:00
|
|
|
|
<ClInclude Include="Nanjing.h" />
|
2014-07-06 19:54:47 -04:00
|
|
|
|
<ClInclude Include="NetMessage.h" />
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<ClInclude Include="SaveStateManager.h" />
|
2014-07-09 19:05:07 -04:00
|
|
|
|
<ClInclude Include="SaveStateMessage.h" />
|
2014-06-25 21:52:37 -04:00
|
|
|
|
<ClInclude Include="Snapshotable.h" />
|
2015-08-30 21:04:21 -04:00
|
|
|
|
<ClInclude Include="IRenderingDevice.h" />
|
2014-06-24 02:47:32 -04:00
|
|
|
|
<ClInclude Include="MapperFactory.h" />
|
|
|
|
|
<ClInclude Include="MMC1.h" />
|
2014-06-24 21:59:58 -04:00
|
|
|
|
<ClInclude Include="MMC3.h" />
|
2014-06-24 14:28:19 -04:00
|
|
|
|
<ClInclude Include="NROM.h" />
|
2014-06-12 21:48:04 -04:00
|
|
|
|
<ClInclude Include="PPU.h" />
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<ClInclude Include="CPU.h" />
|
2014-06-14 11:27:55 -04:00
|
|
|
|
<ClInclude Include="MemoryManager.h" />
|
|
|
|
|
<ClInclude Include="ROMLoader.h" />
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<ClInclude Include="stdafx.h" />
|
2015-07-14 21:50:14 -04:00
|
|
|
|
<ClInclude Include="TriangleChannel.h" />
|
2014-06-24 14:28:19 -04:00
|
|
|
|
<ClInclude Include="UNROM.h" />
|
2015-07-22 22:08:28 -04:00
|
|
|
|
<ClInclude Include="VideoDecoder.h" />
|
2014-07-06 19:54:47 -04:00
|
|
|
|
<ClInclude Include="VirtualController.h" />
|
2014-07-08 18:36:21 -04:00
|
|
|
|
<ClInclude Include="VRC2_4.h" />
|
2014-06-10 16:58:37 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-06-22 22:15:35 -04:00
|
|
|
|
<ClCompile Include="APU.cpp" />
|
2015-07-19 22:24:56 -04:00
|
|
|
|
<ClCompile Include="ApuLengthCounter.cpp" />
|
2015-12-26 17:11:00 -05:00
|
|
|
|
<ClCompile Include="AutoRomTest.cpp" />
|
2015-06-24 19:26:19 -04:00
|
|
|
|
<ClCompile Include="Breakpoint.cpp" />
|
2015-07-05 19:05:33 -04:00
|
|
|
|
<ClCompile Include="CheatManager.cpp" />
|
2015-08-17 19:32:10 -04:00
|
|
|
|
<ClCompile Include="CodeDataLogger.cpp" />
|
2014-06-14 11:27:55 -04:00
|
|
|
|
<ClCompile Include="Console.cpp" />
|
2014-06-21 15:43:41 -04:00
|
|
|
|
<ClCompile Include="ControlManager.cpp" />
|
2015-06-24 19:26:19 -04:00
|
|
|
|
<ClCompile Include="Debugger.cpp" />
|
2015-07-25 11:59:18 -04:00
|
|
|
|
<ClCompile Include="DeltaModulationChannel.cpp" />
|
2015-06-24 19:26:19 -04:00
|
|
|
|
<ClCompile Include="Disassembler.cpp" />
|
|
|
|
|
<ClCompile Include="DisassemblyInfo.cpp" />
|
2015-07-17 20:58:57 -04:00
|
|
|
|
<ClCompile Include="EmulationSettings.cpp" />
|
2014-07-09 18:29:07 -04:00
|
|
|
|
<ClCompile Include="GameClient.cpp" />
|
2014-07-09 19:05:07 -04:00
|
|
|
|
<ClCompile Include="GameClientConnection.cpp" />
|
|
|
|
|
<ClCompile Include="GameConnection.cpp" />
|
2014-07-09 18:29:07 -04:00
|
|
|
|
<ClCompile Include="GameServer.cpp" />
|
2014-07-09 19:05:07 -04:00
|
|
|
|
<ClCompile Include="GameServerConnection.cpp" />
|
2015-07-10 21:07:24 -04:00
|
|
|
|
<ClCompile Include="StandardController.cpp" />
|
2014-07-09 19:05:07 -04:00
|
|
|
|
<ClCompile Include="MapperFactory.cpp" />
|
2014-06-14 11:27:55 -04:00
|
|
|
|
<ClCompile Include="MemoryManager.cpp" />
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<ClCompile Include="MessageManager.cpp" />
|
2014-07-01 12:44:01 -04:00
|
|
|
|
<ClCompile Include="Movie.cpp" />
|
2014-06-12 21:48:04 -04:00
|
|
|
|
<ClCompile Include="PPU.cpp" />
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<ClCompile Include="CPU.cpp" />
|
2015-07-01 23:17:14 -04:00
|
|
|
|
<ClCompile Include="SaveStateManager.cpp" />
|
2014-06-10 16:58:37 -04:00
|
|
|
|
<ClCompile Include="stdafx.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
2014-06-11 21:30:35 -04:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
2015-07-06 21:31:32 -04:00
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release x64|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release x64|x64'">Create</PrecompiledHeader>
|
2014-06-10 16:58:37 -04:00
|
|
|
|
</ClCompile>
|
2015-07-23 23:16:31 -04:00
|
|
|
|
<ClCompile Include="VideoDecoder.cpp" />
|
2014-07-09 19:05:07 -04:00
|
|
|
|
<ClCompile Include="VirtualController.cpp" />
|
2014-06-10 16:58:37 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|