292 lines
16 KiB
XML
292 lines
16 KiB
XML
<?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>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectName>VBA-M</ProjectName>
|
|
<ProjectGuid>{6D4C5EC8-933F-4C05-A1BF-498E658576DF}</ProjectGuid>
|
|
<RootNamespace>VBA</RootNamespace>
|
|
<Keyword>MFCProj</Keyword>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
<Import Project="nasm.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="per_user_settings.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="per_user_settings.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\..\dependencies\openal-soft\libs\Win32;$(DXSDK_DIR)\lib\x86;$(LibraryPath)</LibraryPath>
|
|
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\..\dependencies\openal-soft\include\AL\;$(DXSDK_DIR)\Include;$(IncludePath)</IncludePath>
|
|
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\dependencies\openal-soft\include\AL\;$(DXSDK_DIR)\Include;$(IncludePath)</IncludePath>
|
|
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\dependencies\openal-soft\libs\Win32;$(DXSDK_DIR)\lib\x86;$(LibraryPath)</LibraryPath>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)$(Platform)\$(Configuration)\Build\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)$(Platform)\$(Configuration)\Build\</IntDir>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)$(Platform)\$(Configuration)\Build\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)$(Platform)\$(Configuration)\Build\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<BuildLog />
|
|
<PreBuildEvent>
|
|
<Command>"..\..\..\dependencies\SubWCRev\SubWCRev.bat"</Command>
|
|
</PreBuildEvent>
|
|
<Midl>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
</Midl>
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>..\..\src;..\..\fex;..\..\..\dependencies\libpng;..\..\..\dependencies\msvc;..\..\..\dependencies\SFML\include;..\..\..\dependencies\SubWCRev;..\..\..\dependencies\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;SFML_SYSTEM_EXPORTS;SFML_NETWORK_EXPORTS;DEV_VERSION;BKPT_SUPPORT;GBA_LOGGING;MMX;ASM;_CRT_SECURE_NO_WARNINGS;HAS_FILE_EXTRACTOR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<StringPooling>false</StringPooling>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<SmallerTypeCheck>false</SmallerTypeCheck>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
</ClCompile>
|
|
<ResourceCompile />
|
|
<Link>
|
|
<Version>
|
|
</Version>
|
|
<SubSystem>Windows</SubSystem>
|
|
<OptimizeReferences>false</OptimizeReferences>
|
|
<EnableCOMDATFolding>false</EnableCOMDATFolding>
|
|
<DataExecutionPrevention>
|
|
</DataExecutionPrevention>
|
|
<MinimumRequiredVersion>5.0</MinimumRequiredVersion>
|
|
<AdditionalDependencies>nafxcwd.lib;libcmtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<IgnoreSpecificDefaultLibraries>nafxcwd.lib;libcmtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<BuildLog>
|
|
<Path>$(IntDir)$(ProjectName)_BuildLog.htm</Path>
|
|
</BuildLog>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<BuildLog />
|
|
<PreBuildEvent>
|
|
<Command>"..\..\..\dependencies\SubWCRev\SubWCRev.bat"</Command>
|
|
</PreBuildEvent>
|
|
<Midl>
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
|
</Midl>
|
|
<ClCompile>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<AdditionalIncludeDirectories>..\..\src;..\..\fex;..\..\..\dependencies\libpng;..\..\..\dependencies\msvc;..\..\..\dependencies\SFML\include;..\..\..\dependencies\SubWCRev;..\..\..\dependencies\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;SFML_SYSTEM_EXPORTS;SFML_NETWORK_EXPORTS;GBA_LOGGING;OEMRESOURCE;MMX;ASM;FINAL_VERSION;BKPT_SUPPORT;_CRT_SECURE_NO_DEPRECATE;HAS_FILE_EXTRACTOR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
|
|
<FloatingPointModel>Fast</FloatingPointModel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<StringPooling>true</StringPooling>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
</ClCompile>
|
|
<ResourceCompile />
|
|
<Link>
|
|
<AdditionalDependencies>nafxcw.lib;libcmt.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<Version>
|
|
</Version>
|
|
<IgnoreSpecificDefaultLibraries>nafxcw.lib;libcmt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
|
<SubSystem>Windows</SubSystem>
|
|
<MinimumRequiredVersion>5.0</MinimumRequiredVersion>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<AssemblyDebug>
|
|
</AssemblyDebug>
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
</Link>
|
|
<NASM>
|
|
<Optimization>1</Optimization>
|
|
</NASM>
|
|
<BuildLog />
|
|
<BuildLog>
|
|
<Path>$(IntDir)$(ProjectName)_BuildLog.htm</Path>
|
|
</BuildLog>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\src\common\ConfigManager.h" />
|
|
<ClInclude Include="..\..\src\common\dictionary.h" />
|
|
<ClInclude Include="..\..\src\common\iniparser.h" />
|
|
<ClInclude Include="..\..\src\gb\gb.h" />
|
|
<ClInclude Include="..\..\src\gb\gbCheats.h" />
|
|
<ClInclude Include="..\..\src\gb\gbCodes.h" />
|
|
<ClInclude Include="..\..\src\gb\gbCodesCB.h" />
|
|
<ClInclude Include="..\..\src\gb\gbGlobals.h" />
|
|
<ClInclude Include="..\..\src\gb\gbMemory.h" />
|
|
<ClInclude Include="..\..\src\gb\gbPrinter.h" />
|
|
<ClInclude Include="..\..\src\gb\gbSGB.h" />
|
|
<ClInclude Include="..\..\src\gb\gbSound.h" />
|
|
<ClInclude Include="..\..\src\apu\blargg_common.h" />
|
|
<ClInclude Include="..\..\src\apu\blargg_config.h" />
|
|
<ClInclude Include="..\..\src\apu\blargg_source.h" />
|
|
<ClInclude Include="..\..\src\apu\Blip_Buffer.h" />
|
|
<ClInclude Include="..\..\src\apu\Effects_Buffer.h" />
|
|
<ClInclude Include="..\..\src\apu\Gb_Apu.h" />
|
|
<ClInclude Include="..\..\src\apu\Gb_Oscs.h" />
|
|
<ClInclude Include="..\..\src\apu\Multi_Buffer.h" />
|
|
<ClInclude Include="..\..\src\gba\agbprint.h" />
|
|
<ClInclude Include="..\..\src\gba\bios.h" />
|
|
<ClInclude Include="..\..\src\gba\BreakpointStructures.h" />
|
|
<ClInclude Include="..\..\src\gba\debugger-expr-yacc.hpp" />
|
|
<ClInclude Include="..\..\src\gba\EEprom.h" />
|
|
<ClInclude Include="..\..\src\gba\elf.h" />
|
|
<ClInclude Include="..\..\src\gba\ereader.h" />
|
|
<ClInclude Include="..\..\src\gba\Flash.h" />
|
|
<ClInclude Include="..\..\src\gba\gba.h" />
|
|
<ClInclude Include="..\..\src\gba\GBAcpu.h" />
|
|
<ClInclude Include="..\..\src\gba\gbagfx.h" />
|
|
<ClInclude Include="..\..\src\gba\gbainline.h" />
|
|
<ClInclude Include="..\..\src\gba\Globals.h" />
|
|
<ClInclude Include="..\..\src\gba\RTC.h" />
|
|
<ClInclude Include="..\..\src\gba\Sound.h" />
|
|
<ClInclude Include="..\..\src\gba\Sram.h" />
|
|
<ClInclude Include="..\..\src\gba\armdis.h" />
|
|
<ClInclude Include="..\..\src\gba\Cheats.h" />
|
|
<ClInclude Include="..\..\src\gba\CheatSearch.h" />
|
|
<ClInclude Include="..\..\src\common\memgzio.h" />
|
|
<ClInclude Include="..\..\src\NLS.h" />
|
|
<ClInclude Include="..\..\src\common\Patch.h" />
|
|
<ClInclude Include="..\..\src\common\Port.h" />
|
|
<ClInclude Include="..\..\src\Util.h" />
|
|
<ClInclude Include="..\..\src\version.h" />
|
|
<ClInclude Include="..\..\src\gba\gbalink.h" />
|
|
<ClInclude Include="..\..\src\gba\GBASockClient.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\doc\DevInfo.txt" />
|
|
<None Include="..\..\doc\License.txt" />
|
|
<None Include="..\..\doc\ReadMe.MFC.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\src\common\ConfigManager.cpp" />
|
|
<ClCompile Include="..\..\src\common\dictionary.c" />
|
|
<ClCompile Include="..\..\src\common\iniparser.c" />
|
|
<ClCompile Include="..\..\src\gb\gb.cpp" />
|
|
<ClCompile Include="..\..\src\gb\gbCheats.cpp" />
|
|
<ClCompile Include="..\..\src\gb\gbDis.cpp" />
|
|
<ClCompile Include="..\..\src\gb\gbGfx.cpp" />
|
|
<ClCompile Include="..\..\src\gb\gbGlobals.cpp" />
|
|
<ClCompile Include="..\..\src\gb\gbMemory.cpp" />
|
|
<ClCompile Include="..\..\src\gb\gbPrinter.cpp" />
|
|
<ClCompile Include="..\..\src\gb\gbSGB.cpp" />
|
|
<ClCompile Include="..\..\src\gb\gbSound.cpp" />
|
|
<ClCompile Include="..\..\src\apu\Blip_Buffer.cpp" />
|
|
<ClCompile Include="..\..\src\apu\Effects_Buffer.cpp" />
|
|
<ClCompile Include="..\..\src\apu\Gb_Apu.cpp" />
|
|
<ClCompile Include="..\..\src\apu\Gb_Apu_State.cpp" />
|
|
<ClCompile Include="..\..\src\apu\Gb_Oscs.cpp" />
|
|
<ClCompile Include="..\..\src\apu\Multi_Buffer.cpp" />
|
|
<ClCompile Include="..\..\src\gba\agbprint.cpp" />
|
|
<ClCompile Include="..\..\src\gba\bios.cpp" />
|
|
<ClCompile Include="..\..\src\gba\BreakpointStructures.cpp" />
|
|
<ClCompile Include="..\..\src\gba\debugger-expr-lex.cpp" />
|
|
<ClCompile Include="..\..\src\gba\debugger-expr-yacc.cpp" />
|
|
<ClCompile Include="..\..\src\gba\EEprom.cpp" />
|
|
<ClCompile Include="..\..\src\gba\elf.cpp" />
|
|
<ClCompile Include="..\..\src\gba\ereader.cpp" />
|
|
<ClCompile Include="..\..\src\gba\Flash.cpp" />
|
|
<ClCompile Include="..\..\src\gba\gba-arm.cpp" />
|
|
<ClCompile Include="..\..\src\gba\gba-thumb.cpp" />
|
|
<ClCompile Include="..\..\src\gba\gba.cpp" />
|
|
<ClCompile Include="..\..\src\gba\gbafilter.cpp" />
|
|
<ClCompile Include="..\..\src\gba\gbagfx.cpp" />
|
|
<ClCompile Include="..\..\src\gba\Globals.cpp" />
|
|
<ClCompile Include="..\..\src\gba\Mode0.cpp" />
|
|
<ClCompile Include="..\..\src\gba\Mode1.cpp" />
|
|
<ClCompile Include="..\..\src\gba\Mode2.cpp" />
|
|
<ClCompile Include="..\..\src\gba\Mode3.cpp" />
|
|
<ClCompile Include="..\..\src\gba\Mode4.cpp" />
|
|
<ClCompile Include="..\..\src\gba\Mode5.cpp" />
|
|
<ClCompile Include="..\..\src\gba\remote.cpp" />
|
|
<ClCompile Include="..\..\src\gba\RTC.cpp" />
|
|
<ClCompile Include="..\..\src\gba\Sound.cpp" />
|
|
<ClCompile Include="..\..\src\gba\Sram.cpp" />
|
|
<ClCompile Include="..\..\src\gba\armdis.cpp" />
|
|
<ClCompile Include="..\..\src\gba\Cheats.cpp" />
|
|
<ClCompile Include="..\..\src\gba\CheatSearch.cpp" />
|
|
<ClCompile Include="..\..\src\common\memgzio.c" />
|
|
<ClCompile Include="..\..\src\common\Patch.cpp" />
|
|
<ClCompile Include="..\..\src\Util.cpp" />
|
|
<ClCompile Include="..\..\src\gba\gbalink.cpp" />
|
|
<ClCompile Include="..\..\src\gba\GBASockClient.cpp">
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\dependencies\libpng\project\vs2013\libpng.vcxproj">
|
|
<Project>{0008960e-e0dd-41a6-8265-00b31ddb4c21}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\dependencies\SFML\build\vc2013\sfml-network.vcxproj">
|
|
<Project>{823ddc98-42d5-4a38-88cf-9dc06c788ae4}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\dependencies\zlib\project\vs2013\zlib.vcxproj">
|
|
<Project>{3e03c179-8251-46e4-81f4-466f114bac63}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\fex\File_Extractor2013.vcxproj">
|
|
<Project>{7aec599c-7c82-4f00-aa60-411e0a359cb0}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<Import Project="nasm.targets" />
|
|
</ImportGroup>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<UserProperties RESOURCE_FILE="" />
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
</Project> |