| <?xml version="1.0" encoding="utf-8"?> |
| <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| <ItemGroup Label="ProjectConfigurations"> |
| <ProjectConfiguration Include="Debug|Win32"> |
| <Configuration>Debug</Configuration> |
| <Platform>Win32</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Debug|x64"> |
| <Configuration>Debug</Configuration> |
| <Platform>x64</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Debug|ARM"> |
| <Configuration>Debug</Configuration> |
| <Platform>ARM</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Debug|ARM64"> |
| <Configuration>Debug</Configuration> |
| <Platform>ARM64</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Release|Win32"> |
| <Configuration>Release</Configuration> |
| <Platform>Win32</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Release|x64"> |
| <Configuration>Release</Configuration> |
| <Platform>x64</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Release|ARM"> |
| <Configuration>Release</Configuration> |
| <Platform>ARM</Platform> |
| </ProjectConfiguration> |
| <ProjectConfiguration Include="Release|ARM64"> |
| <Configuration>Release</Configuration> |
| <Platform>ARM64</Platform> |
| </ProjectConfiguration> |
| </ItemGroup> |
| <PropertyGroup Label="Globals"> |
| <ProjectGuid>{C10CF34B-3F79-430E-AD38-5A32DC0589C2}</ProjectGuid> |
| <Keyword>DynamicLibrary</Keyword> |
| <DefaultLanguage>en-US</DefaultLanguage> |
| </PropertyGroup> |
| <PropertyGroup Label="Configuration"> |
| <ConfigurationType>DynamicLibrary</ConfigurationType> |
| <UseOfMfc>false</UseOfMfc> |
| <CharacterSet>MultiByte</CharacterSet> |
| </PropertyGroup> |
| <!-- The following import will include the UWP configuration options for VS projects. --> |
| <Import Project="..\allinone\Build.Windows.UWP.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.Default.props" /> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| <ImportGroup Label="ExtensionSettings"> |
| </ImportGroup> |
| <PropertyGroup Label="UserMacros" /> |
| <PropertyGroup> |
| <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| <OutDir>.\$(Platform)\$(Configuration)UWP\</OutDir> |
| <IntDir>.\$(Platform)\$(Configuration)UWP\</IntDir> |
| <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. --> |
| <OutDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)UWP\</OutDir> |
| <IntDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)UWP\</IntDir> |
| <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation --> |
| <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental> |
| <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental> |
| </PropertyGroup> |
| <ItemDefinitionGroup> |
| <!-- Options that are common to *all* configurations --> |
| <Midl> |
| <MkTypLibCompatible>true</MkTypLibCompatible> |
| <SuppressStartupBanner>true</SuppressStartupBanner> |
| <TypeLibraryName>$(OutDir)\icuuc.tlb</TypeLibraryName> |
| </Midl> |
| <ClCompile> |
| <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| <!-- U_DISABLE_RENAMING --> |
| <!-- U_HIDE_DRAFT_API & U_HIDE_DEPRECATED_API --> |
| <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;_CRT_SECURE_NO_DEPRECATE;U_COMMON_IMPLEMENTATION;U_PLATFORM_USES_ONLY_WIN32_API=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <StringPooling>true</StringPooling> |
| <ExceptionHandling> |
| </ExceptionHandling> |
| <FunctionLevelLinking>true</FunctionLevelLinking> |
| <DisableLanguageExtensions>false</DisableLanguageExtensions> |
| <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
| <WarningLevel>Level3</WarningLevel> |
| <SuppressStartupBanner>true</SuppressStartupBanner> |
| <CompileAs>Default</CompileAs> |
| <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| <CompileAsWinRT>false</CompileAsWinRT> |
| <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
| <PrecompiledHeaderOutputFile>$(OutDir)/icuuc.pch</PrecompiledHeaderOutputFile> |
| <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation> |
| <ObjectFileName>$(OutDir)/</ObjectFileName> |
| <ProgramDataBaseFileName>$(OutDir)/icuuc.pdb</ProgramDataBaseFileName> |
| <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| </ClCompile> |
| <ResourceCompile> |
| <Culture>0x0409</Culture> |
| <AdditionalIncludeDirectories>../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| </ResourceCompile> |
| <Link> |
| <SuppressStartupBanner>true</SuppressStartupBanner> |
| <GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
| <RandomizedBaseAddress>true</RandomizedBaseAddress> |
| <DataExecutionPrevention> |
| </DataExecutionPrevention> |
| <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration> |
| <IgnoreSpecificDefaultLibraries>vccorlib.lib;msvcrt.lib</IgnoreSpecificDefaultLibraries> |
| <!-- The icudt.lib is for U_ICUDATA_ENTRY_POINT --> |
| <AdditionalDependencies>icudt.lib;onecore.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> |
| <!-- Options that are common to all 'Release' configurations --> |
| <Midl> |
| <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| </Midl> |
| <ClCompile> |
| <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| </ClCompile> |
| <ResourceCompile> |
| <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| </ResourceCompile> |
| <Link> |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| <AdditionalDependencies>vccorlib.lib;msvcrt.lib;vcruntime.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| <OutputFile>..\..\$(IcuBinOutputDir)\icuuc68.dll</OutputFile> |
| <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuuc.pdb</ProgramDatabaseFile> |
| <ImportLibrary>..\..\$(IcuLibOutputDir)\icuuc.lib</ImportLibrary> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> |
| <!-- Options that are common to all 'Debug' configurations --> |
| <Midl> |
| <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| </Midl> |
| <ClCompile> |
| <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| <Optimization>Disabled</Optimization> |
| <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| <BufferSecurityCheck>true</BufferSecurityCheck> |
| </ClCompile> |
| <ResourceCompile> |
| <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| </ResourceCompile> |
| <Link> |
| <GenerateDebugInformation>true</GenerateDebugInformation> |
| <AdditionalDependencies>vccorlibd.lib;msvcrtd.lib;vcruntimed.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| <OutputFile>..\..\$(IcuBinOutputDir)\icuuc68d.dll</OutputFile> |
| <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuucd.pdb</ProgramDatabaseFile> |
| <ImportLibrary>..\..\$(IcuLibOutputDir)\icuucd.lib</ImportLibrary> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Platform)'=='Win32'"> |
| <!-- Options that are common to all 32-bit configurations --> |
| <Midl> |
| <TargetEnvironment>Win32</TargetEnvironment> |
| </Midl> |
| <ClCompile> |
| <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| </ClCompile> |
| <Link> |
| <!-- This is so that we can use the existing stubdata icudt.lib and not need a UWP version. --> |
| <AdditionalLibraryDirectories>.\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Platform)'=='x64'"> |
| <!-- Options that are common to all 64-bit configurations --> |
| <Midl> |
| <TargetEnvironment>X64</TargetEnvironment> |
| </Midl> |
| <ClCompile> |
| <PreprocessorDefinitions>WIN64;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| </ClCompile> |
| <Link> |
| <TargetMachine>MachineX64</TargetMachine> |
| <!-- This is so that we can use the existing stubdata icudt.lib and not need a UWP version. --> |
| <AdditionalLibraryDirectories>.\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Platform)'=='ARM'"> |
| <!-- Options that are common to all ARM configurations --> |
| <Midl> |
| <TargetEnvironment>ARM</TargetEnvironment> |
| </Midl> |
| <ClCompile> |
| <PreprocessorDefinitions>ARM;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| </ClCompile> |
| <Link> |
| <TargetMachine>MachineARM</TargetMachine> |
| <!-- This is so that we can use the existing stubdata icudt.lib and not need a UWP version. --> |
| <AdditionalLibraryDirectories>.\..\..\libARM;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemDefinitionGroup Condition="'$(Platform)'=='ARM64'"> |
| <!-- Options that are common to all ARM64 configurations --> |
| <Midl> |
| <TargetEnvironment>ARM64</TargetEnvironment> |
| </Midl> |
| <ClCompile> |
| <PreprocessorDefinitions>ARM64;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| </ClCompile> |
| <Link> |
| <TargetMachine>MachineARM64</TargetMachine> |
| <!-- This is so that we can use the existing stubdata icudt.lib and not need a UWP version. --> |
| <AdditionalLibraryDirectories>.\..\..\libARM64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
| </Link> |
| </ItemDefinitionGroup> |
| <ItemGroup> |
| <ClCompile Include="edits.cpp" /> |
| <ClCompile Include="filteredbrk.cpp" /> |
| <ClCompile Include="ubidi.cpp" /> |
| <ClCompile Include="ubidi_props.cpp" /> |
| <ClCompile Include="ubiditransform.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="localebuilder.cpp" /> |
| <ClCompile Include="localematcher.cpp" /> |
| <ClCompile Include="localeprioritylist.cpp" /> |
| <ClCompile Include="locavailable.cpp" /> |
| <ClCompile Include="locbased.cpp" /> |
| <ClCompile Include="locdispnames.cpp" /> |
| <ClCompile Include="locdistance.cpp" /> |
| <ClCompile Include="locdspnm.cpp" /> |
| <ClCompile Include="locid.cpp" /> |
| <ClCompile Include="loclikely.cpp" /> |
| <ClCompile Include="loclikelysubtags.cpp" /> |
| <ClCompile Include="locresdata.cpp" /> |
| <ClCompile Include="locutil.cpp" /> |
| <ClCompile Include="lsr.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="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="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="ucptrie.cpp" /> |
| <ClCompile Include="uchriter.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" /> |
| <ClCompile Include="restrace.cpp" /> |
| </ItemGroup> |
| <ItemGroup> |
| <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="localeprioritylist.h" /> |
| <ClInclude Include="locbased.h" /> |
| <ClInclude Include="locdistance.h" /> |
| <ClInclude Include="charstrmap.h" /> |
| <ClInclude Include="uniquecharstr.h" /> |
| <ClInclude Include="loclikelysubtags.h" /> |
| <ClInclude Include="locutil.h" /> |
| <ClInclude Include="lsr.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="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="restrace.h" /> |
| </ItemGroup> |
| <ItemGroup> |
| <ResourceCompile Include="common.rc" /> |
| </ItemGroup> |
| <Target Name="Build" Condition="'$(SkipUWP)'=='true'"> |
| <Message Text="Skipping building the UWP project: $(MSBuildThisFile)" Importance="high" /> |
| </Target> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" Condition="'$(SkipUWP)'!='true'" /> |
| <ImportGroup Label="ExtensionTargets"> |
| </ImportGroup> |
| </Project> |