2011-01-09 07:08:36 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-10 17:46:15 +00:00
|
|
|
<PropertyGroup>
|
2011-01-11 18:15:31 +00:00
|
|
|
<_PropertySheetDisplayName>Compiler settings</_PropertySheetDisplayName>
|
2011-01-10 17:46:15 +00:00
|
|
|
</PropertyGroup>
|
2011-01-09 07:08:36 +00:00
|
|
|
|
2011-01-10 17:46:15 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'">
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
</PropertyGroup>
|
2011-01-09 07:08:36 +00:00
|
|
|
|
2011-01-10 17:46:15 +00:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2013-01-19 07:16:48 -08:00
|
|
|
<PreprocessorDefinitions>
|
|
|
|
BOOST_ALL_NO_LIB;
|
2013-02-01 07:19:54 -08:00
|
|
|
BOOST_HAS_ICU;
|
|
|
|
U_STATIC_IMPLEMENTATION;
|
2013-01-19 07:16:48 -08:00
|
|
|
WIN32;
|
|
|
|
_WINDOWS;
|
|
|
|
%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-11-17 08:50:55 -08:00
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
$(AegisubSourceBase)src\msvc;
|
|
|
|
$(AegisubSourceBase)\include;
|
|
|
|
$(BoostPath);
|
2013-01-29 08:11:02 -08:00
|
|
|
$(GtestSrcDir)\include;
|
2013-01-28 19:36:53 -08:00
|
|
|
$(IcuSrcDir)\include;
|
2012-11-17 08:50:55 -08:00
|
|
|
%(AdditionalIncludeDirectories)
|
|
|
|
</AdditionalIncludeDirectories>
|
2012-12-28 09:24:51 -08:00
|
|
|
<DisableSpecificWarnings>4345</DisableSpecificWarnings>
|
2011-01-10 17:46:15 +00:00
|
|
|
</ClCompile>
|
2012-11-16 19:37:19 -08:00
|
|
|
<ResourceCompile>
|
|
|
|
<AdditionalIncludeDirectories>$(AegisubSourceBase)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
</ResourceCompile>
|
2011-01-10 17:46:15 +00: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>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2011-01-09 07:08:36 +00:00
|
|
|
|
2012-11-05 19:34:50 -08:00
|
|
|
</Project>
|