2011-01-09 08:08:36 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-01-18 03:03:42 +01:00
|
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-10 18:46:15 +01:00
|
|
|
<PropertyGroup>
|
2011-01-11 19:15:31 +01:00
|
|
|
<_PropertySheetDisplayName>Compiler settings</_PropertySheetDisplayName>
|
2011-01-10 18:46:15 +01:00
|
|
|
</PropertyGroup>
|
2011-01-09 08:08:36 +01:00
|
|
|
|
2011-01-10 18:46:15 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
</PropertyGroup>
|
2011-01-09 08:08:36 +01:00
|
|
|
|
2011-01-10 18:46:15 +01:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2013-01-19 16:16:48 +01:00
|
|
|
<PreprocessorDefinitions>
|
|
|
|
BOOST_ALL_NO_LIB;
|
2013-02-01 16:19:54 +01:00
|
|
|
BOOST_HAS_ICU;
|
2015-01-01 19:13:49 +01:00
|
|
|
BOOST_SYSTEM_NO_DEPRECATED;
|
|
|
|
BOOST_MULTI_INDEX_DISABLE_SERIALIZATION;
|
2013-02-01 16:19:54 +01:00
|
|
|
U_STATIC_IMPLEMENTATION;
|
2013-01-19 16:16:48 +01:00
|
|
|
WIN32;
|
|
|
|
_WINDOWS;
|
|
|
|
%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-11-17 17:50:55 +01:00
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
$(AegisubSourceBase)\include;
|
|
|
|
$(BoostPath);
|
2013-01-29 17:11:02 +01:00
|
|
|
$(GtestSrcDir)\include;
|
2013-01-29 04:36:53 +01:00
|
|
|
$(IcuSrcDir)\include;
|
2012-11-17 17:50:55 +01:00
|
|
|
%(AdditionalIncludeDirectories)
|
|
|
|
</AdditionalIncludeDirectories>
|
2012-12-28 18:24:51 +01:00
|
|
|
<DisableSpecificWarnings>4345</DisableSpecificWarnings>
|
2011-01-10 18:46:15 +01:00
|
|
|
</ClCompile>
|
2012-11-17 04:37:19 +01:00
|
|
|
<ResourceCompile>
|
|
|
|
<AdditionalIncludeDirectories>$(AegisubSourceBase)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
</ResourceCompile>
|
2011-01-10 18:46:15 +01:00
|
|
|
<Link>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
|
|
|
<TerminalServerAware Condition="'$(ConfigurationType'=='Application'">true</TerminalServerAware>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
|
|
|
|
<ClCompile>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
|
|
|
|
<ClCompile>
|
2016-02-03 01:39:10 +01:00
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2011-01-10 18:46:15 +01:00
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-12-16 00:31:49 +01:00
|
|
|
<AdditionalOptions>/Gw %(AdditionalOptions)</AdditionalOptions>
|
2011-01-10 18:46:15 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2011-01-09 08:08:36 +01:00
|
|
|
|
2012-11-06 04:34:50 +01:00
|
|
|
</Project>
|