2019-05-03 21:31:20 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-03-13 20:36:12 +00:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-05-22 16:00:06 +00:00
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2019-05-03 21:31:20 +00:00
|
|
|
<ProjectConfiguration Include="Debug|ARM">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>ARM</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|ARM64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2013-05-22 16:00:06 +00:00
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2019-05-03 21:31:20 +00:00
|
|
|
<ProjectConfiguration Include="Release|ARM">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>ARM</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|ARM64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2013-05-22 16:00:06 +00:00
|
|
|
<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" />
|
2015-06-28 05:34:05 +00:00
|
|
|
<ClCompile Include="ComboKeyMappingScreen.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" />
|
2018-08-12 22:08:56 +00:00
|
|
|
<ClCompile Include="DiscordIntegration.cpp" />
|
2015-10-24 12:40:29 +00:00
|
|
|
<ClCompile Include="DisplayLayoutEditor.cpp" />
|
|
|
|
<ClCompile Include="DisplayLayoutScreen.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" />
|
2018-12-16 20:48:35 +00:00
|
|
|
<ClCompile Include="GPUDriverTestScreen.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" />
|
2015-10-14 15:45:21 +00:00
|
|
|
<ClCompile Include="ProfilerDraw.cpp" />
|
2016-07-03 17:24:33 +00:00
|
|
|
<ClCompile Include="RemoteISOScreen.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" />
|
2016-12-27 21:26:49 +00:00
|
|
|
<ClCompile Include="TextureUtil.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" />
|
2015-06-28 05:34:05 +00:00
|
|
|
<ClInclude Include="ComboKeyMappingScreen.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" />
|
2018-08-12 22:08:56 +00:00
|
|
|
<ClInclude Include="DiscordIntegration.h" />
|
2015-10-24 12:40:29 +00:00
|
|
|
<ClInclude Include="DisplayLayoutEditor.h" />
|
|
|
|
<ClInclude Include="DisplayLayoutScreen.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" />
|
2018-12-16 20:48:35 +00:00
|
|
|
<ClInclude Include="GPUDriverTestScreen.h" />
|
2016-05-28 05:00:14 +00:00
|
|
|
<ClInclude Include="HostTypes.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" />
|
2015-10-14 15:45:21 +00:00
|
|
|
<ClInclude Include="ProfilerDraw.h" />
|
2016-07-03 17:24:33 +00:00
|
|
|
<ClInclude Include="RemoteISOScreen.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" />
|
2016-12-27 21:26:49 +00:00
|
|
|
<ClInclude Include="TextureUtil.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>
|
2018-08-12 22:08:56 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\ext\discord-rpc-build\discord-rpc.vcxproj">
|
|
|
|
<Project>{beb0a821-3c7f-410f-a525-63afbc69bf8f}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
2013-05-22 16:00:06 +00:00
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{004B8D11-2BE3-4BD9-AB40-2BE04CF2096F}</ProjectGuid>
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
<RootNamespace>UI</RootNamespace>
|
2019-05-09 21:58:23 +00:00
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
2013-05-22 16:00:06 +00:00
|
|
|
</PropertyGroup>
|
2019-05-19 13:23:25 +00:00
|
|
|
<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" />
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
</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" />
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
</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" />
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
</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" />
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
</ImportGroup>
|
2013-05-22 16:00:06 +00:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2019-04-25 21:45:25 +00:00
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</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>
|
2019-04-25 21:45:25 +00:00
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
2013-08-26 17:00:16 +00:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-05-22 16:00:06 +00:00
|
|
|
</PropertyGroup>
|
2019-05-03 21:31:20 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2019-05-10 20:44:12 +00:00
|
|
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
2019-05-03 21:31:20 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
|
|
|
|
</PropertyGroup>
|
2013-05-22 16:00:06 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-04-25 21:45:25 +00:00
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</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>
|
2019-04-25 21:45:25 +00:00
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
2013-08-26 17:00:16 +00:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-05-22 16:00:06 +00:00
|
|
|
</PropertyGroup>
|
2019-05-03 21:31:20 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2019-05-10 20:44:12 +00:00
|
|
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
2019-05-03 21:31:20 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
|
|
|
|
</PropertyGroup>
|
2013-05-22 16:00:06 +00:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-02-10 14:22:28 +00:00
|
|
|
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_32=1;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-12-18 18:01:05 +00:00
|
|
|
<AdditionalIncludeDirectories>../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext/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>
|
2016-02-10 14:22:28 +00:00
|
|
|
<ForcedIncludeFiles>Common/DbgNew.h</ForcedIncludeFiles>
|
2017-03-13 11:30:57 +00:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
2018-12-07 04:01:16 +00:00
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
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>
|
2016-02-10 14:22:28 +00:00
|
|
|
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_64=1;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-12-18 18:01:05 +00:00
|
|
|
<AdditionalIncludeDirectories>../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext/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>
|
2015-09-17 20:02:15 +00:00
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2016-02-10 14:22:28 +00:00
|
|
|
<ForcedIncludeFiles>Common/DbgNew.h</ForcedIncludeFiles>
|
2017-03-13 11:30:57 +00:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
2018-12-07 04:01:16 +00:00
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
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>
|
2019-05-03 21:31:20 +00:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
|
|
<ClCompile>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_64=1;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<AdditionalIncludeDirectories>../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext/native/ext</AdditionalIncludeDirectories>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
<ForcedIncludeFiles>Common/DbgNew.h</ForcedIncludeFiles>
|
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
|
|
|
<PreBuildEvent>
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
</PreBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
|
|
<ClCompile>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_32=1;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<AdditionalIncludeDirectories>../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext/native/ext</AdditionalIncludeDirectories>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2019-05-10 21:18:31 +00:00
|
|
|
<ForcedIncludeFiles>
|
|
|
|
</ForcedIncludeFiles>
|
2019-05-03 21:31:20 +00:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
</Link>
|
|
|
|
<PreBuildEvent>
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
</PreBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
2013-05-22 16:00:06 +00:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2015-09-23 23:18:41 +00:00
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_32=1;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-12-18 18:01:05 +00:00
|
|
|
<AdditionalIncludeDirectories>../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext/native/ext</AdditionalIncludeDirectories>
|
2013-05-22 16:00:06 +00:00
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2018-08-14 19:27:07 +00:00
|
|
|
<FavorSizeOrSpeed>Size</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>
|
2017-03-13 11:30:57 +00:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
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>
|
2015-09-23 23:18:41 +00:00
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_64=1;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-12-18 18:01:05 +00:00
|
|
|
<AdditionalIncludeDirectories>../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext/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>
|
2015-12-20 22:39:03 +00:00
|
|
|
<StringPooling>true</StringPooling>
|
2017-03-13 11:30:57 +00:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
2018-08-14 19:27:07 +00:00
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
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>
|
2019-05-03 21:31:20 +00:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_64=1;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<AdditionalIncludeDirectories>../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext/native/ext</AdditionalIncludeDirectories>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
</Link>
|
|
|
|
<PreBuildEvent>
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
</PreBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_32=1;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<AdditionalIncludeDirectories>../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext/native/ext</AdditionalIncludeDirectories>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
</Link>
|
|
|
|
<PreBuildEvent>
|
|
|
|
<Message>Updating git-version.cpp</Message>
|
|
|
|
<Command>../Windows/git-version-gen.cmd</Command>
|
|
|
|
</PreBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
2013-05-22 16:00:06 +00:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
2019-05-10 21:18:31 +00:00
|
|
|
</Project>
|