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>{C2B04507-2521-4801-BF0D-5FD79D6D518C}</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\icuio.tlb</TypeLibraryName> 92 </Midl> 93 <ClCompile> 94 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 95 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 96 <StringPooling>true</StringPooling> 97 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 98 <FunctionLevelLinking>true</FunctionLevelLinking> 99 <DisableLanguageExtensions>false</DisableLanguageExtensions> 100 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 101 <PrecompiledHeaderOutputFile>.\x86\Release/icuio.pch</PrecompiledHeaderOutputFile> 102 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 103 <ObjectFileName>.\x86\Release/</ObjectFileName> 104 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 105 <WarningLevel>Level3</WarningLevel> 106 <SuppressStartupBanner>true</SuppressStartupBanner> 107 <CompileAs>Default</CompileAs> 108 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 109 </ClCompile> 110 <ResourceCompile> 111 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 112 <Culture>0x0409</Culture> 113 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 114 </ResourceCompile> 115 <Link> 116 <OutputFile>..\..\bin\icuio60.dll</OutputFile> 117 <SuppressStartupBanner>true</SuppressStartupBanner> 118 <ProgramDatabaseFile>.\..\..\lib\icuio.pdb</ProgramDatabaseFile> 119 <EnableCOMDATFolding>true</EnableCOMDATFolding> 120 <BaseAddress>0x4ab00000</BaseAddress> 121 <RandomizedBaseAddress>false</RandomizedBaseAddress> 122 <DataExecutionPrevention> 123 </DataExecutionPrevention> 124 <ImportLibrary>..\..\lib\icuio.lib</ImportLibrary> 125 </Link> 126 </ItemDefinitionGroup> 127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 128 <Midl> 129 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 130 <MkTypLibCompatible>true</MkTypLibCompatible> 131 <SuppressStartupBanner>true</SuppressStartupBanner> 132 <TargetEnvironment>Win32</TargetEnvironment> 133 <TypeLibraryName>.\..\..\lib\icuio.tlb</TypeLibraryName> 134 </Midl> 135 <ClCompile> 136 <Optimization>Disabled</Optimization> 137 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 138 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 139 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 140 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 141 <BufferSecurityCheck>true</BufferSecurityCheck> 142 <DisableLanguageExtensions>false</DisableLanguageExtensions> 143 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 144 <PrecompiledHeaderOutputFile>.\x86\Debug/icuio.pch</PrecompiledHeaderOutputFile> 145 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 146 <ObjectFileName>.\x86\Debug/</ObjectFileName> 147 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 148 <BrowseInformation>true</BrowseInformation> 149 <WarningLevel>Level3</WarningLevel> 150 <SuppressStartupBanner>true</SuppressStartupBanner> 151 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 152 <CompileAs>Default</CompileAs> 153 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 154 </ClCompile> 155 <ResourceCompile> 156 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 157 <Culture>0x0409</Culture> 158 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 159 </ResourceCompile> 160 <Link> 161 <OutputFile>..\..\bin\icuio60d.dll</OutputFile> 162 <SuppressStartupBanner>true</SuppressStartupBanner> 163 <GenerateDebugInformation>true</GenerateDebugInformation> 164 <ProgramDatabaseFile>.\..\..\lib\icuiod.pdb</ProgramDatabaseFile> 165 <BaseAddress>0x4ab00000</BaseAddress> 166 <RandomizedBaseAddress>false</RandomizedBaseAddress> 167 <DataExecutionPrevention> 168 </DataExecutionPrevention> 169 <ImportLibrary>..\..\lib\icuiod.lib</ImportLibrary> 170 </Link> 171 </ItemDefinitionGroup> 172 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 173 <Midl> 174 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 175 <MkTypLibCompatible>true</MkTypLibCompatible> 176 <SuppressStartupBanner>true</SuppressStartupBanner> 177 <TargetEnvironment>X64</TargetEnvironment> 178 <TypeLibraryName>.\..\..\lib64\icuio.tlb</TypeLibraryName> 179 </Midl> 180 <ClCompile> 181 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 182 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 183 <StringPooling>true</StringPooling> 184 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 185 <FunctionLevelLinking>true</FunctionLevelLinking> 186 <DisableLanguageExtensions>false</DisableLanguageExtensions> 187 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 188 <PrecompiledHeaderOutputFile>.\x64\Release/icuio.pch</PrecompiledHeaderOutputFile> 189 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 190 <ObjectFileName>.\x64\Release/</ObjectFileName> 191 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 192 <WarningLevel>Level3</WarningLevel> 193 <SuppressStartupBanner>true</SuppressStartupBanner> 194 <CompileAs>Default</CompileAs> 195 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 196 </ClCompile> 197 <ResourceCompile> 198 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 199 <Culture>0x0409</Culture> 200 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 201 </ResourceCompile> 202 <Link> 203 <OutputFile>..\..\bin64\icuio60.dll</OutputFile> 204 <SuppressStartupBanner>true</SuppressStartupBanner> 205 <ProgramDatabaseFile>.\..\..\lib64\icuio.pdb</ProgramDatabaseFile> 206 <EnableCOMDATFolding>true</EnableCOMDATFolding> 207 <BaseAddress>0x4ab00000</BaseAddress> 208 <ImportLibrary>..\..\lib64\icuio.lib</ImportLibrary> 209 <TargetMachine>MachineX64</TargetMachine> 210 </Link> 211 </ItemDefinitionGroup> 212 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 213 <Midl> 214 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 215 <MkTypLibCompatible>true</MkTypLibCompatible> 216 <SuppressStartupBanner>true</SuppressStartupBanner> 217 <TargetEnvironment>X64</TargetEnvironment> 218 <TypeLibraryName>.\..\..\lib64\icuio.tlb</TypeLibraryName> 219 </Midl> 220 <ClCompile> 221 <Optimization>Disabled</Optimization> 222 <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 223 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_IO_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> 224 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 225 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 226 <BufferSecurityCheck>true</BufferSecurityCheck> 227 <DisableLanguageExtensions>false</DisableLanguageExtensions> 228 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 229 <PrecompiledHeaderOutputFile>.\x64\Debug/icuio.pch</PrecompiledHeaderOutputFile> 230 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 231 <ObjectFileName>.\x64\Debug/</ObjectFileName> 232 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 233 <BrowseInformation>true</BrowseInformation> 234 <WarningLevel>Level3</WarningLevel> 235 <SuppressStartupBanner>true</SuppressStartupBanner> 236 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 237 <CompileAs>Default</CompileAs> 238 <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> 239 </ClCompile> 240 <ResourceCompile> 241 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 242 <Culture>0x0409</Culture> 243 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 244 </ResourceCompile> 245 <Link> 246 <OutputFile>..\..\bin64\icuio60d.dll</OutputFile> 247 <SuppressStartupBanner>true</SuppressStartupBanner> 248 <GenerateDebugInformation>true</GenerateDebugInformation> 249 <ProgramDatabaseFile>.\..\..\lib64\icuiod.pdb</ProgramDatabaseFile> 250 <BaseAddress>0x4ab00000</BaseAddress> 251 <ImportLibrary>..\..\lib64\icuiod.lib</ImportLibrary> 252 <TargetMachine>MachineX64</TargetMachine> 253 </Link> 254 </ItemDefinitionGroup> 255 <ItemGroup> 256 <ClCompile Include="locbund.cpp" /> 257 <ClCompile Include="sprintf.cpp" /> 258 <ClCompile Include="sscanf.cpp" /> 259 <ClCompile Include="ucln_io.cpp"> 260 <DisableLanguageExtensions>false</DisableLanguageExtensions> 261 </ClCompile> 262 <ClCompile Include="ufile.cpp" /> 263 <ClCompile Include="ufmt_cmn.cpp" /> 264 <ClCompile Include="uprintf.cpp" /> 265 <ClCompile Include="uprntf_p.cpp" /> 266 <ClCompile Include="uscanf.cpp" /> 267 <ClCompile Include="uscanf_p.cpp" /> 268 <ClCompile Include="ustdio.cpp" /> 269 <ClCompile Include="ustream.cpp"> 270 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> 271 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DisableLanguageExtensions> 272 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> 273 <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DisableLanguageExtensions> 274 </ClCompile> 275 </ItemGroup> 276 <ItemGroup> 277 <ClInclude Include="locbund.h" /> 278 <ClInclude Include="ucln_io.h" /> 279 <ClInclude Include="ufile.h" /> 280 <ClInclude Include="ufmt_cmn.h" /> 281 <ClInclude Include="uprintf.h" /> 282 <ClInclude Include="uscanf.h" /> 283 <CustomBuild Include="unicode\ustdio.h"> 284 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode 285 </Command> 286 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 287 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode 288 </Command> 289 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 290 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode 291 </Command> 292 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 293 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode 294 </Command> 295 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 296 </CustomBuild> 297 <CustomBuild Include="unicode\ustream.h"> 298 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode 299 </Command> 300 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 301 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode 302 </Command> 303 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 304 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode 305 </Command> 306 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 307 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode 308 </Command> 309 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> 310 </CustomBuild> 311 </ItemGroup> 312 <ItemGroup> 313 <ResourceCompile Include="io.rc" /> 314 </ItemGroup> 315 <ItemGroup> 316 <ProjectReference Include="..\common\common.vcxproj"> 317 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 318 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 319 </ProjectReference> 320 <ProjectReference Include="..\i18n\i18n.vcxproj"> 321 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 322 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 323 </ProjectReference> 324 </ItemGroup> 325 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 326 <ImportGroup Label="ExtensionTargets"> 327 </ImportGroup> 328 </Project> 329