]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
0f5d89e8 | 3 | <Import Project="..\allinone\Build.Windows.UWP.ProjectConfiguration.props" /> |
f3c0d7a5 A |
4 | <ItemGroup Label="ProjectConfigurations"> |
5 | <ProjectConfiguration Include="Debug|Win32"> | |
6 | <Configuration>Debug</Configuration> | |
7 | <Platform>Win32</Platform> | |
8 | </ProjectConfiguration> | |
9 | <ProjectConfiguration Include="Debug|x64"> | |
10 | <Configuration>Debug</Configuration> | |
11 | <Platform>x64</Platform> | |
12 | </ProjectConfiguration> | |
13 | <ProjectConfiguration Include="Debug|ARM"> | |
14 | <Configuration>Debug</Configuration> | |
15 | <Platform>ARM</Platform> | |
16 | </ProjectConfiguration> | |
17 | <ProjectConfiguration Include="Release|Win32"> | |
18 | <Configuration>Release</Configuration> | |
19 | <Platform>Win32</Platform> | |
20 | </ProjectConfiguration> | |
21 | <ProjectConfiguration Include="Release|x64"> | |
22 | <Configuration>Release</Configuration> | |
23 | <Platform>x64</Platform> | |
24 | </ProjectConfiguration> | |
25 | <ProjectConfiguration Include="Release|ARM"> | |
26 | <Configuration>Release</Configuration> | |
27 | <Platform>ARM</Platform> | |
28 | </ProjectConfiguration> | |
29 | </ItemGroup> | |
30 | <PropertyGroup Label="Globals"> | |
31 | <ProjectGuid>{C10CF34B-3F79-430E-AD38-5A32DC0589C2}</ProjectGuid> | |
32 | <Keyword>DynamicLibrary</Keyword> | |
33 | <DefaultLanguage>en-US</DefaultLanguage> | |
f3c0d7a5 A |
34 | </PropertyGroup> |
35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
36 | <PropertyGroup Label="Configuration"> | |
37 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
38 | <UseOfMfc>false</UseOfMfc> | |
39 | <CharacterSet>MultiByte</CharacterSet> | |
f3c0d7a5 A |
40 | </PropertyGroup> |
41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
42 | <ImportGroup Label="ExtensionSettings"> | |
43 | </ImportGroup> | |
44 | <ImportGroup Label="PropertySheets"> | |
45 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
46 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
47 | </ImportGroup> | |
48 | <PropertyGroup Label="UserMacros" /> | |
49 | <PropertyGroup> | |
50 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
51 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\ReleaseUWP\</OutDir> | |
52 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\ReleaseUWP\</IntDir> | |
53 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\DebugUWP\</OutDir> | |
54 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\DebugUWP\</IntDir> | |
55 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\ReleaseUWP\</OutDir> | |
56 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\ReleaseUWP\</IntDir> | |
57 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\DebugUWP\</OutDir> | |
58 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\DebugUWP\</IntDir> | |
59 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.\arm\ReleaseUWP\</OutDir> | |
60 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.\arm\ReleaseUWP\</IntDir> | |
61 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">.\arm\DebugUWP\</OutDir> | |
62 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">.\arm\DebugUWP\</IntDir> | |
63 | <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental> | |
64 | <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental> | |
65 | </PropertyGroup> | |
66 | <ItemDefinitionGroup> | |
0f5d89e8 | 67 | <!-- Options that are common to *all* configurations --> |
f3c0d7a5 | 68 | <Midl> |
f3c0d7a5 A |
69 | <MkTypLibCompatible>true</MkTypLibCompatible> |
70 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
71 | </Midl> | |
72 | <ClCompile> | |
73 | <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
0f5d89e8 | 74 | <!-- U_DISABLE_RENAMING --> |
f3c0d7a5 | 75 | <!-- U_HIDE_DRAFT_API & U_HIDE_DEPRECATED_API --> |
0f5d89e8 | 76 | <PreprocessorDefinitions>U_ATTRIBUTE_DEPRECATED=;_CRT_SECURE_NO_DEPRECATE;U_COMMON_IMPLEMENTATION;U_PLATFORM_USES_ONLY_WIN32_API=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
f3c0d7a5 A |
77 | <StringPooling>true</StringPooling> |
78 | <ExceptionHandling> | |
79 | </ExceptionHandling> | |
80 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
81 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
82 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
83 | <WarningLevel>Level3</WarningLevel> | |
84 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
85 | <CompileAs>Default</CompileAs> | |
86 | <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
87 | <CompileAsWinRT>false</CompileAsWinRT> | |
88 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> | |
89 | </ClCompile> | |
90 | <ResourceCompile> | |
f3c0d7a5 A |
91 | <Culture>0x0409</Culture> |
92 | <AdditionalIncludeDirectories>../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
93 | </ResourceCompile> | |
94 | <Link> | |
95 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
96 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata> | |
97 | <RandomizedBaseAddress>true</RandomizedBaseAddress> | |
98 | <DataExecutionPrevention> | |
99 | </DataExecutionPrevention> | |
100 | <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration> | |
101 | <IgnoreSpecificDefaultLibraries>vccorlib.lib;msvcrt.lib</IgnoreSpecificDefaultLibraries> | |
102 | </Link> | |
103 | </ItemDefinitionGroup> | |
104 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
0f5d89e8 | 105 | <!-- Options that are common to all 'Release' configurations --> |
f3c0d7a5 A |
106 | <Midl> |
107 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
108 | </Midl> | |
109 | <ClCompile> | |
110 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
111 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
112 | </ClCompile> | |
113 | <ResourceCompile> | |
114 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
115 | </ResourceCompile> | |
116 | <Link> | |
117 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
0f5d89e8 | 118 | <AdditionalDependencies>vccorlib.lib;WindowsApp.lib;msvcrt.lib;%(AdditionalDependencies)</AdditionalDependencies> |
f3c0d7a5 A |
119 | </Link> |
120 | </ItemDefinitionGroup> | |
121 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
0f5d89e8 | 122 | <!-- Options that are common to all 'Debug' configurations --> |
f3c0d7a5 A |
123 | <Midl> |
124 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
125 | </Midl> | |
126 | <ClCompile> | |
127 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
128 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
129 | <Optimization>Disabled</Optimization> | |
130 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
131 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
132 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
133 | </ClCompile> | |
134 | <ResourceCompile> | |
135 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
136 | </ResourceCompile> | |
0f5d89e8 A |
137 | <Link> |
138 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
139 | <AdditionalDependencies>vccorlibd.lib;WindowsApp.lib;msvcrtd.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
140 | </Link> | |
f3c0d7a5 A |
141 | </ItemDefinitionGroup> |
142 | <ItemDefinitionGroup Condition="'$(Platform)'=='Win32'"> | |
0f5d89e8 | 143 | <!-- Options that are common to all 32-bit configurations --> |
f3c0d7a5 A |
144 | <Midl> |
145 | <TargetEnvironment>Win32</TargetEnvironment> | |
146 | </Midl> | |
147 | <ClCompile> | |
148 | <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
149 | </ClCompile> | |
150 | </ItemDefinitionGroup> | |
151 | <ItemDefinitionGroup Condition="'$(Platform)'=='x64'"> | |
0f5d89e8 | 152 | <!-- Options that are common to all 64-bit configurations --> |
f3c0d7a5 A |
153 | <Midl> |
154 | <TargetEnvironment>X64</TargetEnvironment> | |
155 | </Midl> | |
156 | <ClCompile> | |
157 | <PreprocessorDefinitions>WIN64;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
158 | </ClCompile> | |
159 | <Link> | |
160 | <TargetMachine>MachineX64</TargetMachine> | |
161 | </Link> | |
162 | </ItemDefinitionGroup> | |
163 | <ItemDefinitionGroup Condition="'$(Platform)'=='ARM'"> | |
0f5d89e8 | 164 | <!-- Options that are common to all ARM configurations --> |
f3c0d7a5 A |
165 | <Midl> |
166 | <TargetEnvironment>ARM</TargetEnvironment> | |
167 | </Midl> | |
168 | <ClCompile> | |
169 | <PreprocessorDefinitions>ARM;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
170 | </ClCompile> | |
171 | <Link> | |
172 | <TargetMachine>MachineARM</TargetMachine> | |
173 | </Link> | |
174 | </ItemDefinitionGroup> | |
0f5d89e8 | 175 | <!-- Options that are specific to a particular configuration --> |
f3c0d7a5 A |
176 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
177 | <Midl> | |
178 | <TypeLibraryName>.\..\..\lib32uwp\icuuc.tlb</TypeLibraryName> | |
179 | </Midl> | |
180 | <ClCompile> | |
181 | <PrecompiledHeaderOutputFile>.\x86\ReleaseUWP/common.pch</PrecompiledHeaderOutputFile> | |
182 | <AssemblerListingLocation>.\x86\ReleaseUWP/</AssemblerListingLocation> | |
183 | <ObjectFileName>.\x86\ReleaseUWP/</ObjectFileName> | |
184 | <ProgramDataBaseFileName>.\x86\ReleaseUWP/</ProgramDataBaseFileName> | |
185 | </ClCompile> | |
186 | <Link> | |
0f5d89e8 | 187 | <OutputFile>..\..\bin32uwp\icuuc62.dll</OutputFile> |
f3c0d7a5 A |
188 | <ProgramDatabaseFile>.\..\..\lib32uwp\icuuc.pdb</ProgramDatabaseFile> |
189 | <ImportLibrary>..\..\lib32uwp\icuuc.lib</ImportLibrary> | |
f3c0d7a5 A |
190 | </Link> |
191 | </ItemDefinitionGroup> | |
192 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
193 | <Midl> | |
194 | <TypeLibraryName>.\..\..\lib32uwp\icuucd.tlb</TypeLibraryName> | |
195 | </Midl> | |
196 | <ClCompile> | |
197 | <PrecompiledHeaderOutputFile>.\x86\DebugUWP/common.pch</PrecompiledHeaderOutputFile> | |
198 | <AssemblerListingLocation>.\x86\DebugUWP/</AssemblerListingLocation> | |
199 | <ObjectFileName>.\x86\DebugUWP/</ObjectFileName> | |
200 | <ProgramDataBaseFileName>.\x86\DebugUWP/</ProgramDataBaseFileName> | |
201 | </ClCompile> | |
202 | <Link> | |
0f5d89e8 | 203 | <OutputFile>..\..\bin32uwp\icuuc62d.dll</OutputFile> |
f3c0d7a5 A |
204 | <ProgramDatabaseFile>.\..\..\lib32uwp\icuucd.pdb</ProgramDatabaseFile> |
205 | <ImportLibrary>..\..\lib32uwp\icuucd.lib</ImportLibrary> | |
f3c0d7a5 A |
206 | </Link> |
207 | </ItemDefinitionGroup> | |
208 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
209 | <Midl> | |
210 | <TypeLibraryName>.\..\..\lib64uwp\icuuc.tlb</TypeLibraryName> | |
211 | </Midl> | |
212 | <ClCompile> | |
213 | <PrecompiledHeaderOutputFile>.\x64\ReleaseUWP/common.pch</PrecompiledHeaderOutputFile> | |
214 | <AssemblerListingLocation>.\x64\ReleaseUWP/</AssemblerListingLocation> | |
215 | <ObjectFileName>.\x64\ReleaseUWP/</ObjectFileName> | |
216 | <ProgramDataBaseFileName>.\x64\ReleaseUWP/</ProgramDataBaseFileName> | |
217 | </ClCompile> | |
218 | <Link> | |
0f5d89e8 | 219 | <OutputFile>..\..\bin64uwp\icuuc62.dll</OutputFile> |
f3c0d7a5 A |
220 | <ProgramDatabaseFile>.\..\..\lib64uwp\icuuc.pdb</ProgramDatabaseFile> |
221 | <ImportLibrary>..\..\lib64uwp\icuuc.lib</ImportLibrary> | |
f3c0d7a5 A |
222 | </Link> |
223 | </ItemDefinitionGroup> | |
224 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
225 | <Midl> | |
226 | <TypeLibraryName>.\..\..\lib64uwp\icuucd.tlb</TypeLibraryName> | |
227 | </Midl> | |
228 | <ClCompile> | |
229 | <PrecompiledHeaderOutputFile>.\x64\DebugUWP/common.pch</PrecompiledHeaderOutputFile> | |
230 | <AssemblerListingLocation>.\x64\DebugUWP/</AssemblerListingLocation> | |
231 | <ObjectFileName>.\x64\DebugUWP/</ObjectFileName> | |
232 | <ProgramDataBaseFileName>.\x64\DebugUWP/</ProgramDataBaseFileName> | |
233 | </ClCompile> | |
234 | <Link> | |
0f5d89e8 | 235 | <OutputFile>..\..\bin64uwp\icuuc62d.dll</OutputFile> |
f3c0d7a5 A |
236 | <ProgramDatabaseFile>.\..\..\lib64uwp\icuucd.pdb</ProgramDatabaseFile> |
237 | <ImportLibrary>..\..\lib64uwp\icuucd.lib</ImportLibrary> | |
f3c0d7a5 A |
238 | </Link> |
239 | </ItemDefinitionGroup> | |
240 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | |
241 | <Midl> | |
242 | <TypeLibraryName>.\..\..\libARMuwp\icuuc.tlb</TypeLibraryName> | |
243 | </Midl> | |
244 | <ClCompile> | |
245 | <PrecompiledHeaderOutputFile>.\ARM\ReleaseUWP/common.pch</PrecompiledHeaderOutputFile> | |
246 | <AssemblerListingLocation>.\ARM\ReleaseUWP/</AssemblerListingLocation> | |
247 | <ObjectFileName>.\ARM\ReleaseUWP/</ObjectFileName> | |
248 | <ProgramDataBaseFileName>.\ARM\ReleaseUWP/</ProgramDataBaseFileName> | |
249 | </ClCompile> | |
250 | <Link> | |
0f5d89e8 | 251 | <OutputFile>..\..\binARMuwp\icuuc62.dll</OutputFile> |
f3c0d7a5 A |
252 | <ProgramDatabaseFile>.\..\..\libARMuwp\icuuc.pdb</ProgramDatabaseFile> |
253 | <ImportLibrary>..\..\libARMuwp\icuuc.lib</ImportLibrary> | |
f3c0d7a5 A |
254 | </Link> |
255 | </ItemDefinitionGroup> | |
256 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | |
257 | <Midl> | |
258 | <TypeLibraryName>.\..\..\libARMuwp\icuucd.tlb</TypeLibraryName> | |
259 | </Midl> | |
260 | <ClCompile> | |
261 | <PrecompiledHeaderOutputFile>.\ARM\DebugUWP/common.pch</PrecompiledHeaderOutputFile> | |
262 | <AssemblerListingLocation>.\ARM\DebugUWP/</AssemblerListingLocation> | |
263 | <ObjectFileName>.\ARM\DebugUWP/</ObjectFileName> | |
264 | <ProgramDataBaseFileName>.\ARM\DebugUWP/</ProgramDataBaseFileName> | |
265 | </ClCompile> | |
266 | <Link> | |
0f5d89e8 | 267 | <OutputFile>..\..\binARMuwp\icuuc62d.dll</OutputFile> |
f3c0d7a5 A |
268 | <ProgramDatabaseFile>.\..\..\libARMuwp\icuucd.pdb</ProgramDatabaseFile> |
269 | <ImportLibrary>..\..\libARMuwp\icuucd.lib</ImportLibrary> | |
f3c0d7a5 A |
270 | </Link> |
271 | </ItemDefinitionGroup> | |
272 | <ItemGroup> | |
273 | <ClCompile Include="edits.cpp" /> | |
274 | <ClCompile Include="filteredbrk.cpp" /> | |
275 | <ClCompile Include="ubidi.cpp" /> | |
276 | <ClCompile Include="ubidi_props.cpp" /> | |
277 | <ClCompile Include="ubiditransform.cpp" /> | |
278 | <ClCompile Include="ubidiln.cpp" /> | |
279 | <ClCompile Include="ubidiwrt.cpp" /> | |
280 | <ClCompile Include="uloc_keytype.cpp" /> | |
281 | <ClCompile Include="ushape.cpp" /> | |
0f5d89e8 A |
282 | <ClCompile Include="brkeng.cpp" /> |
283 | <ClCompile Include="brkiter.cpp" /> | |
f3c0d7a5 A |
284 | <ClCompile Include="dictbe.cpp" /> |
285 | <ClCompile Include="pluralmap.cpp" /> | |
0f5d89e8 A |
286 | <ClCompile Include="rbbi.cpp" /> |
287 | <ClCompile Include="rbbidata.cpp" /> | |
f3c0d7a5 | 288 | <ClCompile Include="rbbinode.cpp" /> |
0f5d89e8 | 289 | <ClCompile Include="rbbirb.cpp" /> |
f3c0d7a5 A |
290 | <ClCompile Include="rbbiscan.cpp" /> |
291 | <ClCompile Include="rbbisetb.cpp" /> | |
0f5d89e8 A |
292 | <ClCompile Include="rbbistbl.cpp" /> |
293 | <ClCompile Include="rbbitblb.cpp" /> | |
294 | <ClCompile Include="rbbi_cache.cpp" /> | |
f3c0d7a5 A |
295 | <ClCompile Include="dictionarydata.cpp" /> |
296 | <ClCompile Include="ubrk.cpp" /> | |
0f5d89e8 | 297 | <ClCompile Include="ucol_swp.cpp" /> |
f3c0d7a5 A |
298 | <ClCompile Include="propsvec.cpp" /> |
299 | <ClCompile Include="uarrsort.cpp" /> | |
300 | <ClCompile Include="uenum.cpp" /> | |
301 | <ClCompile Include="uhash.cpp" /> | |
302 | <ClCompile Include="uhash_us.cpp" /> | |
303 | <ClCompile Include="ulist.cpp" /> | |
304 | <ClCompile Include="ustack.cpp" /> | |
305 | <ClCompile Include="ustrenum.cpp" /> | |
306 | <ClCompile Include="utrie.cpp" /> | |
307 | <ClCompile Include="utrie2.cpp" /> | |
308 | <ClCompile Include="utrie2_builder.cpp" /> | |
309 | <ClCompile Include="uvector.cpp" /> | |
310 | <ClCompile Include="uvectr32.cpp" /> | |
311 | <ClCompile Include="uvectr64.cpp" /> | |
312 | <ClCompile Include="errorcode.cpp" /> | |
313 | <ClCompile Include="icudataver.cpp" /> | |
0f5d89e8 | 314 | <ClCompile Include="locmap.cpp" /> |
f3c0d7a5 A |
315 | <ClCompile Include="putil.cpp"> |
316 | <CompileAsWinRT>true</CompileAsWinRT> | |
317 | </ClCompile> | |
318 | <ClCompile Include="umath.cpp" /> | |
0f5d89e8 | 319 | <ClCompile Include="umutex.cpp" /> |
f3c0d7a5 A |
320 | <ClCompile Include="utrace.cpp" /> |
321 | <ClCompile Include="utypes.cpp" /> | |
322 | <ClCompile Include="wintz.cpp"> | |
323 | <ExcludedFromBuild>true</ExcludedFromBuild> | |
324 | </ClCompile> | |
325 | <ClCompile Include="ucnv.cpp" /> | |
326 | <ClCompile Include="ucnv2022.cpp" /> | |
0f5d89e8 | 327 | <ClCompile Include="ucnv_bld.cpp" /> |
f3c0d7a5 A |
328 | <ClCompile Include="ucnv_cb.cpp" /> |
329 | <ClCompile Include="ucnv_cnv.cpp" /> | |
330 | <ClCompile Include="ucnv_ct.cpp" /> | |
331 | <ClCompile Include="ucnv_err.cpp" /> | |
332 | <ClCompile Include="ucnv_ext.cpp" /> | |
0f5d89e8 | 333 | <ClCompile Include="ucnv_io.cpp" /> |
f3c0d7a5 A |
334 | <ClCompile Include="ucnv_lmb.cpp" /> |
335 | <ClCompile Include="ucnv_set.cpp" /> | |
336 | <ClCompile Include="ucnv_u16.cpp" /> | |
337 | <ClCompile Include="ucnv_u32.cpp" /> | |
338 | <ClCompile Include="ucnv_u7.cpp" /> | |
339 | <ClCompile Include="ucnv_u8.cpp" /> | |
340 | <ClCompile Include="ucnvbocu.cpp" /> | |
341 | <ClCompile Include="ucnvdisp.cpp" /> | |
342 | <ClCompile Include="ucnvhz.cpp" /> | |
343 | <ClCompile Include="ucnvisci.cpp" /> | |
344 | <ClCompile Include="ucnvlat1.cpp" /> | |
345 | <ClCompile Include="ucnvmbcs.cpp" /> | |
346 | <ClCompile Include="ucnvscsu.cpp" /> | |
0f5d89e8 | 347 | <ClCompile Include="ucnvsel.cpp" /> |
f3c0d7a5 | 348 | <ClCompile Include="cmemory.cpp" /> |
0f5d89e8 | 349 | <ClCompile Include="ucln_cmn.cpp" /> |
f3c0d7a5 A |
350 | <ClCompile Include="ucmndata.cpp" /> |
351 | <ClCompile Include="udata.cpp" /> | |
352 | <ClCompile Include="udatamem.cpp" /> | |
353 | <ClCompile Include="udataswp.cpp" /> | |
0f5d89e8 A |
354 | <ClCompile Include="uinit.cpp" /> |
355 | <ClCompile Include="umapfile.cpp" /> | |
f3c0d7a5 A |
356 | <ClCompile Include="uobject.cpp" /> |
357 | <ClCompile Include="dtintrv.cpp" /> | |
358 | <ClCompile Include="parsepos.cpp" /> | |
359 | <ClCompile Include="ustrfmt.cpp" /> | |
360 | <ClCompile Include="util.cpp" /> | |
361 | <ClCompile Include="util_props.cpp" /> | |
362 | <ClCompile Include="punycode.cpp" /> | |
363 | <ClCompile Include="uidna.cpp" /> | |
364 | <ClCompile Include="uts46.cpp" /> | |
0f5d89e8 | 365 | <ClCompile Include="locavailable.cpp" /> |
f3c0d7a5 A |
366 | <ClCompile Include="locbased.cpp" /> |
367 | <ClCompile Include="locdispnames.cpp" /> | |
368 | <ClCompile Include="locdspnm.cpp" /> | |
0f5d89e8 | 369 | <ClCompile Include="locid.cpp" /> |
f3c0d7a5 A |
370 | <ClCompile Include="loclikely.cpp" /> |
371 | <ClCompile Include="locresdata.cpp" /> | |
0f5d89e8 A |
372 | <ClCompile Include="locutil.cpp" /> |
373 | <ClCompile Include="resbund.cpp" /> | |
f3c0d7a5 A |
374 | <ClCompile Include="resbund_cnv.cpp" /> |
375 | <ClCompile Include="ucat.cpp" /> | |
376 | <ClCompile Include="uloc.cpp" /> | |
377 | <ClCompile Include="uloc_tag.cpp" /> | |
378 | <ClCompile Include="ures_cnv.cpp" /> | |
379 | <ClCompile Include="uresbund.cpp" /> | |
380 | <ClCompile Include="uresdata.cpp" /> | |
381 | <ClCompile Include="resource.cpp" /> | |
382 | <ClCompile Include="ucurr.cpp" /> | |
0f5d89e8 | 383 | <ClCompile Include="caniter.cpp" /> |
f3c0d7a5 A |
384 | <ClCompile Include="filterednormalizer2.cpp" /> |
385 | <ClCompile Include="loadednormalizer2impl.cpp" /> | |
386 | <ClCompile Include="normalizer2.cpp" /> | |
387 | <ClCompile Include="normalizer2impl.cpp" /> | |
0f5d89e8 | 388 | <ClCompile Include="normlzr.cpp" /> |
f3c0d7a5 A |
389 | <ClCompile Include="unorm.cpp" /> |
390 | <ClCompile Include="unormcmp.cpp" /> | |
391 | <ClCompile Include="bmpset.cpp" /> | |
392 | <ClCompile Include="patternprops.cpp" /> | |
0f5d89e8 | 393 | <ClCompile Include="propname.cpp" /> |
f3c0d7a5 | 394 | <ClCompile Include="ruleiter.cpp" /> |
0f5d89e8 | 395 | <ClCompile Include="ucase.cpp" /> |
f3c0d7a5 A |
396 | <ClCompile Include="uchar.cpp" /> |
397 | <ClCompile Include="unames.cpp" /> | |
0f5d89e8 | 398 | <ClCompile Include="unifiedcache.cpp" /> |
f3c0d7a5 A |
399 | <ClCompile Include="unifilt.cpp" /> |
400 | <ClCompile Include="unifunct.cpp" /> | |
401 | <ClCompile Include="uniset.cpp" /> | |
402 | <ClCompile Include="uniset_closure.cpp" /> | |
403 | <ClCompile Include="uniset_props.cpp" /> | |
404 | <ClCompile Include="unisetspan.cpp" /> | |
405 | <ClCompile Include="uprops.cpp" /> | |
406 | <ClCompile Include="usc_impl.cpp" /> | |
407 | <ClCompile Include="uscript.cpp" /> | |
408 | <ClCompile Include="uscript_props.cpp" /> | |
409 | <ClCompile Include="uset.cpp" /> | |
410 | <ClCompile Include="uset_props.cpp" /> | |
411 | <ClCompile Include="usetiter.cpp" /> | |
412 | <ClCompile Include="icuplug.cpp" /> | |
0f5d89e8 A |
413 | <ClCompile Include="serv.cpp" /> |
414 | <ClCompile Include="servlk.cpp" /> | |
415 | <ClCompile Include="servlkf.cpp" /> | |
416 | <ClCompile Include="servls.cpp" /> | |
417 | <ClCompile Include="servnotf.cpp" /> | |
418 | <ClCompile Include="servrbf.cpp" /> | |
419 | <ClCompile Include="servslkf.cpp" /> | |
f3c0d7a5 A |
420 | <ClCompile Include="usprep.cpp" /> |
421 | <ClCompile Include="appendable.cpp" /> | |
0f5d89e8 | 422 | <ClCompile Include="bytesinkutil.cpp" /> |
f3c0d7a5 A |
423 | <ClCompile Include="bytestream.cpp" /> |
424 | <ClCompile Include="bytestrie.cpp" /> | |
425 | <ClCompile Include="bytestriebuilder.cpp" /> | |
426 | <ClCompile Include="bytestrieiterator.cpp" /> | |
427 | <ClCompile Include="chariter.cpp" /> | |
428 | <ClCompile Include="charstr.cpp" /> | |
429 | <ClCompile Include="cstring.cpp" /> | |
430 | <ClCompile Include="cstr.cpp" /> | |
431 | <ClCompile Include="cwchar.cpp" /> | |
432 | <ClCompile Include="messagepattern.cpp" /> | |
433 | <ClCompile Include="schriter.cpp" /> | |
434 | <ClCompile Include="stringpiece.cpp" /> | |
435 | <ClCompile Include="stringtriebuilder.cpp" /> | |
436 | <ClCompile Include="simpleformatter.cpp" /> | |
437 | <ClCompile Include="ucasemap.cpp" /> | |
438 | <ClCompile Include="ucasemap_titlecase_brkiter.cpp" /> | |
439 | <ClCompile Include="ucharstrie.cpp" /> | |
440 | <ClCompile Include="ucharstriebuilder.cpp" /> | |
441 | <ClCompile Include="ucharstrieiterator.cpp" /> | |
442 | <ClCompile Include="uchriter.cpp" /> | |
443 | <ClCompile Include="uinvchar.cpp" /> | |
444 | <ClCompile Include="uiter.cpp" /> | |
445 | <ClCompile Include="unistr.cpp" /> | |
446 | <ClCompile Include="unistr_case.cpp" /> | |
447 | <ClCompile Include="unistr_case_locale.cpp" /> | |
448 | <ClCompile Include="unistr_cnv.cpp" /> | |
449 | <ClCompile Include="unistr_props.cpp" /> | |
450 | <ClCompile Include="unistr_titlecase_brkiter.cpp" /> | |
451 | <ClCompile Include="ustr_cnv.cpp" /> | |
452 | <ClCompile Include="ustr_titlecase_brkiter.cpp" /> | |
453 | <ClCompile Include="ustr_wcs.cpp" /> | |
454 | <ClCompile Include="ustrcase.cpp" /> | |
455 | <ClCompile Include="ustrcase_locale.cpp" /> | |
456 | <ClCompile Include="ustring.cpp" /> | |
457 | <ClCompile Include="ustrtrns.cpp" /> | |
458 | <ClCompile Include="utext.cpp" /> | |
459 | <ClCompile Include="utf_impl.cpp" /> | |
460 | <ClCompile Include="listformatter.cpp" /> | |
461 | <ClCompile Include="ulistformatter.cpp" /> | |
0f5d89e8 | 462 | <ClCompile Include="static_unicode_sets.cpp" /> |
f3c0d7a5 A |
463 | </ItemGroup> |
464 | <ItemGroup> | |
f3c0d7a5 A |
465 | <ClInclude Include="localsvc.h" /> |
466 | <ClInclude Include="msvcres.h" /> | |
467 | <ClInclude Include="pluralmap.h" /> | |
468 | <ClInclude Include="propname_data.h" /> | |
469 | <ClInclude Include="ubidi_props.h" /> | |
470 | <ClInclude Include="ubidiimp.h" /> | |
f3c0d7a5 | 471 | <ClInclude Include="brkeng.h" /> |
f3c0d7a5 | 472 | <ClInclude Include="dictbe.h" /> |
f3c0d7a5 A |
473 | <ClInclude Include="rbbidata.h" /> |
474 | <ClInclude Include="rbbinode.h" /> | |
475 | <ClInclude Include="rbbirb.h" /> | |
476 | <ClInclude Include="rbbirpt.h" /> | |
477 | <ClInclude Include="rbbiscan.h" /> | |
478 | <ClInclude Include="rbbisetb.h" /> | |
479 | <ClInclude Include="rbbitblb.h" /> | |
0f5d89e8 | 480 | <ClInclude Include="rbbi_cache.h" /> |
f3c0d7a5 | 481 | <ClInclude Include="dictionarydata.h" /> |
f3c0d7a5 A |
482 | <ClInclude Include="ubidi_props_data.h" /> |
483 | <ClInclude Include="ubrkimpl.h" /> | |
484 | <ClInclude Include="ucase_props_data.h" /> | |
485 | <ClInclude Include="uchar_props_data.h" /> | |
486 | <ClInclude Include="ucol_data.h" /> | |
487 | <ClInclude Include="ucol_swp.h" /> | |
488 | <ClInclude Include="unicode\ubiditransform.h" /> | |
489 | <ClInclude Include="unistrappender.h" /> | |
490 | <ClInclude Include="hash.h" /> | |
491 | <ClInclude Include="propsvec.h" /> | |
f3c0d7a5 | 492 | <ClInclude Include="uarrsort.h" /> |
f3c0d7a5 A |
493 | <ClInclude Include="uelement.h" /> |
494 | <ClInclude Include="uenumimp.h" /> | |
495 | <ClInclude Include="uhash.h" /> | |
496 | <ClInclude Include="ulist.h" /> | |
f3c0d7a5 A |
497 | <ClInclude Include="unicode\filteredbrk.h" /> |
498 | <ClInclude Include="ustrenum.h" /> | |
499 | <ClInclude Include="utrie.h" /> | |
500 | <ClInclude Include="utrie2.h" /> | |
501 | <ClInclude Include="utrie2_impl.h" /> | |
502 | <ClInclude Include="utypeinfo.h" /> | |
503 | <ClInclude Include="uvector.h" /> | |
504 | <ClInclude Include="uvectr32.h" /> | |
505 | <ClInclude Include="uvectr64.h" /> | |
506 | <ClInclude Include="cpputils.h" /> | |
f3c0d7a5 A |
507 | <ClInclude Include="locmap.h" /> |
508 | <ClInclude Include="mutex.h" /> | |
f3c0d7a5 | 509 | <ClInclude Include="putilimp.h" /> |
f3c0d7a5 | 510 | <ClInclude Include="uassert.h" /> |
f3c0d7a5 A |
511 | <ClInclude Include="umutex.h" /> |
512 | <ClInclude Include="uposixdefs.h" /> | |
f3c0d7a5 | 513 | <ClInclude Include="utracimp.h" /> |
f3c0d7a5 | 514 | <ClInclude Include="wintz.h" /> |
f3c0d7a5 | 515 | <ClInclude Include="ucnv_bld.h" /> |
f3c0d7a5 | 516 | <ClInclude Include="ucnv_cnv.h" /> |
f3c0d7a5 A |
517 | <ClInclude Include="ucnv_ext.h" /> |
518 | <ClInclude Include="ucnv_imp.h" /> | |
519 | <ClInclude Include="ucnv_io.h" /> | |
520 | <ClInclude Include="ucnvmbcs.h" /> | |
f3c0d7a5 | 521 | <ClInclude Include="cmemory.h" /> |
f3c0d7a5 A |
522 | <ClInclude Include="ucln.h" /> |
523 | <ClInclude Include="ucln_cmn.h" /> | |
524 | <ClInclude Include="ucln_imp.h" /> | |
525 | <ClInclude Include="ucmndata.h" /> | |
f3c0d7a5 A |
526 | <ClInclude Include="udatamem.h" /> |
527 | <ClInclude Include="udataswp.h" /> | |
528 | <ClInclude Include="umapfile.h" /> | |
f3c0d7a5 A |
529 | <ClInclude Include="ustrfmt.h" /> |
530 | <ClInclude Include="util.h" /> | |
f3c0d7a5 | 531 | <ClInclude Include="punycode.h" /> |
f3c0d7a5 | 532 | <ClInclude Include="locbased.h" /> |
f3c0d7a5 | 533 | <ClInclude Include="locutil.h" /> |
f3c0d7a5 A |
534 | <ClInclude Include="sharedobject.h" /> |
535 | <ClCompile Include="sharedobject.cpp" /> | |
f3c0d7a5 | 536 | <ClInclude Include="ulocimp.h" /> |
f3c0d7a5 A |
537 | <ClInclude Include="unifiedcache.h" /> |
538 | <ClInclude Include="uresdata.h" /> | |
539 | <ClInclude Include="uresimp.h" /> | |
540 | <ClInclude Include="ureslocs.h" /> | |
541 | <ClInclude Include="resource.h" /> | |
f3c0d7a5 | 542 | <ClInclude Include="ucurrimp.h" /> |
f3c0d7a5 | 543 | <ClInclude Include="norm2allmodes.h" /> |
f3c0d7a5 | 544 | <ClInclude Include="normalizer2impl.h" /> |
f3c0d7a5 A |
545 | <ClInclude Include="unormimp.h" /> |
546 | <ClInclude Include="bmpset.h" /> | |
547 | <ClInclude Include="messageimpl.h" /> | |
548 | <ClInclude Include="patternprops.h" /> | |
549 | <ClInclude Include="propname.h" /> | |
550 | <ClInclude Include="ruleiter.h" /> | |
f3c0d7a5 | 551 | <ClInclude Include="ucase.h" /> |
f3c0d7a5 A |
552 | <ClInclude Include="unisetspan.h" /> |
553 | <ClInclude Include="uprops.h" /> | |
554 | <ClInclude Include="usc_impl.h" /> | |
f3c0d7a5 | 555 | <ClInclude Include="uset_imp.h" /> |
f3c0d7a5 A |
556 | <ClInclude Include="icuplugimp.h" /> |
557 | <ClInclude Include="serv.h" /> | |
558 | <ClInclude Include="servloc.h" /> | |
559 | <ClInclude Include="servnotf.h" /> | |
560 | <ClInclude Include="sprpimpl.h" /> | |
0f5d89e8 | 561 | <ClInclude Include="bytesinkutil.h" /> |
f3c0d7a5 A |
562 | <ClInclude Include="charstr.h" /> |
563 | <ClInclude Include="cstring.h" /> | |
564 | <ClInclude Include="cstr.h" /> | |
565 | <ClInclude Include="cwchar.h" /> | |
f3c0d7a5 | 566 | <ClInclude Include="uinvchar.h" /> |
f3c0d7a5 A |
567 | <ClInclude Include="ustr_cnv.h" /> |
568 | <ClInclude Include="ustr_imp.h" /> | |
0f5d89e8 | 569 | <ClInclude Include="static_unicode_sets.h" /> |
f3c0d7a5 A |
570 | </ItemGroup> |
571 | <ItemGroup> | |
572 | <ResourceCompile Include="common.rc" /> | |
573 | </ItemGroup> | |
574 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
575 | <ImportGroup Label="ExtensionTargets"> | |
576 | </ImportGroup> | |
0f5d89e8 | 577 | </Project> |