12e5b6d6dSopenharmony_ci<?xml version="1.0" encoding="utf-8"?>
22e5b6d6dSopenharmony_ci<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
32e5b6d6dSopenharmony_ci  <PropertyGroup Label="Globals">
42e5b6d6dSopenharmony_ci    <ProjectGuid>{0178B127-6269-407D-B112-93877BB62776}</ProjectGuid>
52e5b6d6dSopenharmony_ci  </PropertyGroup>
62e5b6d6dSopenharmony_ci  <PropertyGroup Label="Configuration">
72e5b6d6dSopenharmony_ci    <ConfigurationType>DynamicLibrary</ConfigurationType>
82e5b6d6dSopenharmony_ci    <UseOfMfc>false</UseOfMfc>
92e5b6d6dSopenharmony_ci    <CharacterSet>MultiByte</CharacterSet>
102e5b6d6dSopenharmony_ci  </PropertyGroup>
112e5b6d6dSopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
122e5b6d6dSopenharmony_ci  <!-- The following import will include the 'default' configuration options for VS projects. -->
132e5b6d6dSopenharmony_ci  <Import Project="..\allinone\Build.Windows.ProjectConfiguration.props" />
142e5b6d6dSopenharmony_ci  <!-- The following import will include the library configuration options for VS projects. -->
152e5b6d6dSopenharmony_ci  <Import Project="..\allinone\Build.Windows.Library.ProjectConfiguration.props" />
162e5b6d6dSopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
172e5b6d6dSopenharmony_ci  <ImportGroup Label="ExtensionSettings">
182e5b6d6dSopenharmony_ci  </ImportGroup>
192e5b6d6dSopenharmony_ci  <PropertyGroup Label="UserMacros" />
202e5b6d6dSopenharmony_ci  <PropertyGroup>
212e5b6d6dSopenharmony_ci    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
222e5b6d6dSopenharmony_ci    <OutDir>.\$(Platform)\$(Configuration)\</OutDir>
232e5b6d6dSopenharmony_ci    <IntDir>.\$(Platform)\$(Configuration)\</IntDir>
242e5b6d6dSopenharmony_ci    <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. -->
252e5b6d6dSopenharmony_ci    <OutDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</OutDir>
262e5b6d6dSopenharmony_ci    <IntDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</IntDir>
272e5b6d6dSopenharmony_ci    <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation -->
282e5b6d6dSopenharmony_ci    <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental>
292e5b6d6dSopenharmony_ci    <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
302e5b6d6dSopenharmony_ci  </PropertyGroup>
312e5b6d6dSopenharmony_ci  <!-- Options that are common to *all* "i18n" project configurations -->
322e5b6d6dSopenharmony_ci  <ItemDefinitionGroup>
332e5b6d6dSopenharmony_ci    <Midl>
342e5b6d6dSopenharmony_ci      <TypeLibraryName>$(OutDir)\icuin.tlb</TypeLibraryName>
352e5b6d6dSopenharmony_ci    </Midl>
362e5b6d6dSopenharmony_ci    <ClCompile>
372e5b6d6dSopenharmony_ci      <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;U_I18N_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
382e5b6d6dSopenharmony_ci      <DisableLanguageExtensions>false</DisableLanguageExtensions>
392e5b6d6dSopenharmony_ci      <WarningLevel>Level3</WarningLevel>
402e5b6d6dSopenharmony_ci      <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
412e5b6d6dSopenharmony_ci      <CompileAs>Default</CompileAs>
422e5b6d6dSopenharmony_ci      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
432e5b6d6dSopenharmony_ci      <PrecompiledHeaderOutputFile>$(OutDir)/icuin.pch</PrecompiledHeaderOutputFile>
442e5b6d6dSopenharmony_ci      <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation>
452e5b6d6dSopenharmony_ci      <ObjectFileName>$(OutDir)/</ObjectFileName>
462e5b6d6dSopenharmony_ci      <ProgramDataBaseFileName>$(OutDir)/icuin.pdb</ProgramDataBaseFileName>
472e5b6d6dSopenharmony_ci    </ClCompile>
482e5b6d6dSopenharmony_ci    <ResourceCompile>
492e5b6d6dSopenharmony_ci      <AdditionalIncludeDirectories>../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
502e5b6d6dSopenharmony_ci    </ResourceCompile>
512e5b6d6dSopenharmony_ci    <Link>
522e5b6d6dSopenharmony_ci      <AdditionalLibraryDirectories>.\..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
532e5b6d6dSopenharmony_ci    </Link>
542e5b6d6dSopenharmony_ci  </ItemDefinitionGroup>
552e5b6d6dSopenharmony_ci  <!-- Options that are common to all 'Debug' project configurations -->
562e5b6d6dSopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
572e5b6d6dSopenharmony_ci    <ClCompile>
582e5b6d6dSopenharmony_ci      <BrowseInformation>true</BrowseInformation>
592e5b6d6dSopenharmony_ci      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
602e5b6d6dSopenharmony_ci    </ClCompile>
612e5b6d6dSopenharmony_ci    <Link>
622e5b6d6dSopenharmony_ci      <AdditionalDependencies>icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies>
632e5b6d6dSopenharmony_ci      <OutputFile>..\..\$(IcuBinOutputDir)\icuin$(IcuMajorVersion)d.dll</OutputFile>
642e5b6d6dSopenharmony_ci      <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuind.pdb</ProgramDatabaseFile>
652e5b6d6dSopenharmony_ci      <ImportLibrary>..\..\$(IcuLibOutputDir)\icuind.lib</ImportLibrary>
662e5b6d6dSopenharmony_ci    </Link>
672e5b6d6dSopenharmony_ci  </ItemDefinitionGroup>
682e5b6d6dSopenharmony_ci  <!-- Options that are common to all 'Release' project configurations -->
692e5b6d6dSopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
702e5b6d6dSopenharmony_ci    <ClCompile>
712e5b6d6dSopenharmony_ci      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
722e5b6d6dSopenharmony_ci      <FunctionLevelLinking>true</FunctionLevelLinking>
732e5b6d6dSopenharmony_ci    </ClCompile>
742e5b6d6dSopenharmony_ci    <Link>
752e5b6d6dSopenharmony_ci      <AdditionalDependencies>icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies>
762e5b6d6dSopenharmony_ci      <OutputFile>..\..\$(IcuBinOutputDir)\icuin$(IcuMajorVersion).dll</OutputFile>
772e5b6d6dSopenharmony_ci      <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuin.pdb</ProgramDatabaseFile>
782e5b6d6dSopenharmony_ci      <ImportLibrary>..\..\$(IcuLibOutputDir)\icuin.lib</ImportLibrary>
792e5b6d6dSopenharmony_ci    </Link>
802e5b6d6dSopenharmony_ci  </ItemDefinitionGroup>
812e5b6d6dSopenharmony_ci  <ItemGroup>
822e5b6d6dSopenharmony_ci    <ClCompile Include="erarules.cpp" />
832e5b6d6dSopenharmony_ci    <ClCompile Include="region.cpp" />
842e5b6d6dSopenharmony_ci    <ClCompile Include="uregion.cpp" />
852e5b6d6dSopenharmony_ci    <ClCompile Include="alphaindex.cpp" />
862e5b6d6dSopenharmony_ci    <ClCompile Include="bocsu.cpp" />
872e5b6d6dSopenharmony_ci    <ClCompile Include="coleitr.cpp" />
882e5b6d6dSopenharmony_ci    <ClCompile Include="coll.cpp" />
892e5b6d6dSopenharmony_ci    <ClCompile Include="collation.cpp" />
902e5b6d6dSopenharmony_ci    <ClCompile Include="collationbuilder.cpp" />
912e5b6d6dSopenharmony_ci    <ClCompile Include="collationcompare.cpp" />
922e5b6d6dSopenharmony_ci    <ClCompile Include="collationdata.cpp" />
932e5b6d6dSopenharmony_ci    <ClCompile Include="collationdatabuilder.cpp" />
942e5b6d6dSopenharmony_ci    <ClCompile Include="collationdatareader.cpp" />
952e5b6d6dSopenharmony_ci    <ClCompile Include="collationdatawriter.cpp" />
962e5b6d6dSopenharmony_ci    <ClCompile Include="collationfastlatin.cpp" />
972e5b6d6dSopenharmony_ci    <ClCompile Include="collationfastlatinbuilder.cpp" />
982e5b6d6dSopenharmony_ci    <ClCompile Include="collationfcd.cpp" />
992e5b6d6dSopenharmony_ci    <ClCompile Include="collationiterator.cpp" />
1002e5b6d6dSopenharmony_ci    <ClCompile Include="collationkeys.cpp" />
1012e5b6d6dSopenharmony_ci    <ClCompile Include="collationroot.cpp" />
1022e5b6d6dSopenharmony_ci    <ClCompile Include="collationrootelements.cpp" />
1032e5b6d6dSopenharmony_ci    <ClCompile Include="collationruleparser.cpp" />
1042e5b6d6dSopenharmony_ci    <ClCompile Include="collationsets.cpp" />
1052e5b6d6dSopenharmony_ci    <ClCompile Include="collationsettings.cpp" />
1062e5b6d6dSopenharmony_ci    <ClCompile Include="collationtailoring.cpp" />
1072e5b6d6dSopenharmony_ci    <ClCompile Include="collationweights.cpp" />
1082e5b6d6dSopenharmony_ci    <ClCompile Include="rulebasedcollator.cpp" />
1092e5b6d6dSopenharmony_ci    <ClCompile Include="search.cpp" />
1102e5b6d6dSopenharmony_ci    <ClCompile Include="sortkey.cpp" />
1112e5b6d6dSopenharmony_ci    <ClCompile Include="stsearch.cpp" />
1122e5b6d6dSopenharmony_ci    <ClCompile Include="tzfmt.cpp" />
1132e5b6d6dSopenharmony_ci    <ClCompile Include="tzgnames.cpp" />
1142e5b6d6dSopenharmony_ci    <ClCompile Include="tznames.cpp" />
1152e5b6d6dSopenharmony_ci    <ClCompile Include="tznames_impl.cpp" />
1162e5b6d6dSopenharmony_ci    <ClCompile Include="ucol.cpp" />
1172e5b6d6dSopenharmony_ci    <ClCompile Include="ucol_res.cpp" />
1182e5b6d6dSopenharmony_ci    <ClCompile Include="ucol_sit.cpp" />
1192e5b6d6dSopenharmony_ci    <ClCompile Include="ucoleitr.cpp" />
1202e5b6d6dSopenharmony_ci    <ClCompile Include="uitercollationiterator.cpp" />
1212e5b6d6dSopenharmony_ci    <ClCompile Include="usearch.cpp" />
1222e5b6d6dSopenharmony_ci    <ClCompile Include="astro.cpp" />
1232e5b6d6dSopenharmony_ci    <ClCompile Include="basictz.cpp" />
1242e5b6d6dSopenharmony_ci    <ClCompile Include="buddhcal.cpp" />
1252e5b6d6dSopenharmony_ci    <ClCompile Include="calendar.cpp" />
1262e5b6d6dSopenharmony_ci    <ClCompile Include="cecal.cpp" />
1272e5b6d6dSopenharmony_ci    <ClCompile Include="chnsecal.cpp" />
1282e5b6d6dSopenharmony_ci    <ClCompile Include="choicfmt.cpp" />
1292e5b6d6dSopenharmony_ci    <ClCompile Include="compactdecimalformat.cpp" />
1302e5b6d6dSopenharmony_ci    <ClCompile Include="coptccal.cpp" />
1312e5b6d6dSopenharmony_ci    <ClCompile Include="curramt.cpp" />
1322e5b6d6dSopenharmony_ci    <ClCompile Include="currfmt.cpp" />
1332e5b6d6dSopenharmony_ci    <ClCompile Include="currpinf.cpp" />
1342e5b6d6dSopenharmony_ci    <ClCompile Include="currunit.cpp" />
1352e5b6d6dSopenharmony_ci    <ClCompile Include="dangical.cpp" />
1362e5b6d6dSopenharmony_ci    <ClCompile Include="datefmt.cpp" />
1372e5b6d6dSopenharmony_ci    <ClCompile Include="dayperiodrules.cpp" />
1382e5b6d6dSopenharmony_ci    <ClCompile Include="dcfmtsym.cpp" />
1392e5b6d6dSopenharmony_ci    <ClCompile Include="decContext.cpp" />
1402e5b6d6dSopenharmony_ci    <ClCompile Include="decimfmt.cpp" />
1412e5b6d6dSopenharmony_ci    <ClCompile Include="decNumber.cpp" />
1422e5b6d6dSopenharmony_ci    <ClCompile Include="double-conversion-bignum-dtoa.cpp" />
1432e5b6d6dSopenharmony_ci    <ClCompile Include="double-conversion-bignum.cpp" />
1442e5b6d6dSopenharmony_ci    <ClCompile Include="double-conversion-cached-powers.cpp" />
1452e5b6d6dSopenharmony_ci    <ClCompile Include="double-conversion-double-to-string.cpp" />
1462e5b6d6dSopenharmony_ci    <ClCompile Include="double-conversion-fast-dtoa.cpp" />
1472e5b6d6dSopenharmony_ci    <ClCompile Include="double-conversion-string-to-double.cpp" />
1482e5b6d6dSopenharmony_ci    <ClCompile Include="double-conversion-strtod.cpp" />
1492e5b6d6dSopenharmony_ci    <ClCompile Include="dtfmtsym.cpp" />
1502e5b6d6dSopenharmony_ci    <ClCompile Include="dtitvfmt.cpp" />
1512e5b6d6dSopenharmony_ci    <ClCompile Include="dtitvinf.cpp" />
1522e5b6d6dSopenharmony_ci    <ClCompile Include="dtptngen.cpp" />
1532e5b6d6dSopenharmony_ci    <ClCompile Include="dtrule.cpp" />
1542e5b6d6dSopenharmony_ci    <ClCompile Include="ethpccal.cpp" />
1552e5b6d6dSopenharmony_ci    <ClCompile Include="fmtable.cpp" />
1562e5b6d6dSopenharmony_ci    <ClCompile Include="fmtable_cnv.cpp" />
1572e5b6d6dSopenharmony_ci    <ClCompile Include="format.cpp" />
1582e5b6d6dSopenharmony_ci    <ClCompile Include="formattedval_iterimpl.cpp" />
1592e5b6d6dSopenharmony_ci    <ClCompile Include="formattedval_sbimpl.cpp" />
1602e5b6d6dSopenharmony_ci    <ClCompile Include="formattedvalue.cpp" />
1612e5b6d6dSopenharmony_ci    <ClCompile Include="fphdlimp.cpp" />
1622e5b6d6dSopenharmony_ci    <ClCompile Include="fpositer.cpp" />
1632e5b6d6dSopenharmony_ci    <ClCompile Include="gender.cpp" />
1642e5b6d6dSopenharmony_ci    <ClCompile Include="gregocal.cpp" />
1652e5b6d6dSopenharmony_ci    <ClCompile Include="gregoimp.cpp" />
1662e5b6d6dSopenharmony_ci    <ClCompile Include="hebrwcal.cpp" />
1672e5b6d6dSopenharmony_ci    <ClCompile Include="indiancal.cpp" />
1682e5b6d6dSopenharmony_ci    <ClCompile Include="islamcal.cpp" />
1692e5b6d6dSopenharmony_ci    <ClCompile Include="japancal.cpp" />
1702e5b6d6dSopenharmony_ci    <ClCompile Include="listformatter.cpp" />
1712e5b6d6dSopenharmony_ci    <ClCompile Include="ulistformatter.cpp" />
1722e5b6d6dSopenharmony_ci    <ClCompile Include="measfmt.cpp" />
1732e5b6d6dSopenharmony_ci    <ClCompile Include="measunit.cpp" />
1742e5b6d6dSopenharmony_ci    <ClCompile Include="measunit_extra.cpp" />
1752e5b6d6dSopenharmony_ci    <ClCompile Include="measure.cpp" />
1762e5b6d6dSopenharmony_ci    <ClCompile Include="msgfmt.cpp" />
1772e5b6d6dSopenharmony_ci    <ClCompile Include="nfrs.cpp" />
1782e5b6d6dSopenharmony_ci    <ClCompile Include="nfrule.cpp" />
1792e5b6d6dSopenharmony_ci    <ClCompile Include="nfsubs.cpp" />
1802e5b6d6dSopenharmony_ci    <ClCompile Include="number_affixutils.cpp" />
1812e5b6d6dSopenharmony_ci    <ClCompile Include="number_asformat.cpp" />
1822e5b6d6dSopenharmony_ci    <ClCompile Include="number_compact.cpp" />
1832e5b6d6dSopenharmony_ci    <ClCompile Include="number_decimalquantity.cpp" />
1842e5b6d6dSopenharmony_ci    <ClCompile Include="number_decimfmtprops.cpp" />
1852e5b6d6dSopenharmony_ci    <ClCompile Include="number_fluent.cpp" />
1862e5b6d6dSopenharmony_ci    <ClCompile Include="number_formatimpl.cpp" />
1872e5b6d6dSopenharmony_ci    <ClCompile Include="number_grouping.cpp" />
1882e5b6d6dSopenharmony_ci    <ClCompile Include="number_integerwidth.cpp" />
1892e5b6d6dSopenharmony_ci    <ClCompile Include="number_longnames.cpp" />
1902e5b6d6dSopenharmony_ci    <ClCompile Include="number_modifiers.cpp" />
1912e5b6d6dSopenharmony_ci    <ClCompile Include="number_notation.cpp" />
1922e5b6d6dSopenharmony_ci    <ClCompile Include="number_output.cpp" />
1932e5b6d6dSopenharmony_ci    <ClCompile Include="number_padding.cpp" />
1942e5b6d6dSopenharmony_ci    <ClCompile Include="number_patternmodifier.cpp" />
1952e5b6d6dSopenharmony_ci    <ClCompile Include="number_patternstring.cpp" />
1962e5b6d6dSopenharmony_ci    <ClCompile Include="number_rounding.cpp" />
1972e5b6d6dSopenharmony_ci    <ClCompile Include="number_scientific.cpp" />
1982e5b6d6dSopenharmony_ci    <ClCompile Include="formatted_string_builder.cpp" />
1992e5b6d6dSopenharmony_ci    <ClCompile Include="number_usageprefs.cpp" />
2002e5b6d6dSopenharmony_ci    <ClCompile Include="number_utils.cpp" />
2012e5b6d6dSopenharmony_ci    <ClCompile Include="number_mapper.cpp" />
2022e5b6d6dSopenharmony_ci    <ClCompile Include="number_multiplier.cpp" />
2032e5b6d6dSopenharmony_ci    <ClCompile Include="number_currencysymbols.cpp" />
2042e5b6d6dSopenharmony_ci    <ClCompile Include="number_skeletons.cpp" />
2052e5b6d6dSopenharmony_ci    <ClCompile Include="number_symbolswrapper.cpp" />
2062e5b6d6dSopenharmony_ci    <ClCompile Include="number_capi.cpp" />
2072e5b6d6dSopenharmony_ci    <ClCompile Include="string_segment.cpp" />
2082e5b6d6dSopenharmony_ci    <ClCompile Include="numparse_parsednumber.cpp" />
2092e5b6d6dSopenharmony_ci    <ClCompile Include="numparse_impl.cpp" />
2102e5b6d6dSopenharmony_ci    <ClCompile Include="numparse_symbols.cpp" />
2112e5b6d6dSopenharmony_ci    <ClCompile Include="numparse_decimal.cpp" />
2122e5b6d6dSopenharmony_ci    <ClCompile Include="numparse_scientific.cpp" />
2132e5b6d6dSopenharmony_ci    <ClCompile Include="numparse_currency.cpp" />
2142e5b6d6dSopenharmony_ci    <ClCompile Include="numparse_affixes.cpp" />
2152e5b6d6dSopenharmony_ci    <ClCompile Include="numparse_compositions.cpp" />
2162e5b6d6dSopenharmony_ci    <ClCompile Include="numparse_validators.cpp" />
2172e5b6d6dSopenharmony_ci    <ClCompile Include="numrange_capi.cpp" />
2182e5b6d6dSopenharmony_ci    <ClCompile Include="numrange_fluent.cpp" />
2192e5b6d6dSopenharmony_ci    <ClCompile Include="numrange_impl.cpp" />
2202e5b6d6dSopenharmony_ci    <ClCompile Include="numfmt.cpp" />
2212e5b6d6dSopenharmony_ci    <ClCompile Include="numsys.cpp" />
2222e5b6d6dSopenharmony_ci    <ClCompile Include="olsontz.cpp" />
2232e5b6d6dSopenharmony_ci    <ClCompile Include="persncal.cpp" />
2242e5b6d6dSopenharmony_ci    <ClCompile Include="pluralranges.cpp" />
2252e5b6d6dSopenharmony_ci    <ClCompile Include="plurfmt.cpp" />
2262e5b6d6dSopenharmony_ci    <ClCompile Include="plurrule.cpp" />
2272e5b6d6dSopenharmony_ci    <ClCompile Include="quantityformatter.cpp" />
2282e5b6d6dSopenharmony_ci    <ClCompile Include="rbnf.cpp" />
2292e5b6d6dSopenharmony_ci    <ClCompile Include="rbtz.cpp" />
2302e5b6d6dSopenharmony_ci    <ClCompile Include="reldatefmt.cpp">
2312e5b6d6dSopenharmony_ci      <DisableLanguageExtensions>false</DisableLanguageExtensions>
2322e5b6d6dSopenharmony_ci    </ClCompile>
2332e5b6d6dSopenharmony_ci    <ClCompile Include="reldtfmt.cpp" />
2342e5b6d6dSopenharmony_ci    <ClCompile Include="scientificnumberformatter.cpp" />
2352e5b6d6dSopenharmony_ci    <ClCompile Include="sharedbreakiterator.cpp" />
2362e5b6d6dSopenharmony_ci    <ClCompile Include="selfmt.cpp" />
2372e5b6d6dSopenharmony_ci    <ClCompile Include="simpletz.cpp" />
2382e5b6d6dSopenharmony_ci    <ClCompile Include="scriptset.cpp" />
2392e5b6d6dSopenharmony_ci    <ClCompile Include="smpdtfmt.cpp" />
2402e5b6d6dSopenharmony_ci    <ClCompile Include="smpdtfst.cpp" />
2412e5b6d6dSopenharmony_ci    <ClCompile Include="standardplural.cpp" />
2422e5b6d6dSopenharmony_ci    <ClCompile Include="taiwncal.cpp" />
2432e5b6d6dSopenharmony_ci    <ClCompile Include="timezone.cpp" />
2442e5b6d6dSopenharmony_ci    <ClCompile Include="tmunit.cpp" />
2452e5b6d6dSopenharmony_ci    <ClCompile Include="tmutamt.cpp" />
2462e5b6d6dSopenharmony_ci    <ClCompile Include="tmutfmt.cpp" />
2472e5b6d6dSopenharmony_ci    <ClCompile Include="tzrule.cpp" />
2482e5b6d6dSopenharmony_ci    <ClCompile Include="tztrans.cpp" />
2492e5b6d6dSopenharmony_ci    <ClCompile Include="ucal.cpp" />
2502e5b6d6dSopenharmony_ci    <ClCompile Include="udat.cpp" />
2512e5b6d6dSopenharmony_ci    <ClCompile Include="udateintervalformat.cpp" />
2522e5b6d6dSopenharmony_ci    <ClCompile Include="udatpg.cpp" />
2532e5b6d6dSopenharmony_ci    <ClCompile Include="ufieldpositer.cpp" />
2542e5b6d6dSopenharmony_ci    <ClCompile Include="ulocdata.cpp" />
2552e5b6d6dSopenharmony_ci    <ClCompile Include="umsg.cpp" />
2562e5b6d6dSopenharmony_ci    <ClCompile Include="units_complexconverter.cpp" />
2572e5b6d6dSopenharmony_ci    <ClCompile Include="units_converter.cpp" />
2582e5b6d6dSopenharmony_ci    <ClCompile Include="units_data.cpp" />
2592e5b6d6dSopenharmony_ci    <ClCompile Include="units_router.cpp" />
2602e5b6d6dSopenharmony_ci    <ClCompile Include="displayoptions.cpp" />
2612e5b6d6dSopenharmony_ci    <ClCompile Include="unum.cpp" />
2622e5b6d6dSopenharmony_ci    <ClCompile Include="unumsys.cpp" />
2632e5b6d6dSopenharmony_ci    <ClCompile Include="upluralrules.cpp" />
2642e5b6d6dSopenharmony_ci    <ClCompile Include="utf16collationiterator.cpp" />
2652e5b6d6dSopenharmony_ci    <ClCompile Include="utf8collationiterator.cpp" />
2662e5b6d6dSopenharmony_ci    <ClCompile Include="utmscale.cpp" />
2672e5b6d6dSopenharmony_ci    <ClCompile Include="vtzone.cpp" />
2682e5b6d6dSopenharmony_ci    <ClCompile Include="vzone.cpp" />
2692e5b6d6dSopenharmony_ci    <ClCompile Include="windtfmt.cpp" />
2702e5b6d6dSopenharmony_ci    <ClCompile Include="winnmfmt.cpp" />
2712e5b6d6dSopenharmony_ci    <ClCompile Include="wintzimpl.cpp" />
2722e5b6d6dSopenharmony_ci    <ClCompile Include="zonemeta.cpp" />
2732e5b6d6dSopenharmony_ci    <ClCompile Include="zrule.cpp" />
2742e5b6d6dSopenharmony_ci    <ClCompile Include="ztrans.cpp" />
2752e5b6d6dSopenharmony_ci    <ClCompile Include="ucln_in.cpp" />
2762e5b6d6dSopenharmony_ci    <ClCompile Include="regexcmp.cpp" />
2772e5b6d6dSopenharmony_ci    <ClCompile Include="regeximp.cpp" />
2782e5b6d6dSopenharmony_ci    <ClCompile Include="regexst.cpp" />
2792e5b6d6dSopenharmony_ci    <ClCompile Include="regextxt.cpp" />
2802e5b6d6dSopenharmony_ci    <ClCompile Include="rematch.cpp" />
2812e5b6d6dSopenharmony_ci    <ClCompile Include="repattrn.cpp" />
2822e5b6d6dSopenharmony_ci    <ClCompile Include="uregex.cpp" />
2832e5b6d6dSopenharmony_ci    <ClCompile Include="uregexc.cpp" />
2842e5b6d6dSopenharmony_ci    <ClCompile Include="anytrans.cpp" />
2852e5b6d6dSopenharmony_ci    <ClCompile Include="brktrans.cpp" />
2862e5b6d6dSopenharmony_ci    <ClCompile Include="casetrn.cpp" />
2872e5b6d6dSopenharmony_ci    <ClCompile Include="cpdtrans.cpp" />
2882e5b6d6dSopenharmony_ci    <ClCompile Include="esctrn.cpp" />
2892e5b6d6dSopenharmony_ci    <ClCompile Include="funcrepl.cpp" />
2902e5b6d6dSopenharmony_ci    <ClCompile Include="name2uni.cpp" />
2912e5b6d6dSopenharmony_ci    <ClCompile Include="nortrans.cpp" />
2922e5b6d6dSopenharmony_ci    <ClCompile Include="nultrans.cpp" />
2932e5b6d6dSopenharmony_ci    <ClCompile Include="quant.cpp" />
2942e5b6d6dSopenharmony_ci    <ClCompile Include="rbt.cpp" />
2952e5b6d6dSopenharmony_ci    <ClCompile Include="rbt_data.cpp" />
2962e5b6d6dSopenharmony_ci    <ClCompile Include="rbt_pars.cpp" />
2972e5b6d6dSopenharmony_ci    <ClCompile Include="rbt_rule.cpp" />
2982e5b6d6dSopenharmony_ci    <ClCompile Include="rbt_set.cpp" />
2992e5b6d6dSopenharmony_ci    <ClCompile Include="remtrans.cpp" />
3002e5b6d6dSopenharmony_ci    <ClCompile Include="strmatch.cpp" />
3012e5b6d6dSopenharmony_ci    <ClCompile Include="strrepl.cpp" />
3022e5b6d6dSopenharmony_ci    <ClCompile Include="titletrn.cpp" />
3032e5b6d6dSopenharmony_ci    <ClCompile Include="tolowtrn.cpp" />
3042e5b6d6dSopenharmony_ci    <ClCompile Include="toupptrn.cpp" />
3052e5b6d6dSopenharmony_ci    <ClCompile Include="translit.cpp" />
3062e5b6d6dSopenharmony_ci    <ClCompile Include="transreg.cpp" />
3072e5b6d6dSopenharmony_ci    <ClCompile Include="tridpars.cpp" />
3082e5b6d6dSopenharmony_ci    <ClCompile Include="unesctrn.cpp" />
3092e5b6d6dSopenharmony_ci    <ClCompile Include="uni2name.cpp" />
3102e5b6d6dSopenharmony_ci    <ClCompile Include="utrans.cpp" />
3112e5b6d6dSopenharmony_ci    <ClCompile Include="csdetect.cpp" />
3122e5b6d6dSopenharmony_ci    <ClCompile Include="csmatch.cpp" />
3132e5b6d6dSopenharmony_ci    <ClCompile Include="csr2022.cpp" />
3142e5b6d6dSopenharmony_ci    <ClCompile Include="csrecog.cpp" />
3152e5b6d6dSopenharmony_ci    <ClCompile Include="csrmbcs.cpp" />
3162e5b6d6dSopenharmony_ci    <ClCompile Include="csrsbcs.cpp" />
3172e5b6d6dSopenharmony_ci    <ClCompile Include="csrucode.cpp" />
3182e5b6d6dSopenharmony_ci    <ClCompile Include="csrutf8.cpp" />
3192e5b6d6dSopenharmony_ci    <ClCompile Include="inputext.cpp" />
3202e5b6d6dSopenharmony_ci    <ClCompile Include="ucsdet.cpp" />
3212e5b6d6dSopenharmony_ci    <ClCompile Include="uspoof.cpp" />
3222e5b6d6dSopenharmony_ci    <ClCompile Include="uspoof_build.cpp" />
3232e5b6d6dSopenharmony_ci    <ClCompile Include="uspoof_conf.cpp" />
3242e5b6d6dSopenharmony_ci    <ClCompile Include="uspoof_impl.cpp" />
3252e5b6d6dSopenharmony_ci  </ItemGroup>
3262e5b6d6dSopenharmony_ci  <ItemGroup>
3272e5b6d6dSopenharmony_ci    <ClInclude Include="bocsu.h" />
3282e5b6d6dSopenharmony_ci    <ClInclude Include="collation.h" />
3292e5b6d6dSopenharmony_ci    <ClInclude Include="collationbuilder.h" />
3302e5b6d6dSopenharmony_ci    <ClInclude Include="collationcompare.h" />
3312e5b6d6dSopenharmony_ci    <ClInclude Include="collationdata.h" />
3322e5b6d6dSopenharmony_ci    <ClInclude Include="collationdatabuilder.h" />
3332e5b6d6dSopenharmony_ci    <ClInclude Include="collationdatareader.h" />
3342e5b6d6dSopenharmony_ci    <ClInclude Include="collationdatawriter.h" />
3352e5b6d6dSopenharmony_ci    <ClInclude Include="collationfastlatin.h" />
3362e5b6d6dSopenharmony_ci    <ClInclude Include="collationfastlatinbuilder.h" />
3372e5b6d6dSopenharmony_ci    <ClInclude Include="collationfcd.h" />
3382e5b6d6dSopenharmony_ci    <ClInclude Include="collationiterator.h" />
3392e5b6d6dSopenharmony_ci    <ClInclude Include="collationkeys.h" />
3402e5b6d6dSopenharmony_ci    <ClInclude Include="collationroot.h" />
3412e5b6d6dSopenharmony_ci    <ClInclude Include="collationrootelements.h" />
3422e5b6d6dSopenharmony_ci    <ClInclude Include="collationruleparser.h" />
3432e5b6d6dSopenharmony_ci    <ClInclude Include="collationsets.h" />
3442e5b6d6dSopenharmony_ci    <ClInclude Include="collationsettings.h" />
3452e5b6d6dSopenharmony_ci    <ClInclude Include="collationtailoring.h" />
3462e5b6d6dSopenharmony_ci    <ClInclude Include="collationweights.h" />
3472e5b6d6dSopenharmony_ci    <ClInclude Include="dayperiodrules.h" />
3482e5b6d6dSopenharmony_ci    <ClInclude Include="erarules.h" />
3492e5b6d6dSopenharmony_ci    <ClInclude Include="numsys_impl.h" />
3502e5b6d6dSopenharmony_ci    <ClInclude Include="region_impl.h" />
3512e5b6d6dSopenharmony_ci    <ClInclude Include="selfmtimpl.h" />
3522e5b6d6dSopenharmony_ci    <ClInclude Include="tzgnames.h" />
3532e5b6d6dSopenharmony_ci    <ClInclude Include="tznames_impl.h" />
3542e5b6d6dSopenharmony_ci    <ClInclude Include="ucol_imp.h" />
3552e5b6d6dSopenharmony_ci    <ClInclude Include="uitercollationiterator.h" />
3562e5b6d6dSopenharmony_ci    <ClInclude Include="usrchimp.h" />
3572e5b6d6dSopenharmony_ci    <ClInclude Include="astro.h" />
3582e5b6d6dSopenharmony_ci    <ClInclude Include="buddhcal.h" />
3592e5b6d6dSopenharmony_ci    <ClInclude Include="cecal.h" />
3602e5b6d6dSopenharmony_ci    <ClInclude Include="chnsecal.h" />
3612e5b6d6dSopenharmony_ci    <ClInclude Include="coptccal.h" />
3622e5b6d6dSopenharmony_ci    <ClInclude Include="currfmt.h" />
3632e5b6d6dSopenharmony_ci    <ClInclude Include="dangical.h" />
3642e5b6d6dSopenharmony_ci    <ClInclude Include="decContext.h" />
3652e5b6d6dSopenharmony_ci    <ClInclude Include="decNumber.h" />
3662e5b6d6dSopenharmony_ci    <ClInclude Include="decNumberLocal.h" />
3672e5b6d6dSopenharmony_ci    <ClInclude Include="double-conversion-bignum-dtoa.h" />
3682e5b6d6dSopenharmony_ci    <ClInclude Include="double-conversion-bignum.h" />
3692e5b6d6dSopenharmony_ci    <ClInclude Include="double-conversion-cached-powers.h" />
3702e5b6d6dSopenharmony_ci    <ClInclude Include="double-conversion-diy-fp.h" />
3712e5b6d6dSopenharmony_ci    <ClInclude Include="double-conversion-double-to-string.h" />
3722e5b6d6dSopenharmony_ci    <ClInclude Include="double-conversion-fast-dtoa.h" />
3732e5b6d6dSopenharmony_ci    <ClInclude Include="double-conversion-ieee.h" />
3742e5b6d6dSopenharmony_ci    <ClInclude Include="double-conversion-string-to-double.h" />
3752e5b6d6dSopenharmony_ci    <ClInclude Include="double-conversion-strtod.h" />
3762e5b6d6dSopenharmony_ci    <ClInclude Include="double-conversion-utils.h" />
3772e5b6d6dSopenharmony_ci    <ClInclude Include="double-conversion.h" />
3782e5b6d6dSopenharmony_ci    <ClInclude Include="dt_impl.h" />
3792e5b6d6dSopenharmony_ci    <ClInclude Include="dtitv_impl.h" />
3802e5b6d6dSopenharmony_ci    <ClInclude Include="dtptngen_impl.h" />
3812e5b6d6dSopenharmony_ci    <ClInclude Include="ethpccal.h" />
3822e5b6d6dSopenharmony_ci    <ClInclude Include="fphdlimp.h" />
3832e5b6d6dSopenharmony_ci    <ClInclude Include="gregoimp.h" />
3842e5b6d6dSopenharmony_ci    <ClInclude Include="hebrwcal.h" />
3852e5b6d6dSopenharmony_ci    <ClInclude Include="indiancal.h" />
3862e5b6d6dSopenharmony_ci    <ClInclude Include="islamcal.h" />
3872e5b6d6dSopenharmony_ci    <ClInclude Include="japancal.h" />
3882e5b6d6dSopenharmony_ci    <ClInclude Include="measunit_impl.h" />
3892e5b6d6dSopenharmony_ci    <ClInclude Include="msgfmt_impl.h" />
3902e5b6d6dSopenharmony_ci    <ClInclude Include="nfrlist.h" />
3912e5b6d6dSopenharmony_ci    <ClInclude Include="nfrs.h" />
3922e5b6d6dSopenharmony_ci    <ClInclude Include="nfrule.h" />
3932e5b6d6dSopenharmony_ci    <ClInclude Include="nfsubs.h" />
3942e5b6d6dSopenharmony_ci    <ClInclude Include="olsontz.h" />
3952e5b6d6dSopenharmony_ci    <ClInclude Include="persncal.h" />
3962e5b6d6dSopenharmony_ci    <ClInclude Include="pluralranges.h" />
3972e5b6d6dSopenharmony_ci    <ClInclude Include="plurrule_impl.h" />
3982e5b6d6dSopenharmony_ci    <ClInclude Include="quantityformatter.h" />
3992e5b6d6dSopenharmony_ci    <ClInclude Include="sharedbreakiterator.h" />
4002e5b6d6dSopenharmony_ci    <ClInclude Include="sharedcalendar.h" />
4012e5b6d6dSopenharmony_ci    <ClInclude Include="shareddateformatsymbols.h" />
4022e5b6d6dSopenharmony_ci    <ClInclude Include="sharednumberformat.h" />
4032e5b6d6dSopenharmony_ci    <ClInclude Include="sharedpluralrules.h" />
4042e5b6d6dSopenharmony_ci    <ClInclude Include="reldtfmt.h" />
4052e5b6d6dSopenharmony_ci    <ClInclude Include="smpdtfst.h" />
4062e5b6d6dSopenharmony_ci    <ClInclude Include="standardplural.h" />
4072e5b6d6dSopenharmony_ci    <ClInclude Include="taiwncal.h" />
4082e5b6d6dSopenharmony_ci    <ClInclude Include="umsg_imp.h" />
4092e5b6d6dSopenharmony_ci    <ClInclude Include="utf16collationiterator.h" />
4102e5b6d6dSopenharmony_ci    <ClInclude Include="utf8collationiterator.h" />
4112e5b6d6dSopenharmony_ci    <ClInclude Include="vzone.h" />
4122e5b6d6dSopenharmony_ci    <ClInclude Include="windtfmt.h" />
4132e5b6d6dSopenharmony_ci    <ClInclude Include="winnmfmt.h" />
4142e5b6d6dSopenharmony_ci    <ClInclude Include="wintzimpl.h" />
4152e5b6d6dSopenharmony_ci    <ClInclude Include="zonemeta.h" />
4162e5b6d6dSopenharmony_ci    <ClInclude Include="zrule.h" />
4172e5b6d6dSopenharmony_ci    <ClInclude Include="ztrans.h" />
4182e5b6d6dSopenharmony_ci    <ClInclude Include="ucln_in.h" />
4192e5b6d6dSopenharmony_ci    <ClInclude Include="regexcmp.h" />
4202e5b6d6dSopenharmony_ci    <ClInclude Include="regexcst.h" />
4212e5b6d6dSopenharmony_ci    <ClInclude Include="regeximp.h" />
4222e5b6d6dSopenharmony_ci    <ClInclude Include="regexst.h" />
4232e5b6d6dSopenharmony_ci    <ClInclude Include="regextxt.h" />
4242e5b6d6dSopenharmony_ci    <ClInclude Include="anytrans.h" />
4252e5b6d6dSopenharmony_ci    <ClInclude Include="brktrans.h" />
4262e5b6d6dSopenharmony_ci    <ClInclude Include="casetrn.h" />
4272e5b6d6dSopenharmony_ci    <ClInclude Include="cpdtrans.h" />
4282e5b6d6dSopenharmony_ci    <ClInclude Include="esctrn.h" />
4292e5b6d6dSopenharmony_ci    <ClInclude Include="funcrepl.h" />
4302e5b6d6dSopenharmony_ci    <ClInclude Include="name2uni.h" />
4312e5b6d6dSopenharmony_ci    <ClInclude Include="nortrans.h" />
4322e5b6d6dSopenharmony_ci    <ClInclude Include="nultrans.h" />
4332e5b6d6dSopenharmony_ci    <ClInclude Include="quant.h" />
4342e5b6d6dSopenharmony_ci    <ClInclude Include="rbt.h" />
4352e5b6d6dSopenharmony_ci    <ClInclude Include="rbt_data.h" />
4362e5b6d6dSopenharmony_ci    <ClInclude Include="rbt_pars.h" />
4372e5b6d6dSopenharmony_ci    <ClInclude Include="rbt_rule.h" />
4382e5b6d6dSopenharmony_ci    <ClInclude Include="rbt_set.h" />
4392e5b6d6dSopenharmony_ci    <ClInclude Include="remtrans.h" />
4402e5b6d6dSopenharmony_ci    <ClInclude Include="strmatch.h" />
4412e5b6d6dSopenharmony_ci    <ClInclude Include="strrepl.h" />
4422e5b6d6dSopenharmony_ci    <ClInclude Include="titletrn.h" />
4432e5b6d6dSopenharmony_ci    <ClInclude Include="tolowtrn.h" />
4442e5b6d6dSopenharmony_ci    <ClInclude Include="toupptrn.h" />
4452e5b6d6dSopenharmony_ci    <ClInclude Include="transreg.h" />
4462e5b6d6dSopenharmony_ci    <ClInclude Include="tridpars.h" />
4472e5b6d6dSopenharmony_ci    <ClInclude Include="unesctrn.h" />
4482e5b6d6dSopenharmony_ci    <ClInclude Include="uni2name.h" />
4492e5b6d6dSopenharmony_ci    <ClInclude Include="csdetect.h" />
4502e5b6d6dSopenharmony_ci    <ClInclude Include="csmatch.h" />
4512e5b6d6dSopenharmony_ci    <ClInclude Include="csr2022.h" />
4522e5b6d6dSopenharmony_ci    <ClInclude Include="csrecog.h" />
4532e5b6d6dSopenharmony_ci    <ClInclude Include="csrmbcs.h" />
4542e5b6d6dSopenharmony_ci    <ClInclude Include="csrsbcs.h" />
4552e5b6d6dSopenharmony_ci    <ClInclude Include="csrucode.h" />
4562e5b6d6dSopenharmony_ci    <ClInclude Include="csrutf8.h" />
4572e5b6d6dSopenharmony_ci    <ClInclude Include="inputext.h" />
4582e5b6d6dSopenharmony_ci    <ClInclude Include="scriptset.h" />
4592e5b6d6dSopenharmony_ci    <ClInclude Include="uspoof_conf.h" />
4602e5b6d6dSopenharmony_ci    <ClInclude Include="uspoof_impl.h" />
4612e5b6d6dSopenharmony_ci    <ClInclude Include="number_affixutils.h" />
4622e5b6d6dSopenharmony_ci    <ClInclude Include="number_asformat.h" />
4632e5b6d6dSopenharmony_ci    <ClInclude Include="number_compact.h" />
4642e5b6d6dSopenharmony_ci    <ClInclude Include="number_decimalquantity.h" />
4652e5b6d6dSopenharmony_ci    <ClInclude Include="number_decimfmtprops.h" />
4662e5b6d6dSopenharmony_ci    <ClInclude Include="number_decnum.h" />
4672e5b6d6dSopenharmony_ci    <ClInclude Include="number_formatimpl.h" />
4682e5b6d6dSopenharmony_ci    <ClInclude Include="number_longnames.h" />
4692e5b6d6dSopenharmony_ci    <ClInclude Include="number_microprops.h" />
4702e5b6d6dSopenharmony_ci    <ClInclude Include="number_modifiers.h" />
4712e5b6d6dSopenharmony_ci    <ClInclude Include="number_patternmodifier.h" />
4722e5b6d6dSopenharmony_ci    <ClInclude Include="number_patternstring.h" />
4732e5b6d6dSopenharmony_ci    <ClInclude Include="number_roundingutils.h" />
4742e5b6d6dSopenharmony_ci    <ClInclude Include="number_scientific.h" />
4752e5b6d6dSopenharmony_ci    <ClInclude Include="formatted_string_builder.h" />
4762e5b6d6dSopenharmony_ci    <ClInclude Include="number_types.h" />
4772e5b6d6dSopenharmony_ci    <ClInclude Include="number_usageprefs.h" />
4782e5b6d6dSopenharmony_ci    <ClInclude Include="number_utypes.h" />
4792e5b6d6dSopenharmony_ci    <ClInclude Include="number_utils.h" />
4802e5b6d6dSopenharmony_ci    <ClInclude Include="number_mapper.h" />
4812e5b6d6dSopenharmony_ci    <ClInclude Include="number_multiplier.h" />
4822e5b6d6dSopenharmony_ci    <ClInclude Include="number_currencysymbols.h" />
4832e5b6d6dSopenharmony_ci    <ClInclude Include="number_skeletons.h" />
4842e5b6d6dSopenharmony_ci    <ClInclude Include="number_symbolswrapper.h" />
4852e5b6d6dSopenharmony_ci    <ClInclude Include="string_segment.h" />
4862e5b6d6dSopenharmony_ci    <ClInclude Include="numparse_impl.h" />
4872e5b6d6dSopenharmony_ci    <ClInclude Include="numparse_symbols.h" />
4882e5b6d6dSopenharmony_ci    <ClInclude Include="numparse_decimal.h" />
4892e5b6d6dSopenharmony_ci    <ClInclude Include="numparse_scientific.h" />
4902e5b6d6dSopenharmony_ci    <ClInclude Include="numparse_currency.h" />
4912e5b6d6dSopenharmony_ci    <ClInclude Include="numparse_affixes.h" />
4922e5b6d6dSopenharmony_ci    <ClInclude Include="numparse_compositions.h" />
4932e5b6d6dSopenharmony_ci    <ClInclude Include="numparse_validators.h" />
4942e5b6d6dSopenharmony_ci    <ClInclude Include="numparse_types.h" />
4952e5b6d6dSopenharmony_ci    <ClInclude Include="numparse_utils.h" />
4962e5b6d6dSopenharmony_ci    <ClInclude Include="numrange_impl.h" />
4972e5b6d6dSopenharmony_ci    <ClInclude Include="formattedval_impl.h" />
4982e5b6d6dSopenharmony_ci    <ClInclude Include="units_complexconverter.h" />
4992e5b6d6dSopenharmony_ci    <ClInclude Include="units_converter.h" />
5002e5b6d6dSopenharmony_ci    <ClInclude Include="units_data.h" />
5012e5b6d6dSopenharmony_ci    <ClInclude Include="units_router.h" />
5022e5b6d6dSopenharmony_ci  </ItemGroup>
5032e5b6d6dSopenharmony_ci  <ItemGroup>
5042e5b6d6dSopenharmony_ci    <ResourceCompile Include="i18n.rc" />
5052e5b6d6dSopenharmony_ci  </ItemGroup>
5062e5b6d6dSopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
5072e5b6d6dSopenharmony_ci  <!-- The following import will copy all of the header files from this projects 'unicode' folder. -->
5082e5b6d6dSopenharmony_ci  <Import Project="$(SolutionDir)\Windows.CopyUnicodeHeaderFiles.targets" />
5092e5b6d6dSopenharmony_ci  <ImportGroup Label="ExtensionTargets">
5102e5b6d6dSopenharmony_ci  </ImportGroup>
5112e5b6d6dSopenharmony_ci</Project>
512