461 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			461 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}</ProjectGuid>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Label="Configuration">
 | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType>
 | |
|     <UseOfMfc>false</UseOfMfc>
 | |
|     <CharacterSet>MultiByte</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|     <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <!-- The following import will include the 'default' configuration options for VS projects. -->
 | |
|   <Import Project="..\allinone\Build.Windows.ProjectConfiguration.props" />
 | |
|   <!-- The following import will include the library configuration options for VS projects. -->
 | |
|   <Import Project="..\allinone\Build.Windows.Library.ProjectConfiguration.props" />
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | |
|   <ImportGroup Label="ExtensionSettings">
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
 | |
|   </ImportGroup>
 | |
|   <PropertyGroup Label="UserMacros" />
 | |
|   <PropertyGroup>
 | |
|     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 | |
|     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\lib\</OutDir>
 | |
|     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
 | |
|     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
 | |
|     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\lib\</OutDir>
 | |
|     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
 | |
|     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
 | |
|     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
 | |
|     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
 | |
|     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
 | |
|     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
 | |
|     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
 | |
|     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
 | |
|   </PropertyGroup>
 | |
|   <!-- Options that are common to *all* "common" project configurations -->
 | |
|   <ItemDefinitionGroup>
 | |
|     <ClCompile>
 | |
|       <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;U_COMMON_IMPLEMENTATION;U_PLATFORM_USES_ONLY_WIN32_API=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <DisableLanguageExtensions>false</DisableLanguageExtensions>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>icudt.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <BaseAddress>0x4a800000</BaseAddress>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <!-- Options that are common to all 'Debug' project configurations -->
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
 | |
|     <ClCompile>
 | |
|       <PreprocessorDefinitions>RBBI_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <BrowseInformation>true</BrowseInformation>
 | |
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|   </ItemDefinitionGroup>
 | |
|   <!-- Options that are common to all 'Release' project configurations -->
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
 | |
|     <ClCompile>
 | |
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | |
|       <FunctionLevelLinking>true</FunctionLevelLinking>
 | |
|     </ClCompile>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <Midl>
 | |
|       <TypeLibraryName>.\..\..\lib\icuuc.tlb</TypeLibraryName>
 | |
|     </Midl>
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeaderOutputFile>.\x86\Release/common.pch</PrecompiledHeaderOutputFile>
 | |
|       <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
 | |
|       <ObjectFileName>.\x86\Release/</ObjectFileName>
 | |
|       <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <OutputFile>..\..\bin\icuuc64.dll</OutputFile>
 | |
|       <AdditionalLibraryDirectories>.\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|       <ProgramDatabaseFile>.\..\..\lib\icuuc.pdb</ProgramDatabaseFile>
 | |
|       <DataExecutionPrevention>
 | |
|       </DataExecutionPrevention>
 | |
|       <ImportLibrary>..\..\lib\icuuc.lib</ImportLibrary>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <Midl>
 | |
|       <TypeLibraryName>.\..\..\lib\icuucd.tlb</TypeLibraryName>
 | |
|     </Midl>
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeaderOutputFile>.\x86\Debug/common.pch</PrecompiledHeaderOutputFile>
 | |
|       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
 | |
|       <ObjectFileName>.\x86\Debug/</ObjectFileName>
 | |
|       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
 | |
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <OutputFile>..\..\bin\icuuc64d.dll</OutputFile>
 | |
|       <AdditionalLibraryDirectories>.\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|       <ProgramDatabaseFile>.\..\..\lib\icuucd.pdb</ProgramDatabaseFile>
 | |
|       <DataExecutionPrevention>
 | |
|       </DataExecutionPrevention>
 | |
|       <ImportLibrary>..\..\lib\icuucd.lib</ImportLibrary>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <Midl>
 | |
|       <TypeLibraryName>.\..\..\lib64\icuuc.tlb</TypeLibraryName>
 | |
|     </Midl>
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeaderOutputFile>.\x64\Release/common.pch</PrecompiledHeaderOutputFile>
 | |
|       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
 | |
|       <ObjectFileName>.\x64\Release/</ObjectFileName>
 | |
|       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <OutputFile>..\..\bin64\icuuc64.dll</OutputFile>
 | |
