1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="..\allinone\Build.Windows.UWP.ProjectConfiguration.props" />
4 <ItemGroup Label="ProjectConfigurations">
5 <ProjectConfiguration Include="Debug|Win32">
6 <Configuration>Debug</Configuration>
7 <Platform>Win32</Platform>
8 </ProjectConfiguration>
9 <ProjectConfiguration Include="Debug|x64">
10 <Configuration>Debug</Configuration>
11 <Platform>x64</Platform>
12 </ProjectConfiguration>
13 <ProjectConfiguration Include="Debug|ARM">
14 <Configuration>Debug</Configuration>
15 <Platform>ARM</Platform>
16 </ProjectConfiguration>
17 <ProjectConfiguration Include="Release|Win32">
18 <Configuration>Release</Configuration>
19 <Platform>Win32</Platform>
20 </ProjectConfiguration>
21 <ProjectConfiguration Include="Release|x64">
22 <Configuration>Release</Configuration>
23 <Platform>x64</Platform>
24 </ProjectConfiguration>
25 <ProjectConfiguration Include="Release|ARM">
26 <Configuration>Release</Configuration>
27 <Platform>ARM</Platform>
28 </ProjectConfiguration>
30 <PropertyGroup Label="Globals">
31 <ProjectGuid>{C10CF34B-3F79-430E-AD38-5A32DC0589C2}</ProjectGuid>
32 <Keyword>DynamicLibrary</Keyword>
33 <DefaultLanguage>en-US</DefaultLanguage>
35 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
36 <PropertyGroup Label="Configuration">
37 <ConfigurationType>DynamicLibrary</ConfigurationType>
38 <UseOfMfc>false</UseOfMfc>
39 <CharacterSet>MultiByte</CharacterSet>
41 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
42 <ImportGroup Label="ExtensionSettings">
44 <ImportGroup Label="PropertySheets">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
48 <PropertyGroup Label="UserMacros" />
50 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
51 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\ReleaseUWP\</OutDir>
52 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\ReleaseUWP\</IntDir>
53 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\DebugUWP\</OutDir>
54 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\DebugUWP\</IntDir>
55 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\ReleaseUWP\</OutDir>
56 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\ReleaseUWP\</IntDir>
57 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\DebugUWP\</OutDir>
58 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\DebugUWP\</IntDir>
59 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.\arm\ReleaseUWP\</OutDir>
60 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.\arm\ReleaseUWP\</IntDir>
61 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">.\arm\DebugUWP\</OutDir>
62 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">.\arm\DebugUWP\</IntDir>
63 <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
64 <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental>
67 <!-- Options that are common to *all* configurations -->
69 <MkTypLibCompatible>true</MkTypLibCompatible>
70 <SuppressStartupBanner>true</SuppressStartupBanner>
73 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
74 <!-- U_DISABLE_RENAMING -->
75 <!-- U_HIDE_DRAFT_API & U_HIDE_DEPRECATED_API -->
76 <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;_CRT_SECURE_NO_DEPRECATE;U_COMMON_IMPLEMENTATION;U_PLATFORM_USES_ONLY_WIN32_API=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77 <StringPooling>true</StringPooling>
80 <FunctionLevelLinking>true</FunctionLevelLinking>
81 <DisableLanguageExtensions>false</DisableLanguageExtensions>
82 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
83 <WarningLevel>Level3</WarningLevel>
84 <SuppressStartupBanner>true</SuppressStartupBanner>
85 <CompileAs>Default</CompileAs>
86 <PrecompiledHeader>NotUsing</PrecompiledHeader>
87 <CompileAsWinRT>false</CompileAsWinRT>
88 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
91 <Culture>0x0409</Culture>
92 <AdditionalIncludeDirectories>../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
95 <SuppressStartupBanner>true</SuppressStartupBanner>
96 <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
97 <RandomizedBaseAddress>true</RandomizedBaseAddress>
98 <DataExecutionPrevention>
99 </DataExecutionPrevention>
100 <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
101 <IgnoreSpecificDefaultLibraries>vccorlib.lib;msvcrt.lib</IgnoreSpecificDefaultLibraries>
103 </ItemDefinitionGroup>
104 <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
105 <!-- Options that are common to all 'Release' configurations -->
107 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
114 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117 <EnableCOMDATFolding>true</EnableCOMDATFolding>
118 <AdditionalDependencies>vccorlib.lib;WindowsApp.lib;msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies>
120 </ItemDefinitionGroup>
121 <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
122 <!-- Options that are common to all 'Debug' configurations -->
124 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
129 <Optimization>Disabled</Optimization>
130 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
131 <BufferSecurityCheck>true</BufferSecurityCheck>
132 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
135 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138 <GenerateDebugInformation>true</GenerateDebugInformation>
139 <AdditionalDependencies>vccorlibd.lib;WindowsApp.lib;msvcrtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
141 </ItemDefinitionGroup>
142 <ItemDefinitionGroup Condition="'$(Platform)'=='Win32'">
143 <!-- Options that are common to all 32-bit configurations -->
145 <TargetEnvironment>Win32</TargetEnvironment>
148 <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
150 </ItemDefinitionGroup>
151 <ItemDefinitionGroup Condition="'$(Platform)'=='x64'">
152 <!-- Options that are common to all 64-bit configurations -->
154 <TargetEnvironment>X64</TargetEnvironment>
157 <PreprocessorDefinitions>WIN64;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160 <TargetMachine>MachineX64</TargetMachine>
162 </ItemDefinitionGroup>
163 <ItemDefinitionGroup Condition="'$(Platform)'=='ARM'">
164 <!-- Options that are common to all ARM configurations -->
166 <TargetEnvironment>ARM</TargetEnvironment>
169 <PreprocessorDefinitions>ARM;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
172 <TargetMachine>MachineARM</TargetMachine>
174 </ItemDefinitionGroup>
175 <!-- Options that are specific to a particular configuration -->
176 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
178 <TypeLibraryName>.\..\..\lib32uwp\icuuc.tlb</TypeLibraryName>
181 <PrecompiledHeaderOutputFile>.\x86\ReleaseUWP/common.pch</PrecompiledHeaderOutputFile>
182 <AssemblerListingLocation>.\x86\ReleaseUWP/</AssemblerListingLocation>
183 <ObjectFileName>.\x86\ReleaseUWP/</ObjectFileName>
184 <ProgramDataBaseFileName>.\x86\ReleaseUWP/</ProgramDataBaseFileName>
187 <OutputFile>..\..\bin32uwp\icuuc62.dll</OutputFile>
188 <ProgramDatabaseFile>.\..\..\lib32uwp\icuuc.pdb</ProgramDatabaseFile>
189 <ImportLibrary>..\..\lib32uwp\icuuc.lib</ImportLibrary>
191 </ItemDefinitionGroup>
192 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
194 <TypeLibraryName>.\..\..\lib32uwp\icuucd.tlb</TypeLibraryName>
197 <PrecompiledHeaderOutputFile>.\x86\DebugUWP/common.pch</PrecompiledHeaderOutputFile>
198 <AssemblerListingLocation>.\x86\DebugUWP/</AssemblerListingLocation>
199 <ObjectFileName>.\x86\DebugUWP/</ObjectFileName>
200 <ProgramDataBaseFileName>.\x86\DebugUWP/</ProgramDataBaseFileName>
203 <OutputFile>..\..\bin32uwp\icuuc62d.dll</OutputFile>
204 <ProgramDatabaseFile>.\..\..\lib32uwp\icuucd.pdb</ProgramDatabaseFile>
205 <ImportLibrary>..\..\lib32uwp\icuucd.lib</ImportLibrary>
207 </ItemDefinitionGroup>
208 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
210 <TypeLibraryName>.\..\..\lib64uwp\icuuc.tlb</TypeLibraryName>
213 <PrecompiledHeaderOutputFile>.\x64\ReleaseUWP/common.pch</PrecompiledHeaderOutputFile>
214 <AssemblerListingLocation>.\x64\ReleaseUWP/</AssemblerListingLocation>
215 <ObjectFileName>.\x64\ReleaseUWP/</ObjectFileName>
216 <ProgramDataBaseFileName>.\x64\ReleaseUWP/</ProgramDataBaseFileName>
219 <OutputFile>..\..\bin64uwp\icuuc62.dll</OutputFile>
220 <ProgramDatabaseFile>.\..\..\lib64uwp\icuuc.pdb</ProgramDatabaseFile>
221 <ImportLibrary>..\..\lib64uwp\icuuc.lib</ImportLibrary>
223 </ItemDefinitionGroup>
224 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
226 <TypeLibraryName>.\..\..\lib64uwp\icuucd.tlb</TypeLibraryName>
229 <PrecompiledHeaderOutputFile>.\x64\DebugUWP/common.pch</PrecompiledHeaderOutputFile>
230 <AssemblerListingLocation>.\x64\DebugUWP/</AssemblerListingLocation>
231 <ObjectFileName>.\x64\DebugUWP/</ObjectFileName>
232 <ProgramDataBaseFileName>.\x64\DebugUWP/</ProgramDataBaseFileName>
235 <OutputFile>..\..\bin64uwp\icuuc62d.dll</OutputFile>
236 <ProgramDatabaseFile>.\..\..\lib64uwp\icuucd.pdb</ProgramDatabaseFile>
237 <ImportLibrary>..\..\lib64uwp\icuucd.lib</ImportLibrary>
239 </ItemDefinitionGroup>
240 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
242 <TypeLibraryName>.\..\..\libARMuwp\icuuc.tlb</TypeLibraryName>
245 <PrecompiledHeaderOutputFile>.\ARM\ReleaseUWP/common.pch</PrecompiledHeaderOutputFile>
246 <AssemblerListingLocation>.\ARM\ReleaseUWP/</AssemblerListingLocation>
247 <ObjectFileName>.\ARM\ReleaseUWP/</ObjectFileName>
248 <ProgramDataBaseFileName>.\ARM\ReleaseUWP/</ProgramDataBaseFileName>
251 <OutputFile>..\..\binARMuwp\icuuc62.dll</OutputFile>
252 <ProgramDatabaseFile>.\..\..\libARMuwp\icuuc.pdb</ProgramDatabaseFile>
253 <ImportLibrary>..\..\libARMuwp\icuuc.lib</ImportLibrary>
255 </ItemDefinitionGroup>
256 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
258 <TypeLibraryName>.\..\..\libARMuwp\icuucd.tlb</TypeLibraryName>
261 <PrecompiledHeaderOutputFile>.\ARM\DebugUWP/common.pch</PrecompiledHeaderOutputFile>
262 <AssemblerListingLocation>.\ARM\DebugUWP/</AssemblerListingLocation>
263 <ObjectFileName>.\ARM\DebugUWP/</ObjectFileName>
264 <ProgramDataBaseFileName>.\ARM\DebugUWP/</ProgramDataBaseFileName>
267 <OutputFile>..\..\binARMuwp\icuuc62d.dll</OutputFile>
268 <ProgramDatabaseFile>.\..\..\libARMuwp\icuucd.pdb</ProgramDatabaseFile>
269 <ImportLibrary>..\..\libARMuwp\icuucd.lib</ImportLibrary>
271 </ItemDefinitionGroup>
273 <ClCompile Include="edits.cpp" />
274 <ClCompile Include="filteredbrk.cpp" />
275 <ClCompile Include="ubidi.cpp" />
276 <ClCompile Include="ubidi_props.cpp" />
277 <ClCompile Include="ubiditransform.cpp" />
278 <ClCompile Include="ubidiln.cpp" />
279 <ClCompile Include="ubidiwrt.cpp" />
280 <ClCompile Include="uloc_keytype.cpp" />
281 <ClCompile Include="ushape.cpp" />
282 <ClCompile Include="brkeng.cpp" />
283 <ClCompile Include="brkiter.cpp" />
284 <ClCompile Include="dictbe.cpp" />
285 <ClCompile Include="pluralmap.cpp" />
286 <ClCompile Include="rbbi.cpp" />
287 <ClCompile Include="rbbidata.cpp" />
288 <ClCompile Include="rbbinode.cpp" />
289 <ClCompile Include="rbbirb.cpp" />
290 <ClCompile Include="rbbiscan.cpp" />
291 <ClCompile Include="rbbisetb.cpp" />
292 <ClCompile Include="rbbistbl.cpp" />
293 <ClCompile Include="rbbitblb.cpp" />
294 <ClCompile Include="rbbi_cache.cpp" />
295 <ClCompile Include="dictionarydata.cpp" />
296 <ClCompile Include="ubrk.cpp" />
297 <ClCompile Include="ucol_swp.cpp" />
298 <ClCompile Include="propsvec.cpp" />
299 <ClCompile Include="uarrsort.cpp" />
300 <ClCompile Include="uenum.cpp" />
301 <ClCompile Include="uhash.cpp" />
302 <ClCompile Include="uhash_us.cpp" />
303 <ClCompile Include="ulist.cpp" />
304 <ClCompile Include="ustack.cpp" />
305 <ClCompile Include="ustrenum.cpp" />
306 <ClCompile Include="utrie.cpp" />
307 <ClCompile Include="utrie2.cpp" />
308 <ClCompile Include="utrie2_builder.cpp" />
309 <ClCompile Include="uvector.cpp" />
310 <ClCompile Include="uvectr32.cpp" />
311 <ClCompile Include="uvectr64.cpp" />
312 <ClCompile Include="errorcode.cpp" />
313 <ClCompile Include="icudataver.cpp" />
314 <ClCompile Include="locmap.cpp" />
315 <ClCompile Include="putil.cpp">
316 <CompileAsWinRT>true</CompileAsWinRT>
318 <ClCompile Include="umath.cpp" />
319 <ClCompile Include="umutex.cpp" />
320 <ClCompile Include="utrace.cpp" />
321 <ClCompile Include="utypes.cpp" />
322 <ClCompile Include="wintz.cpp">
323 <ExcludedFromBuild>true</ExcludedFromBuild>
325 <ClCompile Include="ucnv.cpp" />
326 <ClCompile Include="ucnv2022.cpp" />
327 <ClCompile Include="ucnv_bld.cpp" />
328 <ClCompile Include="ucnv_cb.cpp" />
329 <ClCompile Include="ucnv_cnv.cpp" />
330 <ClCompile Include="ucnv_ct.cpp" />
331 <ClCompile Include="ucnv_err.cpp" />
332 <ClCompile Include="ucnv_ext.cpp" />
333 <ClCompile Include="ucnv_io.cpp" />
334 <ClCompile Include="ucnv_lmb.cpp" />
335 <ClCompile Include="ucnv_set.cpp" />
336 <ClCompile Include="ucnv_u16.cpp" />
337 <ClCompile Include="ucnv_u32.cpp" />
338 <ClCompile Include="ucnv_u7.cpp" />
339 <ClCompile Include="ucnv_u8.cpp" />
340 <ClCompile Include="ucnvbocu.cpp" />
341 <ClCompile Include="ucnvdisp.cpp" />
342 <ClCompile Include="ucnvhz.cpp" />
343 <ClCompile Include="ucnvisci.cpp" />
344 <ClCompile Include="ucnvlat1.cpp" />
345 <ClCompile Include="ucnvmbcs.cpp" />
346 <ClCompile Include="ucnvscsu.cpp" />
347 <ClCompile Include="ucnvsel.cpp" />
348 <ClCompile Include="cmemory.cpp" />
349 <ClCompile Include="ucln_cmn.cpp" />
350 <ClCompile Include="ucmndata.cpp" />
351 <ClCompile Include="udata.cpp" />
352 <ClCompile Include="udatamem.cpp" />
353 <ClCompile Include="udataswp.cpp" />
354 <ClCompile Include="uinit.cpp" />
355 <ClCompile Include="umapfile.cpp" />
356 <ClCompile Include="uobject.cpp" />
357 <ClCompile Include="dtintrv.cpp" />
358 <ClCompile Include="parsepos.cpp" />
359 <ClCompile Include="ustrfmt.cpp" />
360 <ClCompile Include="util.cpp" />
361 <ClCompile Include="util_props.cpp" />
362 <ClCompile Include="punycode.cpp" />
363 <ClCompile Include="uidna.cpp" />
364 <ClCompile Include="uts46.cpp" />
365 <ClCompile Include="locavailable.cpp" />
366 <ClCompile Include="locbased.cpp" />
367 <ClCompile Include="locdispnames.cpp" />
368 <ClCompile Include="locdspnm.cpp" />
369 <ClCompile Include="locid.cpp" />
370 <ClCompile Include="loclikely.cpp" />
371 <ClCompile Include="locresdata.cpp" />
372 <ClCompile Include="locutil.cpp" />
373 <ClCompile Include="resbund.cpp" />
374 <ClCompile Include="resbund_cnv.cpp" />
375 <ClCompile Include="ucat.cpp" />
376 <ClCompile Include="uloc.cpp" />
377 <ClCompile Include="uloc_tag.cpp" />
378 <ClCompile Include="ures_cnv.cpp" />
379 <ClCompile Include="uresbund.cpp" />
380 <ClCompile Include="uresdata.cpp" />
381 <ClCompile Include="resource.cpp" />
382 <ClCompile Include="ucurr.cpp" />
383 <ClCompile Include="caniter.cpp" />
384 <ClCompile Include="filterednormalizer2.cpp" />
385 <ClCompile Include="loadednormalizer2impl.cpp" />
386 <ClCompile Include="normalizer2.cpp" />
387 <ClCompile Include="normalizer2impl.cpp" />
388 <ClCompile Include="normlzr.cpp" />
389 <ClCompile Include="unorm.cpp" />
390 <ClCompile Include="unormcmp.cpp" />
391 <ClCompile Include="bmpset.cpp" />
392 <ClCompile Include="patternprops.cpp" />
393 <ClCompile Include="propname.cpp" />
394 <ClCompile Include="ruleiter.cpp" />
395 <ClCompile Include="ucase.cpp" />
396 <ClCompile Include="uchar.cpp" />
397 <ClCompile Include="unames.cpp" />
398 <ClCompile Include="unifiedcache.cpp" />
399 <ClCompile Include="unifilt.cpp" />
400 <ClCompile Include="unifunct.cpp" />
401 <ClCompile Include="uniset.cpp" />
402 <ClCompile Include="uniset_closure.cpp" />
403 <ClCompile Include="uniset_props.cpp" />
404 <ClCompile Include="unisetspan.cpp" />
405 <ClCompile Include="uprops.cpp" />
406 <ClCompile Include="usc_impl.cpp" />
407 <ClCompile Include="uscript.cpp" />
408 <ClCompile Include="uscript_props.cpp" />
409 <ClCompile Include="uset.cpp" />
410 <ClCompile Include="uset_props.cpp" />
411 <ClCompile Include="usetiter.cpp" />
412 <ClCompile Include="icuplug.cpp" />
413 <ClCompile Include="serv.cpp" />
414 <ClCompile Include="servlk.cpp" />
415 <ClCompile Include="servlkf.cpp" />
416 <ClCompile Include="servls.cpp" />
417 <ClCompile Include="servnotf.cpp" />
418 <ClCompile Include="servrbf.cpp" />
419 <ClCompile Include="servslkf.cpp" />
420 <ClCompile Include="usprep.cpp" />
421 <ClCompile Include="appendable.cpp" />
422 <ClCompile Include="bytesinkutil.cpp" />
423 <ClCompile Include="bytestream.cpp" />
424 <ClCompile Include="bytestrie.cpp" />
425 <ClCompile Include="bytestriebuilder.cpp" />
426 <ClCompile Include="bytestrieiterator.cpp" />
427 <ClCompile Include="chariter.cpp" />
428 <ClCompile Include="charstr.cpp" />
429 <ClCompile Include="cstring.cpp" />
430 <ClCompile Include="cstr.cpp" />
431 <ClCompile Include="cwchar.cpp" />
432 <ClCompile Include="messagepattern.cpp" />
433 <ClCompile Include="schriter.cpp" />
434 <ClCompile Include="stringpiece.cpp" />
435 <ClCompile Include="stringtriebuilder.cpp" />
436 <ClCompile Include="simpleformatter.cpp" />
437 <ClCompile Include="ucasemap.cpp" />
438 <ClCompile Include="ucasemap_titlecase_brkiter.cpp" />
439 <ClCompile Include="ucharstrie.cpp" />
440 <ClCompile Include="ucharstriebuilder.cpp" />
441 <ClCompile Include="ucharstrieiterator.cpp" />
442 <ClCompile Include="uchriter.cpp" />
443 <ClCompile Include="uinvchar.cpp" />
444 <ClCompile Include="uiter.cpp" />
445 <ClCompile Include="unistr.cpp" />
446 <ClCompile Include="unistr_case.cpp" />
447 <ClCompile Include="unistr_case_locale.cpp" />
448 <ClCompile Include="unistr_cnv.cpp" />
449 <ClCompile Include="unistr_props.cpp" />
450 <ClCompile Include="unistr_titlecase_brkiter.cpp" />
451 <ClCompile Include="ustr_cnv.cpp" />
452 <ClCompile Include="ustr_titlecase_brkiter.cpp" />
453 <ClCompile Include="ustr_wcs.cpp" />
454 <ClCompile Include="ustrcase.cpp" />
455 <ClCompile Include="ustrcase_locale.cpp" />
456 <ClCompile Include="ustring.cpp" />
457 <ClCompile Include="ustrtrns.cpp" />
458 <ClCompile Include="utext.cpp" />
459 <ClCompile Include="utf_impl.cpp" />
460 <ClCompile Include="listformatter.cpp" />
461 <ClCompile Include="ulistformatter.cpp" />
462 <ClCompile Include="static_unicode_sets.cpp" />
465 <ClInclude Include="localsvc.h" />
466 <ClInclude Include="msvcres.h" />
467 <ClInclude Include="pluralmap.h" />
468 <ClInclude Include="propname_data.h" />
469 <ClInclude Include="ubidi_props.h" />
470 <ClInclude Include="ubidiimp.h" />
471 <ClInclude Include="brkeng.h" />
472 <ClInclude Include="dictbe.h" />
473 <ClInclude Include="rbbidata.h" />
474 <ClInclude Include="rbbinode.h" />
475 <ClInclude Include="rbbirb.h" />
476 <ClInclude Include="rbbirpt.h" />
477 <ClInclude Include="rbbiscan.h" />
478 <ClInclude Include="rbbisetb.h" />
479 <ClInclude Include="rbbitblb.h" />
480 <ClInclude Include="rbbi_cache.h" />
481 <ClInclude Include="dictionarydata.h" />
482 <ClInclude Include="ubidi_props_data.h" />
483 <ClInclude Include="ubrkimpl.h" />
484 <ClInclude Include="ucase_props_data.h" />
485 <ClInclude Include="uchar_props_data.h" />
486 <ClInclude Include="ucol_data.h" />
487 <ClInclude Include="ucol_swp.h" />
488 <ClInclude Include="unicode\ubiditransform.h" />
489 <ClInclude Include="unistrappender.h" />
490 <ClInclude Include="hash.h" />
491 <ClInclude Include="propsvec.h" />
492 <ClInclude Include="uarrsort.h" />
493 <ClInclude Include="uelement.h" />
494 <ClInclude Include="uenumimp.h" />
495 <ClInclude Include="uhash.h" />
496 <ClInclude Include="ulist.h" />
497 <ClInclude Include="unicode\filteredbrk.h" />
498 <ClInclude Include="ustrenum.h" />
499 <ClInclude Include="utrie.h" />
500 <ClInclude Include="utrie2.h" />
501 <ClInclude Include="utrie2_impl.h" />
502 <ClInclude Include="utypeinfo.h" />
503 <ClInclude Include="uvector.h" />
504 <ClInclude Include="uvectr32.h" />
505 <ClInclude Include="uvectr64.h" />
506 <ClInclude Include="cpputils.h" />
507 <ClInclude Include="locmap.h" />
508 <ClInclude Include="mutex.h" />
509 <ClInclude Include="putilimp.h" />
510 <ClInclude Include="uassert.h" />
511 <ClInclude Include="umutex.h" />
512 <ClInclude Include="uposixdefs.h" />
513 <ClInclude Include="utracimp.h" />
514 <ClInclude Include="wintz.h" />
515 <ClInclude Include="ucnv_bld.h" />
516 <ClInclude Include="ucnv_cnv.h" />
517 <ClInclude Include="ucnv_ext.h" />
518 <ClInclude Include="ucnv_imp.h" />
519 <ClInclude Include="ucnv_io.h" />
520 <ClInclude Include="ucnvmbcs.h" />
521 <ClInclude Include="cmemory.h" />
522 <ClInclude Include="ucln.h" />
523 <ClInclude Include="ucln_cmn.h" />
524 <ClInclude Include="ucln_imp.h" />
525 <ClInclude Include="ucmndata.h" />
526 <ClInclude Include="udatamem.h" />
527 <ClInclude Include="udataswp.h" />
528 <ClInclude Include="umapfile.h" />
529 <ClInclude Include="ustrfmt.h" />
530 <ClInclude Include="util.h" />
531 <ClInclude Include="punycode.h" />
532 <ClInclude Include="locbased.h" />
533 <ClInclude Include="locutil.h" />
534 <ClInclude Include="sharedobject.h" />
535 <ClCompile Include="sharedobject.cpp" />
536 <ClInclude Include="ulocimp.h" />
537 <ClInclude Include="unifiedcache.h" />
538 <ClInclude Include="uresdata.h" />
539 <ClInclude Include="uresimp.h" />
540 <ClInclude Include="ureslocs.h" />
541 <ClInclude Include="resource.h" />
542 <ClInclude Include="ucurrimp.h" />
543 <ClInclude Include="norm2allmodes.h" />
544 <ClInclude Include="normalizer2impl.h" />
545 <ClInclude Include="unormimp.h" />
546 <ClInclude Include="bmpset.h" />
547 <ClInclude Include="messageimpl.h" />
548 <ClInclude Include="patternprops.h" />
549 <ClInclude Include="propname.h" />
550 <ClInclude Include="ruleiter.h" />
551 <ClInclude Include="ucase.h" />
552 <ClInclude Include="unisetspan.h" />
553 <ClInclude Include="uprops.h" />
554 <ClInclude Include="usc_impl.h" />
555 <ClInclude Include="uset_imp.h" />
556 <ClInclude Include="icuplugimp.h" />
557 <ClInclude Include="serv.h" />
558 <ClInclude Include="servloc.h" />
559 <ClInclude Include="servnotf.h" />
560 <ClInclude Include="sprpimpl.h" />
561 <ClInclude Include="bytesinkutil.h" />
562 <ClInclude Include="charstr.h" />
563 <ClInclude Include="cstring.h" />
564 <ClInclude Include="cstr.h" />
565 <ClInclude Include="cwchar.h" />
566 <ClInclude Include="uinvchar.h" />
567 <ClInclude Include="ustr_cnv.h" />
568 <ClInclude Include="ustr_imp.h" />
569 <ClInclude Include="static_unicode_sets.h" />
572 <ResourceCompile Include="common.rc" />
574 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
575 <ImportGroup Label="ExtensionTargets">