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