]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
b75a7d8f A |
2 | <VisualStudioProject |
3 | ProjectType="Visual C++" | |
374ca955 | 4 | Version="7.10" |
b75a7d8f A |
5 | Name="i18n" |
6 | SccProjectName="" | |
7 | SccLocalPath=""> | |
8 | <Platforms> | |
9 | <Platform | |
10 | Name="Win32"/> | |
11 | </Platforms> | |
12 | <Configurations> | |
13 | <Configuration | |
14 | Name="Release|Win32" | |
15 | OutputDirectory=".\..\..\lib" | |
16 | IntermediateDirectory=".\Release" | |
17 | ConfigurationType="2" | |
18 | UseOfMFC="0" | |
19 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
20 | CharacterSet="2"> | |
21 | <Tool | |
22 | Name="VCCLCompilerTool" | |
23 | InlineFunctionExpansion="2" | |
24 | EnableIntrinsicFunctions="TRUE" | |
25 | ImproveFloatingPointConsistency="TRUE" | |
374ca955 A |
26 | AdditionalIncludeDirectories="..\..\include,..\common" |
27 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;U_I18N_IMPLEMENTATION" | |
b75a7d8f A |
28 | StringPooling="TRUE" |
29 | RuntimeLibrary="2" | |
30 | EnableFunctionLevelLinking="TRUE" | |
31 | DisableLanguageExtensions="TRUE" | |
32 | PrecompiledHeaderFile=".\Release/i18n.pch" | |
33 | AssemblerListingLocation=".\Release/" | |
34 | ObjectFile=".\Release/" | |
35 | ProgramDataBaseFileName=".\Release/" | |
36 | BrowseInformation="1" | |
37 | WarningLevel="3" | |
38 | SuppressStartupBanner="TRUE" | |
39 | DebugInformationFormat="3" | |
40 | CompileAs="0"/> | |
41 | <Tool | |
42 | Name="VCCustomBuildTool"/> | |
43 | <Tool | |
44 | Name="VCLinkerTool" | |
374ca955 | 45 | OutputFile="..\..\bin\icuin32.dll" |
b75a7d8f A |
46 | LinkIncremental="1" |
47 | SuppressStartupBanner="TRUE" | |
374ca955 | 48 | ProgramDatabaseFile=".\..\..\lib\icuin32.pdb" |
b75a7d8f A |
49 | BaseAddress="0x4a900000" |
50 | ImportLibrary="..\..\lib\icuin.lib"/> | |
51 | <Tool | |
52 | Name="VCMIDLTool" | |
53 | PreprocessorDefinitions="NDEBUG" | |
54 | MkTypLibCompatible="TRUE" | |
55 | SuppressStartupBanner="TRUE" | |
56 | TargetEnvironment="1" | |
374ca955 | 57 | TypeLibraryName=".\..\..\lib\icuin.tlb"/> |
b75a7d8f A |
58 | <Tool |
59 | Name="VCPostBuildEventTool"/> | |
60 | <Tool | |
61 | Name="VCPreBuildEventTool"/> | |
62 | <Tool | |
63 | Name="VCPreLinkEventTool"/> | |
64 | <Tool | |
65 | Name="VCResourceCompilerTool" | |
66 | PreprocessorDefinitions="NDEBUG" | |
67 | Culture="1033" | |
68 | AdditionalIncludeDirectories="../common"/> | |
69 | <Tool | |
70 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
71 | <Tool |
72 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
73 | <Tool |
74 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
75 | <Tool |
76 | Name="VCManagedWrapperGeneratorTool"/> | |
77 | <Tool | |
78 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
79 | </Configuration> |
80 | <Configuration | |
81 | Name="Debug|Win32" | |
82 | OutputDirectory=".\..\..\lib" | |
83 | IntermediateDirectory=".\Debug" | |
84 | ConfigurationType="2" | |
85 | UseOfMFC="0" | |
86 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
87 | CharacterSet="2"> | |
88 | <Tool | |
89 | Name="VCCLCompilerTool" | |
90 | Optimization="0" | |
91 | ImproveFloatingPointConsistency="TRUE" | |
92 | OptimizeForProcessor="2" | |
374ca955 A |
93 | AdditionalIncludeDirectories="..\..\include,..\common" |
94 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;U_I18N_IMPLEMENTATION" | |
b75a7d8f A |
95 | BasicRuntimeChecks="3" |
96 | RuntimeLibrary="3" | |
97 | DisableLanguageExtensions="TRUE" | |
98 | PrecompiledHeaderFile=".\Debug/i18n.pch" | |
99 | AssemblerListingLocation=".\Debug/" | |
100 | ObjectFile=".\Debug/" | |
101 | ProgramDataBaseFileName=".\Debug/" | |
102 | BrowseInformation="1" | |
103 | WarningLevel="3" | |
104 | SuppressStartupBanner="TRUE" | |
105 | DebugInformationFormat="4" | |
106 | CompileAs="0"/> | |
107 | <Tool | |
108 | Name="VCCustomBuildTool"/> | |
109 | <Tool | |
110 | Name="VCLinkerTool" | |
374ca955 | 111 | OutputFile="..\..\bin\icuin32d.dll" |
b75a7d8f A |
112 | LinkIncremental="2" |
113 | SuppressStartupBanner="TRUE" | |
b75a7d8f | 114 | GenerateDebugInformation="TRUE" |
374ca955 | 115 | ProgramDatabaseFile=".\..\..\lib\icuin32d.pdb" |
b75a7d8f A |
116 | BaseAddress="0x4a900000" |
117 | ImportLibrary="..\..\lib\icuind.lib"/> | |
118 | <Tool | |
119 | Name="VCMIDLTool" | |
120 | PreprocessorDefinitions="_DEBUG" | |
121 | MkTypLibCompatible="TRUE" | |
122 | SuppressStartupBanner="TRUE" | |
123 | TargetEnvironment="1" | |
374ca955 | 124 | TypeLibraryName=".\..\..\lib\icuind.tlb"/> |
b75a7d8f A |
125 | <Tool |
126 | Name="VCPostBuildEventTool"/> | |
127 | <Tool | |
128 | Name="VCPreBuildEventTool"/> | |
129 | <Tool | |
130 | Name="VCPreLinkEventTool"/> | |
131 | <Tool | |
132 | Name="VCResourceCompilerTool" | |
133 | PreprocessorDefinitions="_DEBUG" | |
134 | Culture="1033" | |
135 | AdditionalIncludeDirectories="../common"/> | |
136 | <Tool | |
137 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
138 | <Tool |
139 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
140 | <Tool |
141 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
142 | <Tool |
143 | Name="VCManagedWrapperGeneratorTool"/> | |
144 | <Tool | |
145 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
146 | </Configuration> |
147 | </Configurations> | |
374ca955 A |
148 | <References> |
149 | </References> | |
b75a7d8f A |
150 | <Files> |
151 | <Filter | |
152 | Name="collation" | |
153 | Filter=""> | |
154 | <File | |
155 | RelativePath=".\bocsu.c"> | |
156 | </File> | |
157 | <File | |
158 | RelativePath=".\bocsu.h"> | |
159 | </File> | |
160 | <File | |
161 | RelativePath=".\coleitr.cpp"> | |
162 | </File> | |
163 | <File | |
164 | RelativePath=".\unicode\coleitr.h"> | |
165 | <FileConfiguration | |
166 | Name="Release|Win32"> | |
167 | <Tool | |
168 | Name="VCCustomBuildTool" | |
374ca955 | 169 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 170 | " |
374ca955 | 171 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
172 | </FileConfiguration> |
173 | <FileConfiguration | |
174 | Name="Debug|Win32"> | |
175 | <Tool | |
176 | Name="VCCustomBuildTool" | |
374ca955 | 177 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 178 | " |
374ca955 | 179 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
180 | </FileConfiguration> |
181 | </File> | |
182 | <File | |
183 | RelativePath=".\coll.cpp"> | |
184 | </File> | |
185 | <File | |
186 | RelativePath=".\unicode\coll.h"> | |
187 | <FileConfiguration | |
188 | Name="Release|Win32"> | |
189 | <Tool | |
190 | Name="VCCustomBuildTool" | |
374ca955 | 191 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 192 | " |
374ca955 | 193 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
194 | </FileConfiguration> |
195 | <FileConfiguration | |
196 | Name="Debug|Win32"> | |
197 | <Tool | |
198 | Name="VCCustomBuildTool" | |
374ca955 | 199 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 200 | " |
374ca955 | 201 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
202 | </FileConfiguration> |
203 | </File> | |
204 | <File | |
205 | RelativePath=".\search.cpp"> | |
206 | </File> | |
207 | <File | |
208 | RelativePath=".\unicode\search.h"> | |
209 | <FileConfiguration | |
210 | Name="Release|Win32"> | |
211 | <Tool | |
212 | Name="VCCustomBuildTool" | |
374ca955 | 213 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 214 | " |
374ca955 | 215 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
216 | </FileConfiguration> |
217 | <FileConfiguration | |
218 | Name="Debug|Win32"> | |
219 | <Tool | |
220 | Name="VCCustomBuildTool" | |
374ca955 | 221 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 222 | " |
374ca955 | 223 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
224 | </FileConfiguration> |
225 | </File> | |
226 | <File | |
227 | RelativePath=".\sortkey.cpp"> | |
228 | </File> | |
229 | <File | |
230 | RelativePath=".\unicode\sortkey.h"> | |
231 | <FileConfiguration | |
232 | Name="Release|Win32"> | |
233 | <Tool | |
234 | Name="VCCustomBuildTool" | |
374ca955 | 235 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 236 | " |
374ca955 | 237 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
238 | </FileConfiguration> |
239 | <FileConfiguration | |
240 | Name="Debug|Win32"> | |
241 | <Tool | |
242 | Name="VCCustomBuildTool" | |
374ca955 | 243 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 244 | " |
374ca955 | 245 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
246 | </FileConfiguration> |
247 | </File> | |
248 | <File | |
249 | RelativePath=".\stsearch.cpp"> | |
250 | </File> | |
251 | <File | |
252 | RelativePath=".\unicode\stsearch.h"> | |
253 | <FileConfiguration | |
254 | Name="Release|Win32"> | |
255 | <Tool | |
256 | Name="VCCustomBuildTool" | |
374ca955 | 257 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 258 | " |
374ca955 | 259 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
260 | </FileConfiguration> |
261 | <FileConfiguration | |
262 | Name="Debug|Win32"> | |
263 | <Tool | |
264 | Name="VCCustomBuildTool" | |
374ca955 | 265 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 266 | " |
374ca955 | 267 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
268 | </FileConfiguration> |
269 | </File> | |
270 | <File | |
271 | RelativePath=".\tblcoll.cpp"> | |
272 | </File> | |
273 | <File | |
274 | RelativePath=".\unicode\tblcoll.h"> | |
275 | <FileConfiguration | |
276 | Name="Release|Win32"> | |
277 | <Tool | |
278 | Name="VCCustomBuildTool" | |
374ca955 | 279 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 280 | " |
374ca955 | 281 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
282 | </FileConfiguration> |
283 | <FileConfiguration | |
284 | Name="Debug|Win32"> | |
285 | <Tool | |
286 | Name="VCCustomBuildTool" | |
374ca955 | 287 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 288 | " |
374ca955 | 289 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
290 | </FileConfiguration> |
291 | </File> | |
292 | <File | |
293 | RelativePath=".\ucol.cpp"> | |
294 | </File> | |
295 | <File | |
296 | RelativePath=".\unicode\ucol.h"> | |
297 | <FileConfiguration | |
298 | Name="Release|Win32"> | |
299 | <Tool | |
300 | Name="VCCustomBuildTool" | |
374ca955 | 301 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 302 | " |
374ca955 | 303 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
304 | </FileConfiguration> |
305 | <FileConfiguration | |
306 | Name="Debug|Win32"> | |
307 | <Tool | |
308 | Name="VCCustomBuildTool" | |
374ca955 | 309 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 310 | " |
374ca955 | 311 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
312 | </FileConfiguration> |
313 | </File> | |
314 | <File | |
315 | RelativePath=".\ucol_bld.cpp"> | |
316 | </File> | |
317 | <File | |
318 | RelativePath=".\ucol_bld.h"> | |
319 | </File> | |
320 | <File | |
321 | RelativePath=".\ucol_cnt.cpp"> | |
322 | </File> | |
323 | <File | |
324 | RelativePath=".\ucol_cnt.h"> | |
325 | </File> | |
326 | <File | |
327 | RelativePath=".\ucol_elm.cpp"> | |
328 | </File> | |
329 | <File | |
330 | RelativePath=".\ucol_elm.h"> | |
331 | </File> | |
332 | <File | |
333 | RelativePath=".\ucol_imp.h"> | |
334 | </File> | |
374ca955 A |
335 | <File |
336 | RelativePath=".\ucol_sit.cpp"> | |
337 | </File> | |
b75a7d8f A |
338 | <File |
339 | RelativePath=".\ucol_tok.cpp"> | |
340 | </File> | |
341 | <File | |
342 | RelativePath=".\ucol_tok.h"> | |
343 | </File> | |
344 | <File | |
345 | RelativePath=".\ucol_wgt.c"> | |
346 | </File> | |
347 | <File | |
348 | RelativePath=".\ucol_wgt.h"> | |
349 | </File> | |
350 | <File | |
351 | RelativePath=".\ucoleitr.cpp"> | |
352 | </File> | |
353 | <File | |
354 | RelativePath=".\unicode\ucoleitr.h"> | |
355 | <FileConfiguration | |
356 | Name="Release|Win32"> | |
357 | <Tool | |
358 | Name="VCCustomBuildTool" | |
374ca955 | 359 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 360 | " |
374ca955 | 361 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
362 | </FileConfiguration> |
363 | <FileConfiguration | |
364 | Name="Debug|Win32"> | |
365 | <Tool | |
366 | Name="VCCustomBuildTool" | |
374ca955 | 367 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 368 | " |
374ca955 | 369 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
370 | </FileConfiguration> |
371 | </File> | |
372 | <File | |
373 | RelativePath=".\usearch.cpp"> | |
374 | </File> | |
375 | <File | |
376 | RelativePath=".\unicode\usearch.h"> | |
377 | <FileConfiguration | |
378 | Name="Release|Win32"> | |
379 | <Tool | |
380 | Name="VCCustomBuildTool" | |
374ca955 | 381 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 382 | " |
374ca955 | 383 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
384 | </FileConfiguration> |
385 | <FileConfiguration | |
386 | Name="Debug|Win32"> | |
387 | <Tool | |
388 | Name="VCCustomBuildTool" | |
374ca955 | 389 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 390 | " |
374ca955 | 391 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
392 | </FileConfiguration> |
393 | </File> | |
394 | <File | |
395 | RelativePath=".\usrchimp.h"> | |
396 | </File> | |
397 | </Filter> | |
398 | <Filter | |
399 | Name="formatting" | |
400 | Filter=""> | |
374ca955 A |
401 | <File |
402 | RelativePath=".\astro.cpp"> | |
403 | </File> | |
404 | <File | |
405 | RelativePath=".\astro.h"> | |
406 | </File> | |
b75a7d8f A |
407 | <File |
408 | RelativePath=".\buddhcal.cpp"> | |
409 | </File> | |
410 | <File | |
411 | RelativePath=".\buddhcal.h"> | |
412 | </File> | |
413 | <File | |
414 | RelativePath=".\calendar.cpp"> | |
415 | </File> | |
416 | <File | |
417 | RelativePath=".\unicode\calendar.h"> | |
418 | <FileConfiguration | |
419 | Name="Release|Win32"> | |
420 | <Tool | |
421 | Name="VCCustomBuildTool" | |
374ca955 | 422 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 423 | " |
374ca955 | 424 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
425 | </FileConfiguration> |
426 | <FileConfiguration | |
427 | Name="Debug|Win32"> | |
428 | <Tool | |
429 | Name="VCCustomBuildTool" | |
374ca955 | 430 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 431 | " |
374ca955 | 432 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
433 | </FileConfiguration> |
434 | </File> | |
374ca955 A |
435 | <File |
436 | RelativePath=".\chnsecal.cpp"> | |
437 | </File> | |
438 | <File | |
439 | RelativePath=".\chnsecal.h"> | |
440 | </File> | |
b75a7d8f A |
441 | <File |
442 | RelativePath=".\choicfmt.cpp"> | |
443 | </File> | |
444 | <File | |
445 | RelativePath=".\unicode\choicfmt.h"> | |
446 | <FileConfiguration | |
447 | Name="Release|Win32"> | |
448 | <Tool | |
449 | Name="VCCustomBuildTool" | |
374ca955 | 450 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 451 | " |
374ca955 | 452 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
453 | </FileConfiguration> |
454 | <FileConfiguration | |
455 | Name="Debug|Win32"> | |
456 | <Tool | |
457 | Name="VCCustomBuildTool" | |
374ca955 | 458 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 459 | " |
374ca955 A |
460 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
461 | </FileConfiguration> | |
462 | </File> | |
463 | <File | |
464 | RelativePath=".\curramt.cpp"> | |
465 | </File> | |
466 | <File | |
467 | RelativePath=".\unicode\curramt.h"> | |
468 | <FileConfiguration | |
469 | Name="Release|Win32"> | |
470 | <Tool | |
471 | Name="VCCustomBuildTool" | |
472 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
473 | " | |
474 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
475 | </FileConfiguration> | |
476 | <FileConfiguration | |
477 | Name="Debug|Win32"> | |
478 | <Tool | |
479 | Name="VCCustomBuildTool" | |
480 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
481 | " | |
482 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
483 | </FileConfiguration> | |
484 | </File> | |
485 | <File | |
486 | RelativePath=".\currfmt.cpp"> | |
487 | </File> | |
488 | <File | |
489 | RelativePath=".\currfmt.h"> | |
490 | </File> | |
491 | <File | |
492 | RelativePath=".\currunit.cpp"> | |
493 | </File> | |
494 | <File | |
495 | RelativePath=".\unicode\currunit.h"> | |
496 | <FileConfiguration | |
497 | Name="Release|Win32"> | |
498 | <Tool | |
499 | Name="VCCustomBuildTool" | |
500 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
501 | " | |
502 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
503 | </FileConfiguration> | |
504 | <FileConfiguration | |
505 | Name="Debug|Win32"> | |
506 | <Tool | |
507 | Name="VCCustomBuildTool" | |
508 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
509 | " | |
510 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
b75a7d8f A |
511 | </FileConfiguration> |
512 | </File> | |
513 | <File | |
514 | RelativePath=".\datefmt.cpp"> | |
515 | </File> | |
516 | <File | |
517 | RelativePath=".\unicode\datefmt.h"> | |
518 | <FileConfiguration | |
519 | Name="Release|Win32"> | |
520 | <Tool | |
521 | Name="VCCustomBuildTool" | |
374ca955 | 522 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 523 | " |
374ca955 | 524 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
525 | </FileConfiguration> |
526 | <FileConfiguration | |
527 | Name="Debug|Win32"> | |
528 | <Tool | |
529 | Name="VCCustomBuildTool" | |
374ca955 | 530 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 531 | " |
374ca955 | 532 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
533 | </FileConfiguration> |
534 | </File> | |
535 | <File | |
536 | RelativePath=".\dcfmtsym.cpp"> | |
537 | </File> | |
538 | <File | |
539 | RelativePath=".\unicode\dcfmtsym.h"> | |
540 | <FileConfiguration | |
541 | Name="Release|Win32"> | |
542 | <Tool | |
543 | Name="VCCustomBuildTool" | |
374ca955 | 544 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 545 | " |
374ca955 | 546 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
547 | </FileConfiguration> |
548 | <FileConfiguration | |
549 | Name="Debug|Win32"> | |
550 | <Tool | |
551 | Name="VCCustomBuildTool" | |
374ca955 | 552 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 553 | " |
374ca955 | 554 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
555 | </FileConfiguration> |
556 | </File> | |
557 | <File | |
558 | RelativePath=".\decimfmt.cpp"> | |
559 | </File> | |
560 | <File | |
561 | RelativePath=".\unicode\decimfmt.h"> | |
562 | <FileConfiguration | |
563 | Name="Release|Win32"> | |
564 | <Tool | |
565 | Name="VCCustomBuildTool" | |
374ca955 | 566 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 567 | " |
374ca955 | 568 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
569 | </FileConfiguration> |
570 | <FileConfiguration | |
571 | Name="Debug|Win32"> | |
572 | <Tool | |
573 | Name="VCCustomBuildTool" | |
374ca955 | 574 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 575 | " |
374ca955 | 576 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
577 | </FileConfiguration> |
578 | </File> | |
374ca955 A |
579 | <File |
580 | RelativePath=".\digitlst.cpp"> | |
581 | </File> | |
582 | <File | |
583 | RelativePath=".\digitlst.h"> | |
584 | </File> | |
b75a7d8f A |
585 | <File |
586 | RelativePath=".\dtfmtsym.cpp"> | |
587 | </File> | |
588 | <File | |
589 | RelativePath=".\unicode\dtfmtsym.h"> | |
590 | <FileConfiguration | |
591 | Name="Release|Win32"> | |
592 | <Tool | |
593 | Name="VCCustomBuildTool" | |
374ca955 | 594 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 595 | " |
374ca955 | 596 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
597 | </FileConfiguration> |
598 | <FileConfiguration | |
599 | Name="Debug|Win32"> | |
600 | <Tool | |
601 | Name="VCCustomBuildTool" | |
374ca955 | 602 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 603 | " |
374ca955 | 604 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
605 | </FileConfiguration> |
606 | </File> | |
607 | <File | |
608 | RelativePath=".\unicode\fieldpos.h"> | |
609 | <FileConfiguration | |
610 | Name="Release|Win32"> | |
611 | <Tool | |
612 | Name="VCCustomBuildTool" | |
374ca955 | 613 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 614 | " |
374ca955 | 615 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
616 | </FileConfiguration> |
617 | <FileConfiguration | |
618 | Name="Debug|Win32"> | |
619 | <Tool | |
620 | Name="VCCustomBuildTool" | |
374ca955 | 621 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 622 | " |
374ca955 | 623 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
624 | </FileConfiguration> |
625 | </File> | |
626 | <File | |
627 | RelativePath=".\fmtable.cpp"> | |
628 | </File> | |
629 | <File | |
630 | RelativePath=".\unicode\fmtable.h"> | |
631 | <FileConfiguration | |
632 | Name="Release|Win32"> | |
633 | <Tool | |
634 | Name="VCCustomBuildTool" | |
374ca955 | 635 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 636 | " |
374ca955 | 637 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
638 | </FileConfiguration> |
639 | <FileConfiguration | |
640 | Name="Debug|Win32"> | |
641 | <Tool | |
642 | Name="VCCustomBuildTool" | |
374ca955 | 643 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 644 | " |
374ca955 | 645 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
646 | </FileConfiguration> |
647 | </File> | |
648 | <File | |
649 | RelativePath=".\format.cpp"> | |
650 | </File> | |
651 | <File | |
652 | RelativePath=".\unicode\format.h"> | |
653 | <FileConfiguration | |
654 | Name="Release|Win32"> | |
655 | <Tool | |
656 | Name="VCCustomBuildTool" | |
374ca955 | 657 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 658 | " |
374ca955 | 659 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
660 | </FileConfiguration> |
661 | <FileConfiguration | |
662 | Name="Debug|Win32"> | |
663 | <Tool | |
664 | Name="VCCustomBuildTool" | |
374ca955 | 665 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 666 | " |
374ca955 | 667 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
668 | </FileConfiguration> |
669 | </File> | |
670 | <File | |
671 | RelativePath=".\gregocal.cpp"> | |
672 | </File> | |
673 | <File | |
674 | RelativePath=".\unicode\gregocal.h"> | |
675 | <FileConfiguration | |
676 | Name="Release|Win32"> | |
677 | <Tool | |
678 | Name="VCCustomBuildTool" | |
374ca955 | 679 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 680 | " |
374ca955 | 681 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
682 | </FileConfiguration> |
683 | <FileConfiguration | |
684 | Name="Debug|Win32"> | |
685 | <Tool | |
686 | Name="VCCustomBuildTool" | |
374ca955 | 687 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 688 | " |
374ca955 | 689 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
690 | </FileConfiguration> |
691 | </File> | |
374ca955 A |
692 | <File |
693 | RelativePath=".\gregoimp.cpp"> | |
694 | </File> | |
695 | <File | |
696 | RelativePath=".\gregoimp.h"> | |
697 | </File> | |
698 | <File | |
699 | RelativePath=".\hebrwcal.cpp"> | |
700 | </File> | |
701 | <File | |
702 | RelativePath=".\hebrwcal.h"> | |
703 | </File> | |
704 | <File | |
705 | RelativePath=".\islamcal.cpp"> | |
706 | </File> | |
707 | <File | |
708 | RelativePath=".\islamcal.h"> | |
709 | </File> | |
b75a7d8f A |
710 | <File |
711 | RelativePath=".\japancal.cpp"> | |
712 | </File> | |
713 | <File | |
714 | RelativePath=".\japancal.h"> | |
715 | </File> | |
374ca955 A |
716 | <File |
717 | RelativePath=".\measfmt.cpp"> | |
718 | </File> | |
719 | <File | |
720 | RelativePath=".\unicode\measfmt.h"> | |
721 | <FileConfiguration | |
722 | Name="Release|Win32"> | |
723 | <Tool | |
724 | Name="VCCustomBuildTool" | |
725 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
726 | " | |
727 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
728 | </FileConfiguration> | |
729 | <FileConfiguration | |
730 | Name="Debug|Win32"> | |
731 | <Tool | |
732 | Name="VCCustomBuildTool" | |
733 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
734 | " | |
735 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
736 | </FileConfiguration> | |
737 | </File> | |
738 | <File | |
739 | RelativePath=".\unicode\measunit.h"> | |
740 | <FileConfiguration | |
741 | Name="Release|Win32"> | |
742 | <Tool | |
743 | Name="VCCustomBuildTool" | |
744 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
745 | " | |
746 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
747 | </FileConfiguration> | |
748 | <FileConfiguration | |
749 | Name="Debug|Win32"> | |
750 | <Tool | |
751 | Name="VCCustomBuildTool" | |
752 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
753 | " | |
754 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
755 | </FileConfiguration> | |
756 | </File> | |
757 | <File | |
758 | RelativePath=".\measure.cpp"> | |
759 | </File> | |
760 | <File | |
761 | RelativePath=".\unicode\measure.h"> | |
762 | <FileConfiguration | |
763 | Name="Release|Win32"> | |
764 | <Tool | |
765 | Name="VCCustomBuildTool" | |
766 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
767 | " | |
768 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
769 | </FileConfiguration> | |
770 | <FileConfiguration | |
771 | Name="Debug|Win32"> | |
772 | <Tool | |
773 | Name="VCCustomBuildTool" | |
774 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
775 | " | |
776 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
777 | </FileConfiguration> | |
778 | </File> | |
b75a7d8f A |
779 | <File |
780 | RelativePath=".\msgfmt.cpp"> | |
781 | </File> | |
782 | <File | |
783 | RelativePath=".\unicode\msgfmt.h"> | |
784 | <FileConfiguration | |
785 | Name="Release|Win32"> | |
786 | <Tool | |
787 | Name="VCCustomBuildTool" | |
374ca955 | 788 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 789 | " |
374ca955 | 790 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
791 | </FileConfiguration> |
792 | <FileConfiguration | |
793 | Name="Debug|Win32"> | |
794 | <Tool | |
795 | Name="VCCustomBuildTool" | |
374ca955 | 796 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 797 | " |
374ca955 | 798 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
799 | </FileConfiguration> |
800 | </File> | |
801 | <File | |
802 | RelativePath=".\nfrlist.h"> | |
803 | </File> | |
804 | <File | |
805 | RelativePath=".\nfrs.cpp"> | |
806 | </File> | |
807 | <File | |
808 | RelativePath=".\nfrs.h"> | |
809 | </File> | |
810 | <File | |
811 | RelativePath=".\nfrule.cpp"> | |
812 | </File> | |
813 | <File | |
814 | RelativePath=".\nfrule.h"> | |
815 | </File> | |
816 | <File | |
817 | RelativePath=".\nfsubs.cpp"> | |
818 | </File> | |
819 | <File | |
820 | RelativePath=".\nfsubs.h"> | |
821 | </File> | |
822 | <File | |
823 | RelativePath=".\numfmt.cpp"> | |
824 | </File> | |
825 | <File | |
826 | RelativePath=".\unicode\numfmt.h"> | |
827 | <FileConfiguration | |
828 | Name="Release|Win32"> | |
829 | <Tool | |
830 | Name="VCCustomBuildTool" | |
374ca955 | 831 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 832 | " |
374ca955 | 833 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
834 | </FileConfiguration> |
835 | <FileConfiguration | |
836 | Name="Debug|Win32"> | |
837 | <Tool | |
838 | Name="VCCustomBuildTool" | |
374ca955 | 839 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 840 | " |
374ca955 | 841 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
842 | </FileConfiguration> |
843 | </File> | |
374ca955 A |
844 | <File |
845 | RelativePath=".\olsontz.cpp"> | |
846 | </File> | |
847 | <File | |
848 | RelativePath=".\olsontz.h"> | |
849 | </File> | |
b75a7d8f A |
850 | <File |
851 | RelativePath=".\rbnf.cpp"> | |
852 | </File> | |
853 | <File | |
854 | RelativePath=".\unicode\rbnf.h"> | |
855 | <FileConfiguration | |
856 | Name="Release|Win32"> | |
857 | <Tool | |
858 | Name="VCCustomBuildTool" | |
374ca955 | 859 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 860 | " |
374ca955 | 861 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
862 | </FileConfiguration> |
863 | <FileConfiguration | |
864 | Name="Debug|Win32"> | |
865 | <Tool | |
866 | Name="VCCustomBuildTool" | |
374ca955 | 867 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 868 | " |
374ca955 | 869 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
870 | </FileConfiguration> |
871 | </File> | |
872 | <File | |
873 | RelativePath=".\simpletz.cpp"> | |
874 | </File> | |
875 | <File | |
876 | RelativePath=".\unicode\simpletz.h"> | |
877 | <FileConfiguration | |
878 | Name="Release|Win32"> | |
879 | <Tool | |
880 | Name="VCCustomBuildTool" | |
374ca955 | 881 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 882 | " |
374ca955 | 883 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
884 | </FileConfiguration> |
885 | <FileConfiguration | |
886 | Name="Debug|Win32"> | |
887 | <Tool | |
888 | Name="VCCustomBuildTool" | |
374ca955 | 889 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 890 | " |
374ca955 | 891 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
892 | </FileConfiguration> |
893 | </File> | |
894 | <File | |
895 | RelativePath=".\smpdtfmt.cpp"> | |
896 | </File> | |
897 | <File | |
898 | RelativePath=".\unicode\smpdtfmt.h"> | |
899 | <FileConfiguration | |
900 | Name="Release|Win32"> | |
901 | <Tool | |
902 | Name="VCCustomBuildTool" | |
374ca955 | 903 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 904 | " |
374ca955 | 905 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
906 | </FileConfiguration> |
907 | <FileConfiguration | |
908 | Name="Debug|Win32"> | |
909 | <Tool | |
910 | Name="VCCustomBuildTool" | |
374ca955 | 911 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 912 | " |
374ca955 | 913 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
914 | </FileConfiguration> |
915 | </File> | |
916 | <File | |
917 | RelativePath=".\timezone.cpp"> | |
918 | </File> | |
919 | <File | |
920 | RelativePath=".\unicode\timezone.h"> | |
921 | <FileConfiguration | |
922 | Name="Release|Win32"> | |
923 | <Tool | |
924 | Name="VCCustomBuildTool" | |
374ca955 | 925 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 926 | " |
374ca955 | 927 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
928 | </FileConfiguration> |
929 | <FileConfiguration | |
930 | Name="Debug|Win32"> | |
931 | <Tool | |
932 | Name="VCCustomBuildTool" | |
374ca955 | 933 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 934 | " |
374ca955 | 935 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
936 | </FileConfiguration> |
937 | </File> | |
b75a7d8f A |
938 | <File |
939 | RelativePath=".\ucal.cpp"> | |
940 | </File> | |
941 | <File | |
942 | RelativePath=".\unicode\ucal.h"> | |
943 | <FileConfiguration | |
944 | Name="Release|Win32"> | |
945 | <Tool | |
946 | Name="VCCustomBuildTool" | |
374ca955 | 947 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 948 | " |
374ca955 | 949 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
950 | </FileConfiguration> |
951 | <FileConfiguration | |
952 | Name="Debug|Win32"> | |
953 | <Tool | |
954 | Name="VCCustomBuildTool" | |
374ca955 | 955 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 956 | " |
374ca955 | 957 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
958 | </FileConfiguration> |
959 | </File> | |
960 | <File | |
961 | RelativePath=".\ucurr.cpp"> | |
962 | </File> | |
963 | <File | |
964 | RelativePath=".\unicode\ucurr.h"> | |
965 | <FileConfiguration | |
966 | Name="Release|Win32"> | |
967 | <Tool | |
968 | Name="VCCustomBuildTool" | |
374ca955 | 969 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 970 | " |
374ca955 | 971 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
972 | </FileConfiguration> |
973 | <FileConfiguration | |
974 | Name="Debug|Win32"> | |
975 | <Tool | |
976 | Name="VCCustomBuildTool" | |
374ca955 | 977 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 978 | " |
374ca955 | 979 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
980 | </FileConfiguration> |
981 | </File> | |
374ca955 A |
982 | <File |
983 | RelativePath=".\ucurrimp.h"> | |
984 | </File> | |
b75a7d8f A |
985 | <File |
986 | RelativePath=".\udat.cpp"> | |
987 | </File> | |
988 | <File | |
989 | RelativePath=".\unicode\udat.h"> | |
990 | <FileConfiguration | |
991 | Name="Release|Win32"> | |
992 | <Tool | |
993 | Name="VCCustomBuildTool" | |
374ca955 | 994 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 995 | " |
374ca955 | 996 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
997 | </FileConfiguration> |
998 | <FileConfiguration | |
999 | Name="Debug|Win32"> | |
1000 | <Tool | |
1001 | Name="VCCustomBuildTool" | |
374ca955 | 1002 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1003 | " |
374ca955 A |
1004 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
1005 | </FileConfiguration> | |
1006 | </File> | |
1007 | <File | |
1008 | RelativePath=".\ulocdata.c"> | |
1009 | </File> | |
1010 | <File | |
1011 | RelativePath=".\unicode\ulocdata.h"> | |
1012 | <FileConfiguration | |
1013 | Name="Release|Win32"> | |
1014 | <Tool | |
1015 | Name="VCCustomBuildTool" | |
1016 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1017 | " | |
1018 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1019 | </FileConfiguration> | |
1020 | <FileConfiguration | |
1021 | Name="Debug|Win32"> | |
1022 | <Tool | |
1023 | Name="VCCustomBuildTool" | |
1024 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1025 | " | |
1026 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
b75a7d8f A |
1027 | </FileConfiguration> |
1028 | </File> | |
1029 | <File | |
1030 | RelativePath=".\umsg.cpp"> | |
1031 | </File> | |
1032 | <File | |
1033 | RelativePath=".\unicode\umsg.h"> | |
1034 | <FileConfiguration | |
1035 | Name="Release|Win32"> | |
1036 | <Tool | |
1037 | Name="VCCustomBuildTool" | |
374ca955 | 1038 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1039 | " |
374ca955 | 1040 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1041 | </FileConfiguration> |
1042 | <FileConfiguration | |
1043 | Name="Debug|Win32"> | |
1044 | <Tool | |
1045 | Name="VCCustomBuildTool" | |
374ca955 | 1046 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1047 | " |
374ca955 | 1048 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1049 | </FileConfiguration> |
1050 | </File> | |
1051 | <File | |
1052 | RelativePath=".\umsg_imp.h"> | |
1053 | </File> | |
1054 | <File | |
1055 | RelativePath=".\unum.cpp"> | |
1056 | </File> | |
1057 | <File | |
1058 | RelativePath=".\unicode\unum.h"> | |
1059 | <FileConfiguration | |
1060 | Name="Release|Win32"> | |
1061 | <Tool | |
1062 | Name="VCCustomBuildTool" | |
374ca955 | 1063 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1064 | " |
374ca955 | 1065 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1066 | </FileConfiguration> |
1067 | <FileConfiguration | |
1068 | Name="Debug|Win32"> | |
1069 | <Tool | |
1070 | Name="VCCustomBuildTool" | |
374ca955 | 1071 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1072 | " |
374ca955 A |
1073 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
1074 | </FileConfiguration> | |
1075 | </File> | |
1076 | <File | |
1077 | RelativePath=".\utmscale.c"> | |
1078 | </File> | |
1079 | <File | |
1080 | RelativePath=".\unicode\utmscale.h"> | |
1081 | <FileConfiguration | |
1082 | Name="Debug|Win32"> | |
1083 | <Tool | |
1084 | Name="VCCustomBuildTool" | |
1085 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1086 | " | |
1087 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
b75a7d8f A |
1088 | </FileConfiguration> |
1089 | </File> | |
1090 | </Filter> | |
1091 | <Filter | |
1092 | Name="misc" | |
1093 | Filter=""> | |
1094 | <File | |
1095 | RelativePath=".\i18n.rc"> | |
1096 | </File> | |
1097 | <File | |
1098 | RelativePath=".\ucln_in.c"> | |
1099 | </File> | |
1100 | <File | |
1101 | RelativePath=".\ucln_in.h"> | |
1102 | </File> | |
1103 | </Filter> | |
1104 | <Filter | |
1105 | Name="regex" | |
1106 | Filter=""> | |
1107 | <File | |
1108 | RelativePath=".\unicode\regex.h"> | |
1109 | <FileConfiguration | |
1110 | Name="Release|Win32"> | |
1111 | <Tool | |
1112 | Name="VCCustomBuildTool" | |
374ca955 | 1113 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1114 | " |
374ca955 | 1115 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1116 | </FileConfiguration> |
1117 | <FileConfiguration | |
1118 | Name="Debug|Win32"> | |
1119 | <Tool | |
1120 | Name="VCCustomBuildTool" | |
374ca955 | 1121 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1122 | " |
374ca955 | 1123 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1124 | </FileConfiguration> |
1125 | </File> | |
1126 | <File | |
1127 | RelativePath=".\regexcmp.cpp"> | |
1128 | </File> | |
1129 | <File | |
1130 | RelativePath=".\regexcmp.h"> | |
1131 | </File> | |
1132 | <File | |
1133 | RelativePath=".\regexcst.h"> | |
1134 | </File> | |
1135 | <File | |
1136 | RelativePath=".\regeximp.h"> | |
1137 | </File> | |
1138 | <File | |
1139 | RelativePath=".\regexst.cpp"> | |
1140 | </File> | |
1141 | <File | |
1142 | RelativePath=".\regexst.h"> | |
1143 | </File> | |
1144 | <File | |
1145 | RelativePath=".\rematch.cpp"> | |
1146 | </File> | |
1147 | <File | |
1148 | RelativePath=".\remtrans.cpp"> | |
1149 | </File> | |
1150 | <File | |
1151 | RelativePath=".\repattrn.cpp"> | |
1152 | </File> | |
374ca955 A |
1153 | <File |
1154 | RelativePath=".\uregex.cpp"> | |
1155 | </File> | |
1156 | <File | |
1157 | RelativePath=".\unicode\uregex.h"> | |
1158 | <FileConfiguration | |
1159 | Name="Release|Win32"> | |
1160 | <Tool | |
1161 | Name="VCCustomBuildTool" | |
1162 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1163 | " | |
1164 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1165 | </FileConfiguration> | |
1166 | <FileConfiguration | |
1167 | Name="Debug|Win32"> | |
1168 | <Tool | |
1169 | Name="VCCustomBuildTool" | |
1170 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1171 | " | |
1172 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1173 | </FileConfiguration> | |
1174 | </File> | |
b75a7d8f A |
1175 | </Filter> |
1176 | <Filter | |
1177 | Name="transforms" | |
1178 | Filter=""> | |
1179 | <File | |
1180 | RelativePath=".\anytrans.cpp"> | |
1181 | </File> | |
1182 | <File | |
1183 | RelativePath=".\anytrans.h"> | |
1184 | </File> | |
374ca955 A |
1185 | <File |
1186 | RelativePath=".\casetrn.cpp"> | |
1187 | </File> | |
1188 | <File | |
1189 | RelativePath=".\casetrn.h"> | |
1190 | </File> | |
b75a7d8f A |
1191 | <File |
1192 | RelativePath=".\cpdtrans.cpp"> | |
1193 | </File> | |
1194 | <File | |
1195 | RelativePath=".\cpdtrans.h"> | |
1196 | </File> | |
1197 | <File | |
1198 | RelativePath=".\esctrn.cpp"> | |
1199 | </File> | |
1200 | <File | |
1201 | RelativePath=".\esctrn.h"> | |
1202 | </File> | |
1203 | <File | |
1204 | RelativePath=".\funcrepl.cpp"> | |
1205 | </File> | |
1206 | <File | |
1207 | RelativePath=".\funcrepl.h"> | |
1208 | </File> | |
b75a7d8f A |
1209 | <File |
1210 | RelativePath=".\name2uni.cpp"> | |
1211 | </File> | |
1212 | <File | |
1213 | RelativePath=".\name2uni.h"> | |
1214 | </File> | |
1215 | <File | |
1216 | RelativePath=".\nortrans.cpp"> | |
1217 | </File> | |
1218 | <File | |
1219 | RelativePath=".\nortrans.h"> | |
1220 | </File> | |
1221 | <File | |
1222 | RelativePath=".\nultrans.cpp"> | |
1223 | </File> | |
1224 | <File | |
1225 | RelativePath=".\nultrans.h"> | |
1226 | </File> | |
1227 | <File | |
1228 | RelativePath=".\quant.cpp"> | |
1229 | </File> | |
1230 | <File | |
1231 | RelativePath=".\quant.h"> | |
1232 | </File> | |
1233 | <File | |
1234 | RelativePath=".\rbt.cpp"> | |
1235 | </File> | |
1236 | <File | |
1237 | RelativePath=".\rbt.h"> | |
1238 | </File> | |
1239 | <File | |
1240 | RelativePath=".\rbt_data.cpp"> | |
1241 | </File> | |
1242 | <File | |
1243 | RelativePath=".\rbt_data.h"> | |
1244 | </File> | |
1245 | <File | |
1246 | RelativePath=".\rbt_pars.cpp"> | |
1247 | </File> | |
1248 | <File | |
1249 | RelativePath=".\rbt_pars.h"> | |
1250 | </File> | |
1251 | <File | |
1252 | RelativePath=".\rbt_rule.cpp"> | |
1253 | </File> | |
1254 | <File | |
1255 | RelativePath=".\rbt_rule.h"> | |
1256 | </File> | |
1257 | <File | |
1258 | RelativePath=".\rbt_set.cpp"> | |
1259 | </File> | |
1260 | <File | |
1261 | RelativePath=".\rbt_set.h"> | |
1262 | </File> | |
1263 | <File | |
1264 | RelativePath=".\remtrans.h"> | |
1265 | </File> | |
1266 | <File | |
1267 | RelativePath=".\strmatch.cpp"> | |
1268 | </File> | |
1269 | <File | |
1270 | RelativePath=".\strmatch.h"> | |
1271 | </File> | |
1272 | <File | |
1273 | RelativePath=".\strrepl.cpp"> | |
1274 | </File> | |
374ca955 A |
1275 | <File |
1276 | RelativePath=".\strrepl.h"> | |
1277 | </File> | |
b75a7d8f A |
1278 | <File |
1279 | RelativePath=".\titletrn.cpp"> | |
1280 | </File> | |
1281 | <File | |
1282 | RelativePath=".\titletrn.h"> | |
1283 | </File> | |
1284 | <File | |
1285 | RelativePath=".\tolowtrn.cpp"> | |
1286 | </File> | |
1287 | <File | |
1288 | RelativePath=".\tolowtrn.h"> | |
1289 | </File> | |
1290 | <File | |
1291 | RelativePath=".\toupptrn.cpp"> | |
1292 | </File> | |
1293 | <File | |
1294 | RelativePath=".\toupptrn.h"> | |
1295 | </File> | |
1296 | <File | |
1297 | RelativePath=".\translit.cpp"> | |
1298 | </File> | |
1299 | <File | |
1300 | RelativePath=".\unicode\translit.h"> | |
1301 | <FileConfiguration | |
1302 | Name="Release|Win32"> | |
1303 | <Tool | |
1304 | Name="VCCustomBuildTool" | |
374ca955 | 1305 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1306 | " |
374ca955 | 1307 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1308 | </FileConfiguration> |
1309 | <FileConfiguration | |
1310 | Name="Debug|Win32"> | |
1311 | <Tool | |
1312 | Name="VCCustomBuildTool" | |
374ca955 | 1313 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1314 | " |
374ca955 | 1315 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1316 | </FileConfiguration> |
1317 | </File> | |
1318 | <File | |
1319 | RelativePath=".\transreg.cpp"> | |
1320 | </File> | |
1321 | <File | |
1322 | RelativePath=".\transreg.h"> | |
1323 | </File> | |
1324 | <File | |
1325 | RelativePath=".\tridpars.cpp"> | |
1326 | </File> | |
1327 | <File | |
1328 | RelativePath=".\tridpars.h"> | |
1329 | </File> | |
1330 | <File | |
1331 | RelativePath=".\unesctrn.cpp"> | |
1332 | </File> | |
1333 | <File | |
1334 | RelativePath=".\unesctrn.h"> | |
1335 | </File> | |
1336 | <File | |
1337 | RelativePath=".\uni2name.cpp"> | |
1338 | </File> | |
1339 | <File | |
1340 | RelativePath=".\uni2name.h"> | |
1341 | </File> | |
b75a7d8f A |
1342 | <File |
1343 | RelativePath=".\unicode\unirepl.h"> | |
1344 | <FileConfiguration | |
1345 | Name="Release|Win32"> | |
1346 | <Tool | |
1347 | Name="VCCustomBuildTool" | |
374ca955 | 1348 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1349 | " |
374ca955 | 1350 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1351 | </FileConfiguration> |
1352 | <FileConfiguration | |
1353 | Name="Debug|Win32"> | |
1354 | <Tool | |
1355 | Name="VCCustomBuildTool" | |
374ca955 | 1356 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1357 | " |
374ca955 | 1358 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1359 | </FileConfiguration> |
1360 | </File> | |
b75a7d8f A |
1361 | <File |
1362 | RelativePath=".\utrans.cpp"> | |
1363 | </File> | |
1364 | <File | |
1365 | RelativePath=".\unicode\utrans.h"> | |
1366 | <FileConfiguration | |
1367 | Name="Release|Win32"> | |
1368 | <Tool | |
1369 | Name="VCCustomBuildTool" | |
374ca955 | 1370 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1371 | " |
374ca955 | 1372 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1373 | </FileConfiguration> |
1374 | <FileConfiguration | |
1375 | Name="Debug|Win32"> | |
1376 | <Tool | |
1377 | Name="VCCustomBuildTool" | |
374ca955 | 1378 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1379 | " |
374ca955 | 1380 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1381 | </FileConfiguration> |
1382 | </File> | |
1383 | </Filter> | |
1384 | </Files> | |
1385 | <Globals> | |
1386 | </Globals> | |
1387 | </VisualStudioProject> |