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