1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{73632960-B3A6-464D-83A3-4B43365F19B8}</ProjectGuid>
23 <RootNamespace>intltest</RootNamespace>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27 <ConfigurationType>Application</ConfigurationType>
28 <UseOfMfc>false</UseOfMfc>
29 <CharacterSet>MultiByte</CharacterSet>
30 <PlatformToolset>v140</PlatformToolset>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <UseOfMfc>false</UseOfMfc>
35 <CharacterSet>MultiByte</CharacterSet>
36 <PlatformToolset>v140</PlatformToolset>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39 <ConfigurationType>Application</ConfigurationType>
40 <UseOfMfc>false</UseOfMfc>
41 <CharacterSet>MultiByte</CharacterSet>
42 <PlatformToolset>v140</PlatformToolset>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45 <ConfigurationType>Application</ConfigurationType>
46 <UseOfMfc>false</UseOfMfc>
47 <CharacterSet>MultiByte</CharacterSet>
48 <PlatformToolset>v140</PlatformToolset>
50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
69 <PropertyGroup Label="UserMacros" />
71 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
78 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
81 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
82 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
83 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87 <TypeLibraryName>.\x86\Debug/intltest.tlb</TypeLibraryName>
90 <Optimization>Disabled</Optimization>
91 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;..\..\tools\toolutil;..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
92 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
93 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
94 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
95 <BufferSecurityCheck>true</BufferSecurityCheck>
96 <DisableLanguageExtensions>false</DisableLanguageExtensions>
97 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
98 <PrecompiledHeaderOutputFile>.\x86\Debug/intltest.pch</PrecompiledHeaderOutputFile>
99 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
100 <ObjectFileName>.\x86\Debug/</ObjectFileName>
101 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
102 <BrowseInformation>true</BrowseInformation>
103 <WarningLevel>Level3</WarningLevel>
104 <SuppressStartupBanner>true</SuppressStartupBanner>
105 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
106 <CompileAs>Default</CompileAs>
107 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
110 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111 <Culture>0x0409</Culture>
114 <OutputFile>.\x86\Debug/intltest.exe</OutputFile>
115 <SuppressStartupBanner>true</SuppressStartupBanner>
116 <GenerateDebugInformation>true</GenerateDebugInformation>
117 <ProgramDatabaseFile>.\x86\Debug/intltest.pdb</ProgramDatabaseFile>
118 <SubSystem>Console</SubSystem>
119 <RandomizedBaseAddress>false</RandomizedBaseAddress>
120 <FixedBaseAddress>false</FixedBaseAddress>
121 <DataExecutionPrevention>
122 </DataExecutionPrevention>
124 </ItemDefinitionGroup>
125 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
127 <TargetEnvironment>X64</TargetEnvironment>
128 <TypeLibraryName>.\x64\Debug/intltest.tlb</TypeLibraryName>
131 <Optimization>Disabled</Optimization>
132 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;..\..\tools\toolutil;..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
133 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
134 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
135 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
136 <BufferSecurityCheck>true</BufferSecurityCheck>
137 <DisableLanguageExtensions>false</DisableLanguageExtensions>
138 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
139 <PrecompiledHeaderOutputFile>.\x64\Debug/intltest.pch</PrecompiledHeaderOutputFile>
140 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
141 <ObjectFileName>.\x64\Debug/</ObjectFileName>
142 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
143 <BrowseInformation>true</BrowseInformation>
144 <WarningLevel>Level3</WarningLevel>
145 <SuppressStartupBanner>true</SuppressStartupBanner>
146 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
147 <CompileAs>Default</CompileAs>
148 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
151 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152 <Culture>0x0409</Culture>
155 <OutputFile>.\x64\Debug/intltest.exe</OutputFile>
156 <SuppressStartupBanner>true</SuppressStartupBanner>
157 <GenerateDebugInformation>true</GenerateDebugInformation>
158 <ProgramDatabaseFile>.\x64\Debug/intltest.pdb</ProgramDatabaseFile>
159 <SubSystem>Console</SubSystem>
160 <FixedBaseAddress>false</FixedBaseAddress>
161 <TargetMachine>MachineX64</TargetMachine>
163 </ItemDefinitionGroup>
164 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
166 <TypeLibraryName>.\x86\Release/intltest.tlb</TypeLibraryName>
169 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;..\..\tools\toolutil;..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
170 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
171 <StringPooling>true</StringPooling>
172 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
173 <DisableLanguageExtensions>false</DisableLanguageExtensions>
174 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
175 <PrecompiledHeaderOutputFile>.\x86\Release/intltest.pch</PrecompiledHeaderOutputFile>
176 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
177 <ObjectFileName>.\x86\Release/</ObjectFileName>
178 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
179 <WarningLevel>Level3</WarningLevel>
180 <SuppressStartupBanner>true</SuppressStartupBanner>
181 <CompileAs>Default</CompileAs>
182 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
185 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186 <Culture>0x0409</Culture>
189 <OutputFile>.\x86\Release/intltest.exe</OutputFile>
190 <SuppressStartupBanner>true</SuppressStartupBanner>
191 <GenerateDebugInformation>true</GenerateDebugInformation>
192 <ProgramDatabaseFile>.\x86\Release/intltest.pdb</ProgramDatabaseFile>
193 <SubSystem>Console</SubSystem>
194 <RandomizedBaseAddress>false</RandomizedBaseAddress>
195 <DataExecutionPrevention>
196 </DataExecutionPrevention>
198 </ItemDefinitionGroup>
199 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
201 <TargetEnvironment>X64</TargetEnvironment>
202 <TypeLibraryName>.\x64\Release/intltest.tlb</TypeLibraryName>
205 <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;..\..\tools\toolutil;..\..\tools\ctestfw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
206 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
207 <StringPooling>true</StringPooling>
208 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
209 <DisableLanguageExtensions>false</DisableLanguageExtensions>
210 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
211 <PrecompiledHeaderOutputFile>.\x64\Release/intltest.pch</PrecompiledHeaderOutputFile>
212 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
213 <ObjectFileName>.\x64\Release/</ObjectFileName>
214 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
215 <WarningLevel>Level3</WarningLevel>
216 <SuppressStartupBanner>true</SuppressStartupBanner>
217 <CompileAs>Default</CompileAs>
218 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
221 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
222 <Culture>0x0409</Culture>
225 <OutputFile>.\x64\Release/intltest.exe</OutputFile>
226 <SuppressStartupBanner>true</SuppressStartupBanner>
227 <GenerateDebugInformation>true</GenerateDebugInformation>
228 <ProgramDatabaseFile>.\x64\Release/intltest.pdb</ProgramDatabaseFile>
229 <SubSystem>Console</SubSystem>
230 <TargetMachine>MachineX64</TargetMachine>
232 </ItemDefinitionGroup>
234 <ClCompile Include="bytestrietest.cpp" />
235 <ClCompile Include="collationtest.cpp">
236 <DisableLanguageExtensions>false</DisableLanguageExtensions>
238 <ClCompile Include="colldata.cpp">
239 <DisableLanguageExtensions>false</DisableLanguageExtensions>
241 <ClCompile Include="numfmtspectest.cpp" />
242 <ClCompile Include="regiontst.cpp" />
243 <ClCompile Include="ucharstrietest.cpp" />
244 <ClCompile Include="itrbbi.cpp" />
245 <ClCompile Include="rbbiapts.cpp">
246 <DisableLanguageExtensions>false</DisableLanguageExtensions>
248 <ClCompile Include="rbbitst.cpp" />
249 <ClCompile Include="rbbimonkeytest.cpp" />
250 <ClCompile Include="itspoof.cpp" />
251 <ClCompile Include="allcoll.cpp" />
252 <ClCompile Include="alphaindextst.cpp" />
253 <ClCompile Include="apicoll.cpp" />
254 <ClCompile Include="currcoll.cpp" />
255 <ClCompile Include="decoll.cpp" />
256 <ClCompile Include="encoll.cpp" />
257 <ClCompile Include="escoll.cpp" />
258 <ClCompile Include="ficoll.cpp" />
259 <ClCompile Include="frcoll.cpp" />
260 <ClCompile Include="g7coll.cpp" />
261 <ClCompile Include="itercoll.cpp" />
262 <ClCompile Include="jacoll.cpp" />
263 <ClCompile Include="lcukocol.cpp" />
264 <ClCompile Include="mnkytst.cpp" />
265 <ClCompile Include="regcoll.cpp" />
266 <ClCompile Include="srchtest.cpp" />
267 <ClCompile Include="ssearch.cpp" />
268 <ClCompile Include="svccoll.cpp" />
269 <ClCompile Include="thcoll.cpp" />
270 <ClCompile Include="trcoll.cpp" />
271 <ClCompile Include="tscoll.cpp" />
272 <ClCompile Include="ucaconf.cpp" />
273 <ClCompile Include="uvectest.cpp" />
274 <ClCompile Include="v32test.cpp" />
275 <ClCompile Include="simplethread.cpp">
276 <DisableLanguageExtensions>false</DisableLanguageExtensions>
278 <ClCompile Include="strtest.cpp">
279 <DisableLanguageExtensions>false</DisableLanguageExtensions>
281 <ClCompile Include="tsmthred.cpp">
282 <DisableLanguageExtensions>false</DisableLanguageExtensions>
284 <ClCompile Include="tsputil.cpp" />
285 <ClCompile Include="uobjtest.cpp">
286 <DisableLanguageExtensions>false</DisableLanguageExtensions>
288 <ClCompile Include="astrotst.cpp" />
289 <ClCompile Include="calcasts.cpp" />
290 <ClCompile Include="callimts.cpp">
291 <DisableLanguageExtensions>false</DisableLanguageExtensions>
293 <ClCompile Include="calregts.cpp" />
294 <ClCompile Include="caltest.cpp" />
295 <ClCompile Include="caltztst.cpp">
296 <DisableLanguageExtensions>false</DisableLanguageExtensions>
298 <ClCompile Include="compactdecimalformattest.cpp" />
299 <ClCompile Include="dadrcal.cpp" />
300 <ClCompile Include="dadrfmt.cpp" />
301 <ClCompile Include="datadrivennumberformattestsuite.cpp" />
302 <ClCompile Include="dcfmapts.cpp" />
303 <ClCompile Include="dcfmtest.cpp" />
304 <ClCompile Include="dtfmapts.cpp" />
305 <ClCompile Include="dtfmrgts.cpp" />
306 <ClCompile Include="dtfmtrtts.cpp" />
307 <ClCompile Include="dtfmttst.cpp" />
308 <ClCompile Include="dtifmtts.cpp">
309 <DisableLanguageExtensions>false</DisableLanguageExtensions>
311 <ClCompile Include="dtptngts.cpp" />
312 <ClCompile Include="fldset.cpp" />
313 <ClCompile Include="genderinfotest.cpp" />
314 <ClCompile Include="incaltst.cpp" />
315 <ClCompile Include="itformat.cpp" />
316 <ClCompile Include="itrbnf.cpp" />
317 <ClCompile Include="itrbnfp.cpp" />
318 <ClCompile Include="itrbnfrt.cpp" />
319 <ClCompile Include="locnmtst.cpp" />
320 <ClCompile Include="measfmttest.cpp" />
321 <ClCompile Include="miscdtfm.cpp" />
322 <ClCompile Include="msfmrgts.cpp" />
323 <ClCompile Include="nmfmapts.cpp" />
324 <ClCompile Include="nmfmtrt.cpp" />
325 <ClCompile Include="numberformattesttuple.cpp" />
326 <ClCompile Include="numberformat2test.cpp" />
327 <ClCompile Include="numfmtst.cpp" />
328 <ClCompile Include="numrgts.cpp" />
329 <ClCompile Include="pluralmaptest.cpp" />
330 <ClCompile Include="plurfmts.cpp" />
331 <ClCompile Include="plurults.cpp" />
332 <ClCompile Include="pptest.cpp" />
333 <ClCompile Include="quantityformattertest.cpp" />
334 <ClCompile Include="reldatefmttest.cpp">
335 <DisableLanguageExtensions>false</DisableLanguageExtensions>
337 <ClCompile Include="scientificnumberformattertest.cpp" />
338 <ClCompile Include="sdtfmtts.cpp" />
339 <ClCompile Include="selfmts.cpp" />
340 <ClCompile Include="tchcfmt.cpp" />
341 <ClCompile Include="simpleformattertest.cpp" />
342 <ClCompile Include="tfsmalls.cpp" />
343 <ClCompile Include="tmsgfmt.cpp" />
344 <ClCompile Include="tsdate.cpp" />
345 <ClCompile Include="tsdcfmsy.cpp" />
346 <ClCompile Include="tsdtfmsy.cpp" />
347 <ClCompile Include="tsnmfmt.cpp" />
348 <ClCompile Include="tufmtts.cpp" />
349 <ClCompile Include="tzbdtest.cpp" />
350 <ClCompile Include="tzfmttst.cpp">
351 <DisableLanguageExtensions>false</DisableLanguageExtensions>
353 <ClCompile Include="tzoffloc.cpp" />
354 <ClCompile Include="tzregts.cpp" />
355 <ClCompile Include="tzrulets.cpp" />
356 <ClCompile Include="tztest.cpp">
357 <DisableLanguageExtensions>false</DisableLanguageExtensions>
359 <ClCompile Include="unifiedcachetest.cpp">
360 <DisableLanguageExtensions>false</DisableLanguageExtensions>
362 <ClCompile Include="windttst.cpp">
363 <DisableLanguageExtensions>false</DisableLanguageExtensions>
365 <ClCompile Include="winnmtst.cpp">
366 <DisableLanguageExtensions>false</DisableLanguageExtensions>
368 <ClCompile Include="idnaconf.cpp" />
369 <ClCompile Include="idnaref.cpp" />
370 <ClCompile Include="nptrans.cpp" />
371 <ClCompile Include="punyref.cpp" />
372 <ClCompile Include="testidn.cpp">
373 <DisableLanguageExtensions>false</DisableLanguageExtensions>
375 <ClCompile Include="testidna.cpp" />
376 <ClCompile Include="uts46test.cpp" />
377 <ClCompile Include="aliastst.cpp" />
378 <ClCompile Include="loctest.cpp" />
379 <ClCompile Include="restest.cpp" />
380 <ClCompile Include="restsnew.cpp" />
381 <ClCompile Include="intltest.cpp">
382 <DisableLanguageExtensions>false</DisableLanguageExtensions>
384 <ClCompile Include="itmajor.cpp">
385 <DisableLanguageExtensions>false</DisableLanguageExtensions>
387 <ClCompile Include="itutil.cpp">
388 <DisableLanguageExtensions>false</DisableLanguageExtensions>
390 <ClCompile Include="testutil.cpp" />
391 <ClCompile Include="textfile.cpp" />
392 <ClCompile Include="tokiter.cpp" />
393 <ClCompile Include="winutil.cpp">
394 <DisableLanguageExtensions>false</DisableLanguageExtensions>
396 <ClCompile Include="canittst.cpp" />
397 <ClCompile Include="normconf.cpp" />
398 <ClCompile Include="tstnorm.cpp">
399 <DisableLanguageExtensions>false</DisableLanguageExtensions>
401 <ClCompile Include="tstnrapi.cpp">
402 <DisableLanguageExtensions>false</DisableLanguageExtensions>
404 <ClCompile Include="ucdtest.cpp">
405 <DisableLanguageExtensions>false</DisableLanguageExtensions>
407 <ClCompile Include="usettest.cpp" />
408 <ClCompile Include="regextst.cpp" />
409 <ClCompile Include="icusvtst.cpp">
410 <DisableLanguageExtensions>false</DisableLanguageExtensions>
412 <ClCompile Include="citrtest.cpp" />
413 <ClCompile Include="reptest.cpp" />
414 <ClCompile Include="sfwdchit.cpp" />
415 <ClCompile Include="strcase.cpp" />
416 <ClCompile Include="ustrtest.cpp">
417 <DisableLanguageExtensions>false</DisableLanguageExtensions>
419 <ClCompile Include="utxttest.cpp" />
420 <ClCompile Include="cpdtrtst.cpp" />
421 <ClCompile Include="ittrans.cpp" />
422 <ClCompile Include="jamotest.cpp" />
423 <ClCompile Include="transapi.cpp" />
424 <ClCompile Include="transrt.cpp" />
425 <ClCompile Include="transtst.cpp" />
426 <ClCompile Include="trnserr.cpp" />
427 <ClCompile Include="convtest.cpp" />
428 <ClCompile Include="csdetest.cpp" />
429 <ClCompile Include="bidiconf.cpp" />
430 <ClCompile Include="listformattertest.cpp" />
433 <ClInclude Include="colldata.h" />
434 <ClInclude Include="itrbbi.h" />
435 <ClInclude Include="rbbiapts.h" />
436 <ClInclude Include="rbbitst.h" />
437 <ClInclude Include="rbbimonkeytest.h" />
438 <ClInclude Include="itspoof.h" />
439 <ClInclude Include="allcoll.h" />
440 <ClInclude Include="alphaindextst.h" />
441 <ClInclude Include="apicoll.h" />
442 <ClInclude Include="currcoll.h" />
443 <ClInclude Include="decoll.h" />
444 <ClInclude Include="encoll.h" />
445 <ClInclude Include="escoll.h" />
446 <ClInclude Include="ficoll.h" />
447 <ClInclude Include="frcoll.h" />
448 <ClInclude Include="g7coll.h" />
449 <ClInclude Include="itercoll.h" />
450 <ClInclude Include="jacoll.h" />
451 <ClInclude Include="lcukocol.h" />
452 <ClInclude Include="mnkytst.h" />
453 <ClInclude Include="regcoll.h" />
454 <ClInclude Include="regiontst.h" />
455 <ClInclude Include="srchtest.h" />
456 <ClInclude Include="ssearch.h" />
457 <ClInclude Include="svccoll.h" />
458 <ClInclude Include="thcoll.h" />
459 <ClInclude Include="trcoll.h" />
460 <ClInclude Include="tscoll.h" />
461 <ClInclude Include="ucaconf.h" />
462 <ClInclude Include="uvectest.h" />
463 <ClInclude Include="v32test.h" />
464 <ClInclude Include="simplethread.h" />
465 <ClInclude Include="strtest.h" />
466 <ClInclude Include="tsmthred.h" />
467 <ClInclude Include="tsputil.h" />
468 <ClInclude Include="uobjtest.h" />
469 <ClInclude Include="astrotst.h" />
470 <ClInclude Include="calcasts.h" />
471 <ClInclude Include="callimts.h" />
472 <ClInclude Include="calregts.h" />
473 <ClInclude Include="caltest.h" />
474 <ClInclude Include="caltztst.h" />
475 <ClInclude Include="dadrcal.h" />
476 <ClInclude Include="dadrfmt.h" />
477 <ClInclude Include="datadrivennumberformattestsuite.h" />
478 <ClInclude Include="dcfmapts.h" />
479 <ClInclude Include="dcfmtest.h" />
480 <ClInclude Include="dtfmapts.h" />
481 <ClInclude Include="dtfmrgts.h" />
482 <ClInclude Include="dtfmtrtts.h" />
483 <ClInclude Include="dtfmttst.h" />
484 <ClInclude Include="dtifmtts.h" />
485 <ClInclude Include="dtptngts.h" />
486 <ClInclude Include="fldset.h" />
487 <ClInclude Include="incaltst.h" />
488 <ClInclude Include="itformat.h" />
489 <ClInclude Include="itrbnf.h" />
490 <ClInclude Include="itrbnfp.h" />
491 <ClInclude Include="itrbnfrt.h" />
492 <ClInclude Include="locnmtst.h" />
493 <ClInclude Include="miscdtfm.h" />
494 <ClInclude Include="msfmrgts.h" />
495 <ClInclude Include="nmfmapts.h" />
496 <ClInclude Include="nmfmtrt.h" />
497 <ClInclude Include="numberformattesttuple.h" />
498 <ClInclude Include="numfmtst.h" />
499 <ClInclude Include="numrgts.h" />
500 <ClInclude Include="plurfmts.h" />
501 <ClInclude Include="plurults.h" />
502 <ClInclude Include="pptest.h" />
503 <ClInclude Include="sdtfmtts.h" />
504 <ClInclude Include="selfmts.h" />
505 <ClInclude Include="tchcfmt.h" />
506 <ClInclude Include="tfsmalls.h" />
507 <ClInclude Include="tmsgfmt.h" />
508 <ClInclude Include="tsdate.h" />
509 <ClInclude Include="tsdcfmsy.h" />
510 <ClInclude Include="tsdtfmsy.h" />
511 <ClInclude Include="tsnmfmt.h" />
512 <ClInclude Include="tufmtts.h" />
513 <ClInclude Include="tzbdtest.h" />
514 <ClInclude Include="tzfmttst.h" />
515 <ClInclude Include="tzoffloc.h" />
516 <ClInclude Include="tzregts.h" />
517 <ClInclude Include="tzrulets.h" />
518 <ClInclude Include="tztest.h" />
519 <ClInclude Include="windttst.h" />
520 <ClInclude Include="winnmtst.h" />
521 <ClInclude Include="idnaconf.h" />
522 <ClInclude Include="idnaref.h" />
523 <ClInclude Include="nptrans.h" />
524 <ClInclude Include="punyref.h" />
525 <ClInclude Include="testidna.h" />
526 <ClInclude Include="aliastst.h" />
527 <ClInclude Include="loctest.h" />
528 <ClInclude Include="restest.h" />
529 <ClInclude Include="restsnew.h" />
530 <ClInclude Include="intltest.h" />
531 <ClInclude Include="itmajor.h" />
532 <ClInclude Include="itutil.h" />
533 <ClInclude Include="testutil.h" />
534 <ClInclude Include="textfile.h" />
535 <ClInclude Include="tokiter.h" />
536 <ClInclude Include="winutil.h" />
537 <ClInclude Include="canittst.h" />
538 <ClInclude Include="normconf.h" />
539 <ClInclude Include="tstnorm.h" />
540 <ClInclude Include="ucdtest.h" />
541 <ClInclude Include="usettest.h" />
542 <ClInclude Include="regextst.h" />
543 <ClInclude Include="icusvtst.h" />
544 <ClInclude Include="citrtest.h" />
545 <ClInclude Include="reptest.h" />
546 <ClInclude Include="sfwdchit.h" />
547 <ClInclude Include="ustrtest.h" />
548 <ClInclude Include="utxttest.h" />
549 <ClInclude Include="cpdtrtst.h" />
550 <ClInclude Include="ittrans.h" />
551 <ClInclude Include="jamotest.h" />
552 <ClInclude Include="transapi.h" />
553 <ClInclude Include="transrt.h" />
554 <ClInclude Include="transtst.h" />
555 <ClInclude Include="trnserr.h" />
556 <ClInclude Include="convtest.h" />
557 <ClInclude Include="csdetest.h" />
558 <ClInclude Include="listformattertest.h" />
561 <ProjectReference Include="..\..\common\common.vcxproj">
562 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
563 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
565 <ProjectReference Include="..\..\i18n\i18n.vcxproj">
566 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
567 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
569 <ProjectReference Include="..\..\tools\ctestfw\ctestfw.vcxproj">
570 <Project>{eca6b435-b4fa-4f9f-bf95-f451d078fc47}</Project>
571 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
573 <ProjectReference Include="..\..\tools\toolutil\toolutil.vcxproj">
574 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
575 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
578 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
579 <ImportGroup Label="ExtensionTargets">