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="DebugSuffix|Win32">
 
   5       <Configuration>DebugSuffix</Configuration>
 
   6       <Platform>Win32</Platform>
 
   7     </ProjectConfiguration>
 
   8     <ProjectConfiguration Include="DebugSuffix|x64">
 
   9       <Configuration>DebugSuffix</Configuration>
 
  10       <Platform>x64</Platform>
 
  11     </ProjectConfiguration>
 
  12     <ProjectConfiguration Include="Debug_WinCairo|Win32">
 
  13       <Configuration>Debug_WinCairo</Configuration>
 
  14       <Platform>Win32</Platform>
 
  15     </ProjectConfiguration>
 
  16     <ProjectConfiguration Include="Debug_WinCairo|x64">
 
  17       <Configuration>Debug_WinCairo</Configuration>
 
  18       <Platform>x64</Platform>
 
  19     </ProjectConfiguration>
 
  20     <ProjectConfiguration Include="Debug|Win32">
 
  21       <Configuration>Debug</Configuration>
 
  22       <Platform>Win32</Platform>
 
  23     </ProjectConfiguration>
 
  24     <ProjectConfiguration Include="Debug|x64">
 
  25       <Configuration>Debug</Configuration>
 
  26       <Platform>x64</Platform>
 
  27     </ProjectConfiguration>
 
  28     <ProjectConfiguration Include="Production|Win32">
 
  29       <Configuration>Production</Configuration>
 
  30       <Platform>Win32</Platform>
 
  31     </ProjectConfiguration>
 
  32     <ProjectConfiguration Include="Production|x64">
 
  33       <Configuration>Production</Configuration>
 
  34       <Platform>x64</Platform>
 
  35     </ProjectConfiguration>
 
  36     <ProjectConfiguration Include="Release_WinCairo|Win32">
 
  37       <Configuration>Release_WinCairo</Configuration>
 
  38       <Platform>Win32</Platform>
 
  39     </ProjectConfiguration>
 
  40     <ProjectConfiguration Include="Release_WinCairo|x64">
 
  41       <Configuration>Release_WinCairo</Configuration>
 
  42       <Platform>x64</Platform>
 
  43     </ProjectConfiguration>
 
  44     <ProjectConfiguration Include="Release|Win32">
 
  45       <Configuration>Release</Configuration>
 
  46       <Platform>Win32</Platform>
 
  47     </ProjectConfiguration>
 
  48     <ProjectConfiguration Include="Release|x64">
 
  49       <Configuration>Release</Configuration>
 
  50       <Platform>x64</Platform>
 
  51     </ProjectConfiguration>
 
  53   <PropertyGroup Label="Globals">
 
  54     <ProjectGuid>{FE09F693-9744-4D73-A17C-DE3209EB1905}</ProjectGuid>
 
  55     <RootNamespace>jscLauncher</RootNamespace>
 
  56     <Keyword>Win32Proj</Keyword>
 
  57     <ProjectName>jscLauncher</ProjectName>
 
  59   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
  60   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
  61     <ConfigurationType>Application</ConfigurationType>
 
  62     <CharacterSet>Unicode</CharacterSet>
 
  63     <PlatformToolset>v120</PlatformToolset>
 
  65   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 
  66     <ConfigurationType>Application</ConfigurationType>
 
  67     <CharacterSet>Unicode</CharacterSet>
 
  68     <PlatformToolset>v120</PlatformToolset>
 
  70   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
 
  71     <ConfigurationType>Application</ConfigurationType>
 
  72     <CharacterSet>Unicode</CharacterSet>
 
  73     <PlatformToolset>v120_xp</PlatformToolset>
 
  75   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
 
  76     <ConfigurationType>Application</ConfigurationType>
 
  77     <CharacterSet>Unicode</CharacterSet>
 
  78     <PlatformToolset>v120_xp</PlatformToolset>
 
  80   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
 
  81     <ConfigurationType>Application</ConfigurationType>
 
  82     <CharacterSet>Unicode</CharacterSet>
 
  83     <PlatformToolset>v120</PlatformToolset>
 
  85   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
 
  86     <ConfigurationType>Application</ConfigurationType>
 
  87     <CharacterSet>Unicode</CharacterSet>
 
  88     <PlatformToolset>v120</PlatformToolset>
 
  90   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
  91     <ConfigurationType>Application</ConfigurationType>
 
  92     <CharacterSet>Unicode</CharacterSet>
 
  93     <PlatformToolset>v120</PlatformToolset>
 
  95   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 
  96     <ConfigurationType>Application</ConfigurationType>
 
  97     <CharacterSet>Unicode</CharacterSet>
 
  98     <PlatformToolset>v120</PlatformToolset>
 
 100   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
 
 101     <ConfigurationType>Application</ConfigurationType>
 
 102     <CharacterSet>Unicode</CharacterSet>
 
 103     <PlatformToolset>v120_xp</PlatformToolset>
 
 105   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
 
 106     <ConfigurationType>Application</ConfigurationType>
 
 107     <CharacterSet>Unicode</CharacterSet>
 
 108     <PlatformToolset>v120_xp</PlatformToolset>
 
 110   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
 
 111     <ConfigurationType>Application</ConfigurationType>
 
 112     <CharacterSet>Unicode</CharacterSet>
 
 113     <PlatformToolset>v120</PlatformToolset>
 
 115   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
 
 116     <ConfigurationType>Application</ConfigurationType>
 
 117     <CharacterSet>Unicode</CharacterSet>
 
 118     <PlatformToolset>v120</PlatformToolset>
 
 120   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
 121   <ImportGroup Label="ExtensionSettings">
 
 123   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 
 124     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 125     <Import Project="jscRelease.props" />
 
 127   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 
 128     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 129     <Import Project="jscRelease.props" />
 
 131   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="PropertySheets">
 
 132     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 133     <Import Project="jscRelease.props" />
 
 134     <Import Project="DLLLauncherWinCairo.props" />
 
 136   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="PropertySheets">
 
 137     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 138     <Import Project="jscRelease.props" />
 
 139     <Import Project="DLLLauncherWinCairo.props" />
 
 141   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="PropertySheets">
 
 142     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 143     <Import Project="jscProduction.props" />
 
 145   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="PropertySheets">
 
 146     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 147     <Import Project="jscProduction.props" />
 
 149   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 
 150     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 151     <Import Project="jscDebug.props" />
 
 153   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 
 154     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 155     <Import Project="jscDebug.props" />
 
 157   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="PropertySheets">
 
 158     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 159     <Import Project="jscDebug.props" />
 
 160     <Import Project="DLLLauncherWinCairo.props" />
 
 162   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="PropertySheets">
 
 163     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 164     <Import Project="jscDebug.props" />
 
 165     <Import Project="DLLLauncherWinCairo.props" />
 
 167   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="PropertySheets">
 
 168     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 169     <Import Project="jscDebug.props" />
 
 170     <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" />
 
 172   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="PropertySheets">
 
 173     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
 174     <Import Project="jscDebug.props" />
 
 175     <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" />
 
 177   <PropertyGroup Label="UserMacros" />
 
 179     <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
 
 180     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">jsc$(DebugSuffix)</TargetName>
 
 181     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">jsc$(DebugSuffix)</TargetName>
 
 182     <TargetName Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">jsc$(DebugSuffix)</TargetName>
 
 183     <TargetName Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">jsc$(DebugSuffix)</TargetName>
 
 184     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">jsc$(DebugSuffix)</TargetName>
 
 185     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">jsc$(DebugSuffix)</TargetName>
 
 186     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">jsc$(DebugSuffix)</TargetName>
 
 187     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">jsc$(DebugSuffix)</TargetName>
 
 188     <TargetName Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'">jsc$(DebugSuffix)</TargetName>
 
 189     <TargetName Condition="'$(Configuration)|$(Platform)'=='Production|x64'">jsc$(DebugSuffix)</TargetName>
 
 190     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">jsc$(DebugSuffix)</TargetName>
 
 191     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">jsc$(DebugSuffix)</TargetName>
 
 193   <ItemDefinitionGroup>
 
 194   </ItemDefinitionGroup>
 
 196     <ClCompile Include="DLLLauncherMain.cpp" />
 
 199     <None Include="jscLauncherPostBuild.cmd" />
 
 200     <None Include="jscLauncherPreBuild.cmd" />
 
 201     <None Include="jscLauncherPreLink.cmd" />
 
 203   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
 204   <ImportGroup Label="ExtensionTargets">