blob: 79fd4189766403fe0f736907845262ebbdc3457c [file] [log] [blame]
bfulgham@apple.com78e51d02014-08-27 21:30:55 +00001<?xml version="1.0" encoding="utf-8"?>
bfulgham@apple.com6eed8862015-08-11 21:02:46 +00002<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
bfulgham@apple.com78e51d02014-08-27 21:30:55 +00003 <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.com6eed8862015-08-11 21:02:46 +000058 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +000059 </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.com6eed8862015-08-11 21:02:46 +000064 <PlatformToolset>v140</PlatformToolset>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +000065 </PropertyGroup>
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
67 <ConfigurationType>Application</ConfigurationType>
68 <CharacterSet>Unicode</CharacterSet>
bfulgham@apple.com6eed8862015-08-11 21:02:46 +000069 <PlatformToolset>v140</PlatformToolset>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +000070 </PropertyGroup>
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
commit-queue@webkit.org79f6c4b2014-09-02 15:51:33 +000072 <ConfigurationType>Application</ConfigurationType>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +000073 <CharacterSet>Unicode</CharacterSet>
bfulgham@apple.com6eed8862015-08-11 21:02:46 +000074 <PlatformToolset>v140</PlatformToolset>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +000075 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
77 <ConfigurationType>Application</ConfigurationType>
78 <CharacterSet>Unicode</CharacterSet>
bfulgham@apple.com6eed8862015-08-11 21:02:46 +000079 <PlatformToolset>v140</PlatformToolset>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +000080 </PropertyGroup>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
82 <ConfigurationType>Application</ConfigurationType>
83 <CharacterSet>Unicode</CharacterSet>
bfulgham@apple.com6eed8862015-08-11 21:02:46 +000084 <PlatformToolset>v140</PlatformToolset>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +000085 </PropertyGroup>
86 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
87 <ConfigurationType>Application</ConfigurationType>
88 <CharacterSet>Unicode</CharacterSet>
bfulgham@apple.com6eed8862015-08-11 21:02:46 +000089 <PlatformToolset>v140</PlatformToolset>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +000090 </PropertyGroup>
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
92 <ConfigurationType>Application</ConfigurationType>
93 <CharacterSet>Unicode</CharacterSet>
bfulgham@apple.com6eed8862015-08-11 21:02:46 +000094 <PlatformToolset>v140</PlatformToolset>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +000095 </PropertyGroup>
96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
97 <ConfigurationType>Application</ConfigurationType>
98 <CharacterSet>Unicode</CharacterSet>
bfulgham@apple.com6eed8862015-08-11 21:02:46 +000099 <PlatformToolset>v140</PlatformToolset>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +0000100 </PropertyGroup>
101 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
102 <ConfigurationType>Application</ConfigurationType>
103 <CharacterSet>Unicode</CharacterSet>
bfulgham@apple.com6eed8862015-08-11 21:02:46 +0000104 <PlatformToolset>v140</PlatformToolset>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +0000105 </PropertyGroup>
106 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
107 <ConfigurationType>Application</ConfigurationType>
108 <CharacterSet>Unicode</CharacterSet>
bfulgham@apple.com6eed8862015-08-11 21:02:46 +0000109 <PlatformToolset>v140</PlatformToolset>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +0000110 </PropertyGroup>
111 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
112 <ConfigurationType>Application</ConfigurationType>
113 <CharacterSet>Unicode</CharacterSet>
bfulgham@apple.com6eed8862015-08-11 21:02:46 +0000114 <PlatformToolset>v140</PlatformToolset>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +0000115 </PropertyGroup>
116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
117 <ConfigurationType>Application</ConfigurationType>
118 <CharacterSet>Unicode</CharacterSet>
bfulgham@apple.com6eed8862015-08-11 21:02:46 +0000119 <PlatformToolset>v140</PlatformToolset>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +0000120 </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.orga289b932014-09-05 19:42:08 +0000135 <Import Project="DLLLauncherWinCairo.props" />
bfulgham@apple.com78e51d02014-08-27 21:30:55 +0000136 </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.orga289b932014-09-05 19:42:08 +0000140 <Import Project="DLLLauncherWinCairo.props" />
bfulgham@apple.com78e51d02014-08-27 21:30:55 +0000141 </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.orga289b932014-09-05 19:42:08 +0000161 <Import Project="DLLLauncherWinCairo.props" />
bfulgham@apple.com78e51d02014-08-27 21:30:55 +0000162 </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.orga289b932014-09-05 19:42:08 +0000166 <Import Project="DLLLauncherWinCairo.props" />
bfulgham@apple.com78e51d02014-08-27 21:30:55 +0000167 </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.org994b6b42014-11-12 17:16:18 +0000182 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">jsc$(DebugSuffix)</TargetName>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +0000183 <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.org994b6b42014-11-12 17:16:18 +0000188 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">jsc$(DebugSuffix)</TargetName>
bfulgham@apple.com78e51d02014-08-27 21:30:55 +0000189 <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.com6eed8862015-08-11 21:02:46 +0000207</Project>