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