]>
Commit | Line | Data |
---|---|---|
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>{73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}</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* "common" project configurations --> | |
51 | <ItemDefinitionGroup> | |
52 | <ClCompile> | |
53 | <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;U_COMMON_IMPLEMENTATION;U_PLATFORM_USES_ONLY_WIN32_API=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
54 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
55 | <WarningLevel>Level3</WarningLevel> | |
56 | </ClCompile> | |
57 | <Link> | |
58 | <AdditionalDependencies>icudt.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
59 | <BaseAddress>0x4a800000</BaseAddress> | |
60 | </Link> | |
61 | </ItemDefinitionGroup> | |
62 | <!-- Options that are common to all 'Debug' project configurations --> | |
63 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
64 | <ClCompile> | |
65 | <PreprocessorDefinitions>RBBI_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
66 | <BrowseInformation>true</BrowseInformation> | |
67 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
68 | </ClCompile> | |
69 | </ItemDefinitionGroup> | |
70 | <!-- Options that are common to all 'Release' project configurations --> | |
71 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
72 | <ClCompile> | |
73 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
74 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
75 | </ClCompile> | |
76 | </ItemDefinitionGroup> | |
77 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
78 | <Midl> | |
79 | <TypeLibraryName>.\..\..\lib\icuuc.tlb</TypeLibraryName> | |
80 | </Midl> | |
81 | <ClCompile> | |
82 | <PrecompiledHeaderOutputFile>.\x86\Release/common.pch</PrecompiledHeaderOutputFile> | |
83 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
84 | <ObjectFileName>.\x86\Release/</ObjectFileName> | |
85 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
86 | </ClCompile> | |
87 | <Link> | |
88 | <OutputFile>..\..\bin\icuuc62.dll</OutputFile> | |
89 | <AdditionalLibraryDirectories>.\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
90 | <ProgramDatabaseFile>.\..\..\lib\icuuc.pdb</ProgramDatabaseFile> | |
91 | <DataExecutionPrevention> | |
92 | </DataExecutionPrevention> | |
93 | <ImportLibrary>..\..\lib\icuuc.lib</ImportLibrary> | |
94 | </Link> | |
95 | </ItemDefinitionGroup> | |
96 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
97 | <Midl> | |
98 | <TypeLibraryName>.\..\..\lib\icuucd.tlb</TypeLibraryName> | |
99 | </Midl> | |
100 | <ClCompile> | |
101 | <PrecompiledHeaderOutputFile>.\x86\Debug/common.pch</PrecompiledHeaderOutputFile> | |
102 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
103 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
104 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
105 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
106 | </ClCompile> | |
107 | <Link> | |
108 | <OutputFile>..\..\bin\icuuc62d.dll</OutputFile> | |
109 | <AdditionalLibraryDirectories>.\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
110 | <ProgramDatabaseFile>.\..\..\lib\icuucd.pdb</ProgramDatabaseFile> | |
111 | <DataExecutionPrevention> | |
112 | </DataExecutionPrevention> | |
113 | <ImportLibrary>..\..\lib\icuucd.lib</ImportLibrary> | |
114 | </Link> | |
115 | </ItemDefinitionGroup> | |
116 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
117 | <Midl> | |
118 | <TypeLibraryName>.\..\..\lib64\icuuc.tlb</TypeLibraryName> | |
119 | </Midl> | |
120 | <ClCompile> | |
121 | <PrecompiledHeaderOutputFile>.\x64\Release/common.pch</PrecompiledHeaderOutputFile> | |
122 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
123 | <ObjectFileName>.\x64\Release/</ObjectFileName> | |
124 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
125 | </ClCompile> | |
126 | <Link> | |
127 | <OutputFile>..\..\bin64\icuuc62.dll</OutputFile> | |
128 | <AdditionalLibraryDirectories>.\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
129 | <ProgramDatabaseFile>.\..\..\lib64\icuuc.pdb</ProgramDatabaseFile> | |
130 | <ImportLibrary>..\..\lib64\icuuc.lib</ImportLibrary> | |
131 | </Link> | |
132 | </ItemDefinitionGroup> | |
133 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
134 | <Midl> | |
135 | <TypeLibraryName>.\..\..\lib64\icuucd.tlb</TypeLibraryName> | |
136 | </Midl> | |
137 | <ClCompile> | |
138 | <PrecompiledHeaderOutputFile>.\x64\Debug/common.pch</PrecompiledHeaderOutputFile> | |
139 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
140 | <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
141 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
142 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
143 | </ClCompile> | |
144 | <Link> | |
145 | <OutputFile>..\..\bin64\icuuc62d.dll</OutputFile> | |
146 | <AdditionalLibraryDirectories>.\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
147 | <ProgramDatabaseFile>.\..\..\lib64\icuucd.pdb</ProgramDatabaseFile> | |
148 | <ImportLibrary>..\..\lib64\icuucd.lib</ImportLibrary> | |
149 | </Link> | |
150 | </ItemDefinitionGroup> | |
151 | <ItemGroup> | |
152 | <ClCompile Include="filteredbrk.cpp" /> | |
153 | <ClCompile Include="ubidi.cpp" /> | |
154 | <ClCompile Include="ubiditransform.cpp" /> | |
155 | <ClCompile Include="ubidi_props.cpp" /> | |
156 | <ClCompile Include="ubidiln.cpp" /> | |
157 | <ClCompile Include="ubidiwrt.cpp" /> | |
158 | <ClCompile Include="uloc_keytype.cpp" /> | |
159 | <ClCompile Include="ushape.cpp" /> | |
160 | <ClCompile Include="brkeng.cpp" /> | |
161 | <ClCompile Include="brkiter.cpp" /> | |
162 | <ClCompile Include="dictbe.cpp" /> | |
163 | <ClCompile Include="pluralmap.cpp" /> | |
164 | <ClCompile Include="rbbi.cpp" /> | |
165 | <ClCompile Include="rbbidata.cpp" /> | |
166 | <ClCompile Include="rbbinode.cpp" /> | |
167 | <ClCompile Include="rbbirb.cpp" /> | |
168 | <ClCompile Include="rbbiscan.cpp" /> | |
169 | <ClCompile Include="rbbisetb.cpp" /> | |
170 | <ClCompile Include="rbbistbl.cpp" /> | |
171 | <ClCompile Include="rbbitblb.cpp" /> | |
172 | <ClCompile Include="rbbi_cache.cpp" /> | |
173 | <ClCompile Include="dictionarydata.cpp" /> | |
174 | <ClCompile Include="ubrk.cpp" /> | |
175 | <ClCompile Include="ucol_swp.cpp" /> | |
176 | <ClCompile Include="propsvec.cpp" /> | |
177 | <ClCompile Include="uarrsort.cpp" /> | |
178 | <ClCompile Include="uenum.cpp" /> | |
179 | <ClCompile Include="uhash.cpp" /> | |
180 | <ClCompile Include="uhash_us.cpp" /> | |
181 | <ClCompile Include="ulist.cpp" /> | |
182 | <ClCompile Include="ustack.cpp" /> | |
183 | <ClCompile Include="ustrenum.cpp" /> | |
184 | <ClCompile Include="utrie.cpp" /> | |
185 | <ClCompile Include="utrie2.cpp" /> | |
186 | <ClCompile Include="utrie2_builder.cpp" /> | |
187 | <ClCompile Include="uvector.cpp" /> | |
188 | <ClCompile Include="uvectr32.cpp" /> | |
189 | <ClCompile Include="uvectr64.cpp" /> | |
190 | <ClCompile Include="errorcode.cpp" /> | |
191 | <ClCompile Include="icudataver.cpp" /> | |
192 | <ClCompile Include="locmap.cpp" /> | |
193 | <ClCompile Include="putil.cpp" /> | |
194 | <ClCompile Include="umath.cpp" /> | |
195 | <ClCompile Include="umutex.cpp" /> | |
196 | <ClCompile Include="utrace.cpp" /> | |
197 | <ClCompile Include="utypes.cpp" /> | |
198 | <ClCompile Include="wintz.cpp" /> | |
199 | <ClCompile Include="ucnv.cpp" /> | |
200 | <ClCompile Include="ucnv2022.cpp" /> | |
201 | <ClCompile Include="ucnv_bld.cpp" /> | |
202 | <ClCompile Include="ucnv_cb.cpp" /> | |
203 | <ClCompile Include="ucnv_cnv.cpp" /> | |
204 | <ClCompile Include="ucnv_ct.cpp" /> | |
205 | <ClCompile Include="ucnv_err.cpp" /> | |
206 | <ClCompile Include="ucnv_ext.cpp" /> | |
207 | <ClCompile Include="ucnv_io.cpp" /> | |
208 | <ClCompile Include="ucnv_lmb.cpp" /> | |
209 | <ClCompile Include="ucnv_set.cpp" /> | |
210 | <ClCompile Include="ucnv_u16.cpp" /> | |
211 | <ClCompile Include="ucnv_u32.cpp" /> | |
212 | <ClCompile Include="ucnv_u7.cpp" /> | |
213 | <ClCompile Include="ucnv_u8.cpp" /> | |
214 | <ClCompile Include="ucnvbocu.cpp" /> | |
215 | <ClCompile Include="ucnvdisp.cpp" /> | |
216 | <ClCompile Include="ucnvhz.cpp" /> | |
217 | <ClCompile Include="ucnvisci.cpp" /> | |
218 | <ClCompile Include="ucnvlat1.cpp" /> | |
219 | <ClCompile Include="ucnvmbcs.cpp" /> | |
220 | <ClCompile Include="ucnvscsu.cpp" /> | |
221 | <ClCompile Include="ucnvsel.cpp" /> | |
222 | <ClCompile Include="cmemory.cpp" /> | |
223 | <ClCompile Include="ucln_cmn.cpp" /> | |
224 | <ClCompile Include="ucmndata.cpp" /> | |
225 | <ClCompile Include="udata.cpp" /> | |
226 | <ClCompile Include="udatamem.cpp" /> | |
227 | <ClCompile Include="udataswp.cpp" /> | |
228 | <ClCompile Include="uinit.cpp" /> | |
229 | <ClCompile Include="umapfile.cpp" /> | |
230 | <ClCompile Include="uobject.cpp" /> | |
231 | <ClCompile Include="dtintrv.cpp" /> | |
232 | <ClCompile Include="parsepos.cpp" /> | |
233 | <ClCompile Include="ustrfmt.cpp" /> | |
234 | <ClCompile Include="util.cpp" /> | |
235 | <ClCompile Include="util_props.cpp" /> | |
236 | <ClCompile Include="punycode.cpp" /> | |
237 | <ClCompile Include="uidna.cpp" /> | |
238 | <ClCompile Include="uts46.cpp" /> | |
239 | <ClCompile Include="locavailable.cpp" /> | |
240 | <ClCompile Include="locbased.cpp" /> | |
241 | <ClCompile Include="locdispnames.cpp" /> | |
242 | <ClCompile Include="locdspnm.cpp" /> | |
243 | <ClCompile Include="locid.cpp" /> | |
244 | <ClCompile Include="loclikely.cpp" /> | |
245 | <ClCompile Include="locresdata.cpp" /> | |
246 | <ClCompile Include="locutil.cpp" /> | |
247 | <ClCompile Include="resbund.cpp" /> | |
248 | <ClCompile Include="resbund_cnv.cpp" /> | |
249 | <ClCompile Include="ucat.cpp" /> | |
250 | <ClCompile Include="uloc.cpp" /> | |
251 | <ClCompile Include="uloc_tag.cpp" /> | |
252 | <ClCompile Include="ures_cnv.cpp" /> | |
253 | <ClCompile Include="uresbund.cpp" /> | |
254 | <ClCompile Include="uresdata.cpp" /> | |
255 | <ClCompile Include="resource.cpp" /> | |
256 | <ClCompile Include="ucurr.cpp" /> | |
257 | <ClCompile Include="caniter.cpp" /> | |
258 | <ClCompile Include="filterednormalizer2.cpp" /> | |
259 | <ClCompile Include="loadednormalizer2impl.cpp" /> | |
260 | <ClCompile Include="normalizer2.cpp" /> | |
261 | <ClCompile Include="normalizer2impl.cpp" /> | |
262 | <ClCompile Include="normlzr.cpp" /> | |
263 | <ClCompile Include="unorm.cpp" /> | |
264 | <ClCompile Include="unormcmp.cpp" /> | |
265 | <ClCompile Include="bmpset.cpp" /> | |
266 | <ClCompile Include="patternprops.cpp" /> | |
267 | <ClCompile Include="propname.cpp" /> | |
268 | <ClCompile Include="ruleiter.cpp" /> | |
269 | <ClCompile Include="ucase.cpp" /> | |
270 | <ClCompile Include="uchar.cpp" /> | |
271 | <ClCompile Include="unames.cpp" /> | |
272 | <ClCompile Include="unifiedcache.cpp" /> | |
273 | <ClCompile Include="unifilt.cpp" /> | |
274 | <ClCompile Include="unifunct.cpp" /> | |
275 | <ClCompile Include="uniset.cpp" /> | |
276 | <ClCompile Include="uniset_closure.cpp" /> | |
277 | <ClCompile Include="uniset_props.cpp" /> | |
278 | <ClCompile Include="unisetspan.cpp" /> | |
279 | <ClCompile Include="uprops.cpp" /> | |
280 | <ClCompile Include="usc_impl.cpp" /> | |
281 | <ClCompile Include="uscript.cpp" /> | |
282 | <ClCompile Include="uscript_props.cpp" /> | |
283 | <ClCompile Include="uset.cpp" /> | |
284 | <ClCompile Include="uset_props.cpp" /> | |
285 | <ClCompile Include="usetiter.cpp" /> | |
286 | <ClCompile Include="icuplug.cpp" /> | |
287 | <ClCompile Include="serv.cpp" /> | |
288 | <ClCompile Include="servlk.cpp" /> | |
289 | <ClCompile Include="servlkf.cpp" /> | |
290 | <ClCompile Include="servls.cpp" /> | |
291 | <ClCompile Include="servnotf.cpp" /> | |
292 | <ClCompile Include="servrbf.cpp" /> | |
293 | <ClCompile Include="servslkf.cpp" /> | |
294 | <ClCompile Include="usprep.cpp" /> | |
295 | <ClCompile Include="appendable.cpp" /> | |
296 | <ClCompile Include="bytesinkutil.cpp" /> | |
297 | <ClCompile Include="bytestream.cpp" /> | |
298 | <ClCompile Include="bytestrie.cpp" /> | |
299 | <ClCompile Include="bytestriebuilder.cpp" /> | |
300 | <ClCompile Include="bytestrieiterator.cpp" /> | |
301 | <ClCompile Include="chariter.cpp" /> | |
302 | <ClCompile Include="charstr.cpp" /> | |
303 | <ClCompile Include="cstring.cpp" /> | |
304 | <ClCompile Include="cstr.cpp" /> | |
305 | <ClCompile Include="cwchar.cpp" /> | |
306 | <ClCompile Include="edits.cpp" /> | |
307 | <ClCompile Include="messagepattern.cpp" /> | |
308 | <ClCompile Include="schriter.cpp" /> | |
309 | <ClCompile Include="stringpiece.cpp" /> | |
310 | <ClCompile Include="stringtriebuilder.cpp" /> | |
311 | <ClCompile Include="simpleformatter.cpp" /> | |
312 | <ClCompile Include="ucasemap.cpp" /> | |
313 | <ClCompile Include="ucasemap_titlecase_brkiter.cpp" /> | |
314 | <ClCompile Include="ucharstrie.cpp" /> | |
315 | <ClCompile Include="ucharstriebuilder.cpp" /> | |
316 | <ClCompile Include="ucharstrieiterator.cpp" /> | |
317 | <ClCompile Include="uchriter.cpp" /> | |
318 | <ClCompile Include="uinvchar.cpp" /> | |
319 | <ClCompile Include="uiter.cpp" /> | |
320 | <ClCompile Include="unistr.cpp" /> | |
321 | <ClCompile Include="unistr_case.cpp" /> | |
322 | <ClCompile Include="unistr_case_locale.cpp" /> | |
323 | <ClCompile Include="unistr_cnv.cpp" /> | |
324 | <ClCompile Include="unistr_props.cpp" /> | |
325 | <ClCompile Include="unistr_titlecase_brkiter.cpp" /> | |
326 | <ClCompile Include="ustr_cnv.cpp" /> | |
327 | <ClCompile Include="ustr_titlecase_brkiter.cpp" /> | |
328 | <ClCompile Include="ustr_wcs.cpp" /> | |
329 | <ClCompile Include="ustrcase.cpp" /> | |
330 | <ClCompile Include="ustrcase_locale.cpp" /> | |
331 | <ClCompile Include="ustring.cpp" /> | |
332 | <ClCompile Include="ustrtrns.cpp" /> | |
333 | <ClCompile Include="utext.cpp" /> | |
334 | <ClCompile Include="utf_impl.cpp" /> | |
335 | <ClCompile Include="listformatter.cpp" /> | |
336 | <ClCompile Include="ulistformatter.cpp" /> | |
337 | <ClCompile Include="static_unicode_sets.cpp" /> | |
338 | <ClInclude Include="localsvc.h" /> | |
339 | <ClInclude Include="msvcres.h" /> | |
340 | <ClInclude Include="pluralmap.h" /> | |
341 | <ClInclude Include="propname_data.h" /> | |
342 | <ClInclude Include="ubidi_props.h" /> | |
343 | <ClInclude Include="ubidiimp.h" /> | |
344 | <ClInclude Include="brkeng.h" /> | |
345 | <ClInclude Include="dictbe.h" /> | |
346 | <ClInclude Include="rbbidata.h" /> | |
347 | <ClInclude Include="rbbinode.h" /> | |
348 | <ClInclude Include="rbbirb.h" /> | |
349 | <ClInclude Include="rbbirpt.h" /> | |
350 | <ClInclude Include="rbbiscan.h" /> | |
351 | <ClInclude Include="rbbisetb.h" /> | |
352 | <ClInclude Include="rbbitblb.h" /> | |
353 | <ClInclude Include="rbbi_cache.h" /> | |
354 | <ClInclude Include="dictionarydata.h" /> | |
355 | <ClInclude Include="ubidi_props_data.h" /> | |
356 | <ClInclude Include="ubrkimpl.h" /> | |
357 | <ClInclude Include="ucase_props_data.h" /> | |
358 | <ClInclude Include="uchar_props_data.h" /> | |
359 | <ClInclude Include="ucol_data.h" /> | |
360 | <ClInclude Include="ucol_swp.h" /> | |
361 | <ClInclude Include="unicode\ubiditransform.h" /> | |
362 | <ClInclude Include="unistrappender.h" /> | |
363 | <ClInclude Include="hash.h" /> | |
364 | <ClInclude Include="propsvec.h" /> | |
365 | <ClInclude Include="uarrsort.h" /> | |
366 | <ClInclude Include="uelement.h" /> | |
367 | <ClInclude Include="uenumimp.h" /> | |
368 | <ClInclude Include="uhash.h" /> | |
369 | <ClInclude Include="ulist.h" /> | |
370 | <ClInclude Include="unicode\filteredbrk.h" /> | |
371 | <ClInclude Include="ustrenum.h" /> | |
372 | <ClInclude Include="utrie.h" /> | |
373 | <ClInclude Include="utrie2.h" /> | |
374 | <ClInclude Include="utrie2_impl.h" /> | |
375 | <ClInclude Include="utypeinfo.h" /> | |
376 | <ClInclude Include="uvector.h" /> | |
377 | <ClInclude Include="uvectr32.h" /> | |
378 | <ClInclude Include="uvectr64.h" /> | |
379 | <ClInclude Include="cpputils.h" /> | |
380 | <ClInclude Include="locmap.h" /> | |
381 | <ClInclude Include="mutex.h" /> | |
382 | <ClInclude Include="putilimp.h" /> | |
383 | <ClInclude Include="uassert.h" /> | |
384 | <ClInclude Include="umutex.h" /> | |
385 | <ClInclude Include="uposixdefs.h" /> | |
386 | <ClInclude Include="utracimp.h" /> | |
387 | <ClInclude Include="wintz.h" /> | |
388 | <ClInclude Include="ucnv_bld.h" /> | |
389 | <ClInclude Include="ucnv_cnv.h" /> | |
390 | <ClInclude Include="ucnv_ext.h" /> | |
391 | <ClInclude Include="ucnv_imp.h" /> | |
392 | <ClInclude Include="ucnv_io.h" /> | |
393 | <ClInclude Include="ucnvmbcs.h" /> | |
394 | <ClInclude Include="cmemory.h" /> | |
395 | <ClInclude Include="ucln.h" /> | |
396 | <ClInclude Include="ucln_cmn.h" /> | |
397 | <ClInclude Include="ucln_imp.h" /> | |
398 | <ClInclude Include="ucmndata.h" /> | |
399 | <ClInclude Include="udatamem.h" /> | |
400 | <ClInclude Include="udataswp.h" /> | |
401 | <ClInclude Include="umapfile.h" /> | |
402 | <ClInclude Include="ustrfmt.h" /> | |
403 | <ClInclude Include="util.h" /> | |
404 | <ClInclude Include="punycode.h" /> | |
405 | <ClInclude Include="locbased.h" /> | |
406 | <ClInclude Include="locutil.h" /> | |
407 | <ClInclude Include="sharedobject.h" /> | |
408 | <ClCompile Include="sharedobject.cpp" /> | |
409 | <ClInclude Include="ulocimp.h" /> | |
410 | <ClInclude Include="unifiedcache.h" /> | |
411 | <ClInclude Include="uresdata.h" /> | |
412 | <ClInclude Include="uresimp.h" /> | |
413 | <ClInclude Include="ureslocs.h" /> | |
414 | <ClInclude Include="resource.h" /> | |
415 | <ClInclude Include="ucurrimp.h" /> | |
416 | <ClInclude Include="norm2allmodes.h" /> | |
417 | <ClInclude Include="normalizer2impl.h" /> | |
418 | <ClInclude Include="unormimp.h" /> | |
419 | <ClInclude Include="bmpset.h" /> | |
420 | <ClInclude Include="messageimpl.h" /> | |
421 | <ClInclude Include="patternprops.h" /> | |
422 | <ClInclude Include="propname.h" /> | |
423 | <ClInclude Include="ruleiter.h" /> | |
424 | <ClInclude Include="ucase.h" /> | |
425 | <ClInclude Include="unisetspan.h" /> | |
426 | <ClInclude Include="uprops.h" /> | |
427 | <ClInclude Include="usc_impl.h" /> | |
428 | <ClInclude Include="uset_imp.h" /> | |
429 | <ClInclude Include="icuplugimp.h" /> | |
430 | <ClInclude Include="serv.h" /> | |
431 | <ClInclude Include="servloc.h" /> | |
432 | <ClInclude Include="servnotf.h" /> | |
433 | <ClInclude Include="sprpimpl.h" /> | |
434 | <ClInclude Include="bytesinkutil.h" /> | |
435 | <ClInclude Include="charstr.h" /> | |
436 | <ClInclude Include="cstring.h" /> | |
437 | <ClInclude Include="cstr.h" /> | |
438 | <ClInclude Include="cwchar.h" /> | |
439 | <ClInclude Include="ucasemap_imp.h" /> | |
440 | <ClInclude Include="uinvchar.h" /> | |
441 | <ClInclude Include="ustr_cnv.h" /> | |
442 | <ClInclude Include="ustr_imp.h" /> | |
443 | <ClInclude Include="static_unicode_sets.h" /> | |
444 | </ItemGroup> | |
445 | <ItemGroup> | |
446 | <ResourceCompile Include="common.rc" /> | |
447 | </ItemGroup> | |
448 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
449 | <!-- The following import will copy all of the header files from this projects 'unicode' folder. --> | |
450 | <Import Project="$(SolutionDir)\Windows.CopyUnicodeHeaderFiles.targets" /> | |
451 | <ImportGroup Label="ExtensionTargets"> | |
452 | </ImportGroup> | |
453 | </Project> |