|       <AdditionalLibraryDirectories>.\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|       <ProgramDatabaseFile>.\..\..\lib64\icuuc.pdb</ProgramDatabaseFile>
 | |
|       <ImportLibrary>..\..\lib64\icuuc.lib</ImportLibrary>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <Midl>
 | |
|       <TypeLibraryName>.\..\..\lib64\icuucd.tlb</TypeLibraryName>
 | |
|     </Midl>
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeaderOutputFile>.\x64\Debug/common.pch</PrecompiledHeaderOutputFile>
 | |
|       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
 | |
|       <ObjectFileName>.\x64\Debug/</ObjectFileName>
 | |
|       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
 | |
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <OutputFile>..\..\bin64\icuuc64d.dll</OutputFile>
 | |
|       <AdditionalLibraryDirectories>.\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
 | |
|       <ProgramDatabaseFile>.\..\..\lib64\icuucd.pdb</ProgramDatabaseFile>
 | |
|       <ImportLibrary>..\..\lib64\icuucd.lib</ImportLibrary>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="filteredbrk.cpp" />
 | |
|     <ClCompile Include="ubidi.cpp" />
 | |
|     <ClCompile Include="ubiditransform.cpp" />
 | |
|     <ClCompile Include="ubidi_props.cpp" />
 | |
|     <ClCompile Include="ubidiln.cpp" />
 | |
|     <ClCompile Include="ubidiwrt.cpp" />
 | |
|     <ClCompile Include="uloc_keytype.cpp" />
 | |
|     <ClCompile Include="ushape.cpp" />
 | |
|     <ClCompile Include="brkeng.cpp" />
 | |
|     <ClCompile Include="brkiter.cpp" />
 | |
|     <ClCompile Include="dictbe.cpp" />
 | |
|     <ClCompile Include="pluralmap.cpp" />
 | |
|     <ClCompile Include="rbbi.cpp" />
 | |
|     <ClCompile Include="rbbidata.cpp" />
 | |
|     <ClCompile Include="rbbinode.cpp" />
 | |
|     <ClCompile Include="rbbirb.cpp" />
 | |
|     <ClCompile Include="rbbiscan.cpp" />
 | |
|     <ClCompile Include="rbbisetb.cpp" />
 | |
|     <ClCompile Include="rbbistbl.cpp" />
 | |
|     <ClCompile Include="rbbitblb.cpp" />
 | |
|     <ClCompile Include="rbbi_cache.cpp" />
 | |
|     <ClCompile Include="dictionarydata.cpp" />
 | |
|     <ClCompile Include="ubrk.cpp" />
 | |
|     <ClCompile Include="ucol_swp.cpp" />
 | |
|     <ClCompile Include="propsvec.cpp" />
 | |
|     <ClCompile Include="uarrsort.cpp" />
 | |
|     <ClCompile Include="uenum.cpp" />
 | |
|     <ClCompile Include="uhash.cpp" />
 | |
|     <ClCompile Include="uhash_us.cpp" />
 | |
|     <ClCompile Include="ulist.cpp" />
 | |
|     <ClCompile Include="ustack.cpp" />
 | |
|     <ClCompile Include="ustrenum.cpp" />
 | |
|     <ClCompile Include="utrie.cpp" />
 | |
|     <ClCompile Include="utrie_swap.cpp" />
 | |
|     <ClCompile Include="utrie2.cpp" />
 | |
|     <ClCompile Include="utrie2_builder.cpp" />
 | |
|     <ClCompile Include="uvector.cpp" />
 | |
|     <ClCompile Include="uvectr32.cpp" />
 | |
|     <ClCompile Include="uvectr64.cpp" />
 | |
|     <ClCompile Include="errorcode.cpp" />
 | |
|     <ClCompile Include="icudataver.cpp" />
 | |
|     <ClCompile Include="locmap.cpp" />
 | |
|     <ClCompile Include="putil.cpp" />
 | |
|     <ClCompile Include="umath.cpp" />
 | |
|     <ClCompile Include="umutex.cpp" />
 | |
|     <ClCompile Include="utrace.cpp" />
 | |
|     <ClCompile Include="utypes.cpp" />
 | |
