misc/libfreetype/builds/win32/vc2010/freetype.vcxproj
author koda
Mon, 25 Apr 2011 01:46:54 +0200
changeset 5172 88f2e05288ba
permissions -rw-r--r--
aaand let's add freetype as well while we are at it other smaller changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5172
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     3
  <ItemGroup Label="ProjectConfigurations">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     4
    <ProjectConfiguration Include="Debug Multithreaded|Win32">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     5
      <Configuration>Debug Multithreaded</Configuration>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     6
      <Platform>Win32</Platform>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     7
    </ProjectConfiguration>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     8
    <ProjectConfiguration Include="Debug Singlethreaded|Win32">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     9
      <Configuration>Debug Singlethreaded</Configuration>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    10
      <Platform>Win32</Platform>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    11
    </ProjectConfiguration>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    12
    <ProjectConfiguration Include="Debug|Win32">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    13
      <Configuration>Debug</Configuration>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    14
      <Platform>Win32</Platform>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    15
    </ProjectConfiguration>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    16
    <ProjectConfiguration Include="Release Multithreaded|Win32">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    17
      <Configuration>Release Multithreaded</Configuration>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    18
      <Platform>Win32</Platform>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    19
    </ProjectConfiguration>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    20
    <ProjectConfiguration Include="Release Singlethreaded|Win32">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    21
      <Configuration>Release Singlethreaded</Configuration>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    22
      <Platform>Win32</Platform>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    23
    </ProjectConfiguration>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    24
    <ProjectConfiguration Include="Release|Win32">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    25
      <Configuration>Release</Configuration>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    26
      <Platform>Win32</Platform>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    27
    </ProjectConfiguration>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    28
  </ItemGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    29
  <PropertyGroup Label="Globals">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    30
    <ProjectGuid>{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}</ProjectGuid>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    31
  </PropertyGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    32
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    33
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'" Label="Configuration">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    34
    <ConfigurationType>StaticLibrary</ConfigurationType>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    35
    <UseOfMfc>false</UseOfMfc>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    36
    <CharacterSet>MultiByte</CharacterSet>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    37
  </PropertyGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    38
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'" Label="Configuration">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    39
    <ConfigurationType>StaticLibrary</ConfigurationType>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    40
    <UseOfMfc>false</UseOfMfc>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    41
    <CharacterSet>MultiByte</CharacterSet>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    42
  </PropertyGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    43
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    44
    <ConfigurationType>StaticLibrary</ConfigurationType>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    45
    <UseOfMfc>false</UseOfMfc>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    46
    <CharacterSet>MultiByte</CharacterSet>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    47
  </PropertyGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'" Label="Configuration">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    49
    <ConfigurationType>StaticLibrary</ConfigurationType>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    50
    <UseOfMfc>false</UseOfMfc>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    51
    <CharacterSet>MultiByte</CharacterSet>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    52
  </PropertyGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    53
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'" Label="Configuration">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    54
    <ConfigurationType>StaticLibrary</ConfigurationType>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    55
    <UseOfMfc>false</UseOfMfc>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    56
    <CharacterSet>MultiByte</CharacterSet>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    57
  </PropertyGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    58
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    59
    <ConfigurationType>StaticLibrary</ConfigurationType>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    60
    <UseOfMfc>false</UseOfMfc>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    61
    <CharacterSet>MultiByte</CharacterSet>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    62
  </PropertyGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    63
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    64
  <ImportGroup Label="ExtensionSettings">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    65
  </ImportGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    66
  <PropertyGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    67
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    68
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\objs\win32\vc2010\</OutDir>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    69
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\objs\release\</IntDir>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    70
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">.\..\..\..\objs\win32\vc2010\</OutDir>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    71
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">.\..\..\..\objs\release_mt\</IntDir>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    72
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">.\..\..\..\objs\win32\vc2010\</OutDir>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    73
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">.\..\..\..\objs\release_st\</IntDir>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    74
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\objs\win32\vc2010\</OutDir>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    75
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\objs\debug\</IntDir>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    76
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">.\..\..\..\objs\win32\vc2010\</OutDir>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    77
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">.\..\..\..\objs\debug_st\</IntDir>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    78
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">.\..\..\..\objs\win32\vc2010\</OutDir>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    79
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">.\..\..\..\objs\debug_mt\</IntDir>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    80
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    81
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    82
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    83
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    84
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    85
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    86
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    87
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    88
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    89
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    90
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    91
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    92
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    93
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    94
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    95
    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    96
    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    97
    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    98
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">freetype244_D</TargetName>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
    99
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">freetype244MT_D</TargetName>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   100
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">freetype244ST_D</TargetName>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   101
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">freetype244</TargetName>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   102
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">freetype244MT</TargetName>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   103
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">freetype244ST</TargetName>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   104
  </PropertyGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   105
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   106
    <ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   107
      <Optimization>MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   108
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   109
      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   110
      <PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   111
      <StringPooling>true</StringPooling>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   112
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   113
      <FunctionLevelLinking>true</FunctionLevelLinking>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   114
      <DisableLanguageExtensions>true</DisableLanguageExtensions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   115
      <WarningLevel>Level4</WarningLevel>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   116
      <DebugInformationFormat>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   117
      </DebugInformationFormat>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   118
      <CompileAs>Default</CompileAs>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   119
      <DisableSpecificWarnings>4001</DisableSpecificWarnings>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   120
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   121
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   122
    <ResourceCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   123
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   124
      <Culture>0x0409</Culture>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   125
    </ResourceCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   126
    <Lib>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   127
      <SuppressStartupBanner>true</SuppressStartupBanner>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   128
    </Lib>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   129
  </ItemDefinitionGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   130
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   131
    <ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   132
      <Optimization>MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   133
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   134
      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   135
      <PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   136
      <StringPooling>true</StringPooling>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   137
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   138
      <FunctionLevelLinking>true</FunctionLevelLinking>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   139
      <DisableLanguageExtensions>true</DisableLanguageExtensions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   140
      <WarningLevel>Level4</WarningLevel>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   141
      <DebugInformationFormat>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   142
      </DebugInformationFormat>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   143
      <CompileAs>Default</CompileAs>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   144
      <DisableSpecificWarnings>4001</DisableSpecificWarnings>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   145
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   146
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   147
    <ResourceCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   148
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   149
      <Culture>0x0409</Culture>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   150
    </ResourceCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   151
    <Lib>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   152
      <SuppressStartupBanner>true</SuppressStartupBanner>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   153
    </Lib>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   154
  </ItemDefinitionGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   155
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   156
    <ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   157
      <Optimization>MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   158
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   159
      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   160
      <PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   161
      <StringPooling>true</StringPooling>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   162
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   163
      <FunctionLevelLinking>true</FunctionLevelLinking>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   164
      <DisableLanguageExtensions>true</DisableLanguageExtensions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   165
      <WarningLevel>Level4</WarningLevel>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   166
      <DebugInformationFormat>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   167
      </DebugInformationFormat>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   168
      <CompileAs>Default</CompileAs>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   169
      <DisableSpecificWarnings>4001</DisableSpecificWarnings>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   170
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   171
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   172
    <ResourceCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   173
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   174
      <Culture>0x0409</Culture>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   175
    </ResourceCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   176
    <Lib />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   177
  </ItemDefinitionGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   178
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   179
    <ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   180
      <Optimization>Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   181
      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   182
      <PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   183
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   184
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   185
      <DisableLanguageExtensions>true</DisableLanguageExtensions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   186
      <WarningLevel>Level4</WarningLevel>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   187
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   188
      <CompileAs>Default</CompileAs>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   189
      <DisableSpecificWarnings>4001</DisableSpecificWarnings>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   190
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   191
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   192
    <ResourceCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   193
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   194
      <Culture>0x0409</Culture>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   195
    </ResourceCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   196
    <Lib>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   197
      <SuppressStartupBanner>true</SuppressStartupBanner>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   198
    </Lib>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   199
  </ItemDefinitionGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   200
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   201
    <ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   202
      <Optimization>Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   203
      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   204
      <PreprocessorDefinitions>_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   205
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   206
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   207
      <DisableLanguageExtensions>true</DisableLanguageExtensions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   208
      <WarningLevel>Level4</WarningLevel>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   209
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   210
      <CompileAs>Default</CompileAs>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   211
      <DisableSpecificWarnings>4001</DisableSpecificWarnings>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   212
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   213
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   214
    <ResourceCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   215
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   216
      <Culture>0x0409</Culture>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   217
    </ResourceCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   218
    <Lib>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   219
      <SuppressStartupBanner>true</SuppressStartupBanner>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   220
    </Lib>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   221
  </ItemDefinitionGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   222
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   223
    <ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   224
      <Optimization>Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   225
      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   226
      <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>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   227
      <PreprocessToFile>false</PreprocessToFile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   228
      <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   229
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   230
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   231
      <DisableLanguageExtensions>true</DisableLanguageExtensions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   232
      <WarningLevel>Level4</WarningLevel>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   233
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   234
      <CompileAs>Default</CompileAs>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   235
      <DisableSpecificWarnings>4001</DisableSpecificWarnings>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   236
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   237
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   238
    <ResourceCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   239
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   240
      <Culture>0x0409</Culture>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   241
    </ResourceCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   242
    <Lib>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   243
      <SuppressStartupBanner>true</SuppressStartupBanner>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   244
    </Lib>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   245
  </ItemDefinitionGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   246
  <ItemGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   247
    <ClCompile Include="..\..\..\src\autofit\autofit.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   248
    <ClCompile Include="..\..\..\src\bdf\bdf.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   249
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   250
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   251
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   252
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   253
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   254
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   255
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   256
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   257
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   258
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   259
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   260
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   261
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   262
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   263
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   264
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   265
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   266
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   267
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   268
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   269
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   270
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   271
    <ClCompile Include="..\..\..\src\cff\cff.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   272
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   273
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   274
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   275
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   276
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   277
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   278
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   279
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   280
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   281
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   282
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   283
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   284
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   285
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   286
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   287
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   288
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   289
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   290
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   291
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   292
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   293
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   294
    <ClCompile Include="..\..\..\src\base\ftbase.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   295
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   296
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   297
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   298
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   299
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   300
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   301
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   302
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   303
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   304
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   305
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   306
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   307
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   308
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   309
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   310
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   311
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   312
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   313
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   314
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   315
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   316
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   317
    <ClCompile Include="..\..\..\src\base\ftbitmap.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   318
    <ClCompile Include="..\..\..\src\cache\ftcache.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   319
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   320
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   321
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   322
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   323
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   324
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   325
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   326
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   327
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   328
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   329
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   330
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   331
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   332
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   333
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   334
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   335
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   336
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   337
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   338
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   339
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   340
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   341
    <ClCompile Include="..\ftdebug.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   342
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   343
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   344
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   345
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   346
      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">false</DisableLanguageExtensions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   347
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   348
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   349
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   350
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   351
      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">false</DisableLanguageExtensions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   352
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   353
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   354
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   355
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   356
      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   357
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   358
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   359
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   360
      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">false</DisableLanguageExtensions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   361
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   362
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   363
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   364
      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">false</DisableLanguageExtensions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   365
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   366
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   367
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   368
      <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   369
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   370
    <ClCompile Include="..\..\..\src\base\ftfstype.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   371
    <ClCompile Include="..\..\..\src\base\ftgasp.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   372
    <ClCompile Include="..\..\..\src\base\ftglyph.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   373
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   374
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   375
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   376
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   377
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   378
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   379
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   380
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   381
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   382
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   383
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   384
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   385
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   386
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   387
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   388
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   389
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   390
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   391
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   392
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   393
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   394
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   395
    <ClCompile Include="..\..\..\src\gzip\ftgzip.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   396
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   397
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   398
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   399
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   400
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   401
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   402
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   403
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   404
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   405
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   406
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   407
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   408
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   409
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   410
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   411
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   412
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   413
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   414
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   415
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   416
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   417
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   418
    <ClCompile Include="..\..\..\src\base\ftinit.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   419
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   420
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   421
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   422
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   423
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   424
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   425
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   426
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   427
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   428
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   429
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   430
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   431
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   432
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   433
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   434
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   435
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   436
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   437
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   438
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   439
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   440
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   441
    <ClCompile Include="..\..\..\src\lzw\ftlzw.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   442
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   443
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   444
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   445
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   446
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   447
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   448
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   449
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   450
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   451
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   452
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   453
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   454
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   455
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   456
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   457
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   458
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   459
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   460
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   461
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   462
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   463
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   464
    <ClCompile Include="..\..\..\src\base\ftstroke.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   465
    <ClCompile Include="..\..\..\src\base\ftsystem.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   466
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   467
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   468
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   469
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   470
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   471
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   472
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   473
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   474
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   475
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   476
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   477
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   478
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   479
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   480
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   481
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   482
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   483
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   484
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   485
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   486
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   487
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   488
    <ClCompile Include="..\..\..\src\smooth\smooth.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   489
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   490
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   491
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   492
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   493
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   494
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   495
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   496
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   497
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   498
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   499
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   500
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   501
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   502
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   503
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   504
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   505
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   506
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   507
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   508
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   509
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   510
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   511
    <ClCompile Include="..\..\..\src\base\ftbbox.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   512
    <ClCompile Include="..\..\..\src\base\ftmm.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   513
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   514
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   515
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   516
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   517
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   518
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   519
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   520
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   521
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   522
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   523
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   524
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   525
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   526
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   527
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   528
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   529
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   530
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   531
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   532
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   533
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   534
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   535
    <ClCompile Include="..\..\..\src\base\ftpfr.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   536
    <ClCompile Include="..\..\..\src\base\ftsynth.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   537
    <ClCompile Include="..\..\..\src\base\fttype1.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   538
    <ClCompile Include="..\..\..\src\base\ftwinfnt.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   539
    <ClCompile Include="..\..\..\src\base\ftxf86.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   540
    <ClCompile Include="..\..\..\src\base\ftlcdfil.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   541
    <ClCompile Include="..\..\..\src\base\ftgxval.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   542
    <ClCompile Include="..\..\..\src\base\ftotval.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   543
    <ClCompile Include="..\..\..\src\base\ftpatent.c" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   544
    <ClCompile Include="..\..\..\src\pcf\pcf.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   545
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   546
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   547
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   548
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   549
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   550
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   551
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   552
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   553
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   554
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   555
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   556
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   557
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   558
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   559
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   560
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   561
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   562
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   563
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   564
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   565
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   566
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   567
    <ClCompile Include="..\..\..\src\pfr\pfr.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   568
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   569
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   570
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   571
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   572
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   573
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   574
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   575
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   576
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   577
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   578
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   579
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   580
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   581
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   582
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   583
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   584
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   585
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   586
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   587
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   588
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   589
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   590
    <ClCompile Include="..\..\..\src\psaux\psaux.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   591
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   592
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   593
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   594
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   595
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   596
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   597
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   598
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   599
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   600
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   601
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   602
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   603
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   604
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   605
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   606
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   607
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   608
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   609
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   610
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   611
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   612
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   613
    <ClCompile Include="..\..\..\src\pshinter\pshinter.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   614
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   615
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   616
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   617
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   618
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   619
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   620
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   621
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   622
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   623
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   624
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   625
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   626
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   627
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   628
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   629
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   630
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   631
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   632
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   633
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   634
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   635
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   636
    <ClCompile Include="..\..\..\src\psnames\psmodule.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   637
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   638
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   639
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   640
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   641
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   642
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   643
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   644
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   645
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   646
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   647
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   648
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   649
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   650
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   651
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   652
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   653
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   654
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   655
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   656
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   657
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   658
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   659
    <ClCompile Include="..\..\..\src\raster\raster.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   660
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   661
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   662
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   663
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   664
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   665
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   666
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   667
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   668
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   669
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   670
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   671
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   672
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   673
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   674
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   675
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   676
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   677
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   678
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   679
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   680
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   681
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   682
    <ClCompile Include="..\..\..\src\sfnt\sfnt.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   683
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   684
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   685
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   686
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   687
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   688
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   689
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   690
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   691
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   692
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   693
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   694
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   695
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   696
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   697
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   698
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   699
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   700
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   701
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   702
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   703
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   704
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   705
    <ClCompile Include="..\..\..\src\truetype\truetype.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   706
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   707
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   708
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   709
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   710
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   711
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   712
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   713
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   714
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   715
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   716
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   717
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   718
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   719
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   720
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   721
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   722
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   723
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   724
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   725
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   726
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   727
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   728
    <ClCompile Include="..\..\..\src\type1\type1.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   729
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   730
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   731
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   732
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   733
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   734
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   735
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   736
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   737
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   738
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   739
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   740
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   741
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   742
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   743
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   744
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   745
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   746
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   747
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   748
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   749
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   750
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   751
    <ClCompile Include="..\..\..\src\cid\type1cid.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   752
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   753
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   754
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   755
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   756
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   757
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   758
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   759
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   760
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   761
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   762
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   763
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   764
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   765
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   766
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   767
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   768
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   769
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   770
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   771
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   772
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   773
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   774
    <ClCompile Include="..\..\..\src\type42\type42.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   775
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   776
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   777
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   778
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   779
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   780
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   781
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   782
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   783
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   784
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   785
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   786
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   787
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   788
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   789
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   790
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   791
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   792
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   793
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   794
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   795
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   796
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   797
    <ClCompile Include="..\..\..\src\winfonts\winfnt.c">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   798
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   799
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   800
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   801
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Multithreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   802
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   803
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   804
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   805
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug Singlethreaded|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   806
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   807
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   808
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   809
      <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   810
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   811
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   812
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Multithreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   813
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   814
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   815
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release Singlethreaded|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   816
      <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   817
      <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   818
      <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   819
    </ClCompile>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   820
  </ItemGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   821
  <ItemGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   822
    <ClInclude Include="..\..\..\include\ft2build.h" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   823
    <ClInclude Include="..\..\..\include\freetype\config\ftconfig.h" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   824
    <ClInclude Include="..\..\..\include\freetype\config\ftheader.h" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   825
    <ClInclude Include="..\..\..\include\freetype\config\ftmodule.h" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   826
    <ClInclude Include="..\..\..\include\freetype\config\ftoption.h" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   827
    <ClInclude Include="..\..\..\include\freetype\config\ftstdlib.h" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   828
  </ItemGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   829
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   830
  <ImportGroup Label="ExtensionTargets">
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   831
  </ImportGroup>
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
   832
</Project>