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