|     <ClCompile Include="wintz.cpp" />
 | |
|     <ClCompile Include="ucnv.cpp" />
 | |
|     <ClCompile Include="ucnv2022.cpp" />
 | |
|     <ClCompile Include="ucnv_bld.cpp" />
 | |
|     <ClCompile Include="ucnv_cb.cpp" />
 | |
|     <ClCompile Include="ucnv_cnv.cpp" />
 | |
|     <ClCompile Include="ucnv_ct.cpp" />
 | |
|     <ClCompile Include="ucnv_err.cpp" />
 | |
|     <ClCompile Include="ucnv_ext.cpp" />
 | |
|     <ClCompile Include="ucnv_io.cpp" />
 | |
|     <ClCompile Include="ucnv_lmb.cpp" />
 | |
|     <ClCompile Include="ucnv_set.cpp" />
 | |
|     <ClCompile Include="ucnv_u16.cpp" />
 | |
|     <ClCompile Include="ucnv_u32.cpp" />
 | |
|     <ClCompile Include="ucnv_u7.cpp" />
 | |
|     <ClCompile Include="ucnv_u8.cpp" />
 | |
|     <ClCompile Include="ucnvbocu.cpp" />
 | |
|     <ClCompile Include="ucnvdisp.cpp" />
 | |
|     <ClCompile Include="ucnvhz.cpp" />
 | |
|     <ClCompile Include="ucnvisci.cpp" />
 | |
|     <ClCompile Include="ucnvlat1.cpp" />
 | |
|     <ClCompile Include="ucnvmbcs.cpp" />
 | |
|     <ClCompile Include="ucnvscsu.cpp" />
 | |
|     <ClCompile Include="ucnvsel.cpp" />
 | |
|     <ClCompile Include="cmemory.cpp" />
 | |
|     <ClCompile Include="ucln_cmn.cpp" />
 | |
|     <ClCompile Include="ucmndata.cpp" />
 | |
|     <ClCompile Include="udata.cpp" />
 | |
|     <ClCompile Include="udatamem.cpp" />
 | |
|     <ClCompile Include="udataswp.cpp" />
 | |
|     <ClCompile Include="uinit.cpp" />
 | |
|     <ClCompile Include="umapfile.cpp" />
 | |
|     <ClCompile Include="uobject.cpp" />
 | |
|     <ClCompile Include="dtintrv.cpp" />
 | |
|     <ClCompile Include="parsepos.cpp" />
 | |
|     <ClCompile Include="ustrfmt.cpp" />
 | |
|     <ClCompile Include="util.cpp" />
 | |
|     <ClCompile Include="util_props.cpp" />
 | |
|     <ClCompile Include="punycode.cpp" />
 | |
|     <ClCompile Include="uidna.cpp" />
 | |
|     <ClCompile Include="uts46.cpp" />
 | |
|     <ClCompile Include="locavailable.cpp" />
 | |
|     <ClCompile Include="locbased.cpp" />
 | |
|     <ClCompile Include="locdispnames.cpp" />
 | |
|     <ClCompile Include="locdspnm.cpp" />
 | |
|     <ClCompile Include="locid.cpp" />
 | |
|     <ClCompile Include="loclikely.cpp" />
 | |
|     <ClCompile Include="locresdata.cpp" />
 | |
|     <ClCompile Include="locutil.cpp" />
 | |
|     <ClCompile Include="resbund.cpp" />
 | |
|     <ClCompile Include="resbund_cnv.cpp" />
 | |
|     <ClCompile Include="ucat.cpp" />
 | |
|     <ClCompile Include="uloc.cpp" />
 | |
|     <ClCompile Include="uloc_tag.cpp" />
 | |
|     <ClCompile Include="ures_cnv.cpp" />
 | |
|     <ClCompile Include="uresbund.cpp" />
 | |
|     <ClCompile Include="uresdata.cpp" />
 | |
|     <ClCompile Include="resource.cpp" />
 | |
|     <ClCompile Include="ucurr.cpp" />
 | |
|     <ClCompile Include="localebuilder.cpp" />
 | |
|     <ClCompile Include="caniter.cpp" />
 | |
|     <ClCompile Include="filterednormalizer2.cpp" />
 | |
