]>
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>{73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}</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" /> | |
14 | <!-- The following import will include the library configuration options for VS projects. --> | |
15 | <Import Project="..\allinone\Build.Windows.Library.ProjectConfiguration.props" /> | |
2ca993e8 A |
16 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
17 | <ImportGroup Label="ExtensionSettings"> | |
18 | </ImportGroup> | |
19 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
20 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
21 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
22 | </ImportGroup> | |
23 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
24 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
25 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
26 | </ImportGroup> | |
27 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
28 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
29 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
30 | </ImportGroup> | |
31 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
32 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
33 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
34 | </ImportGroup> | |
35 | <PropertyGroup Label="UserMacros" /> | |
36 | <PropertyGroup> | |
37 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
340931cb A |
38 | <OutDir>.\$(Platform)\$(Configuration)\</OutDir> |
39 | <IntDir>.\$(Platform)\$(Configuration)\</IntDir> | |
40 | <!-- The ICU projects use "Win32" to mean "x86", so we need to special case it. --> | |
41 | <OutDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</OutDir> | |
42 | <IntDir Condition="'$(Platform)'=='Win32'">.\x86\$(Configuration)\</IntDir> | |
43 | <!-- Disable Incremental Linking for Release builds as it prevents Link-time Code Generation --> | |
44 | <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental> | |
45 | <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental> | |
2ca993e8 | 46 | </PropertyGroup> |
0f5d89e8 A |
47 | <!-- Options that are common to *all* "common" project configurations --> |
48 | <ItemDefinitionGroup> | |
340931cb A |
49 | <Midl> |
50 | <TypeLibraryName>$(OutDir)\icuuc.tlb</TypeLibraryName> | |
51 | </Midl> | |
0f5d89e8 A |
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> | |
340931cb A |
56 | <CompileAs>Default</CompileAs> |
57 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
58 | <PrecompiledHeaderOutputFile>$(OutDir)/icuuc.pch</PrecompiledHeaderOutputFile> | |
59 | <AssemblerListingLocation>$(OutDir)/</AssemblerListingLocation> | |
60 | <ObjectFileName>$(OutDir)/</ObjectFileName> | |
61 | <ProgramDataBaseFileName>$(OutDir)/icuuc.pdb</ProgramDataBaseFileName> | |
0f5d89e8 A |
62 | </ClCompile> |
63 | <Link> | |
340931cb | 64 | <!-- The icudt.lib is for U_ICUDATA_ENTRY_POINT --> |
0f5d89e8 | 65 | <AdditionalDependencies>icudt.lib;%(AdditionalDependencies)</AdditionalDependencies> |
340931cb | 66 | <AdditionalLibraryDirectories>.\..\..\$(IcuLibOutputDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
0f5d89e8 A |
67 | </Link> |
68 | </ItemDefinitionGroup> | |
69 | <!-- Options that are common to all 'Debug' project configurations --> | |
70 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
71 | <ClCompile> | |
72 | <PreprocessorDefinitions>RBBI_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
73 | <BrowseInformation>true</BrowseInformation> | |
74 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
75 | </ClCompile> | |
340931cb A |
76 | <Link> |
77 | <OutputFile>..\..\$(IcuBinOutputDir)\icuuc66d.dll</OutputFile> | |
78 | <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuucd.pdb</ProgramDatabaseFile> | |
79 | <ImportLibrary>..\..\$(IcuLibOutputDir)\icuucd.lib</ImportLibrary> | |
80 | </Link> | |
0f5d89e8 A |
81 | </ItemDefinitionGroup> |
82 | <!-- Options that are common to all 'Release' project configurations --> | |
83 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
84 | <ClCompile> | |
85 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
86 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
87 | </ClCompile> | |
2ca993e8 | 88 | <Link> |
340931cb A |
89 | <OutputFile>..\..\$(IcuBinOutputDir)\icuuc66.dll</OutputFile> |
90 | <ProgramDatabaseFile>.\..\..\$(IcuLibOutputDir)\icuuc.pdb</ProgramDatabaseFile> | |
91 | <ImportLibrary>..\..\$(IcuLibOutputDir)\icuuc.lib</ImportLibrary> | |
2ca993e8 A |
92 | </Link> |
93 | </ItemDefinitionGroup> | |
94 | <ItemGroup> | |
95 | <ClCompile Include="filteredbrk.cpp" /> | |
f3c0d7a5 A |
96 | <ClCompile Include="ubidi.cpp" /> |
97 | <ClCompile Include="ubiditransform.cpp" /> | |
98 | <ClCompile Include="ubidi_props.cpp" /> | |
99 | <ClCompile Include="ubidiln.cpp" /> | |
100 | <ClCompile Include="ubidiwrt.cpp" /> | |
2ca993e8 A |
101 | <ClCompile Include="uloc_keytype.cpp" /> |
102 | <ClCompile Include="ushape.cpp" /> | |
0f5d89e8 A |
103 | <ClCompile Include="brkeng.cpp" /> |
104 | <ClCompile Include="brkiter.cpp" /> | |
2ca993e8 A |
105 | <ClCompile Include="dictbe.cpp" /> |
106 | <ClCompile Include="pluralmap.cpp" /> | |
0f5d89e8 A |
107 | <ClCompile Include="rbbi.cpp" /> |
108 | <ClCompile Include="rbbidata.cpp" /> | |
2ca993e8 | 109 | <ClCompile Include="rbbinode.cpp" /> |
0f5d89e8 | 110 | <ClCompile Include="rbbirb.cpp" /> |
2ca993e8 A |
111 | <ClCompile Include="rbbiscan.cpp" /> |
112 | <ClCompile Include="rbbisetb.cpp" /> | |
0f5d89e8 A |
113 | <ClCompile Include="rbbistbl.cpp" /> |
114 | <ClCompile Include="rbbitblb.cpp" /> | |
115 | <ClCompile Include="rbbi_cache.cpp" /> | |
2ca993e8 A |
116 | <ClCompile Include="dictionarydata.cpp" /> |
117 | <ClCompile Include="ubrk.cpp" /> | |
0f5d89e8 | 118 | <ClCompile Include="ucol_swp.cpp" /> |
f3c0d7a5 A |
119 | <ClCompile Include="propsvec.cpp" /> |
120 | <ClCompile Include="uarrsort.cpp" /> | |
121 | <ClCompile Include="uenum.cpp" /> | |
122 | <ClCompile Include="uhash.cpp" /> | |
2ca993e8 | 123 | <ClCompile Include="uhash_us.cpp" /> |
f3c0d7a5 | 124 | <ClCompile Include="ulist.cpp" /> |
2ca993e8 A |
125 | <ClCompile Include="ustack.cpp" /> |
126 | <ClCompile Include="ustrenum.cpp" /> | |
127 | <ClCompile Include="utrie.cpp" /> | |
3d1f044b | 128 | <ClCompile Include="utrie_swap.cpp" /> |
2ca993e8 A |
129 | <ClCompile Include="utrie2.cpp" /> |
130 | <ClCompile Include="utrie2_builder.cpp" /> | |
131 | <ClCompile Include="uvector.cpp" /> | |
132 | <ClCompile Include="uvectr32.cpp" /> | |
133 | <ClCompile Include="uvectr64.cpp" /> | |
134 | <ClCompile Include="errorcode.cpp" /> | |
f3c0d7a5 | 135 | <ClCompile Include="icudataver.cpp" /> |
0f5d89e8 A |
136 | <ClCompile Include="locmap.cpp" /> |
137 | <ClCompile Include="putil.cpp" /> | |
f3c0d7a5 | 138 | <ClCompile Include="umath.cpp" /> |
0f5d89e8 | 139 | <ClCompile Include="umutex.cpp" /> |
f3c0d7a5 A |
140 | <ClCompile Include="utrace.cpp" /> |
141 | <ClCompile Include="utypes.cpp" /> | |
0f5d89e8 | 142 | <ClCompile Include="wintz.cpp" /> |
f3c0d7a5 | 143 | <ClCompile Include="ucnv.cpp" /> |
2ca993e8 | 144 | <ClCompile Include="ucnv2022.cpp" /> |
0f5d89e8 | 145 | <ClCompile Include="ucnv_bld.cpp" /> |
f3c0d7a5 A |
146 | <ClCompile Include="ucnv_cb.cpp" /> |
147 | <ClCompile Include="ucnv_cnv.cpp" /> | |
148 | <ClCompile Include="ucnv_ct.cpp" /> | |
149 | <ClCompile Include="ucnv_err.cpp" /> | |
2ca993e8 | 150 | <ClCompile Include="ucnv_ext.cpp" /> |
0f5d89e8 | 151 | <ClCompile Include="ucnv_io.cpp" /> |
f3c0d7a5 A |
152 | <ClCompile Include="ucnv_lmb.cpp" /> |
153 | <ClCompile Include="ucnv_set.cpp" /> | |
154 | <ClCompile Include="ucnv_u16.cpp" /> | |
155 | <ClCompile Include="ucnv_u32.cpp" /> | |
156 | <ClCompile Include="ucnv_u7.cpp" /> | |
157 | <ClCompile Include="ucnv_u8.cpp" /> | |
2ca993e8 | 158 | <ClCompile Include="ucnvbocu.cpp" /> |
f3c0d7a5 A |
159 | <ClCompile Include="ucnvdisp.cpp" /> |
160 | <ClCompile Include="ucnvhz.cpp" /> | |
161 | <ClCompile Include="ucnvisci.cpp" /> | |
162 | <ClCompile Include="ucnvlat1.cpp" /> | |
2ca993e8 | 163 | <ClCompile Include="ucnvmbcs.cpp" /> |
f3c0d7a5 | 164 | <ClCompile Include="ucnvscsu.cpp" /> |
0f5d89e8 | 165 | <ClCompile Include="ucnvsel.cpp" /> |
f3c0d7a5 | 166 | <ClCompile Include="cmemory.cpp" /> |
0f5d89e8 | 167 | <ClCompile Include="ucln_cmn.cpp" /> |
f3c0d7a5 | 168 | <ClCompile Include="ucmndata.cpp" /> |
2ca993e8 | 169 | <ClCompile Include="udata.cpp" /> |
f3c0d7a5 A |
170 | <ClCompile Include="udatamem.cpp" /> |
171 | <ClCompile Include="udataswp.cpp" /> | |
0f5d89e8 A |
172 | <ClCompile Include="uinit.cpp" /> |
173 | <ClCompile Include="umapfile.cpp" /> | |
2ca993e8 A |
174 | <ClCompile Include="uobject.cpp" /> |
175 | <ClCompile Include="dtintrv.cpp" /> | |
176 | <ClCompile Include="parsepos.cpp" /> | |
f3c0d7a5 | 177 | <ClCompile Include="ustrfmt.cpp" /> |
2ca993e8 A |
178 | <ClCompile Include="util.cpp" /> |
179 | <ClCompile Include="util_props.cpp" /> | |
180 | <ClCompile Include="punycode.cpp" /> | |
181 | <ClCompile Include="uidna.cpp" /> | |
182 | <ClCompile Include="uts46.cpp" /> | |
340931cb A |
183 | <ClCompile Include="localebuilder.cpp" /> |
184 | <ClCompile Include="localematcher.cpp" /> | |
185 | <ClCompile Include="localeprioritylist.cpp" /> | |
0f5d89e8 | 186 | <ClCompile Include="locavailable.cpp" /> |
2ca993e8 A |
187 | <ClCompile Include="locbased.cpp" /> |
188 | <ClCompile Include="locdispnames.cpp" /> | |
340931cb | 189 | <ClCompile Include="locdistance.cpp" /> |
2ca993e8 | 190 | <ClCompile Include="locdspnm.cpp" /> |
0f5d89e8 | 191 | <ClCompile Include="locid.cpp" /> |
2ca993e8 | 192 | <ClCompile Include="loclikely.cpp" /> |
340931cb | 193 | <ClCompile Include="loclikelysubtags.cpp" /> |
2ca993e8 | 194 | <ClCompile Include="locresdata.cpp" /> |
0f5d89e8 | 195 | <ClCompile Include="locutil.cpp" /> |
340931cb | 196 | <ClCompile Include="lsr.cpp" /> |
0f5d89e8 | 197 | <ClCompile Include="resbund.cpp" /> |
2ca993e8 | 198 | <ClCompile Include="resbund_cnv.cpp" /> |
f3c0d7a5 | 199 | <ClCompile Include="ucat.cpp" /> |
2ca993e8 | 200 | <ClCompile Include="uloc.cpp" /> |
f3c0d7a5 | 201 | <ClCompile Include="uloc_tag.cpp" /> |
340931cb | 202 | <ClCompile Include="ulocdata.cpp" /> |
f3c0d7a5 | 203 | <ClCompile Include="ures_cnv.cpp" /> |
2ca993e8 A |
204 | <ClCompile Include="uresbund.cpp" /> |
205 | <ClCompile Include="uresdata.cpp" /> | |
206 | <ClCompile Include="resource.cpp" /> | |
207 | <ClCompile Include="ucurr.cpp" /> | |
0f5d89e8 | 208 | <ClCompile Include="caniter.cpp" /> |
2ca993e8 A |
209 | <ClCompile Include="filterednormalizer2.cpp" /> |
210 | <ClCompile Include="loadednormalizer2impl.cpp" /> | |
211 | <ClCompile Include="normalizer2.cpp" /> | |
212 | <ClCompile Include="normalizer2impl.cpp" /> | |
0f5d89e8 | 213 | <ClCompile Include="normlzr.cpp" /> |
2ca993e8 A |
214 | <ClCompile Include="unorm.cpp" /> |
215 | <ClCompile Include="unormcmp.cpp" /> | |
216 | <ClCompile Include="bmpset.cpp" /> | |
217 | <ClCompile Include="patternprops.cpp" /> | |
0f5d89e8 | 218 | <ClCompile Include="propname.cpp" /> |
2ca993e8 | 219 | <ClCompile Include="ruleiter.cpp" /> |
0f5d89e8 | 220 | <ClCompile Include="ucase.cpp" /> |
f3c0d7a5 | 221 | <ClCompile Include="uchar.cpp" /> |
3d1f044b | 222 | <ClCompile Include="characterproperties.cpp" /> |
2ca993e8 | 223 | <ClCompile Include="unames.cpp" /> |
0f5d89e8 | 224 | <ClCompile Include="unifiedcache.cpp" /> |
2ca993e8 A |
225 | <ClCompile Include="unifilt.cpp" /> |
226 | <ClCompile Include="unifunct.cpp" /> | |
227 | <ClCompile Include="uniset.cpp" /> | |
228 | <ClCompile Include="uniset_closure.cpp" /> | |
229 | <ClCompile Include="uniset_props.cpp" /> | |
230 | <ClCompile Include="unisetspan.cpp" /> | |
231 | <ClCompile Include="uprops.cpp" /> | |
f3c0d7a5 A |
232 | <ClCompile Include="usc_impl.cpp" /> |
233 | <ClCompile Include="uscript.cpp" /> | |
2ca993e8 A |
234 | <ClCompile Include="uscript_props.cpp" /> |
235 | <ClCompile Include="uset.cpp" /> | |
236 | <ClCompile Include="uset_props.cpp" /> | |
237 | <ClCompile Include="usetiter.cpp" /> | |
238 | <ClCompile Include="icuplug.cpp" /> | |
0f5d89e8 A |
239 | <ClCompile Include="serv.cpp" /> |
240 | <ClCompile Include="servlk.cpp" /> | |
241 | <ClCompile Include="servlkf.cpp" /> | |
242 | <ClCompile Include="servls.cpp" /> | |
243 | <ClCompile Include="servnotf.cpp" /> | |
244 | <ClCompile Include="servrbf.cpp" /> | |
245 | <ClCompile Include="servslkf.cpp" /> | |
2ca993e8 A |
246 | <ClCompile Include="usprep.cpp" /> |
247 | <ClCompile Include="appendable.cpp" /> | |
0f5d89e8 | 248 | <ClCompile Include="bytesinkutil.cpp" /> |
2ca993e8 A |
249 | <ClCompile Include="bytestream.cpp" /> |
250 | <ClCompile Include="bytestrie.cpp" /> | |
251 | <ClCompile Include="bytestriebuilder.cpp" /> | |
252 | <ClCompile Include="bytestrieiterator.cpp" /> | |
253 | <ClCompile Include="chariter.cpp" /> | |
254 | <ClCompile Include="charstr.cpp" /> | |
f3c0d7a5 | 255 | <ClCompile Include="cstring.cpp" /> |
2ca993e8 | 256 | <ClCompile Include="cstr.cpp" /> |
f3c0d7a5 A |
257 | <ClCompile Include="cwchar.cpp" /> |
258 | <ClCompile Include="edits.cpp" /> | |
2ca993e8 A |
259 | <ClCompile Include="messagepattern.cpp" /> |
260 | <ClCompile Include="schriter.cpp" /> | |
261 | <ClCompile Include="stringpiece.cpp" /> | |
262 | <ClCompile Include="stringtriebuilder.cpp" /> | |
263 | <ClCompile Include="simpleformatter.cpp" /> | |
264 | <ClCompile Include="ucasemap.cpp" /> | |
265 | <ClCompile Include="ucasemap_titlecase_brkiter.cpp" /> | |
266 | <ClCompile Include="ucharstrie.cpp" /> | |
267 | <ClCompile Include="ucharstriebuilder.cpp" /> | |
268 | <ClCompile Include="ucharstrieiterator.cpp" /> | |
269 | <ClCompile Include="uchriter.cpp" /> | |
3d1f044b | 270 | <ClCompile Include="ucptrie.cpp" /> |
f3c0d7a5 | 271 | <ClCompile Include="uinvchar.cpp" /> |
2ca993e8 | 272 | <ClCompile Include="uiter.cpp" /> |
3d1f044b | 273 | <ClCompile Include="umutablecptrie.cpp" /> |
2ca993e8 A |
274 | <ClCompile Include="unistr.cpp" /> |
275 | <ClCompile Include="unistr_case.cpp" /> | |
276 | <ClCompile Include="unistr_case_locale.cpp" /> | |
277 | <ClCompile Include="unistr_cnv.cpp" /> | |
278 | <ClCompile Include="unistr_props.cpp" /> | |
279 | <ClCompile Include="unistr_titlecase_brkiter.cpp" /> | |
280 | <ClCompile Include="ustr_cnv.cpp" /> | |
281 | <ClCompile Include="ustr_titlecase_brkiter.cpp" /> | |
282 | <ClCompile Include="ustr_wcs.cpp" /> | |
283 | <ClCompile Include="ustrcase.cpp" /> | |
284 | <ClCompile Include="ustrcase_locale.cpp" /> | |
285 | <ClCompile Include="ustring.cpp" /> | |
286 | <ClCompile Include="ustrtrns.cpp" /> | |
287 | <ClCompile Include="utext.cpp" /> | |
f3c0d7a5 | 288 | <ClCompile Include="utf_impl.cpp" /> |
0f5d89e8 | 289 | <ClCompile Include="static_unicode_sets.cpp" /> |
340931cb | 290 | <ClCompile Include="restrace.cpp" /> |
2ca993e8 A |
291 | <ClInclude Include="localsvc.h" /> |
292 | <ClInclude Include="msvcres.h" /> | |
293 | <ClInclude Include="pluralmap.h" /> | |
294 | <ClInclude Include="propname_data.h" /> | |
295 | <ClInclude Include="ubidi_props.h" /> | |
296 | <ClInclude Include="ubidiimp.h" /> | |
2ca993e8 | 297 | <ClInclude Include="brkeng.h" /> |
2ca993e8 | 298 | <ClInclude Include="dictbe.h" /> |
2ca993e8 A |
299 | <ClInclude Include="rbbidata.h" /> |
300 | <ClInclude Include="rbbinode.h" /> | |
301 | <ClInclude Include="rbbirb.h" /> | |
302 | <ClInclude Include="rbbirpt.h" /> | |
303 | <ClInclude Include="rbbiscan.h" /> | |
304 | <ClInclude Include="rbbisetb.h" /> | |
305 | <ClInclude Include="rbbitblb.h" /> | |
0f5d89e8 | 306 | <ClInclude Include="rbbi_cache.h" /> |
2ca993e8 | 307 | <ClInclude Include="dictionarydata.h" /> |
2ca993e8 A |
308 | <ClInclude Include="ubidi_props_data.h" /> |
309 | <ClInclude Include="ubrkimpl.h" /> | |
310 | <ClInclude Include="ucase_props_data.h" /> | |
311 | <ClInclude Include="uchar_props_data.h" /> | |
312 | <ClInclude Include="ucol_data.h" /> | |
313 | <ClInclude Include="ucol_swp.h" /> | |
f3c0d7a5 | 314 | <ClInclude Include="unicode\ubiditransform.h" /> |
2ca993e8 A |
315 | <ClInclude Include="unistrappender.h" /> |
316 | <ClInclude Include="hash.h" /> | |
317 | <ClInclude Include="propsvec.h" /> | |
2ca993e8 | 318 | <ClInclude Include="uarrsort.h" /> |
2ca993e8 A |
319 | <ClInclude Include="uelement.h" /> |
320 | <ClInclude Include="uenumimp.h" /> | |
321 | <ClInclude Include="uhash.h" /> | |
322 | <ClInclude Include="ulist.h" /> | |
2ca993e8 A |
323 | <ClInclude Include="unicode\filteredbrk.h" /> |
324 | <ClInclude Include="ustrenum.h" /> | |
325 | <ClInclude Include="utrie.h" /> | |
326 | <ClInclude Include="utrie2.h" /> | |
327 | <ClInclude Include="utrie2_impl.h" /> | |
328 | <ClInclude Include="utypeinfo.h" /> | |
329 | <ClInclude Include="uvector.h" /> | |
330 | <ClInclude Include="uvectr32.h" /> | |
331 | <ClInclude Include="uvectr64.h" /> | |
332 | <ClInclude Include="cpputils.h" /> | |
2ca993e8 A |
333 | <ClInclude Include="locmap.h" /> |
334 | <ClInclude Include="mutex.h" /> | |
2ca993e8 | 335 | <ClInclude Include="putilimp.h" /> |
2ca993e8 | 336 | <ClInclude Include="uassert.h" /> |
2ca993e8 A |
337 | <ClInclude Include="umutex.h" /> |
338 | <ClInclude Include="uposixdefs.h" /> | |
2ca993e8 | 339 | <ClInclude Include="utracimp.h" /> |
2ca993e8 | 340 | <ClInclude Include="wintz.h" /> |
2ca993e8 | 341 | <ClInclude Include="ucnv_bld.h" /> |
2ca993e8 | 342 | <ClInclude Include="ucnv_cnv.h" /> |
2ca993e8 A |
343 | <ClInclude Include="ucnv_ext.h" /> |
344 | <ClInclude Include="ucnv_imp.h" /> | |
345 | <ClInclude Include="ucnv_io.h" /> | |
346 | <ClInclude Include="ucnvmbcs.h" /> | |
2ca993e8 | 347 | <ClInclude Include="cmemory.h" /> |
2ca993e8 A |
348 | <ClInclude Include="ucln.h" /> |
349 | <ClInclude Include="ucln_cmn.h" /> | |
350 | <ClInclude Include="ucln_imp.h" /> | |
351 | <ClInclude Include="ucmndata.h" /> | |
2ca993e8 A |
352 | <ClInclude Include="udatamem.h" /> |
353 | <ClInclude Include="udataswp.h" /> | |
354 | <ClInclude Include="umapfile.h" /> | |
2ca993e8 A |
355 | <ClInclude Include="ustrfmt.h" /> |
356 | <ClInclude Include="util.h" /> | |
2ca993e8 | 357 | <ClInclude Include="punycode.h" /> |
340931cb | 358 | <ClInclude Include="localeprioritylist.h" /> |
2ca993e8 | 359 | <ClInclude Include="locbased.h" /> |
340931cb A |
360 | <ClInclude Include="locdistance.h" /> |
361 | <ClInclude Include="loclikelysubtags.h" /> | |
2ca993e8 | 362 | <ClInclude Include="locutil.h" /> |
340931cb | 363 | <ClInclude Include="lsr.h" /> |
2ca993e8 A |
364 | <ClInclude Include="sharedobject.h" /> |
365 | <ClCompile Include="sharedobject.cpp" /> | |
2ca993e8 | 366 | <ClInclude Include="ulocimp.h" /> |
2ca993e8 A |
367 | <ClInclude Include="unifiedcache.h" /> |
368 | <ClInclude Include="uresdata.h" /> | |
369 | <ClInclude Include="uresimp.h" /> | |
370 | <ClInclude Include="ureslocs.h" /> | |
371 | <ClInclude Include="resource.h" /> | |
2ca993e8 | 372 | <ClInclude Include="ucurrimp.h" /> |
2ca993e8 | 373 | <ClInclude Include="norm2allmodes.h" /> |
2ca993e8 | 374 | <ClInclude Include="normalizer2impl.h" /> |
2ca993e8 A |
375 | <ClInclude Include="unormimp.h" /> |
376 | <ClInclude Include="bmpset.h" /> | |
377 | <ClInclude Include="messageimpl.h" /> | |
378 | <ClInclude Include="patternprops.h" /> | |
379 | <ClInclude Include="propname.h" /> | |
380 | <ClInclude Include="ruleiter.h" /> | |
2ca993e8 | 381 | <ClInclude Include="ucase.h" /> |
3d1f044b | 382 | <ClInclude Include="ulayout_props.h" /> |
2ca993e8 A |
383 | <ClInclude Include="unisetspan.h" /> |
384 | <ClInclude Include="uprops.h" /> | |
385 | <ClInclude Include="usc_impl.h" /> | |
2ca993e8 | 386 | <ClInclude Include="uset_imp.h" /> |
2ca993e8 A |
387 | <ClInclude Include="icuplugimp.h" /> |
388 | <ClInclude Include="serv.h" /> | |
389 | <ClInclude Include="servloc.h" /> | |
390 | <ClInclude Include="servnotf.h" /> | |
391 | <ClInclude Include="sprpimpl.h" /> | |
0f5d89e8 | 392 | <ClInclude Include="bytesinkutil.h" /> |
2ca993e8 A |
393 | <ClInclude Include="charstr.h" /> |
394 | <ClInclude Include="cstring.h" /> | |
395 | <ClInclude Include="cstr.h" /> | |
396 | <ClInclude Include="cwchar.h" /> | |
f3c0d7a5 | 397 | <ClInclude Include="ucasemap_imp.h" /> |
2ca993e8 | 398 | <ClInclude Include="uinvchar.h" /> |
2ca993e8 A |
399 | <ClInclude Include="ustr_cnv.h" /> |
400 | <ClInclude Include="ustr_imp.h" /> | |
0f5d89e8 | 401 | <ClInclude Include="static_unicode_sets.h" /> |
3d1f044b | 402 | <ClInclude Include="capi_helper.h" /> |
340931cb | 403 | <ClInclude Include="restrace.h" /> |
2ca993e8 A |
404 | </ItemGroup> |
405 | <ItemGroup> | |
406 | <ResourceCompile Include="common.rc" /> | |
407 | </ItemGroup> | |
2ca993e8 | 408 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
0f5d89e8 A |
409 | <!-- The following import will copy all of the header files from this projects 'unicode' folder. --> |
410 | <Import Project="$(SolutionDir)\Windows.CopyUnicodeHeaderFiles.targets" /> | |
2ca993e8 A |
411 | <ImportGroup Label="ExtensionTargets"> |
412 | </ImportGroup> | |
413 | </Project> |