2022-07-24 21:03:27 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<!-- 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" />
2018-01-19 03:59:58 +08:00
<PropertyGroup Label= "Globals" >
<ProjectGuid > {203EC78A-0531-43F0-A636-285439BDE025}</ProjectGuid>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2022-07-24 21:03:27 +08:00
<PropertyGroup Label= "Configuration" >
2018-01-19 03:59:58 +08:00
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseOfMfc > false</UseOfMfc>
<CharacterSet > MultiByte</CharacterSet>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
</ImportGroup>
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
</ImportGroup>
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
</ImportGroup>
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup >
<_ProjectFileVersion > 10.0.30319.1</_ProjectFileVersion>
<OutDir Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > .\x86\Release\</OutDir>
<IntDir Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > .\x86\Release\</IntDir>
<LinkIncremental Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > false</LinkIncremental>
<GenerateManifest Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > false</GenerateManifest>
<OutDir Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > .\x86\Debug\</OutDir>
<IntDir Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > .\x86\Debug\</IntDir>
<GenerateManifest Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > false</GenerateManifest>
<OutDir Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > .\x64\Release\</OutDir>
<IntDir Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > .\x64\Release\</IntDir>
<LinkIncremental Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > false</LinkIncremental>
<GenerateManifest Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > false</GenerateManifest>
<OutDir Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > .\x64\Debug\</OutDir>
<IntDir Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > .\x64\Debug\</IntDir>
<GenerateManifest Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > false</GenerateManifest>
</PropertyGroup>
2022-07-24 21:03:27 +08:00
<!-- Options that are common to *all* project configurations -->
<ItemDefinitionGroup >
2018-01-19 03:59:58 +08:00
<ClCompile >
<AdditionalIncludeDirectories > ..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2022-07-24 21:03:27 +08:00
<PreprocessorDefinitions > STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2018-01-19 03:59:58 +08:00
<DisableLanguageExtensions > true</DisableLanguageExtensions>
<WarningLevel > Level3</WarningLevel>
<CompileAs > Default</CompileAs>
</ClCompile>
<ResourceCompile >
2022-07-24 21:03:27 +08:00
<PreprocessorDefinitions > STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2018-01-19 03:59:58 +08:00
</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 >
2022-07-24 21:03:27 +08:00
<BaseAddress > 0x4ad00000</BaseAddress>
2018-01-19 03:59:58 +08:00
<NoEntryPoint > true</NoEntryPoint>
<SetChecksum > true</SetChecksum>
<RandomizedBaseAddress > false</RandomizedBaseAddress>
2022-07-24 21:03:27 +08:00
<TurnOffAssemblyGeneration > true</TurnOffAssemblyGeneration>
</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>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<Midl >
<TypeLibraryName > .\x86\Release\icudt.tlb</TypeLibraryName>
</Midl>
<ClCompile >
<ExceptionHandling >
</ExceptionHandling>
<PrecompiledHeaderOutputFile > .\x86\Release\stubdata.pch</PrecompiledHeaderOutputFile>
<AssemblerListingLocation > .\x86\Release/</AssemblerListingLocation>
<ObjectFileName > .\x86\Release/</ObjectFileName>
<ProgramDataBaseFileName > .\x86\Release/</ProgramDataBaseFileName>
</ClCompile>
<Link >
<OutputFile > ..\..\bin\icudt63.dll</OutputFile>
<IgnoreAllDefaultLibraries > true</IgnoreAllDefaultLibraries>
<ProgramDatabaseFile > .\x86\Release\icudt.pdb</ProgramDatabaseFile>
2018-01-19 03:59:58 +08:00
<DataExecutionPrevention >
</DataExecutionPrevention>
<ImportLibrary > ..\..\lib\icudt.lib</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<Midl >
<TypeLibraryName > .\x86\Debug/icudt.tlb</TypeLibraryName>
</Midl>
<ClCompile >
<PrecompiledHeaderOutputFile > .\x86\Debug/stubdata.pch</PrecompiledHeaderOutputFile>
<AssemblerListingLocation > .\x86\Debug/</AssemblerListingLocation>
<ObjectFileName > .\x86\Debug/</ObjectFileName>
<ProgramDataBaseFileName > .\x86\Debug/</ProgramDataBaseFileName>
</ClCompile>
<Link >
2022-07-24 21:03:27 +08:00
<OutputFile > ..\..\bin\icudt63.dll</OutputFile>
2018-01-19 03:59:58 +08:00
<ProgramDatabaseFile > .\x86\Debug/icudt.pdb</ProgramDatabaseFile>
<DataExecutionPrevention >
</DataExecutionPrevention>
<ImportLibrary > ..\..\lib\icudt.lib</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<Midl >
<TypeLibraryName > .\x64\Release\icudt.tlb</TypeLibraryName>
</Midl>
<ClCompile >
<ExceptionHandling >
</ExceptionHandling>
<PrecompiledHeaderOutputFile > .\x64\Release\stubdata.pch</PrecompiledHeaderOutputFile>
<AssemblerListingLocation > .\x64\Release/</AssemblerListingLocation>
<ObjectFileName > .\x64\Release/</ObjectFileName>
<ProgramDataBaseFileName > .\x64\Release/</ProgramDataBaseFileName>
</ClCompile>
<Link >
2022-07-24 21:03:27 +08:00
<OutputFile > ..\..\bin64\icudt63.dll</OutputFile>
2018-01-19 03:59:58 +08:00
<IgnoreAllDefaultLibraries > true</IgnoreAllDefaultLibraries>
<ProgramDatabaseFile > .\x64\Release\icudt.pdb</ProgramDatabaseFile>
<ImportLibrary > ..\..\lib64\icudt.lib</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<Midl >
<TypeLibraryName > .\x64\Debug/icudt.tlb</TypeLibraryName>
</Midl>
<ClCompile >
<PrecompiledHeaderOutputFile > .\x64\Debug/stubdata.pch</PrecompiledHeaderOutputFile>
<AssemblerListingLocation > .\x64\Debug/</AssemblerListingLocation>
<ObjectFileName > .\x64\Debug/</ObjectFileName>
<ProgramDataBaseFileName > .\x64\Debug/</ProgramDataBaseFileName>
</ClCompile>
<Link >
2022-07-24 21:03:27 +08:00
<OutputFile > ..\..\bin64\icudt63.dll</OutputFile>
2018-01-19 03:59:58 +08:00
<ProgramDatabaseFile > .\x64\Debug/icudt.pdb</ProgramDatabaseFile>
<ImportLibrary > ..\..\lib64\icudt.lib</ImportLibrary>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2022-07-24 21:03:27 +08:00
<ClCompile Include= "stubdata.cpp" />
2018-01-19 03:59:58 +08:00
</ItemGroup>
<ItemGroup >
<ResourceCompile Include= "..\data\misc\icudata.rc" >
2022-07-24 21:03:27 +08:00
<AdditionalIncludeDirectories > ../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2018-01-19 03:59:58 +08:00
</ResourceCompile>
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
2022-07-24 21:03:27 +08:00
</Project>