|     <ClCompile Include="loadednormalizer2impl.cpp" />
 | |
|     <ClCompile Include="normalizer2.cpp" />
 | |
|     <ClCompile Include="normalizer2impl.cpp" />
 | |
|     <ClCompile Include="normlzr.cpp" />
 | |
|     <ClCompile Include="unorm.cpp" />
 | |
|     <ClCompile Include="unormcmp.cpp" />
 | |
|     <ClCompile Include="bmpset.cpp" />
 | |
|     <ClCompile Include="patternprops.cpp" />
 | |
|     <ClCompile Include="propname.cpp" />
 | |
|     <ClCompile Include="ruleiter.cpp" />
 | |
|     <ClCompile Include="ucase.cpp" />
 | |
|     <ClCompile Include="uchar.cpp" />
 | |
|     <ClCompile Include="characterproperties.cpp" />
 | |
|     <ClCompile Include="unames.cpp" />
 | |
|     <ClCompile Include="unifiedcache.cpp" />
 | |
|     <ClCompile Include="unifilt.cpp" />
 | |
|     <ClCompile Include="unifunct.cpp" />
 | |
|     <ClCompile Include="uniset.cpp" />
 | |
|     <ClCompile Include="uniset_closure.cpp" />
 | |
|     <ClCompile Include="uniset_props.cpp" />
 | |
|     <ClCompile Include="unisetspan.cpp" />
 | |
|     <ClCompile Include="uprops.cpp" />
 | |
|     <ClCompile Include="usc_impl.cpp" />
 | |
|     <ClCompile Include="uscript.cpp" />
 | |
|     <ClCompile Include="uscript_props.cpp" />
 | |
|     <ClCompile Include="uset.cpp" />
 | |
|     <ClCompile Include="uset_props.cpp" />
 | |
|     <ClCompile Include="usetiter.cpp" />
 | |
|     <ClCompile Include="icuplug.cpp" />
 | |
|     <ClCompile Include="serv.cpp" />
 | |
|     <ClCompile Include="servlk.cpp" />
 | |
|     <ClCompile Include="servlkf.cpp" />
 | |
|     <ClCompile Include="servls.cpp" />
 | |
|     <ClCompile Include="servnotf.cpp" />
 | |
|     <ClCompile Include="servrbf.cpp" />
 | |
|     <ClCompile Include="servslkf.cpp" />
 | |
|     <ClCompile Include="usprep.cpp" />
 | |
|     <ClCompile Include="appendable.cpp" />
 | |
|     <ClCompile Include="bytesinkutil.cpp" />
 | |
|     <ClCompile Include="bytestream.cpp" />
 | |
|     <ClCompile Include="bytestrie.cpp" />
 | |
|     <ClCompile Include="bytestriebuilder.cpp" />
 | |
|     <ClCompile Include="bytestrieiterator.cpp" />
 | |
|     <ClCompile Include="chariter.cpp" />
 | |
|     <ClCompile Include="charstr.cpp" />
 | |
|     <ClCompile Include="cstring.cpp" />
 | |
|     <ClCompile Include="cstr.cpp" />
 | |
|     <ClCompile Include="cwchar.cpp" />
 | |
|     <ClCompile Include="edits.cpp" />
 | |
|     <ClCompile Include="messagepattern.cpp" />
 | |
|     <ClCompile Include="schriter.cpp" />
 | |
|     <ClCompile Include="stringpiece.cpp" />
 | |
|     <ClCompile Include="stringtriebuilder.cpp" />
 | |
|     <ClCompile Include="simpleformatter.cpp" />
 | |
|     <ClCompile Include="ucasemap.cpp" />
 | |
|     <ClCompile Include="ucasemap_titlecase_brkiter.cpp" />
 | |
|     <ClCompile Include="ucharstrie.cpp" />
 | |
|     <ClCompile Include="ucharstriebuilder.cpp" />
 | |
|     <ClCompile Include="ucharstrieiterator.cpp" />
 | |
|     <ClCompile Include="uchriter.cpp" />
 | |
|     <ClCompile Include="ucptrie.cpp" />
 | |
|     <ClCompile Include="uinvchar.cpp" />
 | |
