bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 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>
|
| 52 | </ItemGroup>
|
| 53 | <PropertyGroup Label="Globals">
|
| 54 | <ProjectGuid>{FE09F693-9744-4D73-A17C-DE3209EB1905}</ProjectGuid>
|
| 55 | <RootNamespace>jscLauncher</RootNamespace>
|
| 56 | <Keyword>Win32Proj</Keyword>
|
| 57 | <ProjectName>jscLauncher</ProjectName>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 58 | <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 59 | </PropertyGroup>
|
| 60 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 62 | <ConfigurationType>Application</ConfigurationType>
|
| 63 | <CharacterSet>Unicode</CharacterSet>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 64 | <PlatformToolset>v140</PlatformToolset>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 65 | </PropertyGroup>
|
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 67 | <ConfigurationType>Application</ConfigurationType>
|
| 68 | <CharacterSet>Unicode</CharacterSet>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 69 | <PlatformToolset>v140</PlatformToolset>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 70 | </PropertyGroup>
|
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
|
commit-queue@webkit.org | 79f6c4b | 2014-09-02 15:51:33 +0000 | [diff] [blame] | 72 | <ConfigurationType>Application</ConfigurationType>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 73 | <CharacterSet>Unicode</CharacterSet>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 74 | <PlatformToolset>v140</PlatformToolset>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 75 | </PropertyGroup>
|
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
|
| 77 | <ConfigurationType>Application</ConfigurationType>
|
| 78 | <CharacterSet>Unicode</CharacterSet>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 79 | <PlatformToolset>v140</PlatformToolset>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 80 | </PropertyGroup>
|
| 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
|
| 82 | <ConfigurationType>Application</ConfigurationType>
|
| 83 | <CharacterSet>Unicode</CharacterSet>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 84 | <PlatformToolset>v140</PlatformToolset>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 85 | </PropertyGroup>
|
| 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
|
| 87 | <ConfigurationType>Application</ConfigurationType>
|
| 88 | <CharacterSet>Unicode</CharacterSet>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 89 | <PlatformToolset>v140</PlatformToolset>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 90 | </PropertyGroup>
|
| 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 92 | <ConfigurationType>Application</ConfigurationType>
|
| 93 | <CharacterSet>Unicode</CharacterSet>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 94 | <PlatformToolset>v140</PlatformToolset>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 95 | </PropertyGroup>
|
| 96 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 97 | <ConfigurationType>Application</ConfigurationType>
|
| 98 | <CharacterSet>Unicode</CharacterSet>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 99 | <PlatformToolset>v140</PlatformToolset>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 100 | </PropertyGroup>
|
| 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
|
| 102 | <ConfigurationType>Application</ConfigurationType>
|
| 103 | <CharacterSet>Unicode</CharacterSet>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 104 | <PlatformToolset>v140</PlatformToolset>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 105 | </PropertyGroup>
|
| 106 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
|
| 107 | <ConfigurationType>Application</ConfigurationType>
|
| 108 | <CharacterSet>Unicode</CharacterSet>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 109 | <PlatformToolset>v140</PlatformToolset>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 110 | </PropertyGroup>
|
| 111 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
|
| 112 | <ConfigurationType>Application</ConfigurationType>
|
| 113 | <CharacterSet>Unicode</CharacterSet>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 114 | <PlatformToolset>v140</PlatformToolset>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 115 | </PropertyGroup>
|
| 116 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
|
| 117 | <ConfigurationType>Application</ConfigurationType>
|
| 118 | <CharacterSet>Unicode</CharacterSet>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 119 | <PlatformToolset>v140</PlatformToolset>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 120 | </PropertyGroup>
|
| 121 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 122 | <ImportGroup Label="ExtensionSettings">
|
| 123 | </ImportGroup>
|
| 124 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
| 125 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 126 | <Import Project="jscRelease.props" />
|
| 127 | </ImportGroup>
|
| 128 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| 129 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 130 | <Import Project="jscRelease.props" />
|
| 131 | </ImportGroup>
|
| 132 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="PropertySheets">
|
| 133 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 134 | <Import Project="jscRelease.props" />
|
commit-queue@webkit.org | a289b93 | 2014-09-05 19:42:08 +0000 | [diff] [blame] | 135 | <Import Project="DLLLauncherWinCairo.props" />
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 136 | </ImportGroup>
|
| 137 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="PropertySheets">
|
| 138 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 139 | <Import Project="jscRelease.props" />
|
commit-queue@webkit.org | a289b93 | 2014-09-05 19:42:08 +0000 | [diff] [blame] | 140 | <Import Project="DLLLauncherWinCairo.props" />
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 141 | </ImportGroup>
|
| 142 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="PropertySheets">
|
| 143 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 144 | <Import Project="jscProduction.props" />
|
| 145 | </ImportGroup>
|
| 146 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="PropertySheets">
|
| 147 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 148 | <Import Project="jscProduction.props" />
|
| 149 | </ImportGroup>
|
| 150 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
| 151 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 152 | <Import Project="jscDebug.props" />
|
| 153 | </ImportGroup>
|
| 154 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
| 155 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 156 | <Import Project="jscDebug.props" />
|
| 157 | </ImportGroup>
|
| 158 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="PropertySheets">
|
| 159 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 160 | <Import Project="jscDebug.props" />
|
commit-queue@webkit.org | a289b93 | 2014-09-05 19:42:08 +0000 | [diff] [blame] | 161 | <Import Project="DLLLauncherWinCairo.props" />
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 162 | </ImportGroup>
|
| 163 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="PropertySheets">
|
| 164 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 165 | <Import Project="jscDebug.props" />
|
commit-queue@webkit.org | a289b93 | 2014-09-05 19:42:08 +0000 | [diff] [blame] | 166 | <Import Project="DLLLauncherWinCairo.props" />
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 167 | </ImportGroup>
|
| 168 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="PropertySheets">
|
| 169 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 170 | <Import Project="jscDebug.props" />
|
| 171 | <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" />
|
| 172 | </ImportGroup>
|
| 173 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="PropertySheets">
|
| 174 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 175 | <Import Project="jscDebug.props" />
|
| 176 | <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" />
|
| 177 | </ImportGroup>
|
| 178 | <PropertyGroup Label="UserMacros" />
|
| 179 | <PropertyGroup>
|
| 180 | <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
| 181 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">jsc$(DebugSuffix)</TargetName>
|
commit-queue@webkit.org | 994b6b4 | 2014-11-12 17:16:18 +0000 | [diff] [blame] | 182 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">jsc$(DebugSuffix)</TargetName>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 183 | <TargetName Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">jsc$(DebugSuffix)</TargetName>
|
| 184 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">jsc$(DebugSuffix)</TargetName>
|
| 185 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">jsc$(DebugSuffix)</TargetName>
|
| 186 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">jsc$(DebugSuffix)</TargetName>
|
| 187 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">jsc$(DebugSuffix)</TargetName>
|
commit-queue@webkit.org | 994b6b4 | 2014-11-12 17:16:18 +0000 | [diff] [blame] | 188 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">jsc$(DebugSuffix)</TargetName>
|
bfulgham@apple.com | 78e51d0 | 2014-08-27 21:30:55 +0000 | [diff] [blame] | 189 | <TargetName Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'">jsc$(DebugSuffix)</TargetName>
|
| 190 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Production|x64'">jsc$(DebugSuffix)</TargetName>
|
| 191 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">jsc$(DebugSuffix)</TargetName>
|
| 192 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">jsc$(DebugSuffix)</TargetName>
|
| 193 | </PropertyGroup>
|
| 194 | <ItemDefinitionGroup>
|
| 195 | </ItemDefinitionGroup>
|
| 196 | <ItemGroup>
|
| 197 | <ClCompile Include="DLLLauncherMain.cpp" />
|
| 198 | </ItemGroup>
|
| 199 | <ItemGroup>
|
| 200 | <None Include="jscLauncherPostBuild.cmd" />
|
| 201 | <None Include="jscLauncherPreBuild.cmd" />
|
| 202 | <None Include="jscLauncherPreLink.cmd" />
|
| 203 | </ItemGroup>
|
| 204 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 205 | <ImportGroup Label="ExtensionTargets">
|
| 206 | </ImportGroup>
|
bfulgham@apple.com | 6eed886 | 2015-08-11 21:02:46 +0000 | [diff] [blame] | 207 | </Project>
|