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