]>
Commit | Line | Data |
---|---|---|
81345200 A |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" ToolsVersion="12.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> | |
52 | </ItemGroup> | |
53 | <PropertyGroup Label="Globals"> | |
54 | <ProjectGuid>{2BD437CF-BDAC-4119-9ED6-E10EF46C69F3}</ProjectGuid> | |
55 | <Keyword>Win32Proj</Keyword> | |
56 | <RootNamespace>jsc</RootNamespace> | |
57 | </PropertyGroup> | |
58 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
ed1e77d3 | 60 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
81345200 A |
61 | <UseDebugLibraries>true</UseDebugLibraries> |
62 | <CharacterSet>Unicode</CharacterSet> | |
ed1e77d3 | 63 | <PlatformToolset>v120</PlatformToolset> |
81345200 A |
64 | </PropertyGroup> |
65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
ed1e77d3 | 66 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
81345200 A |
67 | <UseDebugLibraries>true</UseDebugLibraries> |
68 | <CharacterSet>Unicode</CharacterSet> | |
69 | <PlatformToolset>v120</PlatformToolset> | |
70 | </PropertyGroup> | |
71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration"> | |
ed1e77d3 | 72 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
81345200 A |
73 | <UseDebugLibraries>true</UseDebugLibraries> |
74 | <CharacterSet>Unicode</CharacterSet> | |
75 | <PlatformToolset>v120_xp</PlatformToolset> | |
76 | </PropertyGroup> | |
77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration"> | |
ed1e77d3 | 78 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
81345200 A |
79 | <UseDebugLibraries>true</UseDebugLibraries> |
80 | <CharacterSet>Unicode</CharacterSet> | |
81 | <PlatformToolset>v120_xp</PlatformToolset> | |
82 | </PropertyGroup> | |
83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration"> | |
ed1e77d3 | 84 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
81345200 A |
85 | <UseDebugLibraries>true</UseDebugLibraries> |
86 | <CharacterSet>Unicode</CharacterSet> | |
ed1e77d3 | 87 | <PlatformToolset>v120</PlatformToolset> |
81345200 A |
88 | </PropertyGroup> |
89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration"> | |
ed1e77d3 | 90 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
81345200 A |
91 | <UseDebugLibraries>true</UseDebugLibraries> |
92 | <CharacterSet>Unicode</CharacterSet> | |
93 | <PlatformToolset>v120</PlatformToolset> | |
94 | </PropertyGroup> | |
95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
ed1e77d3 | 96 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
81345200 A |
97 | <UseDebugLibraries>false</UseDebugLibraries> |
98 | <CharacterSet>Unicode</CharacterSet> | |
ed1e77d3 | 99 | <PlatformToolset>v120</PlatformToolset> |
81345200 A |
100 | </PropertyGroup> |
101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
ed1e77d3 | 102 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
81345200 A |
103 | <UseDebugLibraries>false</UseDebugLibraries> |
104 | <CharacterSet>Unicode</CharacterSet> | |
105 | <PlatformToolset>v120</PlatformToolset> | |
106 | </PropertyGroup> | |
107 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration"> | |
ed1e77d3 | 108 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
81345200 A |
109 | <UseDebugLibraries>false</UseDebugLibraries> |
110 | <CharacterSet>Unicode</CharacterSet> | |
111 | <PlatformToolset>v120_xp</PlatformToolset> | |
112 | </PropertyGroup> | |
113 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration"> | |
ed1e77d3 | 114 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
81345200 A |
115 | <UseDebugLibraries>false</UseDebugLibraries> |
116 | <CharacterSet>Unicode</CharacterSet> | |
117 | <PlatformToolset>v120_xp</PlatformToolset> | |
118 | </PropertyGroup> | |
119 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration"> | |
ed1e77d3 | 120 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
81345200 A |
121 | <UseDebugLibraries>false</UseDebugLibraries> |
122 | <CharacterSet>Unicode</CharacterSet> | |
ed1e77d3 | 123 | <PlatformToolset>v120</PlatformToolset> |
81345200 A |
124 | </PropertyGroup> |
125 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration"> | |
ed1e77d3 | 126 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
81345200 A |
127 | <UseDebugLibraries>false</UseDebugLibraries> |
128 | <CharacterSet>Unicode</CharacterSet> | |
129 | <PlatformToolset>v120</PlatformToolset> | |
130 | </PropertyGroup> | |
131 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
132 | <ImportGroup Label="ExtensionSettings"> | |
133 | </ImportGroup> | |
134 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
135 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
136 | <Import Project="jscDebug.props" /> | |
137 | </ImportGroup> | |
138 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
139 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
140 | <Import Project="jscDebug.props" /> | |
141 | </ImportGroup> | |
142 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|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="jscDebug.props" /> | |
145 | </ImportGroup> | |
146 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|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="jscDebug.props" /> | |
149 | </ImportGroup> | |
150 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|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 | <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" /> | |
154 | </ImportGroup> | |
155 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="PropertySheets"> | |
156 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
157 | <Import Project="jscDebug.props" /> | |
158 | <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" /> | |
159 | </ImportGroup> | |
160 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
161 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
162 | <Import Project="jscRelease.props" /> | |
163 | </ImportGroup> | |
164 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
165 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
166 | <Import Project="jscRelease.props" /> | |
167 | </ImportGroup> | |
168 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|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="jscRelease.props" /> | |
171 | </ImportGroup> | |
172 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|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="jscRelease.props" /> | |
175 | </ImportGroup> | |
176 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="PropertySheets"> | |
177 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
178 | <Import Project="jscProduction.props" /> | |
179 | </ImportGroup> | |
180 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="PropertySheets"> | |
181 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
182 | <Import Project="jscProduction.props" /> | |
183 | </ImportGroup> | |
184 | <PropertyGroup Label="UserMacros" /> | |
ed1e77d3 A |
185 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
186 | <TargetExt>.dll</TargetExt> | |
187 | </PropertyGroup> | |
188 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
189 | <TargetExt>.dll</TargetExt> | |
190 | </PropertyGroup> | |
191 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'"> | |
192 | <TargetExt>.dll</TargetExt> | |
193 | </PropertyGroup> | |
194 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'"> | |
195 | <TargetExt>.dll</TargetExt> | |
196 | </PropertyGroup> | |
197 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'"> | |
198 | <TargetExt>.dll</TargetExt> | |
199 | </PropertyGroup> | |
200 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'"> | |
201 | <TargetExt>.dll</TargetExt> | |
202 | </PropertyGroup> | |
203 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
204 | <TargetExt>.dll</TargetExt> | |
205 | </PropertyGroup> | |
206 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
207 | <TargetExt>.dll</TargetExt> | |
208 | </PropertyGroup> | |
209 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'"> | |
210 | <TargetExt>.dll</TargetExt> | |
211 | </PropertyGroup> | |
212 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'"> | |
213 | <TargetExt>.dll</TargetExt> | |
214 | </PropertyGroup> | |
215 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'"> | |
216 | <TargetExt>.dll</TargetExt> | |
217 | </PropertyGroup> | |
218 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'"> | |
219 | <TargetExt>.dll</TargetExt> | |
220 | </PropertyGroup> | |
81345200 A |
221 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
222 | <ClCompile> | |
223 | <PrecompiledHeader> | |
224 | </PrecompiledHeader> | |
225 | </ClCompile> | |
226 | <Link> | |
227 | <ModuleDefinitionFile> | |
228 | </ModuleDefinitionFile> | |
229 | </Link> | |
230 | </ItemDefinitionGroup> | |
231 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
232 | <ClCompile> | |
233 | <PrecompiledHeader> | |
234 | </PrecompiledHeader> | |
235 | </ClCompile> | |
236 | <Link> | |
237 | <ModuleDefinitionFile> | |
238 | </ModuleDefinitionFile> | |
239 | </Link> | |
240 | </ItemDefinitionGroup> | |
241 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'"> | |
242 | <ClCompile> | |
243 | <PrecompiledHeader> | |
244 | </PrecompiledHeader> | |
245 | </ClCompile> | |
246 | <Link> | |
247 | <ModuleDefinitionFile> | |
248 | </ModuleDefinitionFile> | |
249 | </Link> | |
250 | </ItemDefinitionGroup> | |
251 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'"> | |
252 | <ClCompile> | |
253 | <PrecompiledHeader> | |
254 | </PrecompiledHeader> | |
255 | </ClCompile> | |
256 | <Link> | |
257 | <ModuleDefinitionFile> | |
258 | </ModuleDefinitionFile> | |
259 | </Link> | |
260 | </ItemDefinitionGroup> | |
261 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'"> | |
262 | <ClCompile> | |
263 | <PrecompiledHeader> | |
264 | </PrecompiledHeader> | |
265 | </ClCompile> | |
266 | <Link> | |
267 | <ModuleDefinitionFile> | |
268 | </ModuleDefinitionFile> | |
269 | </Link> | |
270 | </ItemDefinitionGroup> | |
271 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'"> | |
272 | <ClCompile> | |
273 | <PrecompiledHeader> | |
274 | </PrecompiledHeader> | |
275 | </ClCompile> | |
276 | <Link> | |
277 | <ModuleDefinitionFile> | |
278 | </ModuleDefinitionFile> | |
279 | </Link> | |
280 | </ItemDefinitionGroup> | |
281 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
282 | <ClCompile> | |
283 | <PrecompiledHeader> | |
284 | </PrecompiledHeader> | |
285 | <Optimization>MaxSpeed</Optimization> | |
286 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
287 | </ClCompile> | |
288 | <Link /> | |
289 | </ItemDefinitionGroup> | |
290 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
291 | <ClCompile> | |
292 | <PrecompiledHeader> | |
293 | </PrecompiledHeader> | |
294 | <Optimization>MaxSpeed</Optimization> | |
295 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
296 | </ClCompile> | |
297 | <Link /> | |
298 | </ItemDefinitionGroup> | |
299 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'"> | |
300 | <ClCompile> | |
301 | <PrecompiledHeader> | |
302 | </PrecompiledHeader> | |
303 | <Optimization>MaxSpeed</Optimization> | |
304 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
305 | </ClCompile> | |
306 | <Link /> | |
307 | </ItemDefinitionGroup> | |
308 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'"> | |
309 | <ClCompile> | |
310 | <PrecompiledHeader> | |
311 | </PrecompiledHeader> | |
312 | <Optimization>MaxSpeed</Optimization> | |
313 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
314 | </ClCompile> | |
315 | <Link /> | |
316 | </ItemDefinitionGroup> | |
317 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'"> | |
318 | <ClCompile> | |
319 | <PrecompiledHeader> | |
320 | </PrecompiledHeader> | |
321 | <Optimization>MaxSpeed</Optimization> | |
322 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
323 | </ClCompile> | |
324 | <Link /> | |
325 | </ItemDefinitionGroup> | |
326 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'"> | |
327 | <ClCompile> | |
328 | <PrecompiledHeader> | |
329 | </PrecompiledHeader> | |
330 | <Optimization>MaxSpeed</Optimization> | |
331 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
332 | </ClCompile> | |
333 | <Link /> | |
334 | </ItemDefinitionGroup> | |
335 | <ItemGroup> | |
336 | <ClCompile Include="..\..\jsc.cpp" /> | |
337 | </ItemGroup> | |
338 | <ItemGroup> | |
339 | <None Include="jscPostBuild.cmd" /> | |
340 | <None Include="jscPreBuild.cmd" /> | |
341 | <None Include="jscPreLink.cmd" /> | |
342 | </ItemGroup> | |
343 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
344 | <ImportGroup Label="ExtensionTargets"> | |
345 | </ImportGroup> | |
93a37866 | 346 | </Project> |