You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
4.4 KiB
88 lines
4.4 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{203EC78A-0531-43F0-A636-285439BDE025}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseOfMfc>false</UseOfMfc>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<!-- The following import will include the 'default' configuration options for VS projects. -->
|
|
<Import Project="..\allinone\Build.Windows.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.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
<GenerateManifest>false</GenerateManifest>
|
|
<OutDir>.\$(Platform)\$(Configuration)\</OutDir>
|
|
<IntDir>.\$(Platform)\$(Configuration)\</IntDir>
|
|
<!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. -->
|
|
<OutDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</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>
|
|
<!-- Options that are common to *all* project configurations -->
|
|
<ItemDefinitionGroup>
|
|
<Midl>
|
|
<TypeLibraryName>$(OutDir)\icudt.tlb</TypeLibraryName>
|
|
</Midl>
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<CompileAs>Default</CompileAs>
|
|
<PrecompiledHeaderOutputFile>$(OutDir)/icudt.pch</PrecompiledHeaderOutputFile>
|
|
<AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation>
|
|
<ObjectFileName>$(OutDir)/</ObjectFileName>
|
|
<ProgramDataBaseFileName>$(OutDir)/icudt.pdb</ProgramDataBaseFileName>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
<PreLinkEvent>
|
|
<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>
|
|
</PreLinkEvent>
|
|
<Link>
|
|
<NoEntryPoint>true</NoEntryPoint>
|
|
<SetChecksum>true</SetChecksum>
|
|
<TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
|
|
<!-- Note: stubdata is somewhat odd in that it doesn't suffix the Debug output DLL/LIB with a "d" like common/i18n/etc. -->
|
|
<OutputFile>..\..\$(IcuBinOutputDir)\icudt68.dll</OutputFile>
|
|
<ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icudt.pdb</ProgramDatabaseFile>
|
|
<ImportLibrary>..\..\$(IcuLibOutputDir)\icudt.lib</ImportLibrary>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<!-- Options that are common to all 'Debug' project configurations -->
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
|
|
<ClCompile>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<!-- Options that are common to all 'Release' project configurations -->
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
|
|
<ClCompile>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="stubdata.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="..\data\misc\icudata.rc">
|
|
<AdditionalIncludeDirectories>../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project>
|