2013-05-22 16:00:06 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-05-22 16:00:06 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-06-22 15:02:04 +00:00
|
|
|
|
<ClCompile Include="BackgroundAudio.cpp" />
|
2013-08-16 14:48:43 +00:00
|
|
|
|
<ClCompile Include="ControlMappingScreen.cpp" />
|
2013-08-24 03:28:21 +00:00
|
|
|
|
<ClCompile Include="CwCheatScreen.cpp" />
|
2013-09-07 11:38:37 +00:00
|
|
|
|
<ClCompile Include="DevScreens.cpp" />
|
2013-05-22 16:00:06 +00:00
|
|
|
|
<ClCompile Include="EmuScreen.cpp" />
|
|
|
|
|
<ClCompile Include="GameInfoCache.cpp" />
|
|
|
|
|
<ClCompile Include="GamepadEmu.cpp" />
|
2013-06-01 21:34:50 +00:00
|
|
|
|
<ClCompile Include="GameScreen.cpp" />
|
2013-06-08 20:42:31 +00:00
|
|
|
|
<ClCompile Include="GameSettingsScreen.cpp" />
|
2013-06-10 20:06:51 +00:00
|
|
|
|
<ClCompile Include="MainScreen.cpp" />
|
2013-07-15 15:41:24 +00:00
|
|
|
|
<ClCompile Include="MiscScreens.cpp" />
|
2013-05-22 16:00:06 +00:00
|
|
|
|
<ClCompile Include="NativeApp.cpp" />
|
|
|
|
|
<ClCompile Include="OnScreenDisplay.cpp" />
|
2014-12-22 09:48:17 +00:00
|
|
|
|
<ClCompile Include="PauseScreen.cpp" />
|
2014-02-10 09:24:40 +00:00
|
|
|
|
<ClCompile Include="ReportScreen.cpp" />
|
2015-06-11 18:22:16 +00:00
|
|
|
|
<ClCompile Include="SavedataScreen.cpp" />
|
2013-11-20 15:36:58 +00:00
|
|
|
|
<ClCompile Include="Store.cpp" />
|
2013-10-28 14:37:23 +00:00
|
|
|
|
<ClCompile Include="TiltAnalogSettingsScreen.cpp" />
|
2013-12-16 00:28:54 +00:00
|
|
|
|
<ClCompile Include="TiltEventProcessor.cpp" />
|
2013-10-19 22:34:48 +00:00
|
|
|
|
<ClCompile Include="TouchControlLayoutScreen.cpp" />
|
2013-10-20 03:34:00 +00:00
|
|
|
|
<ClCompile Include="TouchControlVisibilityScreen.cpp" />
|
2013-12-05 13:14:15 +00:00
|
|
|
|
<ClCompile Include="InstallZipScreen.cpp" />
|
2013-05-22 16:00:06 +00:00
|
|
|
|
<ClCompile Include="ui_atlas.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-06-22 15:02:04 +00:00
|
|
|
|
<ClInclude Include="BackgroundAudio.h" />
|
2013-08-16 14:48:43 +00:00
|
|
|
|
<ClInclude Include="ControlMappingScreen.h" />
|
2013-09-07 11:38:37 +00:00
|
|
|
|
<ClInclude Include="DevScreens.h" />
|
2013-05-22 16:00:06 +00:00
|
|
|
|
<ClInclude Include="EmuScreen.h" />
|
|
|
|
|
<ClInclude Include="GameInfoCache.h" />
|
|
|
|
|
<ClInclude Include="GamepadEmu.h" />
|
2013-06-01 21:34:50 +00:00
|
|
|
|
<ClInclude Include="GameScreen.h" />
|
2013-06-08 20:42:31 +00:00
|
|
|
|
<ClInclude Include="GameSettingsScreen.h" />
|
2013-08-24 03:28:21 +00:00
|
|
|
|
<ClInclude Include="CwCheatScreen.h" />
|
2013-06-10 20:06:51 +00:00
|
|
|
|
<ClInclude Include="MainScreen.h" />
|
2013-07-15 15:41:24 +00:00
|
|
|
|
<ClInclude Include="MiscScreens.h" />
|
2013-05-22 16:00:06 +00:00
|
|
|
|
<ClInclude Include="OnScreenDisplay.h" />
|
2014-12-22 09:48:17 +00:00
|
|
|
|
<ClInclude Include="PauseScreen.h" />
|
2014-02-10 09:24:40 +00:00
|
|
|
|
<ClInclude Include="ReportScreen.h" />
|
2015-06-11 18:22:16 +00:00
|
|
|
|
<ClInclude Include="SavedataScreen.h" />
|
2013-11-20 15:36:58 +00:00
|
|
|
|
<ClInclude Include="Store.h" />
|
2013-10-28 16:57:05 +00:00
|
|
|
|
<ClInclude Include="TiltAnalogSettingsScreen.h" />
|
2013-12-16 00:28:54 +00:00
|
|
|
|
<ClInclude Include="TiltEventProcessor.h" />
|
2013-10-19 22:34:48 +00:00
|
|
|
|
<ClInclude Include="TouchControlLayoutScreen.h" />
|
2013-10-20 03:34:00 +00:00
|
|
|
|
<ClInclude Include="TouchControlVisibilityScreen.h" />
|
2013-12-05 13:14:15 +00:00
|
|
|
|
<ClInclude Include="InstallZipScreen.h" />
|
2013-05-22 16:00:06 +00:00
|
|
|
|
<ClInclude Include="ui_atlas.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{004B8D11-2BE3-4BD9-AB40-2BE04CF2096F}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>UI</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
2013-08-26 17:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
2013-08-26 17:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
2013-06-05 19:24:14 +00:00
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2013-08-26 17:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2014-02-08 21:41:28 +00:00
|
|
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
2013-06-05 19:24:14 +00:00
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2013-08-26 17:00:16 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<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>
|
|
|
|
|
<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>
|
|
|
|
|
<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 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>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2014-02-08 18:51:35 +00:00
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-12-09 16:14:43 +00:00
|
|
|
|
<AdditionalIncludeDirectories>../common;..;../native;../native/ext/glew;../ext/zlib;../native/ext</AdditionalIncludeDirectories>
|
2013-06-02 21:45:44 +00:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2013-06-09 11:02:16 +00:00
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-01-24 12:30:37 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
2014-12-03 06:54:21 +00:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
|
</PreBuildEvent>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2014-02-08 18:51:35 +00:00
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-12-09 16:14:43 +00:00
|
|
|
|
<AdditionalIncludeDirectories>../common;..;../native;../native/ext/glew;../ext/zlib;../native/ext</AdditionalIncludeDirectories>
|
2013-06-02 21:45:44 +00:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2013-06-09 11:02:16 +00:00
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-01-24 12:30:37 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
2014-12-03 06:54:21 +00:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
|
</PreBuildEvent>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2014-02-08 18:51:35 +00:00
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-12-09 16:14:43 +00:00
|
|
|
|
<AdditionalIncludeDirectories>../common;..;../native;../native/ext/glew;../ext/zlib;../native/ext</AdditionalIncludeDirectories>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2013-06-02 21:45:44 +00:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 11:02:16 +00:00
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-01-24 12:30:37 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
2014-12-03 06:54:21 +00:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
|
</PreBuildEvent>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2014-02-08 18:51:35 +00:00
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-12-09 16:14:43 +00:00
|
|
|
|
<AdditionalIncludeDirectories>../common;..;../native;../native/ext/glew;../ext/zlib;../native/ext</AdditionalIncludeDirectories>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2013-06-02 21:45:44 +00:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 11:02:16 +00:00
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-01-24 12:30:37 +00:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
2014-12-03 06:54:21 +00:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
|
</PreBuildEvent>
|
2013-05-22 16:00:06 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2014-08-17 10:19:04 +00:00
|
|
|
|
</Project>
|