1 <?xml version="1.0" encoding="utf-8"?>
 
   2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
   3   <ItemGroup Label="ProjectConfigurations">
 
   4     <ProjectConfiguration Include="Debug_WinCairo|Win32">
 
   5       <Configuration>Debug_WinCairo</Configuration>
 
   6       <Platform>Win32</Platform>
 
   7     </ProjectConfiguration>
 
   8     <ProjectConfiguration Include="Debug_WinCairo|x64">
 
   9       <Configuration>Debug_WinCairo</Configuration>
 
  10       <Platform>x64</Platform>
 
  11     </ProjectConfiguration>
 
  12     <ProjectConfiguration Include="Debug|Win32">
 
  13       <Configuration>Debug</Configuration>
 
  14       <Platform>Win32</Platform>
 
  15     </ProjectConfiguration>
 
  16     <ProjectConfiguration Include="Debug|x64">
 
  17       <Configuration>Debug</Configuration>
 
  18       <Platform>x64</Platform>
 
  19     </ProjectConfiguration>
 
  20     <ProjectConfiguration Include="Production|Win32">
 
  21       <Configuration>Production</Configuration>
 
  22       <Platform>Win32</Platform>
 
  23     </ProjectConfiguration>
 
  24     <ProjectConfiguration Include="Production|x64">
 
  25       <Configuration>Production</Configuration>
 
  26       <Platform>x64</Platform>
 
  27     </ProjectConfiguration>
 
  28     <ProjectConfiguration Include="Release_WinCairo|Win32">
 
  29       <Configuration>Release_WinCairo</Configuration>
 
  30       <Platform>Win32</Platform>
 
  31     </ProjectConfiguration>
 
  32     <ProjectConfiguration Include="Release_WinCairo|x64">
 
  33       <Configuration>Release_WinCairo</Configuration>
 
  34       <Platform>x64</Platform>
 
  35     </ProjectConfiguration>
 
  36     <ProjectConfiguration Include="Release|Win32">
 
  37       <Configuration>Release</Configuration>
 
  38       <Platform>Win32</Platform>
 
  39     </ProjectConfiguration>
 
  40     <ProjectConfiguration Include="Release|x64">
 
  41       <Configuration>Release</Configuration>
 
  42       <Platform>x64</Platform>
 
  43     </ProjectConfiguration>
 
  46     <ClInclude Include="..\..\llvm\library\config_llvm.h" />
 
  47     <ClInclude Include="..\..\llvm\library\LLVMTrapCallback.h" />
 
  50     <ClCompile Include="..\..\llvm\library\LLVMAnchor.cpp" />
 
  51     <ClCompile Include="..\..\llvm\library\LLVMExports.cpp" />
 
  52     <ClCompile Include="..\..\llvm\library\LLVMOverrides.cpp" />
 
  54   <PropertyGroup Label="Globals">
 
  55     <ProjectGuid>{F102C44B-3AD9-445A-9DC2-3D123555E7CC}</ProjectGuid>
 
  56     <RootNamespace>libEGL</RootNamespace>
 
  57     <Keyword>Win32Proj</Keyword>
 
  59   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
  60   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
  61     <ConfigurationType>DynamicLibrary</ConfigurationType>
 
  62     <CharacterSet>Unicode</CharacterSet>
 
  63     <WholeProgramOptimization>true</WholeProgramOptimization>
 
  64     <PlatformToolset>v120_xp</PlatformToolset>
 
  66   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
  67     <ConfigurationType>DynamicLibrary</ConfigurationType>
 
  68     <CharacterSet>Unicode</CharacterSet>
 
  69     <PlatformToolset>v120_xp</PlatformToolset>
 
  71   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
  72     <ConfigurationType>DynamicLibrary</ConfigurationType>
 
  73     <CharacterSet>Unicode</CharacterSet>
 
  74     <WholeProgramOptimization>true</WholeProgramOptimization>
 
  75     <PlatformToolset>v120</PlatformToolset>
 
  77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
  78     <ConfigurationType>DynamicLibrary</ConfigurationType>
 
  79     <CharacterSet>Unicode</CharacterSet>
 
  80     <PlatformToolset>v120_xp</PlatformToolset>
 
  82   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">
 
  83     <ConfigurationType>DynamicLibrary</ConfigurationType>
 
  84     <PlatformToolset>v120_xp</PlatformToolset>
 
  86   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">
 
  87     <ConfigurationType>DynamicLibrary</ConfigurationType>
 
  88     <PlatformToolset>v120_xp</PlatformToolset>
 
  90   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">
 
  91     <ConfigurationType>DynamicLibrary</ConfigurationType>
 
  92     <PlatformToolset>v120_xp</PlatformToolset>
 
  94   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">
 
  95     <ConfigurationType>DynamicLibrary</ConfigurationType>
 
  96     <PlatformToolset>v120_xp</PlatformToolset>
 
  98   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">
 
  99     <ConfigurationType>DynamicLibrary</ConfigurationType>
 
 100     <PlatformToolset>v120_xp</PlatformToolset>
 
 102   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Production|x64'">
 
 103     <ConfigurationType>DynamicLibrary</ConfigurationType>
 
 104     <PlatformToolset>v120</PlatformToolset>
 
 106   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
 107   <ImportGroup Label="ExtensionSettings">
 
 109   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
 110     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 111     <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
 
 112     <Import Project="libllvmForJSC.props" />
 
 114   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
 115     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 116     <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
 
 117     <Import Project="libllvmForJSC.props" />
 
 119   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 
 120     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 121     <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
 
 122     <Import Project="libllvmForJSC.props" />
 
 124   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 
 125     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 126     <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
 
 127     <Import Project="libllvmForJSC.props" />
 
 129   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">
 
 130     <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
 
 131     <Import Project="libllvmForJSC.props" />
 
 133   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">
 
 134     <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
 
 135     <Import Project="libllvmForJSC.props" />
 
 137   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">
 
 138     <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
 
 139     <Import Project="libllvmForJSC.props" />
 
 141   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Production|x64'">
 
 142     <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
 
 143     <Import Project="libllvmForJSC.props" />
 
 145   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">
 
 146     <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
 
 147     <Import Project="libllvmForJSC.props" />
 
 149   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">
 
 150     <Import Project="$(WebKit_Libraries)\tools\vsprops\common.props" />
 
 151     <Import Project="libllvmForJSC.props" />
 
 153   <PropertyGroup Label="UserMacros" />
 
 154   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
 155   <ImportGroup Label="ExtensionTargets">