]> git.saurik.com Git - apple/javascriptcore.git/blob - JavaScriptCore.vcxproj/testapi/testapiLauncher.vcxproj
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / JavaScriptCore.vcxproj / testapi / testapiLauncher.vcxproj
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>
52 </ItemGroup>
53 <PropertyGroup Label="Globals">
54 <ProjectGuid>{FE09F693-9744-4D73-A17C-FE3209EB1905}</ProjectGuid>
55 <RootNamespace>testapiLauncher</RootNamespace>
56 <Keyword>Win32Proj</Keyword>
57 <ProjectName>testapiLauncher</ProjectName>
58 </PropertyGroup>
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>
64 </PropertyGroup>
65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
66 <ConfigurationType>Application</ConfigurationType>
67 <CharacterSet>Unicode</CharacterSet>
68 <PlatformToolset>v120</PlatformToolset>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
71 <ConfigurationType>Application</ConfigurationType>
72 <CharacterSet>Unicode</CharacterSet>
73 <PlatformToolset>v120_xp</PlatformToolset>
74 </PropertyGroup>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
76 <ConfigurationType>Application</ConfigurationType>
77 <CharacterSet>Unicode</CharacterSet>
78 <PlatformToolset>v120_xp</PlatformToolset>
79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
81 <ConfigurationType>Application</ConfigurationType>
82 <CharacterSet>Unicode</CharacterSet>
83 <PlatformToolset>v120</PlatformToolset>
84 </PropertyGroup>
85 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
86 <ConfigurationType>Application</ConfigurationType>
87 <CharacterSet>Unicode</CharacterSet>
88 <PlatformToolset>v120</PlatformToolset>
89 </PropertyGroup>
90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
91 <ConfigurationType>Application</ConfigurationType>
92 <CharacterSet>Unicode</CharacterSet>
93 <PlatformToolset>v120</PlatformToolset>
94 </PropertyGroup>
95 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
96 <ConfigurationType>Application</ConfigurationType>
97 <CharacterSet>Unicode</CharacterSet>
98 <PlatformToolset>v120</PlatformToolset>
99 </PropertyGroup>
100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
101 <ConfigurationType>Application</ConfigurationType>
102 <CharacterSet>Unicode</CharacterSet>
103 <PlatformToolset>v120_xp</PlatformToolset>
104 </PropertyGroup>
105 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
106 <ConfigurationType>Application</ConfigurationType>
107 <CharacterSet>Unicode</CharacterSet>
108 <PlatformToolset>v120_xp</PlatformToolset>
109 </PropertyGroup>
110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
111 <ConfigurationType>Application</ConfigurationType>
112 <CharacterSet>Unicode</CharacterSet>
113 <PlatformToolset>v120</PlatformToolset>
114 </PropertyGroup>
115 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
116 <ConfigurationType>Application</ConfigurationType>
117 <CharacterSet>Unicode</CharacterSet>
118 <PlatformToolset>v120</PlatformToolset>
119 </PropertyGroup>
120 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
121 <ImportGroup Label="ExtensionSettings">
122 </ImportGroup>
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="testapiRelease.props" />
126 </ImportGroup>
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="testapiRelease.props" />
130 </ImportGroup>
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="testapiReleaseCFLite.props" />
134 <Import Project="..\jsc\DLLLauncherWinCairo.props" />
135 </ImportGroup>
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="testapiReleaseCFLite.props" />
139 <Import Project="..\jsc\DLLLauncherWinCairo.props" />
140 </ImportGroup>
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="testapiProduction.props" />
144 </ImportGroup>
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="testapiProduction.props" />
148 </ImportGroup>
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="testapiDebug.props" />
152 </ImportGroup>
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="testapiDebug.props" />
156 </ImportGroup>
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="testapiDebugCFLite.props" />
160 <Import Project="..\jsc\DLLLauncherWinCairo.props" />
161 </ImportGroup>
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="testapiDebugCFLite.props" />
165 <Import Project="..\jsc\DLLLauncherWinCairo.props" />
166 </ImportGroup>
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="testapiDebug.props" />
170 <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" />
171 </ImportGroup>
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="testapiDebug.props" />
175 <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" />
176 </ImportGroup>
177 <PropertyGroup Label="UserMacros" />
178 <PropertyGroup>
179 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
180 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">testapi$(DebugSuffix)</TargetName>
181 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">testapi$(DebugSuffix)</TargetName>
182 <TargetName Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">testapi$(DebugSuffix)</TargetName>
183 <TargetName Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">testapi$(DebugSuffix)</TargetName>
184 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">testapi$(DebugSuffix)</TargetName>
185 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">testapi$(DebugSuffix)</TargetName>
186 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">testapi$(DebugSuffix)</TargetName>
187 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">testapi$(DebugSuffix)</TargetName>
188 <TargetName Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'">testapi$(DebugSuffix)</TargetName>
189 <TargetName Condition="'$(Configuration)|$(Platform)'=='Production|x64'">testapi$(DebugSuffix)</TargetName>
190 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">testapi$(DebugSuffix)</TargetName>
191 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">testapi$(DebugSuffix)</TargetName>
192 </PropertyGroup>
193 <ItemDefinitionGroup>
194 </ItemDefinitionGroup>
195 <ItemGroup>
196 <ClCompile Include="../jsc/DLLLauncherMain.cpp" />
197 </ItemGroup>
198 <ItemGroup>
199 <None Include="testapiLauncherPostBuild.cmd" />
200 <None Include="testapiLauncherPreBuild.cmd" />
201 <None Include="testapiLauncherPreLink.cmd" />
202 </ItemGroup>
203 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
204 <ImportGroup Label="ExtensionTargets">
205 </ImportGroup>
206 </Project>