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>
53 <PropertyGroup Label="Globals">
54 <ProjectGuid>{BB16286B-AADC-46C1-BC0D-6C06F323E04B}</ProjectGuid>
55 <Keyword>Win32Proj</Keyword>
56 <RootNamespace>textRegExp</RootNamespace>
57 <ProjectName>testRegExp</ProjectName>
59 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
61 <ConfigurationType>DynamicLibrary</ConfigurationType>
62 <UseDebugLibraries>true</UseDebugLibraries>
63 <CharacterSet>Unicode</CharacterSet>
64 <PlatformToolset>v120</PlatformToolset>
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
67 <ConfigurationType>DynamicLibrary</ConfigurationType>
68 <UseDebugLibraries>true</UseDebugLibraries>
69 <CharacterSet>Unicode</CharacterSet>
70 <PlatformToolset>v120</PlatformToolset>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
73 <ConfigurationType>DynamicLibrary</ConfigurationType>
74 <UseDebugLibraries>true</UseDebugLibraries>
75 <CharacterSet>Unicode</CharacterSet>
76 <PlatformToolset>v120_xp</PlatformToolset>
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
79 <ConfigurationType>DynamicLibrary</ConfigurationType>
80 <UseDebugLibraries>true</UseDebugLibraries>
81 <CharacterSet>Unicode</CharacterSet>
82 <PlatformToolset>v120_xp</PlatformToolset>
84 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
85 <ConfigurationType>DynamicLibrary</ConfigurationType>
86 <UseDebugLibraries>true</UseDebugLibraries>
87 <CharacterSet>Unicode</CharacterSet>
88 <PlatformToolset>v120</PlatformToolset>
90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
91 <ConfigurationType>DynamicLibrary</ConfigurationType>
92 <UseDebugLibraries>true</UseDebugLibraries>
93 <CharacterSet>Unicode</CharacterSet>
94 <PlatformToolset>v120</PlatformToolset>
96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
97 <ConfigurationType>DynamicLibrary</ConfigurationType>
98 <UseDebugLibraries>false</UseDebugLibraries>
99 <CharacterSet>Unicode</CharacterSet>
100 <PlatformToolset>v120</PlatformToolset>
102 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
103 <ConfigurationType>DynamicLibrary</ConfigurationType>
104 <UseDebugLibraries>false</UseDebugLibraries>
105 <CharacterSet>Unicode</CharacterSet>
106 <PlatformToolset>v120</PlatformToolset>
108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
109 <ConfigurationType>DynamicLibrary</ConfigurationType>
110 <UseDebugLibraries>false</UseDebugLibraries>
111 <CharacterSet>Unicode</CharacterSet>
112 <PlatformToolset>v120_xp</PlatformToolset>
114 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
115 <ConfigurationType>DynamicLibrary</ConfigurationType>
116 <UseDebugLibraries>false</UseDebugLibraries>
117 <CharacterSet>Unicode</CharacterSet>
118 <PlatformToolset>v120_xp</PlatformToolset>
120 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
121 <ConfigurationType>DynamicLibrary</ConfigurationType>
122 <UseDebugLibraries>false</UseDebugLibraries>
123 <CharacterSet>Unicode</CharacterSet>
124 <PlatformToolset>v120</PlatformToolset>
126 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
127 <ConfigurationType>DynamicLibrary</ConfigurationType>
128 <UseDebugLibraries>false</UseDebugLibraries>
129 <CharacterSet>Unicode</CharacterSet>
130 <PlatformToolset>v120</PlatformToolset>
132 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
133 <ImportGroup Label="ExtensionSettings">
135 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
136 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
137 <Import Project="testRegExpDebug.props" />
139 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
140 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
141 <Import Project="testRegExpDebug.props" />
143 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="PropertySheets">
144 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
145 <Import Project="testRegExpDebug.props" />
147 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="PropertySheets">
148 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
149 <Import Project="testRegExpDebug.props" />
151 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="PropertySheets">
152 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
153 <Import Project="testRegExpDebug.props" />
154 <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" />
156 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="PropertySheets">
157 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
158 <Import Project="testRegExpDebug.props" />
159 <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" />
161 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
162 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
163 <Import Project="testRegExpRelease.props" />
165 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
166 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
167 <Import Project="testRegExpRelease.props" />
169 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="PropertySheets">
170 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
171 <Import Project="testRegExpRelease.props" />
173 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|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="testRegExpRelease.props" />
177 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="PropertySheets">
178 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
179 <Import Project="testRegExpProduction.props" />
181 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="PropertySheets">
182 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
183 <Import Project="testRegExpProduction.props" />
185 <PropertyGroup Label="UserMacros" />
186 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
187 <TargetExt>.dll</TargetExt>
189 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
190 <TargetExt>.dll</TargetExt>
192 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">
193 <TargetExt>.dll</TargetExt>
195 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">
196 <TargetExt>.dll</TargetExt>
198 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">
199 <TargetExt>.dll</TargetExt>
201 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'">
202 <TargetExt>.dll</TargetExt>
204 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
205 <TargetExt>.dll</TargetExt>
207 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
208 <TargetExt>.dll</TargetExt>
210 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">
211 <TargetExt>.dll</TargetExt>
213 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">
214 <TargetExt>.dll</TargetExt>
216 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">
217 <TargetExt>.dll</TargetExt>
219 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'">
220 <TargetExt>.dll</TargetExt>
222 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
226 <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
229 </ItemDefinitionGroup>
230 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
234 <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
237 </ItemDefinitionGroup>
238 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">
242 <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
245 </ItemDefinitionGroup>
246 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">
250 <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
253 </ItemDefinitionGroup>
254 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">
258 <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
261 </ItemDefinitionGroup>
262 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'">
266 <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
269 </ItemDefinitionGroup>
270 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
274 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
275 <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
278 <SubSystem>Console</SubSystem>
281 </ItemDefinitionGroup>
282 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
286 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
287 <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
290 <SubSystem>Console</SubSystem>
293 </ItemDefinitionGroup>
294 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">
298 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
299 <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
302 <SubSystem>Console</SubSystem>
305 </ItemDefinitionGroup>
306 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">
310 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
311 <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
314 <SubSystem>Console</SubSystem>
317 </ItemDefinitionGroup>
318 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">
322 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
323 <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
326 <SubSystem>Console</SubSystem>
329 </ItemDefinitionGroup>
330 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'">
334 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
335 <ForcedIncludeFiles>ICUVersion.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
338 <SubSystem>Console</SubSystem>
341 </ItemDefinitionGroup>
343 <ClCompile Include="..\..\testRegExp.cpp" />
346 <None Include="testRegExpPostBuild.cmd" />
347 <None Include="testRegExpPreBuild.cmd" />
348 <None Include="testRegExpPreLink.cmd" />
350 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
351 <ImportGroup Label="ExtensionTargets">