|
|
|
@ -1,6 +1,14 @@ |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<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="Debug Multithreaded|Win32"> |
|
|
|
|
<Configuration>Debug Multithreaded</Configuration> |
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
@ -17,12 +25,12 @@ |
|
|
|
|
<Configuration>Debug Singlethreaded</Configuration> |
|
|
|
|
<Platform>x64</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="Debug|Win32"> |
|
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
|
|
<Configuration>Release</Configuration> |
|
|
|
|
<Platform>Win32</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="Debug|x64"> |
|
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
|
<ProjectConfiguration Include="Release|x64"> |
|
|
|
|
<Configuration>Release</Configuration> |
|
|
|
|
<Platform>x64</Platform> |
|
|
|
|
</ProjectConfiguration> |
|
|
|
|
<ProjectConfiguration Include="Release Multithreaded|Win32"> |
|
|
|
@ -41,62 +49,54 @@ |
|
|
|
|
<Configuration>Release Singlethreaded</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> |
|
|
|
|
<PropertyGroup Label="Globals"> |
|
|
|
|
<ProjectGuid>{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}</ProjectGuid> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'" Label="Configuration"> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
<PlatformToolset>v100</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|x64'" Label="Configuration"> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
<PlatformToolset>v100</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'" Label="Configuration"> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
<PlatformToolset>v100</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|x64'" Label="Configuration"> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
<PlatformToolset>v100</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
<PlatformToolset>v100</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
<PlatformToolset>v100</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'" Label="Configuration"> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
<PlatformToolset>v100</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|x64'" Label="Configuration"> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
@ -114,13 +114,13 @@ |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
<PlatformToolset>v100</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
<PlatformToolset>v100</PlatformToolset> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|x64'" Label="Configuration"> |
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
|
<UseOfMfc>false</UseOfMfc> |
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
@ -131,18 +131,36 @@ |
|
|
|
|
</ImportGroup> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\objs\win32\vc2010\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\objs\release\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">.\..\..\..\objs\win32\vc2010\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">.\..\..\..\objs\release_mt\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">.\..\..\..\objs\win32\vc2010\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">.\..\..\..\objs\release_st\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\objs\win32\vc2010\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\objs\debug\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">.\..\..\..\objs\win32\vc2010\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">.\..\..\..\objs\debug_st\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">.\..\..\..\objs\win32\vc2010\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">.\..\..\..\objs\debug_mt\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\objs\vc2010\$(Platform)\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\..\..\..\objs\vc2010\$(Platform)\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">.\..\..\..\objs\vc2010\$(Platform)\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">.\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|x64'">.\..\..\..\objs\vc2010\$(Platform)\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|x64'">.\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">.\..\..\..\objs\vc2010\$(Platform)\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">.\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|x64'">.\..\..\..\objs\vc2010\$(Platform)\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|x64'">.\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\objs\vc2010\$(Platform)\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\..\..\..\objs\vc2010\$(Platform)\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">.\..\..\..\objs\vc2010\$(Platform)\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">.\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|x64'">.\..\..\..\objs\vc2010\$(Platform)\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|x64'">.\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">.\..\..\..\objs\vc2010\$(Platform)\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">.\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|x64'">.\..\..\..\objs\vc2010\$(Platform)\</OutDir> |
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|x64'">.\..\..\..\objs\vc2010\$(Platform)\$(Configuration)\</IntDir> |
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'" /> |
|
|
|
@ -155,12 +173,12 @@ |
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|x64'" /> |
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'" /> |
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|x64'" /> |
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'" /> |
|
|
|
@ -173,18 +191,12 @@ |
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|x64'" /> |
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'" /> |
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|x64'" /> |
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">freetype253_D</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">freetype253_D</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">freetype253MT_D</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|x64'">freetype253MT_D</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">freetype253ST_D</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|x64'">freetype253ST_D</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">freetype253d</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">freetype253d</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">freetype253MTd</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|x64'">freetype253MTd</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">freetype253STd</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|x64'">freetype253STd</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">freetype253</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">freetype253</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">freetype253MT</TargetName> |
|
|
|
@ -192,290 +204,394 @@ |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">freetype253ST</TargetName> |
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|x64'">freetype253ST</TargetName> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
|
<OutDir>.\..\..\..\objs\win64\vc2010\</OutDir> |
|
|
|
|
<IntDir>.\..\..\..\objs\debug\</IntDir> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<DebugInformationFormat> |
|
|
|
|
</DebugInformationFormat> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
<DisableSpecificWarnings>4001</DisableSpecificWarnings> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<CompileAsManaged>false</CompileAsManaged> |
|
|
|
|
<ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName> |
|
|
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x0409</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Lib> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<DebugInformationFormat> |
|
|
|
|
</DebugInformationFormat> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
<DisableSpecificWarnings>4001</DisableSpecificWarnings> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<CompileAsManaged>false</CompileAsManaged> |
|
|
|
|
<ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName> |
|
|
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x0409</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Lib> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<TargetMachine>MachineX64</TargetMachine> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'"> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessToFile>false</PreprocessToFile> |
|
|
|
|
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers> |
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<DebugInformationFormat> |
|
|
|
|
</DebugInformationFormat> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
<DisableSpecificWarnings>4001</DisableSpecificWarnings> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<CompileAsManaged>false</CompileAsManaged> |
|
|
|
|
<ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName> |
|
|
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x0409</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Lib> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|x64'"> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|x64'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessToFile>false</PreprocessToFile> |
|
|
|
|
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers> |
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<DebugInformationFormat> |
|
|
|
|
</DebugInformationFormat> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
<DisableSpecificWarnings>4001</DisableSpecificWarnings> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<CompileAsManaged>false</CompileAsManaged> |
|
|
|
|
<ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName> |
|
|
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x0409</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Lib> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<TargetMachine>MachineX64</TargetMachine> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'"> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<DebugInformationFormat> |
|
|
|
|
</DebugInformationFormat> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
<DisableSpecificWarnings>4001</DisableSpecificWarnings> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<CompileAsManaged>false</CompileAsManaged> |
|
|
|
|
<ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName> |
|
|
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x0409</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Lib /> |
|
|
|
|
<Lib> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|x64'"> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|x64'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<DebugInformationFormat> |
|
|
|
|
</DebugInformationFormat> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
<DisableSpecificWarnings>4001</DisableSpecificWarnings> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<CompileAsManaged>false</CompileAsManaged> |
|
|
|
|
<ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName> |
|
|
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x0409</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Lib /> |
|
|
|
|
<Lib> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<TargetMachine>MachineX64</TargetMachine> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<Optimization>Full</Optimization> |
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
<DisableSpecificWarnings>4001</DisableSpecificWarnings> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
|
|
|
|
<FloatingPointExceptions>false</FloatingPointExceptions> |
|
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage> |
|
|
|
|
<CompileAsManaged>false</CompileAsManaged> |
|
|
|
|
<ProgramDataBaseFileName> |
|
|
|
|
</ProgramDataBaseFileName> |
|
|
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
|
|
|
|
<DebugInformationFormat> |
|
|
|
|
</DebugInformationFormat> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> |
|
|
|
|
<OmitFramePointers>true</OmitFramePointers> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x0409</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Lib> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration> |
|
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<Optimization>Full</Optimization> |
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
<DisableSpecificWarnings>4001</DisableSpecificWarnings> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
|
|
|
|
<FloatingPointExceptions>false</FloatingPointExceptions> |
|
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage> |
|
|
|
|
<CompileAsManaged>false</CompileAsManaged> |
|
|
|
|
<ProgramDataBaseFileName> |
|
|
|
|
</ProgramDataBaseFileName> |
|
|
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
|
|
|
|
<DebugInformationFormat> |
|
|
|
|
</DebugInformationFormat> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> |
|
|
|
|
<OmitFramePointers>true</OmitFramePointers> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x0409</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Lib> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration> |
|
|
|
|
<TargetMachine>MachineX64</TargetMachine> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'"> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<Optimization>Full</Optimization> |
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
<DisableSpecificWarnings>4001</DisableSpecificWarnings> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
|
|
|
|
<FloatingPointExceptions>false</FloatingPointExceptions> |
|
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage> |
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo> |
|
|
|
|
<CompileAsManaged>false</CompileAsManaged> |
|
|
|
|
<ProgramDataBaseFileName> |
|
|
|
|
</ProgramDataBaseFileName> |
|
|
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
|
|
|
|
<DebugInformationFormat> |
|
|
|
|
</DebugInformationFormat> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> |
|
|
|
|
<OmitFramePointers>true</OmitFramePointers> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x0409</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Lib> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration> |
|
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|x64'"> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|x64'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<Optimization>Full</Optimization> |
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
<DisableSpecificWarnings>4001</DisableSpecificWarnings> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
|
|
|
|
<FloatingPointExceptions>false</FloatingPointExceptions> |
|
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage> |
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo> |
|
|
|
|
<CompileAsManaged>false</CompileAsManaged> |
|
|
|
|
<ProgramDataBaseFileName> |
|
|
|
|
</ProgramDataBaseFileName> |
|
|
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
|
|
|
|
<DebugInformationFormat> |
|
|
|
|
</DebugInformationFormat> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> |
|
|
|
|
<OmitFramePointers>true</OmitFramePointers> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x0409</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Lib> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration> |
|
|
|
|
<TargetMachine>MachineX64</TargetMachine> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'"> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<Optimization>Full</Optimization> |
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessToFile>false</PreprocessToFile> |
|
|
|
|
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers> |
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
<DisableSpecificWarnings>4001</DisableSpecificWarnings> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
|
|
|
|
<FloatingPointExceptions>false</FloatingPointExceptions> |
|
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage> |
|
|
|
|
<CompileAsManaged>false</CompileAsManaged> |
|
|
|
|
<ProgramDataBaseFileName> |
|
|
|
|
</ProgramDataBaseFileName> |
|
|
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
|
|
|
|
<DebugInformationFormat> |
|
|
|
|
</DebugInformationFormat> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> |
|
|
|
|
<OmitFramePointers>true</OmitFramePointers> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x0409</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Lib /> |
|
|
|
|
<Lib> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration> |
|
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|x64'"> |
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|x64'"> |
|
|
|
|
<ClCompile> |
|
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
|
<Optimization>Full</Optimization> |
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessToFile>false</PreprocessToFile> |
|
|
|
|
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers> |
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions> |
|
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
|
|
|
<CompileAs>Default</CompileAs> |
|
|
|
|
<DisableSpecificWarnings>4001</DisableSpecificWarnings> |
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
|
|
|
|
<FloatingPointExceptions>false</FloatingPointExceptions> |
|
|
|
|
<CreateHotpatchableImage>false</CreateHotpatchableImage> |
|
|
|
|
<CompileAsManaged>false</CompileAsManaged> |
|
|
|
|
<ProgramDataBaseFileName> |
|
|
|
|
</ProgramDataBaseFileName> |
|
|
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> |
|
|
|
|
<DebugInformationFormat> |
|
|
|
|
</DebugInformationFormat> |
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> |
|
|
|
|
<OmitFramePointers>true</OmitFramePointers> |
|
|
|
|
</ClCompile> |
|
|
|
|
<ResourceCompile> |
|
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
|
<Culture>0x0409</Culture> |
|
|
|
|
</ResourceCompile> |
|
|
|
|
<Lib /> |
|
|
|
|
<Lib> |
|
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
|
|
|
|
<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration> |
|
|
|
|
<TargetMachine>MachineX64</TargetMachine> |
|
|
|
|
</Lib> |
|
|
|
|
</ItemDefinitionGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
@ -1574,4 +1690,4 @@ |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
|
</ImportGroup> |
|
|
|
|
</Project> |
|
|
|
|
</Project> |