• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <!-- The following import will include the 'default' configuration options for VS projects. -->
4  <Import Project="..\..\allinone\Build.Windows.ProjectConfiguration.props" />
5
6  <PropertyGroup Label="Globals">
7    <ProjectGuid>{6B231032-3CB5-4EED-9210-810D666A23A0}</ProjectGuid>
8  </PropertyGroup>
9  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
10  <PropertyGroup Label="Configuration">
11    <ConfigurationType>DynamicLibrary</ConfigurationType>
12    <UseOfMfc>false</UseOfMfc>
13    <CharacterSet>MultiByte</CharacterSet>
14  </PropertyGroup>
15  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
16  <ImportGroup Label="ExtensionSettings">
17  </ImportGroup>
18  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
19    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
20    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
21  </ImportGroup>
22  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
23    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
24    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
25  </ImportGroup>
26  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
27    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
28    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
29  </ImportGroup>
30  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
31    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
32    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
33  </ImportGroup>
34  <PropertyGroup Label="UserMacros" />
35  <PropertyGroup>
36    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
37    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\..\lib\</OutDir>
38    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
39    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
40    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\..\lib\</OutDir>
41    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
42    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
43    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
44    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
45    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
46    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
47    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
48    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
49  </PropertyGroup>
50  <!-- Options that are common to *all* project configurations -->
51  <ItemDefinitionGroup>
52    <ClCompile>
53       <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
54      <PreprocessorDefinitions>U_TOOLUTIL_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
55      <DisableLanguageExtensions>false</DisableLanguageExtensions>
56      <WarningLevel>Level3</WarningLevel>
57    </ClCompile>
58  </ItemDefinitionGroup>
59  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60    <Midl>
61      <TypeLibraryName>.\..\..\..\lib\icutu.tlb</TypeLibraryName>
62    </Midl>
63    <ClCompile>
64      <WholeProgramOptimization>true</WholeProgramOptimization>
65      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
66      <FunctionLevelLinking>true</FunctionLevelLinking>
67      <PrecompiledHeaderOutputFile>.\x86\Release/toolutil.pch</PrecompiledHeaderOutputFile>
68      <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
69      <ObjectFileName>.\x86\Release/</ObjectFileName>
70      <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
71      <CompileAs>Default</CompileAs>
72    </ClCompile>
73    <Link>
74      <OutputFile>..\..\..\bin\icutu63.dll</OutputFile>
75      <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies>
76      <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
77      <ProgramDatabaseFile>.\..\..\..\lib\icutu.pdb</ProgramDatabaseFile>
78      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
79      <BaseAddress>0x4ac00000</BaseAddress>
80      <RandomizedBaseAddress>false</RandomizedBaseAddress>
81      <DataExecutionPrevention>
82      </DataExecutionPrevention>
83      <ImportLibrary>..\..\..\lib\icutu.lib</ImportLibrary>
84    </Link>
85  </ItemDefinitionGroup>
86  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87    <Midl>
88      <TypeLibraryName>.\..\..\..\lib\icutud.tlb</TypeLibraryName>
89    </Midl>
90    <ClCompile>
91      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
92      <PrecompiledHeaderOutputFile>.\x86\Debug/toolutil.pch</PrecompiledHeaderOutputFile>
93      <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
94      <ObjectFileName>.\x86\Debug/</ObjectFileName>
95      <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
96      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
97      <CompileAs>Default</CompileAs>
98    </ClCompile>
99    <Link>
100      <OutputFile>..\..\..\bin\icutu63d.dll</OutputFile>
101      <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies>
102      <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
103      <ProgramDatabaseFile>.\..\..\..\lib\icutud.pdb</ProgramDatabaseFile>
104      <BaseAddress>0x4ac00000</BaseAddress>
105      <RandomizedBaseAddress>false</RandomizedBaseAddress>
106      <DataExecutionPrevention>
107      </DataExecutionPrevention>
108      <ImportLibrary>..\..\..\lib\icutud.lib</ImportLibrary>
109    </Link>
110  </ItemDefinitionGroup>
111  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
112    <Midl>
113      <TypeLibraryName>.\..\..\..\lib64\icutu.tlb</TypeLibraryName>
114    </Midl>
115    <ClCompile>
116      <WholeProgramOptimization>true</WholeProgramOptimization>
117      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
118      <FunctionLevelLinking>true</FunctionLevelLinking>
119      <PrecompiledHeaderOutputFile>.\x64\Release/toolutil.pch</PrecompiledHeaderOutputFile>
120      <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
121      <ObjectFileName>.\x64\Release/</ObjectFileName>
122      <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
123      <CompileAs>Default</CompileAs>
124    </ClCompile>
125    <Link>
126      <OutputFile>..\..\..\bin64\icutu63.dll</OutputFile>
127      <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies>
128      <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
129      <ProgramDatabaseFile>.\..\..\..\lib64\icutu.pdb</ProgramDatabaseFile>
130      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
131      <BaseAddress>0x4ac00000</BaseAddress>
132      <ImportLibrary>..\..\..\lib64\icutu.lib</ImportLibrary>
133    </Link>
134  </ItemDefinitionGroup>
135  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
136    <Midl>
137      <TypeLibraryName>.\..\..\..\lib64\icutud.tlb</TypeLibraryName>
138    </Midl>
139    <ClCompile>
140      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
141      <PrecompiledHeaderOutputFile>.\x64\Debug/toolutil.pch</PrecompiledHeaderOutputFile>
142      <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
143      <ObjectFileName>.\x64\Debug/</ObjectFileName>
144      <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
145      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
146      <CompileAs>Default</CompileAs>
147    </ClCompile>
148    <Link>
149      <OutputFile>..\..\..\bin64\icutu63d.dll</OutputFile>
150      <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies>
151      <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
152      <ProgramDatabaseFile>.\..\..\..\lib64\icutud.pdb</ProgramDatabaseFile>
153      <BaseAddress>0x4ac00000</BaseAddress>
154      <ImportLibrary>..\..\..\lib64\icutud.lib</ImportLibrary>
155    </Link>
156  </ItemDefinitionGroup>
157  <ItemGroup>
158    <ClCompile Include="collationinfo.cpp">
159      <DisableLanguageExtensions>false</DisableLanguageExtensions>
160    </ClCompile>
161    <ClCompile Include="denseranges.cpp" />
162    <ClCompile Include="filestrm.cpp" />
163    <ClCompile Include="filetools.cpp" />
164    <ClCompile Include="flagparser.cpp" />
165    <ClCompile Include="package.cpp" />
166    <ClCompile Include="pkg_genc.cpp">
167      <DisableLanguageExtensions>false</DisableLanguageExtensions>
168    </ClCompile>
169    <ClCompile Include="pkg_gencmn.cpp">
170      <DisableLanguageExtensions>false</DisableLanguageExtensions>
171    </ClCompile>
172    <ClCompile Include="pkg_icu.cpp" />
173    <ClCompile Include="pkgitems.cpp" />
174    <ClCompile Include="ppucd.cpp">
175      <DisableLanguageExtensions>false</DisableLanguageExtensions>
176    </ClCompile>
177    <ClCompile Include="swapimpl.cpp">
178      <DisableLanguageExtensions>false</DisableLanguageExtensions>
179    </ClCompile>
180    <ClCompile Include="toolutil.cpp">
181      <DisableLanguageExtensions>false</DisableLanguageExtensions>
182    </ClCompile>
183    <ClCompile Include="ucbuf.cpp" />
184    <ClCompile Include="ucm.cpp" />
185    <ClCompile Include="ucmstate.cpp" />
186    <ClCompile Include="unewdata.cpp" />
187    <ClCompile Include="uoptions.cpp" />
188    <ClCompile Include="uparse.cpp" />
189    <ClCompile Include="writesrc.cpp" />
190    <ClCompile Include="xmlparser.cpp">
191      <DisableLanguageExtensions>false</DisableLanguageExtensions>
192    </ClCompile>
193    <ClCompile Include="dbgutil.cpp">
194      <DisableLanguageExtensions>false</DisableLanguageExtensions>
195    </ClCompile>
196    <ClCompile Include="udbgutil.cpp">
197      <DisableLanguageExtensions>false</DisableLanguageExtensions>
198    </ClCompile>
199    <ClCompile Include="ucln_tu.cpp">
200      <DisableLanguageExtensions>false</DisableLanguageExtensions>
201    </ClCompile>
202  </ItemGroup>
203  <ItemGroup>
204    <ClInclude Include="collationinfo.h" />
205    <ClInclude Include="denseranges.h" />
206    <ClInclude Include="filestrm.h" />
207    <ClInclude Include="filetools.h" />
208    <ClInclude Include="flagparser.h" />
209    <ClInclude Include="package.h" />
210    <ClInclude Include="pkg_genc.h" />
211    <ClInclude Include="pkg_gencmn.h" />
212    <ClInclude Include="pkg_icu.h" />
213    <ClInclude Include="pkg_imp.h" />
214    <ClInclude Include="ppucd.h" />
215    <ClInclude Include="swapimpl.h" />
216    <ClInclude Include="toolutil.h" />
217    <ClInclude Include="ucbuf.h" />
218    <ClInclude Include="ucm.h" />
219    <ClInclude Include="unewdata.h" />
220    <ClInclude Include="uoptions.h" />
221    <ClInclude Include="uparse.h" />
222    <ClInclude Include="writesrc.h" />
223    <ClInclude Include="xmlparser.h" />
224    <ClInclude Include="dbgutil.h" />
225    <ClInclude Include="udbgutil.h" />
226  </ItemGroup>
227  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
228  <ImportGroup Label="ExtensionTargets">
229  </ImportGroup>
230</Project>
231