]>
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"> | |
3 | <ItemGroup Label="ProjectConfigurations"> | |
4 | <ProjectConfiguration Include="Debug|Win32"> | |
5 | <Configuration>Debug</Configuration> | |
6 | <Platform>Win32</Platform> | |
7 | </ProjectConfiguration> | |
8 | <ProjectConfiguration Include="Debug|x64"> | |
9 | <Configuration>Debug</Configuration> | |
10 | <Platform>x64</Platform> | |
11 | </ProjectConfiguration> | |
12 | <ProjectConfiguration Include="Debug|ARM"> | |
13 | <Configuration>Debug</Configuration> | |
14 | <Platform>ARM</Platform> | |
15 | </ProjectConfiguration> | |
16 | <ProjectConfiguration Include="Release|Win32"> | |
17 | <Configuration>Release</Configuration> | |
18 | <Platform>Win32</Platform> | |
19 | </ProjectConfiguration> | |
20 | <ProjectConfiguration Include="Release|x64"> | |
21 | <Configuration>Release</Configuration> | |
22 | <Platform>x64</Platform> | |
23 | </ProjectConfiguration> | |
24 | <ProjectConfiguration Include="Release|ARM"> | |
25 | <Configuration>Release</Configuration> | |
26 | <Platform>ARM</Platform> | |
27 | </ProjectConfiguration> | |
28 | </ItemGroup> | |
29 | <PropertyGroup Label="Globals"> | |
30 | <ProjectGuid>{6786C051-383B-47E0-9E82-B8B994E06A25}</ProjectGuid> | |
31 | <Keyword>DynamicLibrary</Keyword> | |
32 | <DefaultLanguage>en-US</DefaultLanguage> | |
33 | <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> | |
34 | <AppContainerApplication>true</AppContainerApplication> | |
35 | <ApplicationType>Windows Store</ApplicationType> | |
36 | <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion> | |
37 | <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion> | |
38 | <ApplicationTypeRevision>10.0</ApplicationTypeRevision> | |
39 | </PropertyGroup> | |
40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
41 | <PropertyGroup Label="Configuration"> | |
42 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
43 | <UseOfMfc>false</UseOfMfc> | |
44 | <CharacterSet>MultiByte</CharacterSet> | |
45 | <PlatformToolset>v140</PlatformToolset> | |
46 | </PropertyGroup> | |
47 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
48 | <ImportGroup Label="ExtensionSettings"> | |
49 | </ImportGroup> | |
50 | <ImportGroup Label="PropertySheets"> | |
51 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
52 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
53 | </ImportGroup> | |
54 | <PropertyGroup Label="UserMacros" /> | |
55 | <PropertyGroup> | |
56 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
57 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\ReleaseUWP\</OutDir> | |
58 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\ReleaseUWP\</IntDir> | |
59 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\DebugUWP\</OutDir> | |
60 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\DebugUWP\</IntDir> | |
61 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\ReleaseUWP\</OutDir> | |
62 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\ReleaseUWP\</IntDir> | |
63 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\DebugUWP\</OutDir> | |
64 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\DebugUWP\</IntDir> | |
65 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.\arm\ReleaseUWP\</OutDir> | |
66 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">.\arm\ReleaseUWP\</IntDir> | |
67 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">.\arm\DebugUWP\</OutDir> | |
68 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">.\arm\DebugUWP\</IntDir> | |
69 | <LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental> | |
70 | <LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental> | |
71 | </PropertyGroup> | |
72 | <ItemDefinitionGroup> | |
73 | <Midl> | |
74 | <PreprocessorDefinitions>U_DISABLE_RENAMING=1;U_PLATFORM_HAS_WINUWP_API=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
75 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
76 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
77 | </Midl> | |
78 | <ClCompile> | |
79 | <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
80 | <!-- U_HIDE_DRAFT_API & U_HIDE_DEPRECATED_API --> | |
81 | <PreprocessorDefinitions>U_DISABLE_RENAMING=1;U_PLATFORM_HAS_WINUWP_API=1;U_ATTRIBUTE_DEPRECATED=;_CRT_SECURE_NO_DEPRECATE;U_I18N_IMPLEMENTATION;U_PLATFORM_USES_ONLY_WIN32_API=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
82 | <StringPooling>true</StringPooling> | |
83 | <ExceptionHandling> | |
84 | </ExceptionHandling> | |
85 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
86 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
87 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
88 | <WarningLevel>Level3</WarningLevel> | |
89 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
90 | <CompileAs>Default</CompileAs> | |
91 | <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
92 | <CompileAsWinRT>false</CompileAsWinRT> | |
93 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> | |
94 | </ClCompile> | |
95 | <ResourceCompile> | |
96 | <PreprocessorDefinitions>U_DISABLE_RENAMING=1;U_PLATFORM_HAS_WINUWP_API=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
97 | <Culture>0x0409</Culture> | |
98 | <AdditionalIncludeDirectories>../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
99 | </ResourceCompile> | |
100 | <Link> | |
101 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
102 | <GenerateWindowsMetadata>false</GenerateWindowsMetadata> | |
103 | <RandomizedBaseAddress>true</RandomizedBaseAddress> | |
104 | <DataExecutionPrevention> | |
105 | </DataExecutionPrevention> | |
106 | <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration> | |
107 | </Link> | |
108 | </ItemDefinitionGroup> | |
109 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
110 | <Midl> | |
111 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
112 | </Midl> | |
113 | <ClCompile> | |
114 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
115 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
116 | </ClCompile> | |
117 | <ResourceCompile> | |
118 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
119 | </ResourceCompile> | |
120 | <Link> | |
121 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
122 | </Link> | |
123 | </ItemDefinitionGroup> | |
124 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
125 | <Midl> | |
126 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
127 | </Midl> | |
128 | <ClCompile> | |
129 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
130 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
131 | <Optimization>Disabled</Optimization> | |
132 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
133 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
134 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
135 | </ClCompile> | |
136 | <ResourceCompile> | |
137 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
138 | </ResourceCompile> | |
139 | </ItemDefinitionGroup> | |
140 | <ItemDefinitionGroup Condition="'$(Platform)'=='Win32'"> | |
141 | <Midl> | |
142 | <TargetEnvironment>Win32</TargetEnvironment> | |
143 | </Midl> | |
144 | <ClCompile> | |
145 | <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
146 | </ClCompile> | |
147 | </ItemDefinitionGroup> | |
148 | <ItemDefinitionGroup Condition="'$(Platform)'=='x64'"> | |
149 | <Midl> | |
150 | <TargetEnvironment>X64</TargetEnvironment> | |
151 | </Midl> | |
152 | <ClCompile> | |
153 | <PreprocessorDefinitions>WIN64;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
154 | </ClCompile> | |
155 | <Link> | |
156 | <TargetMachine>MachineX64</TargetMachine> | |
157 | </Link> | |
158 | </ItemDefinitionGroup> | |
159 | <ItemDefinitionGroup Condition="'$(Platform)'=='ARM'"> | |
160 | <Midl> | |
161 | <TargetEnvironment>ARM</TargetEnvironment> | |
162 | </Midl> | |
163 | <ClCompile> | |
164 | <PreprocessorDefinitions>ARM;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
165 | </ClCompile> | |
166 | <Link> | |
167 | <TargetMachine>MachineARM</TargetMachine> | |
168 | </Link> | |
169 | </ItemDefinitionGroup> | |
170 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
171 | <Midl> | |
172 | <TypeLibraryName>.\..\..\lib32uwp\icuin.tlb</TypeLibraryName> | |
173 | </Midl> | |
174 | <ClCompile> | |
175 | <PrecompiledHeaderOutputFile>.\x86\ReleaseUWP/i18n.pch</PrecompiledHeaderOutputFile> | |
176 | <AssemblerListingLocation>.\x86\ReleaseUWP/</AssemblerListingLocation> | |
177 | <ObjectFileName>.\x86\ReleaseUWP/</ObjectFileName> | |
178 | <ProgramDataBaseFileName>.\x86\ReleaseUWP/</ProgramDataBaseFileName> | |
179 | </ClCompile> | |
180 | <Link> | |
181 | <OutputFile>..\..\bin32uwp\icuin.dll</OutputFile> | |
182 | <ProgramDatabaseFile>.\..\..\lib32uwp\icuin.pdb</ProgramDatabaseFile> | |
183 | <ImportLibrary>..\..\lib32uwp\icuin.lib</ImportLibrary> | |
184 | <AdditionalDependencies>..\..\lib32uwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
185 | </Link> | |
186 | </ItemDefinitionGroup> | |
187 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
188 | <Midl> | |
189 | <TypeLibraryName>.\..\..\lib32uwp\icuind.tlb</TypeLibraryName> | |
190 | </Midl> | |
191 | <ClCompile> | |
192 | <PrecompiledHeaderOutputFile>.\x86\DebugUWP/i18n.pch</PrecompiledHeaderOutputFile> | |
193 | <AssemblerListingLocation>.\x86\DebugUWP/</AssemblerListingLocation> | |
194 | <ObjectFileName>.\x86\DebugUWP/</ObjectFileName> | |
195 | <ProgramDataBaseFileName>.\x86\DebugUWP/</ProgramDataBaseFileName> | |
196 | </ClCompile> | |
197 | <Link> | |
198 | <OutputFile>..\..\bin32uwp\icuind.dll</OutputFile> | |
199 | <ProgramDatabaseFile>.\..\..\lib32uwp\icuind.pdb</ProgramDatabaseFile> | |
200 | <ImportLibrary>..\..\lib32uwp\icuind.lib</ImportLibrary> | |
201 | <AdditionalDependencies>..\..\lib32uwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
202 | </Link> | |
203 | </ItemDefinitionGroup> | |
204 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
205 | <Midl> | |
206 | <TypeLibraryName>.\..\..\lib64uwp\icuin.tlb</TypeLibraryName> | |
207 | </Midl> | |
208 | <ClCompile> | |
209 | <PrecompiledHeaderOutputFile>.\x64\ReleaseUWP/i18n.pch</PrecompiledHeaderOutputFile> | |
210 | <AssemblerListingLocation>.\x64\ReleaseUWP/</AssemblerListingLocation> | |
211 | <ObjectFileName>.\x64\ReleaseUWP/</ObjectFileName> | |
212 | <ProgramDataBaseFileName>.\x64\ReleaseUWP/</ProgramDataBaseFileName> | |
213 | </ClCompile> | |
214 | <Link> | |
215 | <OutputFile>..\..\bin64uwp\icuin.dll</OutputFile> | |
216 | <ProgramDatabaseFile>.\..\..\lib64uwp\icuin.pdb</ProgramDatabaseFile> | |
217 | <ImportLibrary>..\..\lib64uwp\icuin.lib</ImportLibrary> | |
218 | <AdditionalDependencies>..\..\lib64uwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
219 | </Link> | |
220 | </ItemDefinitionGroup> | |
221 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
222 | <Midl> | |
223 | <TypeLibraryName>.\..\..\lib64uwp\icuind.tlb</TypeLibraryName> | |
224 | </Midl> | |
225 | <ClCompile> | |
226 | <PrecompiledHeaderOutputFile>.\x64\DebugUWP/i18n.pch</PrecompiledHeaderOutputFile> | |
227 | <AssemblerListingLocation>.\x64\DebugUWP/</AssemblerListingLocation> | |
228 | <ObjectFileName>.\x64\DebugUWP/</ObjectFileName> | |
229 | <ProgramDataBaseFileName>.\x64\DebugUWP/</ProgramDataBaseFileName> | |
230 | </ClCompile> | |
231 | <Link> | |
232 | <OutputFile>..\..\bin64uwp\icuind.dll</OutputFile> | |
233 | <ProgramDatabaseFile>.\..\..\lib64uwp\icuind.pdb</ProgramDatabaseFile> | |
234 | <ImportLibrary>..\..\lib64uwp\icuind.lib</ImportLibrary> | |
235 | <AdditionalDependencies>..\..\lib64uwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
236 | </Link> | |
237 | </ItemDefinitionGroup> | |
238 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | |
239 | <Midl> | |
240 | <TypeLibraryName>.\..\..\libARMuwp\icuin.tlb</TypeLibraryName> | |
241 | </Midl> | |
242 | <ClCompile> | |
243 | <PrecompiledHeaderOutputFile>.\ARM\ReleaseUWP/i18n.pch</PrecompiledHeaderOutputFile> | |
244 | <AssemblerListingLocation>.\ARM\ReleaseUWP/</AssemblerListingLocation> | |
245 | <ObjectFileName>.\ARM\ReleaseUWP/</ObjectFileName> | |
246 | <ProgramDataBaseFileName>.\ARM\ReleaseUWP/</ProgramDataBaseFileName> | |
247 | </ClCompile> | |
248 | <Link> | |
249 | <OutputFile>..\..\binARMuwp\icuin.dll</OutputFile> | |
250 | <ProgramDatabaseFile>.\..\..\libARMuwp\icuin.pdb</ProgramDatabaseFile> | |
251 | <ImportLibrary>..\..\libARMuwp\icuin.lib</ImportLibrary> | |
252 | <AdditionalDependencies>..\..\libARMuwp\icuuc.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
253 | </Link> | |
254 | </ItemDefinitionGroup> | |
255 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> | |
256 | <Midl> | |
257 | <TypeLibraryName>.\..\..\libARMuwp\icuind.tlb</TypeLibraryName> | |
258 | </Midl> | |
259 | <ClCompile> | |
260 | <PrecompiledHeaderOutputFile>.\ARM\DebugUWP/i18n.pch</PrecompiledHeaderOutputFile> | |
261 | <AssemblerListingLocation>.\ARM\DebugUWP/</AssemblerListingLocation> | |
262 | <ObjectFileName>.\ARM\DebugUWP/</ObjectFileName> | |
263 | <ProgramDataBaseFileName>.\ARM\DebugUWP/</ProgramDataBaseFileName> | |
264 | </ClCompile> | |
265 | <Link> | |
266 | <OutputFile>..\..\binARMuwp\icuind.dll</OutputFile> | |
267 | <ProgramDatabaseFile>.\..\..\libARMuwp\icuind.pdb</ProgramDatabaseFile> | |
268 | <ImportLibrary>..\..\libARMuwp\icuind.lib</ImportLibrary> | |
269 | <AdditionalDependencies>..\..\libARMuwp\icuucd.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
270 | </Link> | |
271 | </ItemDefinitionGroup> | |
272 | <ItemGroup> | |
273 | <ClCompile Include="region.cpp" /> | |
274 | <ClCompile Include="uregion.cpp" /> | |
275 | <ClCompile Include="alphaindex.cpp" /> | |
276 | <ClCompile Include="bocsu.cpp" /> | |
277 | <ClCompile Include="coleitr.cpp" /> | |
278 | <ClCompile Include="coll.cpp" /> | |
279 | <ClCompile Include="collation.cpp" /> | |
280 | <ClCompile Include="collationbuilder.cpp" /> | |
281 | <ClCompile Include="collationcompare.cpp" /> | |
282 | <ClCompile Include="collationdata.cpp" /> | |
283 | <ClCompile Include="collationdatabuilder.cpp" /> | |
284 | <ClCompile Include="collationdatareader.cpp" /> | |
285 | <ClCompile Include="collationdatawriter.cpp" /> | |
286 | <ClCompile Include="collationfastlatin.cpp" /> | |
287 | <ClCompile Include="collationfastlatinbuilder.cpp" /> | |
288 | <ClCompile Include="collationfcd.cpp" /> | |
289 | <ClCompile Include="collationiterator.cpp" /> | |
290 | <ClCompile Include="collationkeys.cpp" /> | |
291 | <ClCompile Include="collationroot.cpp" /> | |
292 | <ClCompile Include="collationrootelements.cpp" /> | |
293 | <ClCompile Include="collationruleparser.cpp" /> | |
294 | <ClCompile Include="collationsets.cpp" /> | |
295 | <ClCompile Include="collationsettings.cpp" /> | |
296 | <ClCompile Include="collationtailoring.cpp" /> | |
297 | <ClCompile Include="collationweights.cpp" /> | |
298 | <ClCompile Include="rulebasedcollator.cpp" /> | |
299 | <ClCompile Include="search.cpp" /> | |
300 | <ClCompile Include="sortkey.cpp" /> | |
301 | <ClCompile Include="stsearch.cpp" /> | |
302 | <ClCompile Include="tzfmt.cpp" /> | |
303 | <ClCompile Include="tzgnames.cpp" /> | |
304 | <ClCompile Include="tznames.cpp" /> | |
305 | <ClCompile Include="tznames_impl.cpp" /> | |
306 | <ClCompile Include="ucol.cpp" /> | |
307 | <ClCompile Include="ucol_res.cpp" /> | |
308 | <ClCompile Include="ucol_sit.cpp" /> | |
309 | <ClCompile Include="ucoleitr.cpp" /> | |
310 | <ClCompile Include="affixpatternparser.cpp" /> | |
311 | <ClCompile Include="decimfmtimpl.cpp" /> | |
312 | <ClCompile Include="digitaffix.cpp" /> | |
313 | <ClCompile Include="digitaffixesandpadding.cpp" /> | |
314 | <ClCompile Include="digitformatter.cpp" /> | |
315 | <ClCompile Include="digitgrouping.cpp" /> | |
316 | <ClCompile Include="digitinterval.cpp" /> | |
317 | <ClCompile Include="pluralaffix.cpp" /> | |
318 | <ClCompile Include="precision.cpp" /> | |
319 | <ClCompile Include="smallintformatter.cpp" /> | |
320 | <ClCompile Include="valueformatter.cpp" /> | |
321 | <ClCompile Include="visibledigits.cpp" /> | |
322 | <ClCompile Include="uitercollationiterator.cpp" /> | |
323 | <ClCompile Include="usearch.cpp" /> | |
324 | <ClCompile Include="astro.cpp" /> | |
325 | <ClCompile Include="basictz.cpp" /> | |
326 | <ClCompile Include="buddhcal.cpp" /> | |
327 | <ClCompile Include="calendar.cpp" /> | |
328 | <ClCompile Include="cecal.cpp" /> | |
329 | <ClCompile Include="chnsecal.cpp" /> | |
330 | <ClCompile Include="choicfmt.cpp" /> | |
331 | <ClCompile Include="compactdecimalformat.cpp" /> | |
332 | <ClCompile Include="coptccal.cpp" /> | |
333 | <ClCompile Include="curramt.cpp" /> | |
334 | <ClCompile Include="currfmt.cpp" /> | |
335 | <ClCompile Include="currpinf.cpp" /> | |
336 | <ClCompile Include="currunit.cpp" /> | |
337 | <ClCompile Include="dangical.cpp" /> | |
338 | <ClCompile Include="datefmt.cpp" /> | |
339 | <ClCompile Include="dayperiodrules.cpp" /> | |
340 | <ClCompile Include="dcfmtsym.cpp" /> | |
341 | <ClCompile Include="decContext.cpp" /> | |
342 | <ClCompile Include="decfmtst.cpp" /> | |
343 | <ClCompile Include="decimalformatpattern.cpp" /> | |
344 | <ClCompile Include="decimfmt.cpp" /> | |
345 | <ClCompile Include="decNumber.cpp" /> | |
346 | <ClCompile Include="digitlst.cpp" /> | |
347 | <ClCompile Include="dtfmtsym.cpp" /> | |
348 | <ClCompile Include="dtitvfmt.cpp" /> | |
349 | <ClCompile Include="dtitvinf.cpp" /> | |
350 | <ClCompile Include="dtptngen.cpp" /> | |
351 | <ClCompile Include="dtrule.cpp" /> | |
352 | <ClCompile Include="ethpccal.cpp" /> | |
353 | <ClCompile Include="fmtable.cpp" /> | |
354 | <ClCompile Include="fmtable_cnv.cpp" /> | |
355 | <ClCompile Include="format.cpp" /> | |
356 | <ClCompile Include="fphdlimp.cpp" /> | |
357 | <ClCompile Include="fpositer.cpp" /> | |
358 | <ClCompile Include="gender.cpp" /> | |
359 | <ClCompile Include="gregocal.cpp" /> | |
360 | <ClCompile Include="gregoimp.cpp" /> | |
361 | <ClCompile Include="hebrwcal.cpp" /> | |
362 | <ClCompile Include="indiancal.cpp" /> | |
363 | <ClCompile Include="islamcal.cpp" /> | |
364 | <ClCompile Include="japancal.cpp" /> | |
365 | <ClCompile Include="measfmt.cpp" /> | |
366 | <ClCompile Include="measunit.cpp" /> | |
367 | <ClCompile Include="measure.cpp" /> | |
368 | <ClCompile Include="msgfmt.cpp" /> | |
369 | <ClCompile Include="nfrs.cpp" /> | |
370 | <ClCompile Include="nfrule.cpp" /> | |
371 | <ClCompile Include="nfsubs.cpp" /> | |
372 | <ClCompile Include="numfmt.cpp" /> | |
373 | <ClCompile Include="numsys.cpp" /> | |
374 | <ClCompile Include="olsontz.cpp" /> | |
375 | <ClCompile Include="persncal.cpp" /> | |
376 | <ClCompile Include="plurfmt.cpp" /> | |
377 | <ClCompile Include="plurrule.cpp" /> | |
378 | <ClCompile Include="quantityformatter.cpp" /> | |
379 | <ClCompile Include="rbnf.cpp" /> | |
380 | <ClCompile Include="rbtz.cpp" /> | |
381 | <ClCompile Include="reldatefmt.cpp"> | |
382 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
383 | </ClCompile> | |
384 | <ClCompile Include="reldtfmt.cpp" /> | |
385 | <ClCompile Include="scientificnumberformatter.cpp" /> | |
386 | <ClCompile Include="sharedbreakiterator.cpp" /> | |
387 | <ClCompile Include="selfmt.cpp" /> | |
388 | <ClCompile Include="simpletz.cpp" /> | |
389 | <ClCompile Include="scriptset.cpp" /> | |
390 | <ClCompile Include="smpdtfmt.cpp" /> | |
391 | <ClCompile Include="smpdtfst.cpp" /> | |
392 | <ClCompile Include="standardplural.cpp" /> | |
393 | <ClCompile Include="taiwncal.cpp" /> | |
394 | <ClCompile Include="timezone.cpp" /> | |
395 | <ClCompile Include="tmunit.cpp" /> | |
396 | <ClCompile Include="tmutamt.cpp" /> | |
397 | <ClCompile Include="tmutfmt.cpp" /> | |
398 | <ClCompile Include="tzrule.cpp" /> | |
399 | <ClCompile Include="tztrans.cpp" /> | |
400 | <ClCompile Include="ucal.cpp" /> | |
401 | <ClCompile Include="udat.cpp" /> | |
402 | <ClCompile Include="udateintervalformat.cpp" /> | |
403 | <ClCompile Include="udatpg.cpp" /> | |
404 | <ClCompile Include="ufieldpositer.cpp" /> | |
405 | <ClCompile Include="ulocdata.cpp" /> | |
406 | <ClCompile Include="umsg.cpp" /> | |
407 | <ClCompile Include="unum.cpp" /> | |
408 | <ClCompile Include="unumsys.cpp" /> | |
409 | <ClCompile Include="upluralrules.cpp" /> | |
410 | <ClCompile Include="utf16collationiterator.cpp" /> | |
411 | <ClCompile Include="utf8collationiterator.cpp" /> | |
412 | <ClCompile Include="utmscale.cpp" /> | |
413 | <ClCompile Include="vtzone.cpp" /> | |
414 | <ClCompile Include="vzone.cpp" /> | |
415 | <ClCompile Include="windtfmt.cpp"> | |
416 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
417 | </ClCompile> | |
418 | <ClCompile Include="winnmfmt.cpp"> | |
419 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
420 | </ClCompile> | |
421 | <ClCompile Include="wintzimpl.cpp"> | |
422 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
423 | </ClCompile> | |
424 | <ClCompile Include="zonemeta.cpp" /> | |
425 | <ClCompile Include="zrule.cpp" /> | |
426 | <ClCompile Include="ztrans.cpp" /> | |
427 | <ClCompile Include="ucln_in.cpp"> | |
428 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
429 | </ClCompile> | |
430 | <ClCompile Include="regexcmp.cpp" /> | |
431 | <ClCompile Include="regeximp.cpp" /> | |
432 | <ClCompile Include="regexst.cpp" /> | |
433 | <ClCompile Include="regextxt.cpp" /> | |
434 | <ClCompile Include="rematch.cpp" /> | |
435 | <ClCompile Include="repattrn.cpp" /> | |
436 | <ClCompile Include="uregex.cpp" /> | |
437 | <ClCompile Include="uregexc.cpp" /> | |
438 | <ClCompile Include="anytrans.cpp" /> | |
439 | <ClCompile Include="brktrans.cpp" /> | |
440 | <ClCompile Include="casetrn.cpp" /> | |
441 | <ClCompile Include="cpdtrans.cpp" /> | |
442 | <ClCompile Include="esctrn.cpp" /> | |
443 | <ClCompile Include="funcrepl.cpp" /> | |
444 | <ClCompile Include="name2uni.cpp" /> | |
445 | <ClCompile Include="nortrans.cpp" /> | |
446 | <ClCompile Include="nultrans.cpp" /> | |
447 | <ClCompile Include="quant.cpp" /> | |
448 | <ClCompile Include="rbt.cpp" /> | |
449 | <ClCompile Include="rbt_data.cpp" /> | |
450 | <ClCompile Include="rbt_pars.cpp" /> | |
451 | <ClCompile Include="rbt_rule.cpp" /> | |
452 | <ClCompile Include="rbt_set.cpp" /> | |
453 | <ClCompile Include="remtrans.cpp" /> | |
454 | <ClCompile Include="strmatch.cpp" /> | |
455 | <ClCompile Include="strrepl.cpp" /> | |
456 | <ClCompile Include="titletrn.cpp" /> | |
457 | <ClCompile Include="tolowtrn.cpp" /> | |
458 | <ClCompile Include="toupptrn.cpp" /> | |
459 | <ClCompile Include="translit.cpp" /> | |
460 | <ClCompile Include="transreg.cpp" /> | |
461 | <ClCompile Include="tridpars.cpp" /> | |
462 | <ClCompile Include="unesctrn.cpp" /> | |
463 | <ClCompile Include="uni2name.cpp" /> | |
464 | <ClCompile Include="utrans.cpp" /> | |
465 | <ClCompile Include="csdetect.cpp" /> | |
466 | <ClCompile Include="csmatch.cpp" /> | |
467 | <ClCompile Include="csr2022.cpp" /> | |
468 | <ClCompile Include="csrecog.cpp" /> | |
469 | <ClCompile Include="csrmbcs.cpp" /> | |
470 | <ClCompile Include="csrsbcs.cpp" /> | |
471 | <ClCompile Include="csrucode.cpp" /> | |
472 | <ClCompile Include="csrutf8.cpp" /> | |
473 | <ClCompile Include="inputext.cpp" /> | |
474 | <ClCompile Include="ucsdet.cpp" /> | |
475 | <ClCompile Include="uspoof.cpp" /> | |
476 | <ClCompile Include="uspoof_build.cpp" /> | |
477 | <ClCompile Include="uspoof_conf.cpp" /> | |
478 | <ClCompile Include="uspoof_impl.cpp" /> | |
479 | </ItemGroup> | |
480 | <ItemGroup> | |
481 | <CustomBuild Include="unicode\alphaindex.h"> | |
482 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
483 | </Command> | |
484 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
485 | </CustomBuild> | |
486 | <ClInclude Include="bocsu.h" /> | |
487 | <CustomBuild Include="unicode\coleitr.h"> | |
488 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
489 | </Command> | |
490 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
491 | </CustomBuild> | |
492 | <CustomBuild Include="unicode\coll.h"> | |
493 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
494 | </Command> | |
495 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
496 | </CustomBuild> | |
497 | <CustomBuild Include="unicode\search.h"> | |
498 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
499 | </Command> | |
500 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
501 | </CustomBuild> | |
502 | <CustomBuild Include="unicode\sortkey.h"> | |
503 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
504 | </Command> | |
505 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
506 | </CustomBuild> | |
507 | <CustomBuild Include="unicode\stsearch.h"> | |
508 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
509 | </Command> | |
510 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
511 | </CustomBuild> | |
512 | <CustomBuild Include="unicode\tblcoll.h"> | |
513 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
514 | </Command> | |
515 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
516 | </CustomBuild> | |
517 | <CustomBuild Include="unicode\ucol.h"> | |
518 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
519 | </Command> | |
520 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
521 | </CustomBuild> | |
522 | <ClInclude Include="affixpatternparser.h" /> | |
523 | <ClInclude Include="decimalformatpatternimpl.h" /> | |
524 | <ClInclude Include="decimfmtimpl.h" /> | |
525 | <ClInclude Include="digitaffix.h" /> | |
526 | <ClInclude Include="digitaffixesandpadding.h" /> | |
527 | <ClInclude Include="digitformatter.h" /> | |
528 | <ClInclude Include="digitgrouping.h" /> | |
529 | <ClInclude Include="digitinterval.h" /> | |
530 | <ClInclude Include="pluralaffix.h" /> | |
531 | <ClInclude Include="precision.h" /> | |
532 | <ClInclude Include="significantdigitinterval.h" /> | |
533 | <ClInclude Include="smallintformatter.h" /> | |
534 | <ClInclude Include="valueformatter.h" /> | |
535 | <ClInclude Include="visibledigits.h" /> | |
536 | <ClInclude Include="collation.h" /> | |
537 | <ClInclude Include="collationbuilder.h" /> | |
538 | <ClInclude Include="collationcompare.h" /> | |
539 | <ClInclude Include="collationdata.h" /> | |
540 | <ClInclude Include="collationdatabuilder.h" /> | |
541 | <ClInclude Include="collationdatareader.h" /> | |
542 | <ClInclude Include="collationdatawriter.h" /> | |
543 | <ClInclude Include="collationfastlatin.h" /> | |
544 | <ClInclude Include="collationfastlatinbuilder.h" /> | |
545 | <ClInclude Include="collationfcd.h" /> | |
546 | <ClInclude Include="collationiterator.h" /> | |
547 | <ClInclude Include="collationkeys.h" /> | |
548 | <ClInclude Include="collationroot.h" /> | |
549 | <ClInclude Include="collationrootelements.h" /> | |
550 | <ClInclude Include="collationruleparser.h" /> | |
551 | <ClInclude Include="collationsets.h" /> | |
552 | <ClInclude Include="collationsettings.h" /> | |
553 | <ClInclude Include="collationtailoring.h" /> | |
554 | <ClInclude Include="collationweights.h" /> | |
555 | <ClInclude Include="dayperiodrules.h" /> | |
556 | <ClInclude Include="dcfmtimp.h" /> | |
557 | <ClInclude Include="numsys_impl.h" /> | |
558 | <ClInclude Include="region_impl.h" /> | |
559 | <ClInclude Include="selfmtimpl.h" /> | |
560 | <ClInclude Include="tzgnames.h" /> | |
561 | <ClInclude Include="tznames_impl.h" /> | |
562 | <ClInclude Include="ucol_imp.h" /> | |
563 | <CustomBuild Include="unicode\ucoleitr.h"> | |
564 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
565 | </Command> | |
566 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
567 | </CustomBuild> | |
568 | <CustomBuild Include="unicode\usearch.h"> | |
569 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
570 | </Command> | |
571 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
572 | </CustomBuild> | |
573 | <CustomBuild Include="unicode\tzfmt.h"> | |
574 | <Command>copy "%(FullPath)" ..\..\include\unicode</Command> | |
575 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
576 | </CustomBuild> | |
577 | <CustomBuild Include="unicode\tznames.h"> | |
578 | <Command>copy "%(FullPath)" ..\..\include\unicode</Command> | |
579 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
580 | </CustomBuild> | |
581 | <ClInclude Include="uitercollationiterator.h" /> | |
582 | <CustomBuild Include="unicode\region.h"> | |
583 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
584 | </Command> | |
585 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
586 | </CustomBuild> | |
587 | <CustomBuild Include="unicode\uregion.h"> | |
588 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
589 | </Command> | |
590 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
591 | </CustomBuild> | |
592 | <ClInclude Include="usrchimp.h" /> | |
593 | <ClInclude Include="astro.h" /> | |
594 | <CustomBuild Include="unicode\basictz.h"> | |
595 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
596 | </Command> | |
597 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
598 | </CustomBuild> | |
599 | <ClInclude Include="buddhcal.h" /> | |
600 | <CustomBuild Include="unicode\calendar.h"> | |
601 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
602 | </Command> | |
603 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
604 | </CustomBuild> | |
605 | <ClInclude Include="cecal.h" /> | |
606 | <ClInclude Include="chnsecal.h" /> | |
607 | <CustomBuild Include="unicode\choicfmt.h"> | |
608 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
609 | </Command> | |
610 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
611 | </CustomBuild> | |
612 | <CustomBuild Include="unicode\compactdecimalformat.h"> | |
613 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
614 | </Command> | |
615 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
616 | </CustomBuild> | |
617 | <ClInclude Include="coptccal.h" /> | |
618 | <CustomBuild Include="unicode\curramt.h"> | |
619 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
620 | </Command> | |
621 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
622 | </CustomBuild> | |
623 | <ClInclude Include="currfmt.h" /> | |
624 | <CustomBuild Include="unicode\currpinf.h"> | |
625 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
626 | </Command> | |
627 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
628 | </CustomBuild> | |
629 | <CustomBuild Include="unicode\currunit.h"> | |
630 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
631 | </Command> | |
632 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
633 | </CustomBuild> | |
634 | <ClInclude Include="dangical.h" /> | |
635 | <CustomBuild Include="unicode\datefmt.h"> | |
636 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
637 | </Command> | |
638 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
639 | </CustomBuild> | |
640 | <CustomBuild Include="unicode\dcfmtsym.h"> | |
641 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
642 | </Command> | |
643 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
644 | </CustomBuild> | |
645 | <ClInclude Include="decContext.h" /> | |
646 | <ClInclude Include="decfmtst.h" /> | |
647 | <ClInclude Include="decimalformatpattern.h" /> | |
648 | <CustomBuild Include="unicode\decimfmt.h"> | |
649 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
650 | </Command> | |
651 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
652 | </CustomBuild> | |
653 | <ClInclude Include="decNumber.h" /> | |
654 | <ClInclude Include="decNumberLocal.h" /> | |
655 | <ClInclude Include="digitlst.h" /> | |
656 | <ClInclude Include="dt_impl.h" /> | |
657 | <CustomBuild Include="unicode\dtfmtsym.h"> | |
658 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
659 | </Command> | |
660 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
661 | </CustomBuild> | |
662 | <ClInclude Include="dtitv_impl.h" /> | |
663 | <CustomBuild Include="unicode\dtitvfmt.h"> | |
664 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
665 | </Command> | |
666 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
667 | </CustomBuild> | |
668 | <CustomBuild Include="unicode\dtitvinf.h"> | |
669 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
670 | </Command> | |
671 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
672 | </CustomBuild> | |
673 | <CustomBuild Include="unicode\dtptngen.h"> | |
674 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
675 | </Command> | |
676 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
677 | </CustomBuild> | |
678 | <ClInclude Include="dtptngen_impl.h" /> | |
679 | <CustomBuild Include="unicode\dtrule.h"> | |
680 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
681 | </Command> | |
682 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
683 | </CustomBuild> | |
684 | <ClInclude Include="ethpccal.h" /> | |
685 | <CustomBuild Include="unicode\fieldpos.h"> | |
686 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
687 | </Command> | |
688 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
689 | </CustomBuild> | |
690 | <CustomBuild Include="unicode\fmtable.h"> | |
691 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
692 | </Command> | |
693 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
694 | </CustomBuild> | |
695 | <CustomBuild Include="unicode\uformattable.h"> | |
696 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
697 | </Command> | |
698 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
699 | </CustomBuild> | |
700 | <CustomBuild Include="unicode\format.h"> | |
701 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
702 | </Command> | |
703 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
704 | </CustomBuild> | |
705 | <ClInclude Include="fphdlimp.h" /> | |
706 | <CustomBuild Include="unicode\fpositer.h"> | |
707 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
708 | </Command> | |
709 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
710 | </CustomBuild> | |
711 | <CustomBuild Include="unicode\gender.h"> | |
712 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
713 | </Command> | |
714 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
715 | </CustomBuild> | |
716 | <CustomBuild Include="unicode\ugender.h"> | |
717 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
718 | </Command> | |
719 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
720 | </CustomBuild> | |
721 | <CustomBuild Include="unicode\gregocal.h"> | |
722 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
723 | </Command> | |
724 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
725 | </CustomBuild> | |
726 | <ClInclude Include="gregoimp.h" /> | |
727 | <ClInclude Include="hebrwcal.h" /> | |
728 | <ClInclude Include="indiancal.h" /> | |
729 | <ClInclude Include="islamcal.h" /> | |
730 | <ClInclude Include="japancal.h" /> | |
731 | <CustomBuild Include="unicode\measfmt.h"> | |
732 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
733 | </Command> | |
734 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
735 | </CustomBuild> | |
736 | <CustomBuild Include="unicode\measunit.h"> | |
737 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
738 | </Command> | |
739 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
740 | </CustomBuild> | |
741 | <CustomBuild Include="unicode\measure.h"> | |
742 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
743 | </Command> | |
744 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
745 | </CustomBuild> | |
746 | <CustomBuild Include="unicode\msgfmt.h"> | |
747 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
748 | </Command> | |
749 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
750 | </CustomBuild> | |
751 | <ClInclude Include="msgfmt_impl.h" /> | |
752 | <ClInclude Include="nfrlist.h" /> | |
753 | <ClInclude Include="nfrs.h" /> | |
754 | <ClInclude Include="nfrule.h" /> | |
755 | <ClInclude Include="nfsubs.h" /> | |
756 | <CustomBuild Include="unicode\numfmt.h"> | |
757 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
758 | </Command> | |
759 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
760 | </CustomBuild> | |
761 | <CustomBuild Include="unicode\numsys.h"> | |
762 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
763 | </Command> | |
764 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
765 | </CustomBuild> | |
766 | <ClInclude Include="olsontz.h" /> | |
767 | <ClInclude Include="persncal.h" /> | |
768 | <CustomBuild Include="unicode\plurfmt.h"> | |
769 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
770 | </Command> | |
771 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
772 | </CustomBuild> | |
773 | <CustomBuild Include="unicode\plurrule.h"> | |
774 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
775 | </Command> | |
776 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
777 | </CustomBuild> | |
778 | <ClInclude Include="plurrule_impl.h" /> | |
779 | <ClInclude Include="quantityformatter.h" /> | |
780 | <ClInclude Include="sharedbreakiterator.h" /> | |
781 | <ClInclude Include="sharedcalendar.h" /> | |
782 | <ClInclude Include="shareddateformatsymbols.h" /> | |
783 | <ClInclude Include="sharednumberformat.h" /> | |
784 | <ClInclude Include="sharedpluralrules.h" /> | |
785 | <CustomBuild Include="unicode\rbnf.h"> | |
786 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
787 | </Command> | |
788 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
789 | </CustomBuild> | |
790 | <CustomBuild Include="unicode\rbtz.h"> | |
791 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
792 | </Command> | |
793 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
794 | </CustomBuild> | |
795 | <CustomBuild Include="unicode\reldatefmt.h"> | |
796 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
797 | </Command> | |
798 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
799 | </CustomBuild> | |
800 | <ClInclude Include="reldtfmt.h" /> | |
801 | <CustomBuild Include="unicode\scientificnumberformatter.h"> | |
802 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
803 | </Command> | |
804 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
805 | </CustomBuild> | |
806 | <CustomBuild Include="unicode\selfmt.h"> | |
807 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
808 | </Command> | |
809 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
810 | </CustomBuild> | |
811 | <CustomBuild Include="unicode\simpletz.h"> | |
812 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
813 | </Command> | |
814 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
815 | </CustomBuild> | |
816 | <CustomBuild Include="unicode\smpdtfmt.h"> | |
817 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
818 | </Command> | |
819 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
820 | </CustomBuild> | |
821 | <ClInclude Include="smpdtfst.h" /> | |
822 | <ClInclude Include="standardplural.h" /> | |
823 | <ClInclude Include="taiwncal.h" /> | |
824 | <CustomBuild Include="unicode\timezone.h"> | |
825 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
826 | </Command> | |
827 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
828 | </CustomBuild> | |
829 | <CustomBuild Include="unicode\tmunit.h"> | |
830 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
831 | </Command> | |
832 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
833 | </CustomBuild> | |
834 | <CustomBuild Include="unicode\tmutamt.h"> | |
835 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
836 | </Command> | |
837 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
838 | </CustomBuild> | |
839 | <CustomBuild Include="unicode\tmutfmt.h"> | |
840 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
841 | </Command> | |
842 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
843 | </CustomBuild> | |
844 | <CustomBuild Include="unicode\tzrule.h"> | |
845 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
846 | </Command> | |
847 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
848 | </CustomBuild> | |
849 | <CustomBuild Include="unicode\tztrans.h"> | |
850 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
851 | </Command> | |
852 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
853 | </CustomBuild> | |
854 | <CustomBuild Include="unicode\ucal.h"> | |
855 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
856 | </Command> | |
857 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
858 | </CustomBuild> | |
859 | <CustomBuild Include="unicode\udat.h"> | |
860 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
861 | </Command> | |
862 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
863 | </CustomBuild> | |
864 | <CustomBuild Include="unicode\udateintervalformat.h"> | |
865 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
866 | </Command> | |
867 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
868 | </CustomBuild> | |
869 | <CustomBuild Include="unicode\udatpg.h"> | |
870 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
871 | </Command> | |
872 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
873 | </CustomBuild> | |
874 | <CustomBuild Include="unicode\ufieldpositer.h"> | |
875 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
876 | </Command> | |
877 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
878 | </CustomBuild> | |
879 | <CustomBuild Include="unicode\ulocdata.h"> | |
880 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
881 | </Command> | |
882 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
883 | </CustomBuild> | |
884 | <CustomBuild Include="unicode\umsg.h"> | |
885 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
886 | </Command> | |
887 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
888 | </CustomBuild> | |
889 | <ClInclude Include="umsg_imp.h" /> | |
890 | <CustomBuild Include="unicode\unum.h"> | |
891 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
892 | </Command> | |
893 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
894 | </CustomBuild> | |
895 | <CustomBuild Include="unicode\unumsys.h"> | |
896 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
897 | </Command> | |
898 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
899 | </CustomBuild> | |
900 | <CustomBuild Include="unicode\upluralrules.h"> | |
901 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
902 | </Command> | |
903 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
904 | </CustomBuild> | |
905 | <CustomBuild Include="unicode\ureldatefmt.h"> | |
906 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
907 | </Command> | |
908 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
909 | </CustomBuild> | |
910 | <CustomBuild Include="unicode\utmscale.h"> | |
911 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
912 | </Command> | |
913 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
914 | </CustomBuild> | |
915 | <CustomBuild Include="unicode\vtzone.h"> | |
916 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
917 | </Command> | |
918 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
919 | </CustomBuild> | |
920 | <ClInclude Include="utf16collationiterator.h" /> | |
921 | <ClInclude Include="utf8collationiterator.h" /> | |
922 | <ClInclude Include="vzone.h" /> | |
923 | <ClInclude Include="windtfmt.h" /> | |
924 | <ClInclude Include="winnmfmt.h" /> | |
925 | <ClInclude Include="wintzimpl.h" /> | |
926 | <ClInclude Include="zonemeta.h" /> | |
927 | <ClInclude Include="zrule.h" /> | |
928 | <ClInclude Include="ztrans.h" /> | |
929 | <ClInclude Include="ucln_in.h" /> | |
930 | <CustomBuild Include="unicode\regex.h"> | |
931 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
932 | </Command> | |
933 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
934 | </CustomBuild> | |
935 | <ClInclude Include="regexcmp.h" /> | |
936 | <ClInclude Include="regexcst.h" /> | |
937 | <ClInclude Include="regeximp.h" /> | |
938 | <ClInclude Include="regexst.h" /> | |
939 | <ClInclude Include="regextxt.h" /> | |
940 | <CustomBuild Include="unicode\uregex.h"> | |
941 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
942 | </Command> | |
943 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
944 | </CustomBuild> | |
945 | <ClInclude Include="anytrans.h" /> | |
946 | <ClInclude Include="brktrans.h" /> | |
947 | <ClInclude Include="casetrn.h" /> | |
948 | <ClInclude Include="cpdtrans.h" /> | |
949 | <ClInclude Include="esctrn.h" /> | |
950 | <ClInclude Include="funcrepl.h" /> | |
951 | <ClInclude Include="name2uni.h" /> | |
952 | <ClInclude Include="nortrans.h" /> | |
953 | <ClInclude Include="nultrans.h" /> | |
954 | <ClInclude Include="quant.h" /> | |
955 | <ClInclude Include="rbt.h" /> | |
956 | <ClInclude Include="rbt_data.h" /> | |
957 | <ClInclude Include="rbt_pars.h" /> | |
958 | <ClInclude Include="rbt_rule.h" /> | |
959 | <ClInclude Include="rbt_set.h" /> | |
960 | <ClInclude Include="remtrans.h" /> | |
961 | <ClInclude Include="strmatch.h" /> | |
962 | <ClInclude Include="strrepl.h" /> | |
963 | <ClInclude Include="titletrn.h" /> | |
964 | <ClInclude Include="tolowtrn.h" /> | |
965 | <ClInclude Include="toupptrn.h" /> | |
966 | <CustomBuild Include="unicode\translit.h"> | |
967 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
968 | </Command> | |
969 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
970 | </CustomBuild> | |
971 | <ClInclude Include="transreg.h" /> | |
972 | <ClInclude Include="tridpars.h" /> | |
973 | <ClInclude Include="unesctrn.h" /> | |
974 | <ClInclude Include="uni2name.h" /> | |
975 | <CustomBuild Include="unicode\unirepl.h"> | |
976 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
977 | </Command> | |
978 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
979 | </CustomBuild> | |
980 | <CustomBuild Include="unicode\utrans.h"> | |
981 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
982 | </Command> | |
983 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
984 | </CustomBuild> | |
985 | <ClInclude Include="csdetect.h" /> | |
986 | <ClInclude Include="csmatch.h" /> | |
987 | <ClInclude Include="csr2022.h" /> | |
988 | <ClInclude Include="csrecog.h" /> | |
989 | <ClInclude Include="csrmbcs.h" /> | |
990 | <ClInclude Include="csrsbcs.h" /> | |
991 | <ClInclude Include="csrucode.h" /> | |
992 | <ClInclude Include="csrutf8.h" /> | |
993 | <ClInclude Include="inputext.h" /> | |
994 | <CustomBuild Include="unicode\ucsdet.h"> | |
995 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
996 | </Command> | |
997 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
998 | </CustomBuild> | |
999 | <CustomBuild Include="unicode\uspoof.h"> | |
1000 | <Command>copy "%(FullPath)" ..\..\include\unicode | |
1001 | </Command> | |
1002 | <Outputs>..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs> | |
1003 | </CustomBuild> | |
1004 | <ClInclude Include="scriptset.h" /> | |
1005 | <ClInclude Include="uspoof_conf.h" /> | |
1006 | <ClInclude Include="uspoof_impl.h" /> | |
1007 | </ItemGroup> | |
1008 | <ItemGroup> | |
1009 | <ResourceCompile Include="i18n.rc" /> | |
1010 | </ItemGroup> | |
1011 | <ItemGroup> | |
1012 | <ProjectReference Include="..\common\common_uwp.vcxproj"> | |
1013 | <Project>{C10CF34B-3F79-430E-AD38-5A32DC0589C2}</Project> | |
1014 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
1015 | </ProjectReference> | |
1016 | </ItemGroup> | |
1017 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
1018 | <ImportGroup Label="ExtensionTargets"> | |
1019 | </ImportGroup> | |
1020 | </Project> |