|     <ClCompile Include="uiter.cpp" />
 | |
|     <ClCompile Include="umutablecptrie.cpp" />
 | |
|     <ClCompile Include="unistr.cpp" />
 | |
|     <ClCompile Include="unistr_case.cpp" />
 | |
|     <ClCompile Include="unistr_case_locale.cpp" />
 | |
|     <ClCompile Include="unistr_cnv.cpp" />
 | |
|     <ClCompile Include="unistr_props.cpp" />
 | |
|     <ClCompile Include="unistr_titlecase_brkiter.cpp" />
 | |
|     <ClCompile Include="ustr_cnv.cpp" />
 | |
|     <ClCompile Include="ustr_titlecase_brkiter.cpp" />
 | |
|     <ClCompile Include="ustr_wcs.cpp" />
 | |
|     <ClCompile Include="ustrcase.cpp" />
 | |
|     <ClCompile Include="ustrcase_locale.cpp" />
 | |
|     <ClCompile Include="ustring.cpp" />
 | |
|     <ClCompile Include="ustrtrns.cpp" />
 | |
|     <ClCompile Include="utext.cpp" />
 | |
|     <ClCompile Include="utf_impl.cpp" />
 | |
|     <ClCompile Include="static_unicode_sets.cpp" />
 | |
|     <ClInclude Include="localsvc.h" />
 | |
|     <ClInclude Include="msvcres.h" />
 | |
|     <ClInclude Include="pluralmap.h" />
 | |
|     <ClInclude Include="propname_data.h" />
 | |
|     <ClInclude Include="ubidi_props.h" />
 | |
|     <ClInclude Include="ubidiimp.h" />
 | |
|     <ClInclude Include="brkeng.h" />
 | |
|     <ClInclude Include="dictbe.h" />
 | |
|     <ClInclude Include="rbbidata.h" />
 | |
|     <ClInclude Include="rbbinode.h" />
 | |
|     <ClInclude Include="rbbirb.h" />
 | |
|     <ClInclude Include="rbbirpt.h" />
 | |
|     <ClInclude Include="rbbiscan.h" />
 | |
|     <ClInclude Include="rbbisetb.h" />
 | |
|     <ClInclude Include="rbbitblb.h" />
 | |
|     <ClInclude Include="rbbi_cache.h" />
 | |
|     <ClInclude Include="dictionarydata.h" />
 | |
|     <ClInclude Include="ubidi_props_data.h" />
 | |
|     <ClInclude Include="ubrkimpl.h" />
 | |
|     <ClInclude Include="ucase_props_data.h" />
 | |
|     <ClInclude Include="uchar_props_data.h" />
 | |
|     <ClInclude Include="ucol_data.h" />
 | |
|     <ClInclude Include="ucol_swp.h" />
 | |
|     <ClInclude Include="unicode\ubiditransform.h" />
 | |
|     <ClInclude Include="unistrappender.h" />
 | |
|     <ClInclude Include="hash.h" />
 | |
|     <ClInclude Include="propsvec.h" />
 | |
|     <ClInclude Include="uarrsort.h" />
 | |
|     <ClInclude Include="uelement.h" />
 | |
|     <ClInclude Include="uenumimp.h" />
 | |
|     <ClInclude Include="uhash.h" />
 | |
|     <ClInclude Include="ulist.h" />
 | |
|     <ClInclude Include="unicode\filteredbrk.h" />
 | |
|     <ClInclude Include="ustrenum.h" />
 | |
|     <ClInclude Include="utrie.h" />
 | |
|     <ClInclude Include="utrie2.h" />
 | |
|     <ClInclude Include="utrie2_impl.h" />
 | |
|     <ClInclude Include="utypeinfo.h" />
 | |
|     <ClInclude Include="uvector.h" />
 | |
|     <ClInclude Include="uvectr32.h" />
 | |
|     <ClInclude Include="uvectr64.h" />
 | |
|     <ClInclude Include="cpputils.h" />
 | |
|     <ClInclude Include="locmap.h" />
 | |
|     <ClInclude Include="mutex.h" />
 | |
|     <ClInclude Include="putilimp.h" />
 | |
|     <ClInclude Include="uassert.h" />
 | |
