]>
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 A |
3 | <!-- The following import will include the 'default' configuration options for VS UWP projects. --> |
4 | <Import Project="..\allinone\Build.Windows.UWP.ProjectConfiguration.props" /> | |
f3c0d7a5 A |
5 | <ItemGroup Label="ProjectConfigurations"> |
6 | <ProjectConfiguration Include="Debug|Win32"> | |
7 | <Configuration>Debug</Configuration> | |
8 | <Platform>Win32</Platform> | |
9 | </ProjectConfiguration> | |
10 | <ProjectConfiguration Include="Debug|x64"> | |
11 | <Configuration>Debug</Configuration> | |
12 | <Platform>x64</Platform> | |
13 | </ProjectConfiguration> | |
14 | <ProjectConfiguration Include="Debug|ARM"> | |
15 | <Configuration>Debug</Configuration> | |
16 | <Platform>ARM</Platform> | |
17 | </ProjectConfiguration> | |
18 | <ProjectConfiguration Include="Release|Win32"> | |
19 | <Configuration>Release</Configuration> | |
20 | <Platform>Win32</Platform> | |
21 | </ProjectConfiguration> | |
22 | <ProjectConfiguration Include="Release|x64"> | |
23 | <Configuration>Release</Configuration> | |
24 | <Platform>x64</Platform> | |
25 | </ProjectConfiguration> | |
26 | <ProjectConfiguration Include="Release|ARM"> | |
27 | <Configuration>Release</Configuration> | |
28 | <Platform>ARM</Platform> | |
29 | </ProjectConfiguration> | |
30 | </ItemGroup> | |
31 | <PropertyGroup Label="Globals"> | |
32 | <ProjectGuid>{6786C051-383B-47E0-9E82-B8B994E06A25}</ProjectGuid> | |
33 | <Keyword>DynamicLibrary</Keyword> | |
34 | <DefaultLanguage>en-US</DefaultLanguage> | |
f3c0d7a5 A |
35 | </PropertyGroup> |
36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
37 | <PropertyGroup Label="Configuration"> | |
38 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
39 | <UseOfMfc>false</UseOfMfc> | |
40 | <CharacterSet>MultiByte</CharacterSet> | |
f3c0d7a5 A |
41 | </PropertyGroup> |
42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
43 | <ImportGroup Label="ExtensionSettings"> | |
44 | </ImportGroup> | |
45 | <ImportGroup Label="PropertySheets"> | |
46 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
47 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
48 | </ImportGroup> | |
49 | <PropertyGroup Label="UserMacros" /> | |
50 | <PropertyGroup> | |
51 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
52 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\ReleaseUWP\</OutDir> | |
53 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\ReleaseUWP\</IntDir> | |
54 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\DebugUWP\</OutDir> | |
55 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\DebugUWP\</IntDir> | |
56 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\ReleaseUWP\</OutDir> | |
57 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\ReleaseUWP\</IntDir> | |
58 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\DebugUWP\</OutDir> | |
59 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\DebugUWP\</IntDir> | |
60 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.\arm\ReleaseUWP\</OutDir> | |
61 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.\arm\ReleaseUWP\</IntDir> | |
62 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">.\arm\DebugUWP\</OutDir> | |
63 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">.\arm\DebugUWP\</IntDir> | |
64 | <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental> | |
65 | <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental> | |
66 | </PropertyGroup> | |
67 | <ItemDefinitionGroup> | |
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_I18N_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> | |
0f5d89e8 | 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 | </Link> | |
102 | </ItemDefinitionGroup> | |
103 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
104 | <Midl> | |
105 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
106 | </Midl> | |
107 | <ClCompile> | |
108 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
109 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
110 | </ClCompile> | |
111 | <ResourceCompile> | |
112 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
113 | </ResourceCompile> | |
114 | <Link> | |
115 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
116 | </Link> | |
117 | </ItemDefinitionGroup> | |
118 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
119 | <Midl> | |
120 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
121 | </Midl> | |
122 | <ClCompile> | |
123 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
124 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
125 | <Optimization>Disabled</Optimization> | |
126 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
127 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
128 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
129 | </ClCompile> | |
130 | <ResourceCompile> | |
131 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
132 | </ResourceCompile> | |
0f5d89e8 A |
133 | <Link> |
134 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
135 | </Link> | |
f3c0d7a5 A |
136 | </ItemDefinitionGroup> |
137 | <ItemDefinitionGroup Condition="'$(Platform)'=='Win32'"> | |
138 | <Midl> | |
139 | <TargetEnvironment>Win32</TargetEnvironment> | |
140 | </Midl> | |
141 | <ClCompile> | |
142 | <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
143 | </ClCompile> | |
144 | </ItemDefinitionGroup> | |
145 | <ItemDefinitionGroup Condition="'$(Platform)'=='x64'"> | |
146 | <Midl> | |
147 | <TargetEnvironment>X64</TargetEnvironment> | |
148 | </Midl> | |
149 | <ClCompile> | |
150 | <PreprocessorDefinitions>WIN64;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
151 | </ClCompile> | |
152 | <Link> | |
153 | <TargetMachine>MachineX64</TargetMachine> | |
154 | </Link> | |
155 | </ItemDefinitionGroup> | |
156 | <ItemDefinitionGroup Condition="'$(Platform)'=='ARM'"> | |
157 | <Midl> | |
158 | <TargetEnvironment>ARM</TargetEnvironment> | |
159 | </Midl> | |
160 | <ClCompile> | |
161 | <PreprocessorDefinitions>ARM;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
162 | </ClCompile> | |
163 | <Link> | |
164 | <TargetMachine>MachineARM</TargetMachine> | |
165 | </Link> | |
166 | </ItemDefinitionGroup> | |
167 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
168 | <Midl> | |
169 | <TypeLibraryName>.\..\..\lib32uwp\icuin.tlb</TypeLibraryName> | |
170 | </Midl> | |
171 | <ClCompile> | |
172 | <PrecompiledHeaderOutputFile>.\x86\ReleaseUWP/i18n.pch</PrecompiledHeaderOutputFile> | |
173 | <AssemblerListingLocation>.\x86\ReleaseUWP/</AssemblerListingLocation> | |
174 | <ObjectFileName>.\x86\ReleaseUWP/</ObjectFileName> | |
175 | <ProgramDataBaseFileName>.\x86\ReleaseUWP/</ProgramDataBaseFileName> | |
176 | </ClCompile> | |
177 | <Link> | |
0f5d89e8 | 178 | <OutputFile>..\..\bin32uwp\icuin62.dll</OutputFile> |
f3c0d7a5 A |
179 | <ProgramDatabaseFile>.\..\..\lib32uwp\icuin.pdb</ProgramDatabaseFile> |
180 | <ImportLibrary>..\..\lib32uwp\icuin.lib</ImportLibrary> | |
181 | <AdditionalDependencies>..\..\lib32uwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
182 | </Link> | |
183 | </ItemDefinitionGroup> | |
184 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
185 | <Midl> | |
186 | <TypeLibraryName>.\..\..\lib32uwp\icuind.tlb</TypeLibraryName> | |
187 | </Midl> | |
188 | <ClCompile> | |
189 | <PrecompiledHeaderOutputFile>.\x86\DebugUWP/i18n.pch</PrecompiledHeaderOutputFile> | |
190 | <AssemblerListingLocation>.\x86\DebugUWP/</AssemblerListingLocation> | |
191 | <ObjectFileName>.\x86\DebugUWP/</ObjectFileName> | |
192 | <ProgramDataBaseFileName>.\x86\DebugUWP/</ProgramDataBaseFileName> | |
193 | </ClCompile> | |
194 | <Link> | |
0f5d89e8 | 195 | <OutputFile>..\..\bin32uwp\icuin62d.dll</OutputFile> |
f3c0d7a5 A |
196 | <ProgramDatabaseFile>.\..\..\lib32uwp\icuind.pdb</ProgramDatabaseFile> |
197 | <ImportLibrary>..\..\lib32uwp\icuind.lib</ImportLibrary> | |
198 | <AdditionalDependencies>..\..\lib32uwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
199 | </Link> | |
200 | </ItemDefinitionGroup> | |
201 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
202 | <Midl> | |
203 | <TypeLibraryName>.\..\..\lib64uwp\icuin.tlb</TypeLibraryName> | |
204 | </Midl> | |
205 | <ClCompile> | |
206 | <PrecompiledHeaderOutputFile>.\x64\ReleaseUWP/i18n.pch</PrecompiledHeaderOutputFile> | |
207 | <AssemblerListingLocation>.\x64\ReleaseUWP/</AssemblerListingLocation> | |
208 | <ObjectFileName>.\x64\ReleaseUWP/</ObjectFileName> | |
209 | <ProgramDataBaseFileName>.\x64\ReleaseUWP/</ProgramDataBaseFileName> | |
210 | </ClCompile> | |
211 | <Link> | |
0f5d89e8 | 212 | <OutputFile>..\..\bin64uwp\icuin62.dll</OutputFile> |
f3c0d7a5 A |
213 | <ProgramDatabaseFile>.\..\..\lib64uwp\icuin.pdb</ProgramDatabaseFile> |
214 | <ImportLibrary>..\..\lib64uwp\icuin.lib</ImportLibrary> | |
215 | <AdditionalDependencies>..\..\lib64uwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
216 | </Link> | |
217 | </ItemDefinitionGroup> | |
218 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
219 | <Midl> | |
220 | <TypeLibraryName>.\..\..\lib64uwp\icuind.tlb</TypeLibraryName> | |
221 | </Midl> | |
222 | <ClCompile> | |
223 | <PrecompiledHeaderOutputFile>.\x64\DebugUWP/i18n.pch</PrecompiledHeaderOutputFile> | |
224 | <AssemblerListingLocation>.\x64\DebugUWP/</AssemblerListingLocation> | |
225 | <ObjectFileName>.\x64\DebugUWP/</ObjectFileName> | |
226 | <ProgramDataBaseFileName>.\x64\DebugUWP/</ProgramDataBaseFileName> | |
227 | </ClCompile> | |
228 | <Link> | |
0f5d89e8 | 229 | <OutputFile>..\..\bin64uwp\icuin62d.dll</OutputFile> |
f3c0d7a5 A |
230 | <ProgramDatabaseFile>.\..\..\lib64uwp\icuind.pdb</ProgramDatabaseFile> |
231 | <ImportLibrary>..\..\lib64uwp\icuind.lib</ImportLibrary> | |
232 | <AdditionalDependencies>..\..\lib64uwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
233 | </Link> | |
234 | </ItemDefinitionGroup> | |
235 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | |
236 | <Midl> | |
237 | <TypeLibraryName>.\..\..\libARMuwp\icuin.tlb</TypeLibraryName> | |
238 | </Midl> | |
239 | <ClCompile> | |
240 | <PrecompiledHeaderOutputFile>.\ARM\ReleaseUWP/i18n.pch</PrecompiledHeaderOutputFile> | |
241 | <AssemblerListingLocation>.\ARM\ReleaseUWP/</AssemblerListingLocation> | |
242 | <ObjectFileName>.\ARM\ReleaseUWP/</ObjectFileName> | |
243 | <ProgramDataBaseFileName>.\ARM\ReleaseUWP/</ProgramDataBaseFileName> | |
244 | </ClCompile> | |
245 | <Link> | |
0f5d89e8 | 246 | <OutputFile>..\..\binARMuwp\icuin62.dll</OutputFile> |
f3c0d7a5 A |
247 | <ProgramDatabaseFile>.\..\..\libARMuwp\icuin.pdb</ProgramDatabaseFile> |
248 | <ImportLibrary>..\..\libARMuwp\icuin.lib</ImportLibrary> | |
249 | <AdditionalDependencies>..\..\libARMuwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
250 | </Link> | |
251 | </ItemDefinitionGroup> | |
252 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | |
253 | <Midl> | |
254 | <TypeLibraryName>.\..\..\libARMuwp\icuind.tlb</TypeLibraryName> | |
255 | </Midl> | |
256 | <ClCompile> | |
257 | <PrecompiledHeaderOutputFile>.\ARM\DebugUWP/i18n.pch</PrecompiledHeaderOutputFile> | |
258 | <AssemblerListingLocation>.\ARM\DebugUWP/</AssemblerListingLocation> | |
259 | <ObjectFileName>.\ARM\DebugUWP/</ObjectFileName> | |
260 | <ProgramDataBaseFileName>.\ARM\DebugUWP/</ProgramDataBaseFileName> | |
261 | </ClCompile> | |
262 | <Link> | |
0f5d89e8 | 263 | <OutputFile>..\..\binARMuwp\icuin62d.dll</OutputFile> |
f3c0d7a5 A |
264 | <ProgramDatabaseFile>.\..\..\libARMuwp\icuind.pdb</ProgramDatabaseFile> |
265 | <ImportLibrary>..\..\libARMuwp\icuind.lib</ImportLibrary> | |
266 | <AdditionalDependencies>..\..\libARMuwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
267 | </Link> | |
268 | </ItemDefinitionGroup> | |
269 | <ItemGroup> | |
270 | <ClCompile Include="region.cpp" /> | |
271 | <ClCompile Include="uregion.cpp" /> | |
272 | <ClCompile Include="alphaindex.cpp" /> | |
273 | <ClCompile Include="bocsu.cpp" /> | |
274 | <ClCompile Include="coleitr.cpp" /> | |
275 | <ClCompile Include="coll.cpp" /> | |
276 | <ClCompile Include="collation.cpp" /> | |
277 | <ClCompile Include="collationbuilder.cpp" /> | |
278 | <ClCompile Include="collationcompare.cpp" /> | |
279 | <ClCompile Include="collationdata.cpp" /> | |
280 | <ClCompile Include="collationdatabuilder.cpp" /> | |
281 | <ClCompile Include="collationdatareader.cpp" /> | |
282 | <ClCompile Include="collationdatawriter.cpp" /> | |
283 | <ClCompile Include="collationfastlatin.cpp" /> | |
284 | <ClCompile Include="collationfastlatinbuilder.cpp" /> | |
285 | <ClCompile Include="collationfcd.cpp" /> | |
286 | <ClCompile Include="collationiterator.cpp" /> | |
287 | <ClCompile Include="collationkeys.cpp" /> | |
288 | <ClCompile Include="collationroot.cpp" /> | |
289 | <ClCompile Include="collationrootelements.cpp" /> | |
290 | <ClCompile Include="collationruleparser.cpp" /> | |
291 | <ClCompile Include="collationsets.cpp" /> | |
292 | <ClCompile Include="collationsettings.cpp" /> | |
293 | <ClCompile Include="collationtailoring.cpp" /> | |
294 | <ClCompile Include="collationweights.cpp" /> | |
295 | <ClCompile Include="rulebasedcollator.cpp" /> | |
296 | <ClCompile Include="search.cpp" /> | |
297 | <ClCompile Include="sortkey.cpp" /> | |
298 | <ClCompile Include="stsearch.cpp" /> | |
299 | <ClCompile Include="tzfmt.cpp" /> | |
300 | <ClCompile Include="tzgnames.cpp" /> | |
301 | <ClCompile Include="tznames.cpp" /> | |
302 | <ClCompile Include="tznames_impl.cpp" /> | |
303 | <ClCompile Include="ucol.cpp" /> | |
304 | <ClCompile Include="ucol_res.cpp" /> | |
305 | <ClCompile Include="ucol_sit.cpp" /> | |
306 | <ClCompile Include="ucoleitr.cpp" /> | |
f3c0d7a5 A |
307 | <ClCompile Include="uitercollationiterator.cpp" /> |
308 | <ClCompile Include="usearch.cpp" /> | |
309 | <ClCompile Include="astro.cpp" /> | |
310 | <ClCompile Include="basictz.cpp" /> | |
311 | <ClCompile Include="buddhcal.cpp" /> | |
312 | <ClCompile Include="calendar.cpp" /> | |
313 | <ClCompile Include="cecal.cpp" /> | |
314 | <ClCompile Include="chnsecal.cpp" /> | |
315 | <ClCompile Include="choicfmt.cpp" /> | |
316 | <ClCompile Include="compactdecimalformat.cpp" /> | |
317 | <ClCompile Include="coptccal.cpp" /> | |
318 | <ClCompile Include="curramt.cpp" /> | |
319 | <ClCompile Include="currfmt.cpp" /> | |
320 | <ClCompile Include="currpinf.cpp" /> | |
321 | <ClCompile Include="currunit.cpp" /> | |
322 | <ClCompile Include="dangical.cpp" /> | |
323 | <ClCompile Include="datefmt.cpp" /> | |
324 | <ClCompile Include="dayperiodrules.cpp" /> | |
325 | <ClCompile Include="dcfmtsym.cpp" /> | |
326 | <ClCompile Include="decContext.cpp" /> | |
f3c0d7a5 A |
327 | <ClCompile Include="decimfmt.cpp" /> |
328 | <ClCompile Include="decNumber.cpp" /> | |
0f5d89e8 A |
329 | <ClCompile Include="double-conversion-bignum-dtoa.cpp" /> |
330 | <ClCompile Include="double-conversion-bignum.cpp" /> | |
331 | <ClCompile Include="double-conversion-cached-powers.cpp" /> | |
332 | <ClCompile Include="double-conversion-diy-fp.cpp" /> | |
333 | <ClCompile Include="double-conversion-fast-dtoa.cpp" /> | |
334 | <ClCompile Include="double-conversion-strtod.cpp" /> | |
335 | <ClCompile Include="double-conversion.cpp" /> | |
f3c0d7a5 A |
336 | <ClCompile Include="dtfmtsym.cpp" /> |
337 | <ClCompile Include="dtitvfmt.cpp" /> | |
338 | <ClCompile Include="dtitvinf.cpp" /> | |
339 | <ClCompile Include="dtptngen.cpp" /> | |
340 | <ClCompile Include="dtrule.cpp" /> | |
341 | <ClCompile Include="ethpccal.cpp" /> | |
342 | <ClCompile Include="fmtable.cpp" /> | |
343 | <ClCompile Include="fmtable_cnv.cpp" /> | |
344 | <ClCompile Include="format.cpp" /> | |
345 | <ClCompile Include="fphdlimp.cpp" /> | |
346 | <ClCompile Include="fpositer.cpp" /> | |
347 | <ClCompile Include="gender.cpp" /> | |
348 | <ClCompile Include="gregocal.cpp" /> | |
349 | <ClCompile Include="gregoimp.cpp" /> | |
350 | <ClCompile Include="hebrwcal.cpp" /> | |
351 | <ClCompile Include="indiancal.cpp" /> | |
352 | <ClCompile Include="islamcal.cpp" /> | |
353 | <ClCompile Include="japancal.cpp" /> | |
354 | <ClCompile Include="measfmt.cpp" /> | |
355 | <ClCompile Include="measunit.cpp" /> | |
356 | <ClCompile Include="measure.cpp" /> | |
357 | <ClCompile Include="msgfmt.cpp" /> | |
358 | <ClCompile Include="nfrs.cpp" /> | |
359 | <ClCompile Include="nfrule.cpp" /> | |
360 | <ClCompile Include="nfsubs.cpp" /> | |
0f5d89e8 A |
361 | <ClCompile Include="nounit.cpp" /> |
362 | <ClCompile Include="number_affixutils.cpp" /> | |
363 | <ClCompile Include="number_asformat.cpp" /> | |
364 | <ClCompile Include="number_compact.cpp" /> | |
365 | <ClCompile Include="number_decimalquantity.cpp" /> | |
366 | <ClCompile Include="number_decimfmtprops.cpp" /> | |
367 | <ClCompile Include="number_fluent.cpp" /> | |
368 | <ClCompile Include="number_formatimpl.cpp" /> | |
369 | <ClCompile Include="number_grouping.cpp" /> | |
370 | <ClCompile Include="number_integerwidth.cpp" /> | |
371 | <ClCompile Include="number_longnames.cpp" /> | |
372 | <ClCompile Include="number_modifiers.cpp" /> | |
373 | <ClCompile Include="number_notation.cpp" /> | |
374 | <ClCompile Include="number_padding.cpp" /> | |
375 | <ClCompile Include="number_patternmodifier.cpp" /> | |
376 | <ClCompile Include="number_patternstring.cpp" /> | |
377 | <ClCompile Include="number_rounding.cpp" /> | |
378 | <ClCompile Include="number_scientific.cpp" /> | |
379 | <ClCompile Include="number_stringbuilder.cpp" /> | |
380 | <ClCompile Include="number_utils.cpp" /> | |
381 | <ClCompile Include="number_mapper.cpp" /> | |
382 | <ClCompile Include="number_multiplier.cpp" /> | |
383 | <ClCompile Include="number_currencysymbols.cpp" /> | |
384 | <ClCompile Include="number_skeletons.cpp" /> | |
385 | <ClCompile Include="number_capi.cpp" /> | |
386 | <ClCompile Include="numparse_stringsegment.cpp" /> | |
387 | <ClCompile Include="numparse_parsednumber.cpp" /> | |
388 | <ClCompile Include="numparse_impl.cpp" /> | |
389 | <ClCompile Include="numparse_symbols.cpp" /> | |
390 | <ClCompile Include="numparse_decimal.cpp" /> | |
391 | <ClCompile Include="numparse_scientific.cpp" /> | |
392 | <ClCompile Include="numparse_currency.cpp" /> | |
393 | <ClCompile Include="numparse_affixes.cpp" /> | |
394 | <ClCompile Include="numparse_compositions.cpp" /> | |
395 | <ClCompile Include="numparse_validators.cpp" /> | |
f3c0d7a5 A |
396 | <ClCompile Include="numfmt.cpp" /> |
397 | <ClCompile Include="numsys.cpp" /> | |
398 | <ClCompile Include="olsontz.cpp" /> | |
399 | <ClCompile Include="persncal.cpp" /> | |
400 | <ClCompile Include="plurfmt.cpp" /> | |
401 | <ClCompile Include="plurrule.cpp" /> | |
402 | <ClCompile Include="quantityformatter.cpp" /> | |
403 | <ClCompile Include="rbnf.cpp" /> | |
404 | <ClCompile Include="rbtz.cpp" /> | |
0f5d89e8 | 405 | <ClCompile Include="reldatefmt.cpp" /> |
f3c0d7a5 A |
406 | <ClCompile Include="reldtfmt.cpp" /> |
407 | <ClCompile Include="scientificnumberformatter.cpp" /> | |
408 | <ClCompile Include="sharedbreakiterator.cpp" /> | |
409 | <ClCompile Include="selfmt.cpp" /> | |
410 | <ClCompile Include="simpletz.cpp" /> | |
411 | <ClCompile Include="scriptset.cpp" /> | |
412 | <ClCompile Include="smpdtfmt.cpp" /> | |
413 | <ClCompile Include="smpdtfst.cpp" /> | |
414 | <ClCompile Include="standardplural.cpp" /> | |
415 | <ClCompile Include="taiwncal.cpp" /> | |
416 | <ClCompile Include="timezone.cpp" /> | |
417 | <ClCompile Include="tmunit.cpp" /> | |
418 | <ClCompile Include="tmutamt.cpp" /> | |
419 | <ClCompile Include="tmutfmt.cpp" /> | |
420 | <ClCompile Include="tzrule.cpp" /> | |
421 | <ClCompile Include="tztrans.cpp" /> | |
422 | <ClCompile Include="ucal.cpp" /> | |
423 | <ClCompile Include="udat.cpp" /> | |
424 | <ClCompile Include="udateintervalformat.cpp" /> | |
425 | <ClCompile Include="udatpg.cpp" /> | |
426 | <ClCompile Include="ufieldpositer.cpp" /> | |
427 | <ClCompile Include="ulocdata.cpp" /> | |
428 | <ClCompile Include="umsg.cpp" /> | |
429 | <ClCompile Include="unum.cpp" /> | |
430 | <ClCompile Include="unumsys.cpp" /> | |
431 | <ClCompile Include="upluralrules.cpp" /> | |
432 | <ClCompile Include="utf16collationiterator.cpp" /> | |
433 | <ClCompile Include="utf8collationiterator.cpp" /> | |
434 | <ClCompile Include="utmscale.cpp" /> | |
435 | <ClCompile Include="vtzone.cpp" /> | |
436 | <ClCompile Include="vzone.cpp" /> | |
0f5d89e8 A |
437 | <ClCompile Include="windtfmt.cpp" /> |
438 | <ClCompile Include="winnmfmt.cpp" /> | |
439 | <ClCompile Include="wintzimpl.cpp" /> | |
f3c0d7a5 A |
440 | <ClCompile Include="zonemeta.cpp" /> |
441 | <ClCompile Include="zrule.cpp" /> | |
442 | <ClCompile Include="ztrans.cpp" /> | |
0f5d89e8 | 443 | <ClCompile Include="ucln_in.cpp" /> |
f3c0d7a5 A |
444 | <ClCompile Include="regexcmp.cpp" /> |
445 | <ClCompile Include="regeximp.cpp" /> | |
446 | <ClCompile Include="regexst.cpp" /> | |
447 | <ClCompile Include="regextxt.cpp" /> | |
448 | <ClCompile Include="rematch.cpp" /> | |
449 | <ClCompile Include="repattrn.cpp" /> | |
450 | <ClCompile Include="uregex.cpp" /> | |
451 | <ClCompile Include="uregexc.cpp" /> | |
452 | <ClCompile Include="anytrans.cpp" /> | |
453 | <ClCompile Include="brktrans.cpp" /> | |
454 | <ClCompile Include="casetrn.cpp" /> | |
455 | <ClCompile Include="cpdtrans.cpp" /> | |
456 | <ClCompile Include="esctrn.cpp" /> | |
457 | <ClCompile Include="funcrepl.cpp" /> | |
458 | <ClCompile Include="name2uni.cpp" /> | |
459 | <ClCompile Include="nortrans.cpp" /> | |
460 | <ClCompile Include="nultrans.cpp" /> | |
461 | <ClCompile Include="quant.cpp" /> | |
462 | <ClCompile Include="rbt.cpp" /> | |
463 | <ClCompile Include="rbt_data.cpp" /> | |
464 | <ClCompile Include="rbt_pars.cpp" /> | |
465 | <ClCompile Include="rbt_rule.cpp" /> | |
466 | <ClCompile Include="rbt_set.cpp" /> | |
467 | <ClCompile Include="remtrans.cpp" /> | |
468 | <ClCompile Include="strmatch.cpp" /> | |
469 | <ClCompile Include="strrepl.cpp" /> | |
470 | <ClCompile Include="titletrn.cpp" /> | |
471 | <ClCompile Include="tolowtrn.cpp" /> | |
472 | <ClCompile Include="toupptrn.cpp" /> | |
473 | <ClCompile Include="translit.cpp" /> | |
474 | <ClCompile Include="transreg.cpp" /> | |
475 | <ClCompile Include="tridpars.cpp" /> | |
476 | <ClCompile Include="unesctrn.cpp" /> | |
477 | <ClCompile Include="uni2name.cpp" /> | |
478 | <ClCompile Include="utrans.cpp" /> | |
479 | <ClCompile Include="csdetect.cpp" /> | |
480 | <ClCompile Include="csmatch.cpp" /> | |
481 | <ClCompile Include="csr2022.cpp" /> | |
482 | <ClCompile Include="csrecog.cpp" /> | |
483 | <ClCompile Include="csrmbcs.cpp" /> | |
484 | <ClCompile Include="csrsbcs.cpp" /> | |
485 | <ClCompile Include="csrucode.cpp" /> | |
486 | <ClCompile Include="csrutf8.cpp" /> | |
487 | <ClCompile Include="inputext.cpp" /> | |
488 | <ClCompile Include="ucsdet.cpp" /> | |
489 | <ClCompile Include="uspoof.cpp" /> | |
490 | <ClCompile Include="uspoof_build.cpp" /> | |
491 | <ClCompile Include="uspoof_conf.cpp" /> | |
492 | <ClCompile Include="uspoof_impl.cpp" /> | |
493 | </ItemGroup> | |
494 | <ItemGroup> | |
f3c0d7a5 | 495 | <ClInclude Include="bocsu.h" /> |
f3c0d7a5 A |
496 | <ClInclude Include="collation.h" /> |
497 | <ClInclude Include="collationbuilder.h" /> | |
498 | <ClInclude Include="collationcompare.h" /> | |
499 | <ClInclude Include="collationdata.h" /> | |
500 | <ClInclude Include="collationdatabuilder.h" /> | |
501 | <ClInclude Include="collationdatareader.h" /> | |
502 | <ClInclude Include="collationdatawriter.h" /> | |
503 | <ClInclude Include="collationfastlatin.h" /> | |
504 | <ClInclude Include="collationfastlatinbuilder.h" /> | |
505 | <ClInclude Include="collationfcd.h" /> | |
506 | <ClInclude Include="collationiterator.h" /> | |
507 | <ClInclude Include="collationkeys.h" /> | |
508 | <ClInclude Include="collationroot.h" /> | |
509 | <ClInclude Include="collationrootelements.h" /> | |
510 | <ClInclude Include="collationruleparser.h" /> | |
511 | <ClInclude Include="collationsets.h" /> | |
512 | <ClInclude Include="collationsettings.h" /> | |
513 | <ClInclude Include="collationtailoring.h" /> | |
514 | <ClInclude Include="collationweights.h" /> | |
515 | <ClInclude Include="dayperiodrules.h" /> | |
f3c0d7a5 A |
516 | <ClInclude Include="numsys_impl.h" /> |
517 | <ClInclude Include="region_impl.h" /> | |
518 | <ClInclude Include="selfmtimpl.h" /> | |
519 | <ClInclude Include="tzgnames.h" /> | |
520 | <ClInclude Include="tznames_impl.h" /> | |
521 | <ClInclude Include="ucol_imp.h" /> | |
f3c0d7a5 | 522 | <ClInclude Include="uitercollationiterator.h" /> |
f3c0d7a5 A |
523 | <ClInclude Include="usrchimp.h" /> |
524 | <ClInclude Include="astro.h" /> | |
f3c0d7a5 | 525 | <ClInclude Include="buddhcal.h" /> |
f3c0d7a5 A |
526 | <ClInclude Include="cecal.h" /> |
527 | <ClInclude Include="chnsecal.h" /> | |
f3c0d7a5 | 528 | <ClInclude Include="coptccal.h" /> |
f3c0d7a5 | 529 | <ClInclude Include="currfmt.h" /> |
f3c0d7a5 | 530 | <ClInclude Include="dangical.h" /> |
f3c0d7a5 | 531 | <ClInclude Include="decContext.h" /> |
f3c0d7a5 A |
532 | <ClInclude Include="decNumber.h" /> |
533 | <ClInclude Include="decNumberLocal.h" /> | |
0f5d89e8 A |
534 | <ClInclude Include="double-conversion-bignum-dtoa.h" /> |
535 | <ClInclude Include="double-conversion-bignum.h" /> | |
536 | <ClInclude Include="double-conversion-cached-powers.h" /> | |
537 | <ClInclude Include="double-conversion-diy-fp.h" /> | |
538 | <ClInclude Include="double-conversion-fast-dtoa.h" /> | |
539 | <ClInclude Include="double-conversion-ieee.h" /> | |
540 | <ClInclude Include="double-conversion-utils.h" /> | |
541 | <ClInclude Include="double-conversion.h" /> | |
f3c0d7a5 | 542 | <ClInclude Include="dt_impl.h" /> |
f3c0d7a5 | 543 | <ClInclude Include="dtitv_impl.h" /> |
f3c0d7a5 | 544 | <ClInclude Include="dtptngen_impl.h" /> |
f3c0d7a5 | 545 | <ClInclude Include="ethpccal.h" /> |
f3c0d7a5 | 546 | <ClInclude Include="fphdlimp.h" /> |
f3c0d7a5 A |
547 | <ClInclude Include="gregoimp.h" /> |
548 | <ClInclude Include="hebrwcal.h" /> | |
549 | <ClInclude Include="indiancal.h" /> | |
550 | <ClInclude Include="islamcal.h" /> | |
551 | <ClInclude Include="japancal.h" /> | |
f3c0d7a5 A |
552 | <ClInclude Include="msgfmt_impl.h" /> |
553 | <ClInclude Include="nfrlist.h" /> | |
554 | <ClInclude Include="nfrs.h" /> | |
555 | <ClInclude Include="nfrule.h" /> | |
556 | <ClInclude Include="nfsubs.h" /> | |
f3c0d7a5 A |
557 | <ClInclude Include="olsontz.h" /> |
558 | <ClInclude Include="persncal.h" /> | |
f3c0d7a5 A |
559 | <ClInclude Include="plurrule_impl.h" /> |
560 | <ClInclude Include="quantityformatter.h" /> | |
561 | <ClInclude Include="sharedbreakiterator.h" /> | |
562 | <ClInclude Include="sharedcalendar.h" /> | |
563 | <ClInclude Include="shareddateformatsymbols.h" /> | |
564 | <ClInclude Include="sharednumberformat.h" /> | |
565 | <ClInclude Include="sharedpluralrules.h" /> | |
f3c0d7a5 | 566 | <ClInclude Include="reldtfmt.h" /> |
f3c0d7a5 A |
567 | <ClInclude Include="smpdtfst.h" /> |
568 | <ClInclude Include="standardplural.h" /> | |
569 | <ClInclude Include="taiwncal.h" /> | |
f3c0d7a5 | 570 | <ClInclude Include="umsg_imp.h" /> |
f3c0d7a5 A |
571 | <ClInclude Include="utf16collationiterator.h" /> |
572 | <ClInclude Include="utf8collationiterator.h" /> | |
573 | <ClInclude Include="vzone.h" /> | |
574 | <ClInclude Include="windtfmt.h" /> | |
575 | <ClInclude Include="winnmfmt.h" /> | |
576 | <ClInclude Include="wintzimpl.h" /> | |
577 | <ClInclude Include="zonemeta.h" /> | |
578 | <ClInclude Include="zrule.h" /> | |
579 | <ClInclude Include="ztrans.h" /> | |
580 | <ClInclude Include="ucln_in.h" /> | |
f3c0d7a5 A |
581 | <ClInclude Include="regexcmp.h" /> |
582 | <ClInclude Include="regexcst.h" /> | |
583 | <ClInclude Include="regeximp.h" /> | |
584 | <ClInclude Include="regexst.h" /> | |
585 | <ClInclude Include="regextxt.h" /> | |
f3c0d7a5 A |
586 | <ClInclude Include="anytrans.h" /> |
587 | <ClInclude Include="brktrans.h" /> | |
588 | <ClInclude Include="casetrn.h" /> | |
589 | <ClInclude Include="cpdtrans.h" /> | |
590 | <ClInclude Include="esctrn.h" /> | |
591 | <ClInclude Include="funcrepl.h" /> | |
592 | <ClInclude Include="name2uni.h" /> | |
593 | <ClInclude Include="nortrans.h" /> | |
594 | <ClInclude Include="nultrans.h" /> | |
595 | <ClInclude Include="quant.h" /> | |
596 | <ClInclude Include="rbt.h" /> | |
597 | <ClInclude Include="rbt_data.h" /> | |
598 | <ClInclude Include="rbt_pars.h" /> | |
599 | <ClInclude Include="rbt_rule.h" /> | |
600 | <ClInclude Include="rbt_set.h" /> | |
601 | <ClInclude Include="remtrans.h" /> | |
602 | <ClInclude Include="strmatch.h" /> | |
603 | <ClInclude Include="strrepl.h" /> | |
604 | <ClInclude Include="titletrn.h" /> | |
605 | <ClInclude Include="tolowtrn.h" /> | |
606 | <ClInclude Include="toupptrn.h" /> | |
f3c0d7a5 A |
607 | <ClInclude Include="transreg.h" /> |
608 | <ClInclude Include="tridpars.h" /> | |
609 | <ClInclude Include="unesctrn.h" /> | |
610 | <ClInclude Include="uni2name.h" /> | |
f3c0d7a5 A |
611 | <ClInclude Include="csdetect.h" /> |
612 | <ClInclude Include="csmatch.h" /> | |
613 | <ClInclude Include="csr2022.h" /> | |
614 | <ClInclude Include="csrecog.h" /> | |
615 | <ClInclude Include="csrmbcs.h" /> | |
616 | <ClInclude Include="csrsbcs.h" /> | |
617 | <ClInclude Include="csrucode.h" /> | |
618 | <ClInclude Include="csrutf8.h" /> | |
619 | <ClInclude Include="inputext.h" /> | |
f3c0d7a5 A |
620 | <ClInclude Include="scriptset.h" /> |
621 | <ClInclude Include="uspoof_conf.h" /> | |
622 | <ClInclude Include="uspoof_impl.h" /> | |
0f5d89e8 A |
623 | <ClInclude Include="number_affixutils.h" /> |
624 | <ClInclude Include="number_asformat.h" /> | |
625 | <ClInclude Include="number_compact.h" /> | |
626 | <ClInclude Include="number_decimalquantity.h" /> | |
627 | <ClInclude Include="number_decimfmtprops.h" /> | |
628 | <ClInclude Include="number_decnum.h" /> | |
629 | <ClInclude Include="number_formatimpl.h" /> | |
630 | <ClInclude Include="number_longnames.h" /> | |
631 | <ClInclude Include="number_microprops.h" /> | |
632 | <ClInclude Include="number_modifiers.h" /> | |
633 | <ClInclude Include="number_patternmodifier.h" /> | |
634 | <ClInclude Include="number_patternstring.h" /> | |
635 | <ClInclude Include="number_roundingutils.h" /> | |
636 | <ClInclude Include="number_scientific.h" /> | |
637 | <ClInclude Include="number_stringbuilder.h" /> | |
638 | <ClInclude Include="number_types.h" /> | |
639 | <ClInclude Include="number_utypes.h" /> | |
640 | <ClInclude Include="number_utils.h" /> | |
641 | <ClInclude Include="number_mapper.h" /> | |
642 | <ClInclude Include="number_multiplier.h" /> | |
643 | <ClInclude Include="number_currencysymbols.h" /> | |
644 | <ClInclude Include="number_skeletons.h" /> | |
645 | <ClInclude Include="numparse_stringsegment.h" /> | |
646 | <ClInclude Include="numparse_impl.h" /> | |
647 | <ClInclude Include="numparse_symbols.h" /> | |
648 | <ClInclude Include="numparse_decimal.h" /> | |
649 | <ClInclude Include="numparse_scientific.h" /> | |
650 | <ClInclude Include="numparse_currency.h" /> | |
651 | <ClInclude Include="numparse_affixes.h" /> | |
652 | <ClInclude Include="numparse_compositions.h" /> | |
653 | <ClInclude Include="numparse_validators.h" /> | |
654 | <ClInclude Include="numparse_types.h" /> | |
655 | <ClInclude Include="numparse_utils.h" /> | |
f3c0d7a5 A |
656 | </ItemGroup> |
657 | <ItemGroup> | |
658 | <ResourceCompile Include="i18n.rc" /> | |
659 | </ItemGroup> | |
f3c0d7a5 A |
660 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
661 | <ImportGroup Label="ExtensionTargets"> | |
662 | </ImportGroup> | |
0f5d89e8 | 663 | </Project> |