]>
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>{5CC08E13-2CF9-4C2E-8544-07DA4E8C1843}</ProjectGuid> | |
55 | <Keyword>Win32Proj</Keyword> | |
56 | <RootNamespace>testapi</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="testapiDebug.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="testapiDebug.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="testapiDebugCFLite.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="testapiDebugCFLite.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="testapiDebug.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="testapiDebug.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="testapiRelease.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="testapiRelease.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="testapiReleaseCFLite.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="testapiReleaseCFLite.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="testapiProduction.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="testapiProduction.props" /> | |
183 | </ImportGroup> | |
184 | <PropertyGroup Label="UserMacros" /> | |
185 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |
186 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |
187 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" /> | |
188 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" /> | |
189 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" /> | |
190 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" /> | |
191 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |
192 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |
193 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" /> | |
194 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" /> | |
195 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" /> | |
196 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" /> | |
197 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
198 | <ClCompile> | |
199 | <PrecompiledHeader> | |
200 | </PrecompiledHeader> | |
201 | </ClCompile> | |
202 | <Link /> | |
203 | </ItemDefinitionGroup> | |
204 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
205 | <ClCompile> | |
206 | <PrecompiledHeader> | |
207 | </PrecompiledHeader> | |
208 | </ClCompile> | |
209 | <Link /> | |
210 | </ItemDefinitionGroup> | |
211 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'"> | |
212 | <ClCompile> | |
213 | <PrecompiledHeader> | |
214 | </PrecompiledHeader> | |
215 | </ClCompile> | |
216 | <Link /> | |
217 | </ItemDefinitionGroup> | |
218 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'"> | |
219 | <ClCompile> | |
220 | <PrecompiledHeader> | |
221 | </PrecompiledHeader> | |
222 | </ClCompile> | |
223 | <Link /> | |
224 | </ItemDefinitionGroup> | |
225 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'"> | |
226 | <ClCompile> | |
227 | <PrecompiledHeader> | |
228 | </PrecompiledHeader> | |
229 | </ClCompile> | |
230 | <Link /> | |
231 | </ItemDefinitionGroup> | |
232 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'"> | |
233 | <ClCompile> | |
234 | <PrecompiledHeader> | |
235 | </PrecompiledHeader> | |
236 | </ClCompile> | |
237 | <Link /> | |
238 | </ItemDefinitionGroup> | |
239 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
240 | <ClCompile> | |
241 | <PrecompiledHeader> | |
242 | </PrecompiledHeader> | |
243 | <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | |
244 | </ClCompile> | |
245 | <Link /> | |
246 | </ItemDefinitionGroup> | |
247 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
248 | <ClCompile> | |
249 | <PrecompiledHeader> | |
250 | </PrecompiledHeader> | |
251 | <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | |
252 | </ClCompile> | |
253 | <Link /> | |
254 | </ItemDefinitionGroup> | |
255 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'"> | |
256 | <ClCompile> | |
257 | <PrecompiledHeader> | |
258 | </PrecompiledHeader> | |
259 | <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | |
260 | </ClCompile> | |
261 | <Link /> | |
262 | </ItemDefinitionGroup> | |
263 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'"> | |
264 | <ClCompile> | |
265 | <PrecompiledHeader> | |
266 | </PrecompiledHeader> | |
267 | <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | |
268 | </ClCompile> | |
269 | <Link /> | |
270 | </ItemDefinitionGroup> | |
271 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'"> | |
272 | <ClCompile> | |
273 | <PrecompiledHeader> | |
274 | </PrecompiledHeader> | |
275 | <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | |
276 | </ClCompile> | |
277 | <Link /> | |
278 | </ItemDefinitionGroup> | |
279 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'"> | |
280 | <ClCompile> | |
281 | <PrecompiledHeader> | |
282 | </PrecompiledHeader> | |
283 | <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles> | |
284 | </ClCompile> | |
285 | <Link /> | |
286 | </ItemDefinitionGroup> | |
287 | <ItemGroup> | |
288 | <None Include="..\..\API\tests\testapi.js" /> | |
289 | <None Include="testapiPostBuild.cmd" /> | |
290 | <None Include="testapiPreBuild.cmd" /> | |
291 | <None Include="testapiPreLink.cmd" /> | |
292 | </ItemGroup> | |
293 | <ItemGroup> | |
294 | <ClCompile Include="..\..\API\tests\testapi.c" /> | |
ed1e77d3 A |
295 | <ClCompile Include="..\..\API\tests\CompareAndSwapTest.cpp" /> |
296 | <ClInclude Include="..\..\API\tests\CompareAndSwapTest.h" /> | |
81345200 A |
297 | <ClCompile Include="..\..\API\tests\CustomGlobalObjectClassTest.c" /> |
298 | <ClInclude Include="..\..\API\tests\CustomGlobalObjectClassTest.h" /> | |
ed1e77d3 A |
299 | <ClCompile Include="..\..\API\tests\GlobalContextWithFinalizerTest.cpp" /> |
300 | <ClInclude Include="..\..\API\tests\GlobalContextWithFinalizerTest.h" /> | |
81345200 A |
301 | </ItemGroup> |
302 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
303 | <ImportGroup Label="ExtensionTargets"> | |
304 | </ImportGroup> | |
ed1e77d3 | 305 | </Project> |