Home | History | Annotate | Download | only in toolutil
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="Debug|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Debug|x64">
      9       <Configuration>Debug</Configuration>
     10       <Platform>x64</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Release|Win32">
     13       <Configuration>Release</Configuration>
     14       <Platform>Win32</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|x64">
     17       <Configuration>Release</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <ProjectGuid>{6B231032-3CB5-4EED-9210-810D666A23A0}</ProjectGuid>
     23     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
     24   </PropertyGroup>
     25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     27     <ConfigurationType>DynamicLibrary</ConfigurationType>
     28     <UseOfMfc>false</UseOfMfc>
     29     <CharacterSet>MultiByte</CharacterSet>
     30     <PlatformToolset>v140</PlatformToolset>
     31   </PropertyGroup>
     32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     33     <ConfigurationType>DynamicLibrary</ConfigurationType>
     34     <UseOfMfc>false</UseOfMfc>
     35     <CharacterSet>MultiByte</CharacterSet>
     36     <PlatformToolset>v140</PlatformToolset>
     37   </PropertyGroup>
     38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     39     <ConfigurationType>DynamicLibrary</ConfigurationType>
     40     <UseOfMfc>false</UseOfMfc>
     41     <CharacterSet>MultiByte</CharacterSet>
     42     <PlatformToolset>v140</PlatformToolset>
     43   </PropertyGroup>
     44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     45     <ConfigurationType>DynamicLibrary</ConfigurationType>
     46     <UseOfMfc>false</UseOfMfc>
     47     <CharacterSet>MultiByte</CharacterSet>
     48     <PlatformToolset>v140</PlatformToolset>
     49   </PropertyGroup>
     50   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     51   <ImportGroup Label="ExtensionSettings">
     52   </ImportGroup>
     53   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     54     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     55     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     56   </ImportGroup>
     57   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     59     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     60   </ImportGroup>
     61   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     63     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     64   </ImportGroup>
     65   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     67     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     68   </ImportGroup>
     69   <PropertyGroup Label="UserMacros" />
     70   <PropertyGroup>
     71     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     72     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\lib\</OutDir>
     73     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
     74     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
     75     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\lib\</OutDir>
     76     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
     77     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
     78     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
     79     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
     80     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
     81     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
     82     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
     83     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
     84   </PropertyGroup>
     85   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     86     <Midl>
     87       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     88       <MkTypLibCompatible>true</MkTypLibCompatible>
     89       <SuppressStartupBanner>true</SuppressStartupBanner>
     90       <TargetEnvironment>Win32</TargetEnvironment>
     91       <TypeLibraryName>.\..\..\..\lib\icutu.tlb</TypeLibraryName>
     92     </Midl>
     93     <ClCompile>
     94       <WholeProgramOptimization>true</WholeProgramOptimization>
     95       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     96       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     97       <StringPooling>true</StringPooling>
     98       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
     99       <FunctionLevelLinking>true</FunctionLevelLinking>
    100       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    101       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    102       <PrecompiledHeaderOutputFile>.\x86\Release/toolutil.pch</PrecompiledHeaderOutputFile>
    103       <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
    104       <ObjectFileName>.\x86\Release/</ObjectFileName>
    105       <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
    106       <WarningLevel>Level3</WarningLevel>
    107       <SuppressStartupBanner>true</SuppressStartupBanner>
    108       <CompileAs>Default</CompileAs>
    109       <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
    110     </ClCompile>
    111     <ResourceCompile>
    112       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    113       <Culture>0x0409</Culture>
    114     </ResourceCompile>
    115     <Link>
    116       <OutputFile>..\..\..\bin\icutu60.dll</OutputFile>
    117       <SuppressStartupBanner>true</SuppressStartupBanner>
    118       <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    119       <ProgramDatabaseFile>.\..\..\..\lib\icutu.pdb</ProgramDatabaseFile>
    120       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    121       <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
    122       <BaseAddress>0x4ac00000</BaseAddress>
    123       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    124       <DataExecutionPrevention>
    125       </DataExecutionPrevention>
    126       <ImportLibrary>..\..\..\lib\icutu.lib</ImportLibrary>
    127     </Link>
    128   </ItemDefinitionGroup>
    129   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    130     <Midl>
    131       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    132       <MkTypLibCompatible>true</MkTypLibCompatible>
    133       <SuppressStartupBanner>true</SuppressStartupBanner>
    134       <TargetEnvironment>Win32</TargetEnvironment>
    135       <TypeLibraryName>.\..\..\..\lib\icutud.tlb</TypeLibraryName>
    136     </Midl>
    137     <ClCompile>
    138       <Optimization>Disabled</Optimization>
    139       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    140       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    141       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    142       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    143       <BufferSecurityCheck>true</BufferSecurityCheck>
    144       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    145       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    146       <PrecompiledHeaderOutputFile>.\x86\Debug/toolutil.pch</PrecompiledHeaderOutputFile>
    147       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
    148       <ObjectFileName>.\x86\Debug/</ObjectFileName>
    149       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
    150       <WarningLevel>Level3</WarningLevel>
    151       <SuppressStartupBanner>true</SuppressStartupBanner>
    152       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    153       <CompileAs>Default</CompileAs>
    154       <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
    155     </ClCompile>
    156     <ResourceCompile>
    157       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    158       <Culture>0x0409</Culture>
    159     </ResourceCompile>
    160     <Link>
    161       <OutputFile>..\..\..\bin\icutu60d.dll</OutputFile>
    162       <SuppressStartupBanner>true</SuppressStartupBanner>
    163       <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    164       <GenerateDebugInformation>true</GenerateDebugInformation>
    165       <ProgramDatabaseFile>.\..\..\..\lib\icutud.pdb</ProgramDatabaseFile>
    166       <BaseAddress>0x4ac00000</BaseAddress>
    167       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    168       <DataExecutionPrevention>
    169       </DataExecutionPrevention>
    170       <ImportLibrary>..\..\..\lib\icutud.lib</ImportLibrary>
    171     </Link>
    172   </ItemDefinitionGroup>
    173   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    174     <Midl>
    175       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    176       <MkTypLibCompatible>true</MkTypLibCompatible>
    177       <SuppressStartupBanner>true</SuppressStartupBanner>
    178       <TargetEnvironment>X64</TargetEnvironment>
    179       <TypeLibraryName>.\..\..\..\lib64\icutu.tlb</TypeLibraryName>
    180     </Midl>
    181     <ClCompile>
    182       <WholeProgramOptimization>true</WholeProgramOptimization>
    183       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    184       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    185       <StringPooling>true</StringPooling>
    186       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    187       <FunctionLevelLinking>true</FunctionLevelLinking>
    188       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    189       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    190       <PrecompiledHeaderOutputFile>.\x64\Release/toolutil.pch</PrecompiledHeaderOutputFile>
    191       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
    192       <ObjectFileName>.\x64\Release/</ObjectFileName>
    193       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
    194       <WarningLevel>Level3</WarningLevel>
    195       <SuppressStartupBanner>true</SuppressStartupBanner>
    196       <CompileAs>Default</CompileAs>
    197       <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
    198     </ClCompile>
    199     <ResourceCompile>
    200       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    201       <Culture>0x0409</Culture>
    202     </ResourceCompile>
    203     <Link>
    204       <OutputFile>..\..\..\bin64\icutu60.dll</OutputFile>
    205       <SuppressStartupBanner>true</SuppressStartupBanner>
    206       <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    207       <ProgramDatabaseFile>.\..\..\..\lib64\icutu.pdb</ProgramDatabaseFile>
    208       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    209       <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
    210       <BaseAddress>0x4ac00000</BaseAddress>
    211       <ImportLibrary>..\..\..\lib64\icutu.lib</ImportLibrary>
    212       <TargetMachine>MachineX64</TargetMachine>
    213     </Link>
    214   </ItemDefinitionGroup>
    215   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    216     <Midl>
    217       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    218       <MkTypLibCompatible>true</MkTypLibCompatible>
    219       <SuppressStartupBanner>true</SuppressStartupBanner>
    220       <TargetEnvironment>X64</TargetEnvironment>
    221       <TypeLibraryName>.\..\..\..\lib64\icutud.tlb</TypeLibraryName>
    222     </Midl>
    223     <ClCompile>
    224       <Optimization>Disabled</Optimization>
    225       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    226       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    227       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    228       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    229       <BufferSecurityCheck>true</BufferSecurityCheck>
    230       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    231       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    232       <PrecompiledHeaderOutputFile>.\x64\Debug/toolutil.pch</PrecompiledHeaderOutputFile>
    233       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
    234       <ObjectFileName>.\x64\Debug/</ObjectFileName>
    235       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
    236       <WarningLevel>Level3</WarningLevel>
    237       <SuppressStartupBanner>true</SuppressStartupBanner>
    238       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    239       <CompileAs>Default</CompileAs>
    240       <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
    241     </ClCompile>
    242     <ResourceCompile>
    243       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    244       <Culture>0x0409</Culture>
    245     </ResourceCompile>
    246     <Link>
    247       <OutputFile>..\..\..\bin64\icutu60d.dll</OutputFile>
    248       <SuppressStartupBanner>true</SuppressStartupBanner>
    249       <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    250       <GenerateDebugInformation>true</GenerateDebugInformation>
    251       <ProgramDatabaseFile>.\..\..\..\lib64\icutud.pdb</ProgramDatabaseFile>
    252       <BaseAddress>0x4ac00000</BaseAddress>
    253       <ImportLibrary>..\..\..\lib64\icutud.lib</ImportLibrary>
    254       <TargetMachine>MachineX64</TargetMachine>
    255     </Link>
    256   </ItemDefinitionGroup>
    257   <ItemGroup>
    258     <ClCompile Include="collationinfo.cpp">
    259       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    260     </ClCompile>
    261     <ClCompile Include="denseranges.cpp" />
    262     <ClCompile Include="filestrm.cpp" />
    263     <ClCompile Include="filetools.cpp" />
    264     <ClCompile Include="flagparser.cpp" />
    265     <ClCompile Include="package.cpp" />
    266     <ClCompile Include="pkg_genc.cpp">
    267       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    268     </ClCompile>
    269     <ClCompile Include="pkg_gencmn.cpp">
    270       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    271     </ClCompile>
    272     <ClCompile Include="pkg_icu.cpp" />
    273     <ClCompile Include="pkgitems.cpp" />
    274     <ClCompile Include="ppucd.cpp">
    275       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    276     </ClCompile>
    277     <ClCompile Include="swapimpl.cpp">
    278       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    279     </ClCompile>
    280     <ClCompile Include="toolutil.cpp">
    281       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    282     </ClCompile>
    283     <ClCompile Include="ucbuf.cpp" />
    284     <ClCompile Include="ucm.cpp" />
    285     <ClCompile Include="ucmstate.cpp" />
    286     <ClCompile Include="unewdata.cpp" />
    287     <ClCompile Include="uoptions.cpp" />
    288     <ClCompile Include="uparse.cpp" />
    289     <ClCompile Include="writesrc.cpp" />
    290     <ClCompile Include="xmlparser.cpp">
    291       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    292     </ClCompile>
    293     <ClCompile Include="dbgutil.cpp">
    294       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    295     </ClCompile>
    296     <ClCompile Include="udbgutil.cpp">
    297       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    298     </ClCompile>
    299     <ClCompile Include="ucln_tu.cpp">
    300       <DisableLanguageExtensions>false</DisableLanguageExtensions>
    301     </ClCompile>
    302   </ItemGroup>
    303   <ItemGroup>
    304     <ClInclude Include="collationinfo.h" />
    305     <ClInclude Include="denseranges.h" />
    306     <ClInclude Include="filestrm.h" />
    307     <ClInclude Include="filetools.h" />
    308     <ClInclude Include="flagparser.h" />
    309     <ClInclude Include="package.h" />
    310     <ClInclude Include="pkg_genc.h" />
    311     <ClInclude Include="pkg_gencmn.h" />
    312     <ClInclude Include="pkg_icu.h" />
    313     <ClInclude Include="pkg_imp.h" />
    314     <ClInclude Include="ppucd.h" />
    315     <ClInclude Include="swapimpl.h" />
    316     <ClInclude Include="toolutil.h" />
    317     <ClInclude Include="ucbuf.h" />
    318     <ClInclude Include="ucm.h" />
    319     <ClInclude Include="unewdata.h" />
    320     <ClInclude Include="uoptions.h" />
    321     <ClInclude Include="uparse.h" />
    322     <ClInclude Include="writesrc.h" />
    323     <ClInclude Include="xmlparser.h" />
    324     <ClInclude Include="dbgutil.h" />
    325     <ClInclude Include="udbgutil.h" />
    326   </ItemGroup>
    327   <ItemGroup>
    328     <ProjectReference Include="..\..\common\common.vcxproj">
    329       <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
    330       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    331     </ProjectReference>
    332     <ProjectReference Include="..\..\i18n\i18n.vcxproj">
    333       <Project>{0178b127-6269-407d-b112-93877bb62776}</Project>
    334       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    335     </ProjectReference>
    336   </ItemGroup>
    337   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    338   <ImportGroup Label="ExtensionTargets">
    339   </ImportGroup>
    340 </Project>
    341