|     <ClInclude Include="umutex.h" />
 | |
|     <ClInclude Include="uposixdefs.h" />
 | |
|     <ClInclude Include="utracimp.h" />
 | |
|     <ClInclude Include="wintz.h" />
 | |
|     <ClInclude Include="ucnv_bld.h" />
 | |
|     <ClInclude Include="ucnv_cnv.h" />
 | |
|     <ClInclude Include="ucnv_ext.h" />
 | |
|     <ClInclude Include="ucnv_imp.h" />
 | |
|     <ClInclude Include="ucnv_io.h" />
 | |
|     <ClInclude Include="ucnvmbcs.h" />
 | |
|     <ClInclude Include="cmemory.h" />
 | |
|     <ClInclude Include="ucln.h" />
 | |
|     <ClInclude Include="ucln_cmn.h" />
 | |
|     <ClInclude Include="ucln_imp.h" />
 | |
|     <ClInclude Include="ucmndata.h" />
 | |
|     <ClInclude Include="udatamem.h" />
 | |
|     <ClInclude Include="udataswp.h" />
 | |
|     <ClInclude Include="umapfile.h" />
 | |
|     <ClInclude Include="ustrfmt.h" />
 | |
|     <ClInclude Include="util.h" />
 | |
|     <ClInclude Include="punycode.h" />
 | |
|     <ClInclude Include="locbased.h" />
 | |
|     <ClInclude Include="locutil.h" />
 | |
|     <ClInclude Include="sharedobject.h" />
 | |
|     <ClCompile Include="sharedobject.cpp" />
 | |
|     <ClInclude Include="ulocimp.h" />
 | |
|     <ClInclude Include="unifiedcache.h" />
 | |
|     <ClInclude Include="uresdata.h" />
 | |
|     <ClInclude Include="uresimp.h" />
 | |
|     <ClInclude Include="ureslocs.h" />
 | |
|     <ClInclude Include="resource.h" />
 | |
|     <ClInclude Include="ucurrimp.h" />
 | |
|     <ClInclude Include="norm2allmodes.h" />
 | |
|     <ClInclude Include="normalizer2impl.h" />
 | |
|     <ClInclude Include="unormimp.h" />
 | |
|     <ClInclude Include="bmpset.h" />
 | |
|     <ClInclude Include="messageimpl.h" />
 | |
|     <ClInclude Include="patternprops.h" />
 | |
|     <ClInclude Include="propname.h" />
 | |
|     <ClInclude Include="ruleiter.h" />
 | |
|     <ClInclude Include="ucase.h" />
 | |
|     <ClInclude Include="ulayout_props.h" />
 | |
|     <ClInclude Include="unisetspan.h" />
 | |
|     <ClInclude Include="uprops.h" />
 | |
|     <ClInclude Include="usc_impl.h" />
 | |
|     <ClInclude Include="uset_imp.h" />
 | |
|     <ClInclude Include="icuplugimp.h" />
 | |
|     <ClInclude Include="serv.h" />
 | |
|     <ClInclude Include="servloc.h" />
 | |
|     <ClInclude Include="servnotf.h" />
 | |
|     <ClInclude Include="sprpimpl.h" />
 | |
|     <ClInclude Include="bytesinkutil.h" />
 | |
|     <ClInclude Include="charstr.h" />
 | |
|     <ClInclude Include="cstring.h" />
 | |
|     <ClInclude Include="cstr.h" />
 | |
|     <ClInclude Include="cwchar.h" />
 | |
|     <ClInclude Include="ucasemap_imp.h" />
 | |
|     <ClInclude Include="uinvchar.h" />
 | |
|     <ClInclude Include="ustr_cnv.h" />
 | |
|     <ClInclude Include="ustr_imp.h" />
 | |
|     <ClInclude Include="static_unicode_sets.h" />
 | |
|     <ClInclude Include="capi_helper.h" />
 | |
|     <ClInclude Include="unicode\localebuilder.h" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ResourceCompile Include="common.rc" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <!-- The following import will copy all of the header files from this projects 'unicode' folder. -->
 | |
|   <Import Project="$(SolutionDir)\Windows.CopyUnicodeHeaderFiles.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project>
 |