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>{203EC78A-0531-43F0-A636-285439BDE025}</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'">.\x86\Release\</OutDir> 73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 75 <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> 76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 78 <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> 79 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 80 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 81 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 82 <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> 83 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 84 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 85 <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> 86 </PropertyGroup> 87 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 88 <Midl> 89 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 90 <MkTypLibCompatible>true</MkTypLibCompatible> 91 <SuppressStartupBanner>true</SuppressStartupBanner> 92 <TargetEnvironment>Win32</TargetEnvironment> 93 <TypeLibraryName>.\x86\Release\icudt.tlb</TypeLibraryName> 94 </Midl> 95 <ClCompile> 96 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 97 <PreprocessorDefinitions>WIN32;NDEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> 98 <StringPooling>true</StringPooling> 99 <ExceptionHandling> 100 </ExceptionHandling> 101 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 102 <FunctionLevelLinking>true</FunctionLevelLinking> 103 <DisableLanguageExtensions>true</DisableLanguageExtensions> 104 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 105 <PrecompiledHeaderOutputFile>.\x86\Release\stubdata.pch</PrecompiledHeaderOutputFile> 106 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 107 <ObjectFileName>.\x86\Release/</ObjectFileName> 108 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 109 <WarningLevel>Level3</WarningLevel> 110 <SuppressStartupBanner>true</SuppressStartupBanner> 111 <CompileAs>Default</CompileAs> 112 </ClCompile> 113 <ResourceCompile> 114 <PreprocessorDefinitions>NDEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> 115 <Culture>0x0409</Culture> 116 </ResourceCompile> 117 <PreLinkEvent> 118 <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"</Command> 119 </PreLinkEvent> 120 <Link> 121 <OutputFile>..\..\bin\icudt60.dll</OutputFile> 122 <SuppressStartupBanner>true</SuppressStartupBanner> 123 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> 124 <ProgramDatabaseFile>.\x86\Release\icudt.pdb</ProgramDatabaseFile> 125 <NoEntryPoint>true</NoEntryPoint> 126 <SetChecksum>true</SetChecksum> 127 <BaseAddress>0x4ad00000</BaseAddress> 128 <RandomizedBaseAddress>false</RandomizedBaseAddress> 129 <DataExecutionPrevention> 130 </DataExecutionPrevention> 131 <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration> 132 <ImportLibrary>..\..\lib\icudt.lib</ImportLibrary> 133 </Link> 134 </ItemDefinitionGroup> 135 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 136 <Midl> 137 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 138 <MkTypLibCompatible>true</MkTypLibCompatible> 139 <SuppressStartupBanner>true</SuppressStartupBanner> 140 <TargetEnvironment>Win32</TargetEnvironment> 141 <TypeLibraryName>.\x86\Debug/icudt.tlb</TypeLibraryName> 142 </Midl> 143 <ClCompile> 144 <Optimization>Disabled</Optimization> 145 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 146 <PreprocessorDefinitions>WIN32;_DEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> 147 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 148 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 149 <BufferSecurityCheck>true</BufferSecurityCheck> 150 <DisableLanguageExtensions>true</DisableLanguageExtensions> 151 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 152 <PrecompiledHeaderOutputFile>.\x86\Debug/stubdata.pch</PrecompiledHeaderOutputFile> 153 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 154 <ObjectFileName>.\x86\Debug/</ObjectFileName> 155 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 156 <WarningLevel>Level3</WarningLevel> 157 <SuppressStartupBanner>true</SuppressStartupBanner> 158 <CompileAs>Default</CompileAs> 159 </ClCompile> 160 <ResourceCompile> 161 <PreprocessorDefinitions>_DEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> 162 <Culture>0x0409</Culture> 163 </ResourceCompile> 164 <PreLinkEvent> 165 <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"</Command> 166 </PreLinkEvent> 167 <Link> 168 <OutputFile>..\..\bin\icudt60.dll</OutputFile> 169 <SuppressStartupBanner>true</SuppressStartupBanner> 170 <ProgramDatabaseFile>.\x86\Debug/icudt.pdb</ProgramDatabaseFile> 171 <NoEntryPoint>true</NoEntryPoint> 172 <SetChecksum>true</SetChecksum> 173 <BaseAddress>0x4ad00000</BaseAddress> 174 <RandomizedBaseAddress>false</RandomizedBaseAddress> 175 <DataExecutionPrevention> 176 </DataExecutionPrevention> 177 <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration> 178 <ImportLibrary>..\..\lib\icudt.lib</ImportLibrary> 179 </Link> 180 </ItemDefinitionGroup> 181 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 182 <Midl> 183 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 184 <MkTypLibCompatible>true</MkTypLibCompatible> 185 <SuppressStartupBanner>true</SuppressStartupBanner> 186 <TargetEnvironment>X64</TargetEnvironment> 187 <TypeLibraryName>.\x64\Release\icudt.tlb</TypeLibraryName> 188 </Midl> 189 <ClCompile> 190 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 191 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> 192 <StringPooling>true</StringPooling> 193 <ExceptionHandling> 194 </ExceptionHandling> 195 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 196 <FunctionLevelLinking>true</FunctionLevelLinking> 197 <DisableLanguageExtensions>true</DisableLanguageExtensions> 198 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 199 <PrecompiledHeaderOutputFile>.\x64\Release\stubdata.pch</PrecompiledHeaderOutputFile> 200 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 201 <ObjectFileName>.\x64\Release/</ObjectFileName> 202 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 203 <WarningLevel>Level3</WarningLevel> 204 <SuppressStartupBanner>true</SuppressStartupBanner> 205 <CompileAs>Default</CompileAs> 206 </ClCompile> 207 <ResourceCompile> 208 <PreprocessorDefinitions>NDEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> 209 <Culture>0x0409</Culture> 210 </ResourceCompile> 211 <PreLinkEvent> 212 <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"</Command> 213 </PreLinkEvent> 214 <Link> 215 <OutputFile>..\..\bin64\icudt60.dll</OutputFile> 216 <SuppressStartupBanner>true</SuppressStartupBanner> 217 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> 218 <ProgramDatabaseFile>.\x64\Release\icudt.pdb</ProgramDatabaseFile> 219 <NoEntryPoint>true</NoEntryPoint> 220 <SetChecksum>true</SetChecksum> 221 <BaseAddress>0x4ad00000</BaseAddress> 222 <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration> 223 <ImportLibrary>..\..\lib64\icudt.lib</ImportLibrary> 224 <TargetMachine>MachineX64</TargetMachine> 225 </Link> 226 </ItemDefinitionGroup> 227 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 228 <Midl> 229 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 230 <MkTypLibCompatible>true</MkTypLibCompatible> 231 <SuppressStartupBanner>true</SuppressStartupBanner> 232 <TargetEnvironment>X64</TargetEnvironment> 233 <TypeLibraryName>.\x64\Debug/icudt.tlb</TypeLibraryName> 234 </Midl> 235 <ClCompile> 236 <Optimization>Disabled</Optimization> 237 <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 238 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> 239 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 240 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 241 <BufferSecurityCheck>true</BufferSecurityCheck> 242 <DisableLanguageExtensions>true</DisableLanguageExtensions> 243 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 244 <PrecompiledHeaderOutputFile>.\x64\Debug/stubdata.pch</PrecompiledHeaderOutputFile> 245 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 246 <ObjectFileName>.\x64\Debug/</ObjectFileName> 247 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 248 <WarningLevel>Level3</WarningLevel> 249 <SuppressStartupBanner>true</SuppressStartupBanner> 250 <CompileAs>Default</CompileAs> 251 </ClCompile> 252 <ResourceCompile> 253 <PreprocessorDefinitions>_DEBUG;STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> 254 <Culture>0x0409</Culture> 255 </ResourceCompile> 256 <PreLinkEvent> 257 <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"</Command> 258 </PreLinkEvent> 259 <Link> 260 <OutputFile>..\..\bin64\icudt60.dll</OutputFile> 261 <SuppressStartupBanner>true</SuppressStartupBanner> 262 <ProgramDatabaseFile>.\x64\Debug/icudt.pdb</ProgramDatabaseFile> 263 <NoEntryPoint>true</NoEntryPoint> 264 <SetChecksum>true</SetChecksum> 265 <BaseAddress>0x4ad00000</BaseAddress> 266 <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration> 267 <ImportLibrary>..\..\lib64\icudt.lib</ImportLibrary> 268 <TargetMachine>MachineX64</TargetMachine> 269 </Link> 270 </ItemDefinitionGroup> 271 <ItemGroup> 272 <ClCompile Include="stubdata.cpp" /> 273 </ItemGroup> 274 <ItemGroup> 275 <ResourceCompile Include="..\data\misc\icudata.rc"> 276 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 277 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 278 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 279 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 280 </ResourceCompile> 281 </ItemGroup> 282 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 283 <ImportGroup Label="ExtensionTargets"> 284 </ImportGroup> 285 </Project> 286