]>
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 | 5 | Name="common" |
374ca955 | 6 | ProjectGUID="{F0C3266C-B49D-4097-BDBD-EEB592017672}" |
b75a7d8f A |
7 | SccProjectName="" |
8 | SccLocalPath=""> | |
9 | <Platforms> | |
10 | <Platform | |
11 | Name="Win32"/> | |
12 | </Platforms> | |
13 | <Configurations> | |
14 | <Configuration | |
15 | Name="Release|Win32" | |
16 | OutputDirectory=".\..\..\lib" | |
17 | IntermediateDirectory=".\Release" | |
18 | ConfigurationType="2" | |
19 | UseOfMFC="0" | |
20 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
21 | CharacterSet="2"> | |
22 | <Tool | |
23 | Name="VCCLCompilerTool" | |
b75a7d8f | 24 | ImproveFloatingPointConsistency="TRUE" |
73c04bcf | 25 | PreprocessorDefinitions="WIN32;NDEBUG;U_COMMON_IMPLEMENTATION" |
b75a7d8f A |
26 | StringPooling="TRUE" |
27 | RuntimeLibrary="2" | |
28 | EnableFunctionLevelLinking="TRUE" | |
29 | DisableLanguageExtensions="TRUE" | |
73c04bcf | 30 | TreatWChar_tAsBuiltInType="TRUE" |
b75a7d8f A |
31 | PrecompiledHeaderFile=".\Release/common.pch" |
32 | AssemblerListingLocation=".\Release/" | |
33 | ObjectFile=".\Release/" | |
34 | ProgramDataBaseFileName=".\Release/" | |
35 | BrowseInformation="1" | |
36 | WarningLevel="3" | |
73c04bcf | 37 | SuppressStartupBanner="TRUE"/> |
b75a7d8f A |
38 | <Tool |
39 | Name="VCCustomBuildTool"/> | |
40 | <Tool | |
41 | Name="VCLinkerTool" | |
73c04bcf | 42 | OutputFile="..\..\bin\icuuc36.dll" |
b75a7d8f A |
43 | LinkIncremental="1" |
44 | SuppressStartupBanner="TRUE" | |
73c04bcf A |
45 | ProgramDatabaseFile=".\..\..\lib\icuuc36.pdb" |
46 | EnableCOMDATFolding="2" | |
b75a7d8f A |
47 | BaseAddress="0x4a800000" |
48 | ImportLibrary="..\..\lib\icuuc.lib"/> | |
49 | <Tool | |
50 | Name="VCMIDLTool" | |
51 | PreprocessorDefinitions="NDEBUG" | |
52 | MkTypLibCompatible="TRUE" | |
53 | SuppressStartupBanner="TRUE" | |
54 | TargetEnvironment="1" | |
374ca955 | 55 | TypeLibraryName=".\..\..\lib\icuuc.tlb"/> |
b75a7d8f A |
56 | <Tool |
57 | Name="VCPostBuildEventTool"/> | |
58 | <Tool | |
59 | Name="VCPreBuildEventTool"/> | |
60 | <Tool | |
61 | Name="VCPreLinkEventTool"/> | |
62 | <Tool | |
63 | Name="VCResourceCompilerTool" | |
64 | PreprocessorDefinitions="NDEBUG" | |
65 | Culture="1033"/> | |
66 | <Tool | |
67 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
68 | <Tool |
69 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
70 | <Tool |
71 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
72 | <Tool |
73 | Name="VCManagedWrapperGeneratorTool"/> | |
74 | <Tool | |
75 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
76 | </Configuration> |
77 | <Configuration | |
78 | Name="Debug|Win32" | |
79 | OutputDirectory=".\..\..\lib" | |
80 | IntermediateDirectory=".\Debug" | |
81 | ConfigurationType="2" | |
82 | UseOfMFC="0" | |
83 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
84 | CharacterSet="2"> | |
85 | <Tool | |
86 | Name="VCCLCompilerTool" | |
87 | Optimization="0" | |
88 | ImproveFloatingPointConsistency="TRUE" | |
73c04bcf | 89 | PreprocessorDefinitions="WIN32;_DEBUG;U_COMMON_IMPLEMENTATION;RBBI_DEBUG" |
b75a7d8f A |
90 | BasicRuntimeChecks="3" |
91 | RuntimeLibrary="3" | |
73c04bcf | 92 | BufferSecurityCheck="TRUE" |
b75a7d8f | 93 | DisableLanguageExtensions="TRUE" |
73c04bcf | 94 | TreatWChar_tAsBuiltInType="TRUE" |
b75a7d8f A |
95 | PrecompiledHeaderFile=".\Debug/common.pch" |
96 | AssemblerListingLocation=".\Debug/" | |
97 | ObjectFile=".\Debug/" | |
98 | ProgramDataBaseFileName=".\Debug/" | |
99 | BrowseInformation="1" | |
100 | WarningLevel="3" | |
101 | SuppressStartupBanner="TRUE" | |
102 | DebugInformationFormat="4"/> | |
103 | <Tool | |
104 | Name="VCCustomBuildTool"/> | |
105 | <Tool | |
106 | Name="VCLinkerTool" | |
73c04bcf | 107 | OutputFile="..\..\bin\icuuc36d.dll" |
b75a7d8f A |
108 | LinkIncremental="2" |
109 | SuppressStartupBanner="TRUE" | |
b75a7d8f | 110 | GenerateDebugInformation="TRUE" |
73c04bcf | 111 | ProgramDatabaseFile=".\..\..\lib\icuuc36d.pdb" |
b75a7d8f A |
112 | BaseAddress="0x4a800000" |
113 | ImportLibrary="..\..\lib\icuucd.lib"/> | |
114 | <Tool | |
115 | Name="VCMIDLTool" | |
116 | PreprocessorDefinitions="_DEBUG" | |
117 | MkTypLibCompatible="TRUE" | |
118 | SuppressStartupBanner="TRUE" | |
119 | TargetEnvironment="1" | |
374ca955 | 120 | TypeLibraryName=".\..\..\lib\icuucd.tlb"/> |
b75a7d8f A |
121 | <Tool |
122 | Name="VCPostBuildEventTool"/> | |
123 | <Tool | |
124 | Name="VCPreBuildEventTool"/> | |
125 | <Tool | |
126 | Name="VCPreLinkEventTool"/> | |
127 | <Tool | |
128 | Name="VCResourceCompilerTool" | |
129 | PreprocessorDefinitions="_DEBUG" | |
130 | Culture="1033"/> | |
131 | <Tool | |
132 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
133 | <Tool |
134 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
135 | <Tool |
136 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
137 | <Tool |
138 | Name="VCManagedWrapperGeneratorTool"/> | |
139 | <Tool | |
140 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
141 | </Configuration> |
142 | </Configurations> | |
374ca955 A |
143 | <References> |
144 | </References> | |
b75a7d8f A |
145 | <Files> |
146 | <Filter | |
147 | Name="bidi" | |
148 | Filter=""> | |
149 | <File | |
150 | RelativePath=".\ubidi.c"> | |
151 | </File> | |
152 | <File | |
153 | RelativePath=".\unicode\ubidi.h"> | |
154 | <FileConfiguration | |
155 | Name="Release|Win32"> | |
156 | <Tool | |
157 | Name="VCCustomBuildTool" | |
374ca955 | 158 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 159 | " |
374ca955 | 160 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
161 | </FileConfiguration> |
162 | <FileConfiguration | |
163 | Name="Debug|Win32"> | |
164 | <Tool | |
165 | Name="VCCustomBuildTool" | |
374ca955 | 166 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 167 | " |
374ca955 | 168 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
169 | </FileConfiguration> |
170 | </File> | |
73c04bcf A |
171 | <File |
172 | RelativePath=".\ubidi_props.c"> | |
173 | </File> | |
174 | <File | |
175 | RelativePath=".\ubidi_props.h"> | |
176 | </File> | |
b75a7d8f A |
177 | <File |
178 | RelativePath=".\ubidiimp.h"> | |
179 | </File> | |
180 | <File | |
181 | RelativePath=".\ubidiln.c"> | |
182 | </File> | |
183 | <File | |
184 | RelativePath=".\ubidiwrt.c"> | |
185 | </File> | |
186 | <File | |
187 | RelativePath=".\ushape.c"> | |
188 | </File> | |
189 | <File | |
190 | RelativePath=".\unicode\ushape.h"> | |
191 | <FileConfiguration | |
192 | Name="Release|Win32"> | |
193 | <Tool | |
194 | Name="VCCustomBuildTool" | |
374ca955 | 195 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 196 | " |
374ca955 | 197 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
198 | </FileConfiguration> |
199 | <FileConfiguration | |
200 | Name="Debug|Win32"> | |
201 | <Tool | |
202 | Name="VCCustomBuildTool" | |
374ca955 | 203 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 204 | " |
374ca955 | 205 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
206 | </FileConfiguration> |
207 | </File> | |
208 | </Filter> | |
209 | <Filter | |
210 | Name="break iteration" | |
211 | Filter=""> | |
212 | <File | |
73c04bcf | 213 | RelativePath=".\brkeng.cpp"> |
b75a7d8f A |
214 | </File> |
215 | <File | |
73c04bcf | 216 | RelativePath=".\brkeng.h"> |
b75a7d8f A |
217 | </File> |
218 | <File | |
219 | RelativePath=".\brkiter.cpp"> | |
220 | </File> | |
221 | <File | |
222 | RelativePath=".\unicode\brkiter.h"> | |
223 | <FileConfiguration | |
224 | Name="Release|Win32"> | |
225 | <Tool | |
226 | Name="VCCustomBuildTool" | |
374ca955 | 227 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 228 | " |
374ca955 | 229 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
230 | </FileConfiguration> |
231 | <FileConfiguration | |
232 | Name="Debug|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 | </File> | |
b75a7d8f A |
240 | <File |
241 | RelativePath=".\unicode\dbbi.h"> | |
242 | <FileConfiguration | |
243 | Name="Release|Win32"> | |
244 | <Tool | |
245 | Name="VCCustomBuildTool" | |
374ca955 | 246 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 247 | " |
374ca955 | 248 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
249 | </FileConfiguration> |
250 | <FileConfiguration | |
251 | Name="Debug|Win32"> | |
252 | <Tool | |
253 | Name="VCCustomBuildTool" | |
374ca955 | 254 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 255 | " |
374ca955 | 256 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
257 | </FileConfiguration> |
258 | </File> | |
259 | <File | |
73c04bcf | 260 | RelativePath=".\dictbe.cpp"> |
b75a7d8f A |
261 | </File> |
262 | <File | |
73c04bcf | 263 | RelativePath=".\dictbe.h"> |
b75a7d8f A |
264 | </File> |
265 | <File | |
266 | RelativePath=".\rbbi.cpp"> | |
267 | </File> | |
268 | <File | |
269 | RelativePath=".\unicode\rbbi.h"> | |
270 | <FileConfiguration | |
271 | Name="Release|Win32"> | |
272 | <Tool | |
273 | Name="VCCustomBuildTool" | |
374ca955 | 274 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 275 | " |
374ca955 | 276 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
277 | </FileConfiguration> |
278 | <FileConfiguration | |
279 | Name="Debug|Win32"> | |
280 | <Tool | |
281 | Name="VCCustomBuildTool" | |
374ca955 | 282 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 283 | " |
374ca955 | 284 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
285 | </FileConfiguration> |
286 | </File> | |
287 | <File | |
288 | RelativePath=".\rbbidata.cpp"> | |
289 | </File> | |
290 | <File | |
291 | RelativePath=".\rbbidata.h"> | |
292 | </File> | |
293 | <File | |
294 | RelativePath=".\rbbinode.cpp"> | |
295 | </File> | |
296 | <File | |
297 | RelativePath=".\rbbinode.h"> | |
298 | </File> | |
299 | <File | |
300 | RelativePath=".\rbbirb.cpp"> | |
301 | </File> | |
302 | <File | |
303 | RelativePath=".\rbbirb.h"> | |
304 | </File> | |
305 | <File | |
306 | RelativePath=".\rbbirpt.h"> | |
307 | </File> | |
308 | <File | |
309 | RelativePath=".\rbbiscan.cpp"> | |
310 | </File> | |
311 | <File | |
312 | RelativePath=".\rbbiscan.h"> | |
313 | </File> | |
314 | <File | |
315 | RelativePath=".\rbbisetb.cpp"> | |
316 | </File> | |
317 | <File | |
318 | RelativePath=".\rbbisetb.h"> | |
319 | </File> | |
320 | <File | |
321 | RelativePath=".\rbbistbl.cpp"> | |
322 | </File> | |
323 | <File | |
324 | RelativePath=".\rbbitblb.cpp"> | |
325 | </File> | |
326 | <File | |
327 | RelativePath=".\rbbitblb.h"> | |
328 | </File> | |
73c04bcf A |
329 | <File |
330 | RelativePath=".\triedict.cpp"> | |
331 | </File> | |
332 | <File | |
333 | RelativePath=".\triedict.h"> | |
334 | </File> | |
b75a7d8f A |
335 | <File |
336 | RelativePath=".\ubrk.cpp"> | |
337 | </File> | |
338 | <File | |
339 | RelativePath=".\unicode\ubrk.h"> | |
340 | <FileConfiguration | |
341 | Name="Release|Win32"> | |
342 | <Tool | |
343 | Name="VCCustomBuildTool" | |
374ca955 | 344 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 345 | " |
374ca955 | 346 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
347 | </FileConfiguration> |
348 | <FileConfiguration | |
349 | Name="Debug|Win32"> | |
350 | <Tool | |
351 | Name="VCCustomBuildTool" | |
374ca955 | 352 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 353 | " |
374ca955 A |
354 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
355 | </FileConfiguration> | |
356 | </File> | |
73c04bcf A |
357 | <File |
358 | RelativePath=".\ubrkimpl.h"> | |
359 | </File> | |
374ca955 A |
360 | </Filter> |
361 | <Filter | |
362 | Name="collation" | |
363 | Filter=""> | |
364 | <File | |
365 | RelativePath=".\ucol_swp.c"> | |
366 | <FileConfiguration | |
367 | Name="Release|Win32"> | |
368 | <Tool | |
369 | Name="VCCLCompilerTool" | |
370 | AdditionalIncludeDirectories="..\i18n"/> | |
371 | </FileConfiguration> | |
372 | <FileConfiguration | |
373 | Name="Debug|Win32"> | |
374 | <Tool | |
375 | Name="VCCLCompilerTool" | |
376 | AdditionalIncludeDirectories="..\i18n"/> | |
b75a7d8f A |
377 | </FileConfiguration> |
378 | </File> | |
374ca955 A |
379 | <File |
380 | RelativePath=".\ucol_swp.h"> | |
381 | </File> | |
b75a7d8f A |
382 | </Filter> |
383 | <Filter | |
384 | Name="collections" | |
385 | Filter=""> | |
386 | <File | |
387 | RelativePath=".\hash.h"> | |
388 | </File> | |
389 | <File | |
390 | RelativePath=".\unicode\strenum.h"> | |
391 | <FileConfiguration | |
392 | Name="Release|Win32"> | |
393 | <Tool | |
394 | Name="VCCustomBuildTool" | |
374ca955 | 395 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 396 | " |
374ca955 | 397 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
398 | </FileConfiguration> |
399 | <FileConfiguration | |
400 | Name="Debug|Win32"> | |
401 | <Tool | |
402 | Name="VCCustomBuildTool" | |
374ca955 | 403 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 404 | " |
374ca955 | 405 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
406 | </FileConfiguration> |
407 | </File> | |
374ca955 A |
408 | <File |
409 | RelativePath=".\uarrsort.c"> | |
410 | </File> | |
411 | <File | |
412 | RelativePath=".\uarrsort.h"> | |
413 | </File> | |
b75a7d8f A |
414 | <File |
415 | RelativePath=".\uenum.c"> | |
416 | </File> | |
417 | <File | |
418 | RelativePath=".\unicode\uenum.h"> | |
419 | <FileConfiguration | |
420 | Name="Release|Win32"> | |
421 | <Tool | |
422 | Name="VCCustomBuildTool" | |
374ca955 | 423 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 424 | " |
374ca955 | 425 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
426 | </FileConfiguration> |
427 | <FileConfiguration | |
428 | Name="Debug|Win32"> | |
429 | <Tool | |
430 | Name="VCCustomBuildTool" | |
374ca955 | 431 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 432 | " |
374ca955 | 433 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
434 | </FileConfiguration> |
435 | </File> | |
436 | <File | |
437 | RelativePath=".\uenumimp.h"> | |
438 | </File> | |
439 | <File | |
440 | RelativePath=".\uhash.c"> | |
441 | </File> | |
442 | <File | |
443 | RelativePath=".\uhash.h"> | |
444 | </File> | |
445 | <File | |
446 | RelativePath=".\uhash_us.cpp"> | |
447 | </File> | |
374ca955 A |
448 | <File |
449 | RelativePath=".\ustack.cpp"> | |
450 | </File> | |
b75a7d8f A |
451 | <File |
452 | RelativePath=".\ustrenum.cpp"> | |
453 | </File> | |
454 | <File | |
455 | RelativePath=".\ustrenum.h"> | |
456 | </File> | |
457 | <File | |
458 | RelativePath=".\utrie.c"> | |
459 | </File> | |
460 | <File | |
461 | RelativePath=".\utrie.h"> | |
462 | </File> | |
463 | <File | |
464 | RelativePath=".\uvector.cpp"> | |
465 | </File> | |
466 | <File | |
467 | RelativePath=".\uvector.h"> | |
468 | </File> | |
469 | <File | |
470 | RelativePath=".\uvectr32.cpp"> | |
471 | </File> | |
472 | <File | |
473 | RelativePath=".\uvectr32.h"> | |
474 | </File> | |
475 | </Filter> | |
476 | <Filter | |
477 | Name="configuration" | |
478 | Filter=""> | |
479 | <File | |
480 | RelativePath=".\common.rc"> | |
481 | </File> | |
482 | <File | |
483 | RelativePath=".\cpputils.h"> | |
484 | </File> | |
485 | <File | |
73c04bcf A |
486 | RelativePath=".\unicode\docmain.h"> |
487 | <FileConfiguration | |
488 | Name="Release|Win32"> | |
489 | <Tool | |
490 | Name="VCCustomBuildTool" | |
491 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
492 | " | |
493 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
494 | </FileConfiguration> | |
495 | <FileConfiguration | |
496 | Name="Debug|Win32"> | |
497 | <Tool | |
498 | Name="VCCustomBuildTool" | |
499 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
500 | " | |
501 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
502 | </FileConfiguration> | |
b75a7d8f A |
503 | </File> |
504 | <File | |
505 | RelativePath=".\locmap.c"> | |
506 | </File> | |
507 | <File | |
508 | RelativePath=".\locmap.h"> | |
509 | </File> | |
b75a7d8f A |
510 | <File |
511 | RelativePath=".\mutex.h"> | |
512 | </File> | |
513 | <File | |
514 | RelativePath=".\putil.c"> | |
515 | <FileConfiguration | |
516 | Name="Release|Win32"> | |
517 | <Tool | |
518 | Name="VCCLCompilerTool" | |
519 | DisableLanguageExtensions="FALSE"/> | |
520 | </FileConfiguration> | |
521 | <FileConfiguration | |
522 | Name="Debug|Win32"> | |
523 | <Tool | |
524 | Name="VCCLCompilerTool" | |
525 | DisableLanguageExtensions="FALSE"/> | |
526 | </FileConfiguration> | |
527 | </File> | |
528 | <File | |
529 | RelativePath=".\unicode\putil.h"> | |
530 | <FileConfiguration | |
531 | Name="Release|Win32"> | |
532 | <Tool | |
533 | Name="VCCustomBuildTool" | |
374ca955 | 534 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 535 | " |
374ca955 | 536 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
537 | </FileConfiguration> |
538 | <FileConfiguration | |
539 | Name="Debug|Win32"> | |
540 | <Tool | |
541 | Name="VCCustomBuildTool" | |
374ca955 | 542 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 543 | " |
374ca955 | 544 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
545 | </FileConfiguration> |
546 | </File> | |
374ca955 A |
547 | <File |
548 | RelativePath=".\putilimp.h"> | |
549 | </File> | |
b75a7d8f A |
550 | <File |
551 | RelativePath=".\unicode\pwin32.h"> | |
552 | <FileConfiguration | |
553 | Name="Release|Win32"> | |
554 | <Tool | |
555 | Name="VCCustomBuildTool" | |
374ca955 | 556 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 557 | " |
374ca955 | 558 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
559 | </FileConfiguration> |
560 | <FileConfiguration | |
561 | Name="Debug|Win32"> | |
562 | <Tool | |
563 | Name="VCCustomBuildTool" | |
374ca955 | 564 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 565 | " |
374ca955 | 566 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
567 | </FileConfiguration> |
568 | </File> | |
569 | <File | |
570 | RelativePath=".\uassert.h"> | |
571 | </File> | |
572 | <File | |
573 | RelativePath=".\unicode\uconfig.h"> | |
574 | <FileConfiguration | |
575 | Name="Release|Win32"> | |
576 | <Tool | |
577 | Name="VCCustomBuildTool" | |
374ca955 | 578 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 579 | " |
374ca955 | 580 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
581 | </FileConfiguration> |
582 | <FileConfiguration | |
583 | Name="Debug|Win32"> | |
584 | <Tool | |
585 | Name="VCCustomBuildTool" | |
374ca955 | 586 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 587 | " |
374ca955 | 588 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
589 | </FileConfiguration> |
590 | </File> | |
591 | <File | |
374ca955 | 592 | RelativePath=".\unicode\udeprctd.h"> |
b75a7d8f A |
593 | <FileConfiguration |
594 | Name="Release|Win32"> | |
595 | <Tool | |
596 | Name="VCCustomBuildTool" | |
374ca955 | 597 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 598 | " |
374ca955 | 599 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
600 | </FileConfiguration> |
601 | <FileConfiguration | |
602 | Name="Debug|Win32"> | |
603 | <Tool | |
604 | Name="VCCustomBuildTool" | |
374ca955 | 605 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 606 | " |
374ca955 | 607 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
608 | </FileConfiguration> |
609 | </File> | |
610 | <File | |
374ca955 A |
611 | RelativePath=".\unicode\udraft.h"> |
612 | <FileConfiguration | |
613 | Name="Release|Win32"> | |
614 | <Tool | |
615 | Name="VCCustomBuildTool" | |
616 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
617 | " | |
618 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
619 | </FileConfiguration> | |
620 | <FileConfiguration | |
621 | Name="Debug|Win32"> | |
622 | <Tool | |
623 | Name="VCCustomBuildTool" | |
624 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
73c04bcf A |
625 | " |
626 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
627 | </FileConfiguration> | |
628 | </File> | |
629 | <File | |
630 | RelativePath=".\unicode\uintrnal.h"> | |
631 | <FileConfiguration | |
632 | Name="Release|Win32"> | |
633 | <Tool | |
634 | Name="VCCustomBuildTool" | |
635 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
636 | " | |
637 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
638 | </FileConfiguration> | |
639 | <FileConfiguration | |
640 | Name="Debug|Win32"> | |
641 | <Tool | |
642 | Name="VCCustomBuildTool" | |
643 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
374ca955 A |
644 | " |
645 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
646 | </FileConfiguration> | |
b75a7d8f A |
647 | </File> |
648 | <File | |
374ca955 A |
649 | RelativePath=".\unicode\umachine.h"> |
650 | <FileConfiguration | |
651 | Name="Release|Win32"> | |
652 | <Tool | |
653 | Name="VCCustomBuildTool" | |
654 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
655 | " | |
656 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
657 | </FileConfiguration> | |
658 | <FileConfiguration | |
659 | Name="Debug|Win32"> | |
660 | <Tool | |
661 | Name="VCCustomBuildTool" | |
662 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
663 | " | |
664 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
665 | </FileConfiguration> | |
b75a7d8f | 666 | </File> |
73c04bcf A |
667 | <File |
668 | RelativePath=".\umath.c"> | |
669 | </File> | |
b75a7d8f A |
670 | <File |
671 | RelativePath=".\umutex.c"> | |
672 | <FileConfiguration | |
673 | Name="Release|Win32"> | |
674 | <Tool | |
675 | Name="VCCLCompilerTool" | |
676 | DisableLanguageExtensions="FALSE"/> | |
677 | </FileConfiguration> | |
678 | <FileConfiguration | |
679 | Name="Debug|Win32"> | |
680 | <Tool | |
681 | Name="VCCLCompilerTool" | |
682 | DisableLanguageExtensions="FALSE"/> | |
683 | </FileConfiguration> | |
684 | </File> | |
685 | <File | |
686 | RelativePath=".\umutex.h"> | |
687 | </File> | |
374ca955 A |
688 | <File |
689 | RelativePath=".\unicode\uobslete.h"> | |
690 | <FileConfiguration | |
691 | Name="Release|Win32"> | |
692 | <Tool | |
693 | Name="VCCustomBuildTool" | |
694 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
695 | " | |
696 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
697 | </FileConfiguration> | |
698 | <FileConfiguration | |
699 | Name="Debug|Win32"> | |
700 | <Tool | |
701 | Name="VCCustomBuildTool" | |
702 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
703 | " | |
704 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
705 | </FileConfiguration> | |
706 | </File> | |
b75a7d8f A |
707 | <File |
708 | RelativePath=".\unicode\urename.h"> | |
709 | <FileConfiguration | |
710 | Name="Release|Win32"> | |
711 | <Tool | |
712 | Name="VCCustomBuildTool" | |
374ca955 A |
713 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
714 | " | |
715 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
716 | </FileConfiguration> | |
717 | <FileConfiguration | |
718 | Name="Debug|Win32"> | |
719 | <Tool | |
720 | Name="VCCustomBuildTool" | |
721 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
73c04bcf A |
722 | " |
723 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
724 | </FileConfiguration> | |
725 | </File> | |
726 | <File | |
727 | RelativePath=".\unicode\usystem.h"> | |
728 | <FileConfiguration | |
729 | Name="Release|Win32"> | |
730 | <Tool | |
731 | Name="VCCustomBuildTool" | |
732 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
733 | " | |
734 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
735 | </FileConfiguration> | |
736 | <FileConfiguration | |
737 | Name="Debug|Win32"> | |
738 | <Tool | |
739 | Name="VCCustomBuildTool" | |
740 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
374ca955 A |
741 | " |
742 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
743 | </FileConfiguration> | |
744 | </File> | |
745 | <File | |
746 | RelativePath=".\utrace.c"> | |
747 | </File> | |
748 | <File | |
749 | RelativePath=".\unicode\utrace.h"> | |
750 | <FileConfiguration | |
751 | Name="Release|Win32"> | |
752 | <Tool | |
753 | Name="VCCustomBuildTool" | |
754 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
b75a7d8f | 755 | " |
374ca955 | 756 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
757 | </FileConfiguration> |
758 | <FileConfiguration | |
759 | Name="Debug|Win32"> | |
760 | <Tool | |
761 | Name="VCCustomBuildTool" | |
374ca955 | 762 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 763 | " |
374ca955 | 764 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
765 | </FileConfiguration> |
766 | </File> | |
374ca955 A |
767 | <File |
768 | RelativePath=".\utracimp.h"> | |
769 | </File> | |
770 | <File | |
771 | RelativePath=".\utypes.c"> | |
772 | </File> | |
b75a7d8f A |
773 | <File |
774 | RelativePath=".\unicode\utypes.h"> | |
775 | <FileConfiguration | |
776 | Name="Release|Win32"> | |
777 | <Tool | |
778 | Name="VCCustomBuildTool" | |
374ca955 | 779 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 780 | " |
374ca955 | 781 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
782 | </FileConfiguration> |
783 | <FileConfiguration | |
784 | Name="Debug|Win32"> | |
785 | <Tool | |
786 | Name="VCCustomBuildTool" | |
374ca955 | 787 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 788 | " |
374ca955 | 789 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
790 | </FileConfiguration> |
791 | </File> | |
792 | <File | |
793 | RelativePath=".\unicode\uversion.h"> | |
794 | <FileConfiguration | |
795 | Name="Release|Win32"> | |
796 | <Tool | |
797 | Name="VCCustomBuildTool" | |
374ca955 | 798 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 799 | " |
374ca955 | 800 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
801 | </FileConfiguration> |
802 | <FileConfiguration | |
803 | Name="Debug|Win32"> | |
804 | <Tool | |
805 | Name="VCCustomBuildTool" | |
374ca955 | 806 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 807 | " |
374ca955 | 808 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
809 | </FileConfiguration> |
810 | </File> | |
73c04bcf A |
811 | <File |
812 | RelativePath=".\wintz.c"> | |
813 | <FileConfiguration | |
814 | Name="Release|Win32"> | |
815 | <Tool | |
816 | Name="VCCLCompilerTool" | |
817 | DisableLanguageExtensions="FALSE"/> | |
818 | </FileConfiguration> | |
819 | <FileConfiguration | |
820 | Name="Debug|Win32"> | |
821 | <Tool | |
822 | Name="VCCLCompilerTool" | |
823 | DisableLanguageExtensions="FALSE"/> | |
824 | </FileConfiguration> | |
825 | </File> | |
826 | <File | |
827 | RelativePath=".\wintz.h"> | |
828 | </File> | |
b75a7d8f A |
829 | </Filter> |
830 | <Filter | |
831 | Name="conversion" | |
832 | Filter=""> | |
833 | <File | |
834 | RelativePath=".\ucnv.c"> | |
835 | </File> | |
836 | <File | |
837 | RelativePath=".\unicode\ucnv.h"> | |
838 | <FileConfiguration | |
839 | Name="Release|Win32"> | |
840 | <Tool | |
841 | Name="VCCustomBuildTool" | |
374ca955 | 842 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 843 | " |
374ca955 | 844 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
845 | </FileConfiguration> |
846 | <FileConfiguration | |
847 | Name="Debug|Win32"> | |
848 | <Tool | |
849 | Name="VCCustomBuildTool" | |
374ca955 | 850 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 851 | " |
374ca955 | 852 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
853 | </FileConfiguration> |
854 | </File> | |
855 | <File | |
856 | RelativePath=".\ucnv2022.c"> | |
857 | </File> | |
858 | <File | |
859 | RelativePath=".\ucnv_bld.c"> | |
860 | </File> | |
861 | <File | |
862 | RelativePath=".\ucnv_bld.h"> | |
863 | </File> | |
864 | <File | |
865 | RelativePath=".\ucnv_cb.c"> | |
866 | </File> | |
867 | <File | |
868 | RelativePath=".\unicode\ucnv_cb.h"> | |
869 | <FileConfiguration | |
870 | Name="Release|Win32"> | |
871 | <Tool | |
872 | Name="VCCustomBuildTool" | |
374ca955 | 873 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 874 | " |
374ca955 | 875 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
876 | </FileConfiguration> |
877 | <FileConfiguration | |
878 | Name="Debug|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 | </File> | |
886 | <File | |
887 | RelativePath=".\ucnv_cnv.c"> | |
888 | </File> | |
889 | <File | |
890 | RelativePath=".\ucnv_cnv.h"> | |
891 | </File> | |
892 | <File | |
893 | RelativePath=".\ucnv_err.c"> | |
894 | </File> | |
895 | <File | |
896 | RelativePath=".\unicode\ucnv_err.h"> | |
897 | <FileConfiguration | |
898 | Name="Release|Win32"> | |
899 | <Tool | |
900 | Name="VCCustomBuildTool" | |
374ca955 | 901 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 902 | " |
374ca955 | 903 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
904 | </FileConfiguration> |
905 | <FileConfiguration | |
906 | Name="Debug|Win32"> | |
907 | <Tool | |
908 | Name="VCCustomBuildTool" | |
374ca955 | 909 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 910 | " |
374ca955 | 911 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
912 | </FileConfiguration> |
913 | </File> | |
374ca955 A |
914 | <File |
915 | RelativePath=".\ucnv_ext.c"> | |
916 | </File> | |
917 | <File | |
918 | RelativePath=".\ucnv_ext.h"> | |
919 | </File> | |
b75a7d8f A |
920 | <File |
921 | RelativePath=".\ucnv_imp.h"> | |
922 | </File> | |
923 | <File | |
924 | RelativePath=".\ucnv_io.c"> | |
925 | </File> | |
926 | <File | |
927 | RelativePath=".\ucnv_io.h"> | |
928 | </File> | |
929 | <File | |
930 | RelativePath=".\ucnv_lmb.c"> | |
931 | </File> | |
374ca955 A |
932 | <File |
933 | RelativePath=".\ucnv_set.c"> | |
934 | </File> | |
b75a7d8f A |
935 | <File |
936 | RelativePath=".\ucnv_u16.c"> | |
937 | </File> | |
938 | <File | |
939 | RelativePath=".\ucnv_u32.c"> | |
940 | </File> | |
941 | <File | |
942 | RelativePath=".\ucnv_u7.c"> | |
943 | </File> | |
944 | <File | |
945 | RelativePath=".\ucnv_u8.c"> | |
946 | </File> | |
947 | <File | |
948 | RelativePath=".\ucnvbocu.c"> | |
949 | </File> | |
374ca955 A |
950 | <File |
951 | RelativePath=".\ucnvdisp.c"> | |
952 | </File> | |
b75a7d8f A |
953 | <File |
954 | RelativePath=".\ucnvhz.c"> | |
955 | </File> | |
956 | <File | |
957 | RelativePath=".\ucnvisci.c"> | |
958 | </File> | |
959 | <File | |
960 | RelativePath=".\ucnvlat1.c"> | |
961 | </File> | |
962 | <File | |
963 | RelativePath=".\ucnvmbcs.c"> | |
964 | </File> | |
965 | <File | |
966 | RelativePath=".\ucnvmbcs.h"> | |
967 | </File> | |
968 | <File | |
969 | RelativePath=".\ucnvscsu.c"> | |
970 | </File> | |
971 | </Filter> | |
972 | <Filter | |
973 | Name="data & memory" | |
974 | Filter=""> | |
975 | <File | |
976 | RelativePath=".\cmemory.c"> | |
977 | </File> | |
978 | <File | |
979 | RelativePath=".\cmemory.h"> | |
980 | </File> | |
981 | <File | |
982 | RelativePath=".\unicode\uclean.h"> | |
983 | <FileConfiguration | |
984 | Name="Release|Win32"> | |
985 | <Tool | |
986 | Name="VCCustomBuildTool" | |
374ca955 | 987 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 988 | " |
374ca955 | 989 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
990 | </FileConfiguration> |
991 | <FileConfiguration | |
992 | Name="Debug|Win32"> | |
993 | <Tool | |
994 | Name="VCCustomBuildTool" | |
374ca955 | 995 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 996 | " |
374ca955 | 997 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
998 | </FileConfiguration> |
999 | </File> | |
1000 | <File | |
1001 | RelativePath=".\ucln.h"> | |
1002 | </File> | |
1003 | <File | |
1004 | RelativePath=".\ucln_cmn.c"> | |
1005 | </File> | |
1006 | <File | |
1007 | RelativePath=".\ucln_cmn.h"> | |
1008 | </File> | |
1009 | <File | |
1010 | RelativePath=".\ucmndata.c"> | |
1011 | </File> | |
1012 | <File | |
1013 | RelativePath=".\ucmndata.h"> | |
1014 | </File> | |
1015 | <File | |
1016 | RelativePath=".\udata.c"> | |
1017 | </File> | |
1018 | <File | |
1019 | RelativePath=".\unicode\udata.h"> | |
1020 | <FileConfiguration | |
1021 | Name="Release|Win32"> | |
1022 | <Tool | |
1023 | Name="VCCustomBuildTool" | |
374ca955 | 1024 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1025 | " |
374ca955 | 1026 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1027 | </FileConfiguration> |
1028 | <FileConfiguration | |
1029 | Name="Debug|Win32"> | |
1030 | <Tool | |
1031 | Name="VCCustomBuildTool" | |
374ca955 | 1032 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1033 | " |
374ca955 | 1034 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1035 | </FileConfiguration> |
1036 | </File> | |
1037 | <File | |
1038 | RelativePath=".\udatamem.c"> | |
1039 | </File> | |
1040 | <File | |
1041 | RelativePath=".\udatamem.h"> | |
1042 | </File> | |
374ca955 A |
1043 | <File |
1044 | RelativePath=".\udataswp.c"> | |
1045 | </File> | |
1046 | <File | |
1047 | RelativePath=".\udataswp.h"> | |
1048 | </File> | |
1049 | <File | |
1050 | RelativePath=".\uinit.c"> | |
1051 | </File> | |
b75a7d8f A |
1052 | <File |
1053 | RelativePath=".\umapfile.c"> | |
1054 | <FileConfiguration | |
1055 | Name="Release|Win32"> | |
1056 | <Tool | |
1057 | Name="VCCLCompilerTool" | |
1058 | DisableLanguageExtensions="FALSE"/> | |
1059 | </FileConfiguration> | |
1060 | <FileConfiguration | |
1061 | Name="Debug|Win32"> | |
1062 | <Tool | |
1063 | Name="VCCLCompilerTool" | |
1064 | DisableLanguageExtensions="FALSE"/> | |
1065 | </FileConfiguration> | |
1066 | </File> | |
1067 | <File | |
1068 | RelativePath=".\umapfile.h"> | |
1069 | </File> | |
1070 | <File | |
1071 | RelativePath=".\uobject.cpp"> | |
1072 | </File> | |
1073 | <File | |
1074 | RelativePath=".\unicode\uobject.h"> | |
1075 | <FileConfiguration | |
1076 | Name="Release|Win32"> | |
1077 | <Tool | |
1078 | Name="VCCustomBuildTool" | |
374ca955 | 1079 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1080 | " |
374ca955 | 1081 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1082 | </FileConfiguration> |
1083 | <FileConfiguration | |
1084 | Name="Debug|Win32"> | |
1085 | <Tool | |
1086 | Name="VCCustomBuildTool" | |
374ca955 | 1087 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1088 | " |
374ca955 | 1089 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1090 | </FileConfiguration> |
1091 | </File> | |
1092 | </Filter> | |
1093 | <Filter | |
1094 | Name="formatting" | |
1095 | Filter=""> | |
b75a7d8f A |
1096 | <File |
1097 | RelativePath=".\unicode\parseerr.h"> | |
1098 | <FileConfiguration | |
1099 | Name="Release|Win32"> | |
1100 | <Tool | |
1101 | Name="VCCustomBuildTool" | |
374ca955 | 1102 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1103 | " |
374ca955 | 1104 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1105 | </FileConfiguration> |
1106 | <FileConfiguration | |
1107 | Name="Debug|Win32"> | |
1108 | <Tool | |
1109 | Name="VCCustomBuildTool" | |
374ca955 | 1110 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1111 | " |
374ca955 | 1112 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1113 | </FileConfiguration> |
1114 | </File> | |
374ca955 A |
1115 | <File |
1116 | RelativePath=".\parsepos.cpp"> | |
1117 | </File> | |
b75a7d8f A |
1118 | <File |
1119 | RelativePath=".\unicode\parsepos.h"> | |
1120 | <FileConfiguration | |
1121 | Name="Release|Win32"> | |
1122 | <Tool | |
1123 | Name="VCCustomBuildTool" | |
374ca955 | 1124 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1125 | " |
374ca955 | 1126 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1127 | </FileConfiguration> |
1128 | <FileConfiguration | |
1129 | Name="Debug|Win32"> | |
1130 | <Tool | |
1131 | Name="VCCustomBuildTool" | |
374ca955 | 1132 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1133 | " |
374ca955 | 1134 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1135 | </FileConfiguration> |
1136 | </File> | |
1137 | <File | |
1138 | RelativePath=".\unicode\umisc.h"> | |
1139 | <FileConfiguration | |
1140 | Name="Release|Win32"> | |
1141 | <Tool | |
1142 | Name="VCCustomBuildTool" | |
374ca955 | 1143 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1144 | " |
374ca955 | 1145 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1146 | </FileConfiguration> |
1147 | <FileConfiguration | |
1148 | Name="Debug|Win32"> | |
1149 | <Tool | |
1150 | Name="VCCustomBuildTool" | |
374ca955 | 1151 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1152 | " |
374ca955 | 1153 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1154 | </FileConfiguration> |
1155 | </File> | |
1156 | <File | |
1157 | RelativePath=".\ustrfmt.c"> | |
1158 | </File> | |
1159 | <File | |
1160 | RelativePath=".\ustrfmt.h"> | |
1161 | </File> | |
1162 | <File | |
1163 | RelativePath=".\util.cpp"> | |
1164 | </File> | |
1165 | <File | |
1166 | RelativePath=".\util.h"> | |
1167 | </File> | |
73c04bcf A |
1168 | <File |
1169 | RelativePath=".\util_props.cpp"> | |
1170 | </File> | |
b75a7d8f | 1171 | </Filter> |
374ca955 A |
1172 | <Filter |
1173 | Name="idna" | |
1174 | Filter="*.c,*.h"> | |
1175 | <File | |
1176 | RelativePath=".\punycode.c"> | |
1177 | </File> | |
1178 | <File | |
1179 | RelativePath=".\punycode.h"> | |
1180 | </File> | |
1181 | <File | |
1182 | RelativePath=".\uidna.cpp"> | |
1183 | </File> | |
1184 | <File | |
1185 | RelativePath=".\unicode\uidna.h"> | |
1186 | <FileConfiguration | |
1187 | Name="Release|Win32"> | |
1188 | <Tool | |
1189 | Name="VCCustomBuildTool" | |
1190 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1191 | " | |
1192 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1193 | </FileConfiguration> | |
1194 | <FileConfiguration | |
1195 | Name="Debug|Win32"> | |
1196 | <Tool | |
1197 | Name="VCCustomBuildTool" | |
1198 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1199 | " | |
1200 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1201 | </FileConfiguration> | |
1202 | </File> | |
1203 | </Filter> | |
b75a7d8f A |
1204 | <Filter |
1205 | Name="locales & resources" | |
1206 | Filter=""> | |
374ca955 A |
1207 | <File |
1208 | RelativePath=".\locbased.cpp"> | |
1209 | </File> | |
1210 | <File | |
1211 | RelativePath=".\locbased.h"> | |
1212 | </File> | |
b75a7d8f A |
1213 | <File |
1214 | RelativePath=".\locid.cpp"> | |
1215 | </File> | |
1216 | <File | |
1217 | RelativePath=".\unicode\locid.h"> | |
1218 | <FileConfiguration | |
1219 | Name="Release|Win32"> | |
1220 | <Tool | |
1221 | Name="VCCustomBuildTool" | |
374ca955 | 1222 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1223 | " |
374ca955 | 1224 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1225 | </FileConfiguration> |
1226 | <FileConfiguration | |
1227 | Name="Debug|Win32"> | |
1228 | <Tool | |
1229 | Name="VCCustomBuildTool" | |
374ca955 | 1230 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1231 | " |
374ca955 | 1232 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1233 | </FileConfiguration> |
1234 | </File> | |
73c04bcf A |
1235 | <File |
1236 | RelativePath=".\locutil.cpp"> | |
1237 | </File> | |
1238 | <File | |
1239 | RelativePath=".\locutil.h"> | |
1240 | </File> | |
b75a7d8f A |
1241 | <File |
1242 | RelativePath=".\resbund.cpp"> | |
1243 | </File> | |
1244 | <File | |
1245 | RelativePath=".\unicode\resbund.h"> | |
1246 | <FileConfiguration | |
1247 | Name="Release|Win32"> | |
1248 | <Tool | |
1249 | Name="VCCustomBuildTool" | |
374ca955 | 1250 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1251 | " |
374ca955 | 1252 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1253 | </FileConfiguration> |
1254 | <FileConfiguration | |
1255 | Name="Debug|Win32"> | |
1256 | <Tool | |
1257 | Name="VCCustomBuildTool" | |
374ca955 | 1258 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1259 | " |
374ca955 | 1260 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1261 | </FileConfiguration> |
1262 | </File> | |
374ca955 A |
1263 | <File |
1264 | RelativePath=".\resbund_cnv.cpp"> | |
1265 | </File> | |
b75a7d8f A |
1266 | <File |
1267 | RelativePath=".\ucat.c"> | |
1268 | </File> | |
1269 | <File | |
1270 | RelativePath=".\unicode\ucat.h"> | |
1271 | <FileConfiguration | |
1272 | Name="Release|Win32"> | |
1273 | <Tool | |
1274 | Name="VCCustomBuildTool" | |
374ca955 | 1275 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1276 | " |
374ca955 | 1277 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1278 | </FileConfiguration> |
1279 | <FileConfiguration | |
1280 | Name="Debug|Win32"> | |
1281 | <Tool | |
1282 | Name="VCCustomBuildTool" | |
374ca955 | 1283 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1284 | " |
374ca955 | 1285 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1286 | </FileConfiguration> |
1287 | </File> | |
1288 | <File | |
1289 | RelativePath=".\uloc.c"> | |
1290 | </File> | |
1291 | <File | |
1292 | RelativePath=".\unicode\uloc.h"> | |
1293 | <FileConfiguration | |
1294 | Name="Release|Win32"> | |
1295 | <Tool | |
1296 | Name="VCCustomBuildTool" | |
374ca955 | 1297 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1298 | " |
374ca955 | 1299 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1300 | </FileConfiguration> |
1301 | <FileConfiguration | |
1302 | Name="Debug|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 | </File> | |
374ca955 A |
1310 | <File |
1311 | RelativePath=".\ulocimp.h"> | |
1312 | </File> | |
b75a7d8f A |
1313 | <File |
1314 | RelativePath=".\unicode\ures.h"> | |
1315 | <FileConfiguration | |
1316 | Name="Release|Win32"> | |
1317 | <Tool | |
1318 | Name="VCCustomBuildTool" | |
374ca955 | 1319 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1320 | " |
374ca955 | 1321 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1322 | </FileConfiguration> |
1323 | <FileConfiguration | |
1324 | Name="Debug|Win32"> | |
1325 | <Tool | |
1326 | Name="VCCustomBuildTool" | |
374ca955 | 1327 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1328 | " |
374ca955 | 1329 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1330 | </FileConfiguration> |
1331 | </File> | |
374ca955 A |
1332 | <File |
1333 | RelativePath=".\ures_cnv.c"> | |
1334 | </File> | |
b75a7d8f A |
1335 | <File |
1336 | RelativePath=".\uresbund.c"> | |
1337 | </File> | |
1338 | <File | |
1339 | RelativePath=".\uresdata.c"> | |
1340 | </File> | |
1341 | <File | |
1342 | RelativePath=".\uresdata.h"> | |
1343 | </File> | |
1344 | <File | |
1345 | RelativePath=".\uresimp.h"> | |
1346 | </File> | |
1347 | </Filter> | |
1348 | <Filter | |
1349 | Name="normalization" | |
1350 | Filter=""> | |
1351 | <File | |
1352 | RelativePath=".\caniter.cpp"> | |
1353 | </File> | |
1354 | <File | |
1355 | RelativePath=".\unicode\caniter.h"> | |
1356 | <FileConfiguration | |
1357 | Name="Release|Win32"> | |
1358 | <Tool | |
1359 | Name="VCCustomBuildTool" | |
374ca955 | 1360 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1361 | " |
374ca955 | 1362 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1363 | </FileConfiguration> |
1364 | <FileConfiguration | |
1365 | Name="Debug|Win32"> | |
1366 | <Tool | |
1367 | Name="VCCustomBuildTool" | |
374ca955 | 1368 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1369 | " |
374ca955 | 1370 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1371 | </FileConfiguration> |
1372 | </File> | |
1373 | <File | |
1374 | RelativePath=".\normlzr.cpp"> | |
1375 | </File> | |
1376 | <File | |
1377 | RelativePath=".\unicode\normlzr.h"> | |
1378 | <FileConfiguration | |
1379 | Name="Release|Win32"> | |
1380 | <Tool | |
1381 | Name="VCCustomBuildTool" | |
374ca955 | 1382 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1383 | " |
374ca955 | 1384 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1385 | </FileConfiguration> |
1386 | <FileConfiguration | |
1387 | Name="Debug|Win32"> | |
1388 | <Tool | |
1389 | Name="VCCustomBuildTool" | |
374ca955 | 1390 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1391 | " |
374ca955 | 1392 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1393 | </FileConfiguration> |
1394 | </File> | |
1395 | <File | |
1396 | RelativePath=".\unorm.cpp"> | |
1397 | </File> | |
1398 | <File | |
1399 | RelativePath=".\unicode\unorm.h"> | |
1400 | <FileConfiguration | |
1401 | Name="Release|Win32"> | |
1402 | <Tool | |
1403 | Name="VCCustomBuildTool" | |
374ca955 | 1404 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1405 | " |
374ca955 | 1406 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1407 | </FileConfiguration> |
1408 | <FileConfiguration | |
1409 | Name="Debug|Win32"> | |
1410 | <Tool | |
1411 | Name="VCCustomBuildTool" | |
374ca955 | 1412 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1413 | " |
374ca955 | 1414 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1415 | </FileConfiguration> |
1416 | </File> | |
1417 | <File | |
1418 | RelativePath=".\unorm_it.c"> | |
1419 | </File> | |
1420 | <File | |
1421 | RelativePath=".\unorm_it.h"> | |
1422 | </File> | |
374ca955 A |
1423 | <File |
1424 | RelativePath=".\unormcmp.cpp"> | |
1425 | </File> | |
b75a7d8f A |
1426 | <File |
1427 | RelativePath=".\unormimp.h"> | |
1428 | </File> | |
1429 | </Filter> | |
1430 | <Filter | |
1431 | Name="properties & sets" | |
1432 | Filter=""> | |
1433 | <File | |
1434 | RelativePath=".\propname.cpp"> | |
1435 | </File> | |
1436 | <File | |
1437 | RelativePath=".\propname.h"> | |
1438 | </File> | |
1439 | <File | |
374ca955 A |
1440 | RelativePath=".\ruleiter.cpp"> |
1441 | </File> | |
1442 | <File | |
1443 | RelativePath=".\ruleiter.h"> | |
1444 | </File> | |
1445 | <File | |
1446 | RelativePath=".\unicode\symtable.h"> | |
1447 | <FileConfiguration | |
1448 | Name="Release|Win32"> | |
1449 | <Tool | |
1450 | Name="VCCustomBuildTool" | |
1451 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1452 | " | |
1453 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1454 | </FileConfiguration> | |
1455 | <FileConfiguration | |
1456 | Name="Debug|Win32"> | |
1457 | <Tool | |
1458 | Name="VCCustomBuildTool" | |
1459 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1460 | " | |
1461 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1462 | </FileConfiguration> | |
1463 | </File> | |
1464 | <File | |
1465 | RelativePath=".\ucase.c"> | |
1466 | </File> | |
1467 | <File | |
1468 | RelativePath=".\ucase.h"> | |
b75a7d8f A |
1469 | </File> |
1470 | <File | |
1471 | RelativePath=".\uchar.c"> | |
1472 | </File> | |
1473 | <File | |
1474 | RelativePath=".\unicode\uchar.h"> | |
1475 | <FileConfiguration | |
1476 | Name="Release|Win32"> | |
1477 | <Tool | |
1478 | Name="VCCustomBuildTool" | |
374ca955 | 1479 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1480 | " |
374ca955 | 1481 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1482 | </FileConfiguration> |
1483 | <FileConfiguration | |
1484 | Name="Debug|Win32"> | |
1485 | <Tool | |
1486 | Name="VCCustomBuildTool" | |
374ca955 | 1487 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1488 | " |
374ca955 | 1489 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1490 | </FileConfiguration> |
1491 | </File> | |
1492 | <File | |
1493 | RelativePath=".\unames.c"> | |
1494 | </File> | |
1495 | <File | |
1496 | RelativePath=".\unifilt.cpp"> | |
1497 | </File> | |
1498 | <File | |
1499 | RelativePath=".\unicode\unifilt.h"> | |
1500 | <FileConfiguration | |
1501 | Name="Release|Win32"> | |
1502 | <Tool | |
1503 | Name="VCCustomBuildTool" | |
374ca955 | 1504 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1505 | " |
374ca955 | 1506 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1507 | </FileConfiguration> |
1508 | <FileConfiguration | |
1509 | Name="Debug|Win32"> | |
1510 | <Tool | |
1511 | Name="VCCustomBuildTool" | |
374ca955 | 1512 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1513 | " |
374ca955 | 1514 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1515 | </FileConfiguration> |
1516 | </File> | |
1517 | <File | |
1518 | RelativePath=".\unifunct.cpp"> | |
1519 | </File> | |
1520 | <File | |
1521 | RelativePath=".\unicode\unifunct.h"> | |
1522 | <FileConfiguration | |
1523 | Name="Release|Win32"> | |
1524 | <Tool | |
1525 | Name="VCCustomBuildTool" | |
374ca955 | 1526 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1527 | " |
374ca955 | 1528 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1529 | </FileConfiguration> |
1530 | <FileConfiguration | |
1531 | Name="Debug|Win32"> | |
1532 | <Tool | |
1533 | Name="VCCustomBuildTool" | |
374ca955 | 1534 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1535 | " |
374ca955 | 1536 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1537 | </FileConfiguration> |
1538 | </File> | |
1539 | <File | |
1540 | RelativePath=".\unicode\unimatch.h"> | |
1541 | <FileConfiguration | |
1542 | Name="Release|Win32"> | |
1543 | <Tool | |
1544 | Name="VCCustomBuildTool" | |
374ca955 | 1545 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1546 | " |
374ca955 | 1547 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1548 | </FileConfiguration> |
1549 | <FileConfiguration | |
1550 | Name="Debug|Win32"> | |
1551 | <Tool | |
1552 | Name="VCCustomBuildTool" | |
374ca955 | 1553 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1554 | " |
374ca955 | 1555 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1556 | </FileConfiguration> |
1557 | </File> | |
1558 | <File | |
1559 | RelativePath=".\uniset.cpp"> | |
1560 | </File> | |
1561 | <File | |
1562 | RelativePath=".\unicode\uniset.h"> | |
1563 | <FileConfiguration | |
1564 | Name="Release|Win32"> | |
1565 | <Tool | |
1566 | Name="VCCustomBuildTool" | |
374ca955 | 1567 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1568 | " |
374ca955 | 1569 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1570 | </FileConfiguration> |
1571 | <FileConfiguration | |
1572 | Name="Debug|Win32"> | |
1573 | <Tool | |
1574 | Name="VCCustomBuildTool" | |
374ca955 | 1575 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1576 | " |
374ca955 | 1577 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1578 | </FileConfiguration> |
1579 | </File> | |
374ca955 A |
1580 | <File |
1581 | RelativePath=".\uniset_props.cpp"> | |
1582 | </File> | |
b75a7d8f A |
1583 | <File |
1584 | RelativePath=".\uprops.c"> | |
1585 | </File> | |
1586 | <File | |
1587 | RelativePath=".\uprops.h"> | |
1588 | </File> | |
1589 | <File | |
1590 | RelativePath=".\usc_impl.c"> | |
1591 | </File> | |
1592 | <File | |
1593 | RelativePath=".\usc_impl.h"> | |
1594 | </File> | |
1595 | <File | |
1596 | RelativePath=".\uscript.c"> | |
1597 | </File> | |
1598 | <File | |
1599 | RelativePath=".\unicode\uscript.h"> | |
1600 | <FileConfiguration | |
1601 | Name="Release|Win32"> | |
1602 | <Tool | |
1603 | Name="VCCustomBuildTool" | |
374ca955 | 1604 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1605 | " |
374ca955 | 1606 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1607 | </FileConfiguration> |
1608 | <FileConfiguration | |
1609 | Name="Debug|Win32"> | |
1610 | <Tool | |
1611 | Name="VCCustomBuildTool" | |
374ca955 | 1612 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1613 | " |
374ca955 | 1614 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1615 | </FileConfiguration> |
1616 | </File> | |
1617 | <File | |
1618 | RelativePath=".\uset.cpp"> | |
1619 | </File> | |
1620 | <File | |
1621 | RelativePath=".\unicode\uset.h"> | |
1622 | <FileConfiguration | |
1623 | Name="Release|Win32"> | |
1624 | <Tool | |
1625 | Name="VCCustomBuildTool" | |
374ca955 | 1626 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1627 | " |
374ca955 | 1628 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1629 | </FileConfiguration> |
1630 | <FileConfiguration | |
1631 | Name="Debug|Win32"> | |
1632 | <Tool | |
1633 | Name="VCCustomBuildTool" | |
374ca955 | 1634 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1635 | " |
374ca955 | 1636 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1637 | </FileConfiguration> |
1638 | </File> | |
374ca955 A |
1639 | <File |
1640 | RelativePath=".\uset_imp.h"> | |
1641 | </File> | |
1642 | <File | |
1643 | RelativePath=".\uset_props.cpp"> | |
1644 | </File> | |
b75a7d8f A |
1645 | <File |
1646 | RelativePath=".\usetiter.cpp"> | |
1647 | </File> | |
1648 | <File | |
1649 | RelativePath=".\unicode\usetiter.h"> | |
1650 | <FileConfiguration | |
1651 | Name="Release|Win32"> | |
1652 | <Tool | |
1653 | Name="VCCustomBuildTool" | |
374ca955 | 1654 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1655 | " |
374ca955 | 1656 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1657 | </FileConfiguration> |
1658 | <FileConfiguration | |
1659 | Name="Debug|Win32"> | |
1660 | <Tool | |
1661 | Name="VCCustomBuildTool" | |
374ca955 | 1662 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1663 | " |
374ca955 | 1664 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1665 | </FileConfiguration> |
1666 | </File> | |
1667 | </Filter> | |
1668 | <Filter | |
1669 | Name="registration" | |
1670 | Filter=""> | |
b75a7d8f | 1671 | <File |
73c04bcf A |
1672 | RelativePath=".\serv.cpp"> |
1673 | </File> | |
1674 | <File | |
1675 | RelativePath=".\serv.h"> | |
1676 | </File> | |
1677 | <File | |
1678 | RelativePath=".\servlk.cpp"> | |
b75a7d8f A |
1679 | </File> |
1680 | <File | |
73c04bcf | 1681 | RelativePath=".\servlkf.cpp"> |
b75a7d8f A |
1682 | </File> |
1683 | <File | |
73c04bcf | 1684 | RelativePath=".\servloc.h"> |
b75a7d8f A |
1685 | </File> |
1686 | <File | |
73c04bcf | 1687 | RelativePath=".\servls.cpp"> |
b75a7d8f | 1688 | </File> |
b75a7d8f | 1689 | <File |
73c04bcf | 1690 | RelativePath=".\servnotf.cpp"> |
b75a7d8f A |
1691 | </File> |
1692 | <File | |
73c04bcf A |
1693 | RelativePath=".\servnotf.h"> |
1694 | </File> | |
1695 | <File | |
1696 | RelativePath=".\servrbf.cpp"> | |
1697 | </File> | |
1698 | <File | |
1699 | RelativePath=".\servslkf.cpp"> | |
b75a7d8f A |
1700 | </File> |
1701 | </Filter> | |
374ca955 A |
1702 | <Filter |
1703 | Name="sprep" | |
1704 | Filter=""> | |
1705 | <File | |
1706 | RelativePath=".\sprpimpl.h"> | |
1707 | </File> | |
1708 | <File | |
1709 | RelativePath=".\usprep.cpp"> | |
1710 | </File> | |
1711 | <File | |
1712 | RelativePath=".\unicode\usprep.h"> | |
1713 | <FileConfiguration | |
1714 | Name="Release|Win32"> | |
1715 | <Tool | |
1716 | Name="VCCustomBuildTool" | |
1717 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1718 | " | |
1719 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1720 | </FileConfiguration> | |
1721 | <FileConfiguration | |
1722 | Name="Debug|Win32"> | |
1723 | <Tool | |
1724 | Name="VCCustomBuildTool" | |
1725 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1726 | " | |
1727 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1728 | </FileConfiguration> | |
1729 | </File> | |
1730 | </Filter> | |
b75a7d8f A |
1731 | <Filter |
1732 | Name="strings" | |
1733 | Filter=""> | |
1734 | <File | |
1735 | RelativePath=".\chariter.cpp"> | |
1736 | </File> | |
1737 | <File | |
1738 | RelativePath=".\unicode\chariter.h"> | |
1739 | <FileConfiguration | |
1740 | Name="Release|Win32"> | |
1741 | <Tool | |
1742 | Name="VCCustomBuildTool" | |
374ca955 | 1743 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1744 | " |
374ca955 | 1745 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1746 | </FileConfiguration> |
1747 | <FileConfiguration | |
1748 | Name="Debug|Win32"> | |
1749 | <Tool | |
1750 | Name="VCCustomBuildTool" | |
374ca955 | 1751 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1752 | " |
374ca955 | 1753 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1754 | </FileConfiguration> |
1755 | </File> | |
1756 | <File | |
1757 | RelativePath=".\charstr.h"> | |
1758 | </File> | |
1759 | <File | |
1760 | RelativePath=".\cstring.c"> | |
1761 | </File> | |
1762 | <File | |
1763 | RelativePath=".\cstring.h"> | |
1764 | </File> | |
1765 | <File | |
1766 | RelativePath=".\cwchar.c"> | |
1767 | </File> | |
1768 | <File | |
1769 | RelativePath=".\cwchar.h"> | |
1770 | </File> | |
1771 | <File | |
1772 | RelativePath=".\unicode\rep.h"> | |
1773 | <FileConfiguration | |
1774 | Name="Release|Win32"> | |
1775 | <Tool | |
1776 | Name="VCCustomBuildTool" | |
374ca955 | 1777 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1778 | " |
374ca955 | 1779 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1780 | </FileConfiguration> |
1781 | <FileConfiguration | |
1782 | Name="Debug|Win32"> | |
1783 | <Tool | |
1784 | Name="VCCustomBuildTool" | |
374ca955 | 1785 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1786 | " |
374ca955 | 1787 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1788 | </FileConfiguration> |
1789 | </File> | |
1790 | <File | |
1791 | RelativePath=".\schriter.cpp"> | |
1792 | </File> | |
1793 | <File | |
1794 | RelativePath=".\unicode\schriter.h"> | |
1795 | <FileConfiguration | |
1796 | Name="Release|Win32"> | |
1797 | <Tool | |
1798 | Name="VCCustomBuildTool" | |
374ca955 | 1799 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1800 | " |
374ca955 | 1801 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1802 | </FileConfiguration> |
1803 | <FileConfiguration | |
1804 | Name="Debug|Win32"> | |
1805 | <Tool | |
1806 | Name="VCCustomBuildTool" | |
374ca955 | 1807 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
73c04bcf A |
1808 | " |
1809 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1810 | </FileConfiguration> | |
1811 | </File> | |
1812 | <File | |
1813 | RelativePath=".\ucasemap.c"> | |
1814 | </File> | |
1815 | <File | |
1816 | RelativePath=".\unicode\ucasemap.h"> | |
1817 | <FileConfiguration | |
1818 | Name="Release|Win32"> | |
1819 | <Tool | |
1820 | Name="VCCustomBuildTool" | |
1821 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1822 | " | |
1823 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1824 | </FileConfiguration> | |
1825 | <FileConfiguration | |
1826 | Name="Debug|Win32"> | |
1827 | <Tool | |
1828 | Name="VCCustomBuildTool" | |
1829 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
b75a7d8f | 1830 | " |
374ca955 | 1831 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1832 | </FileConfiguration> |
1833 | </File> | |
1834 | <File | |
1835 | RelativePath=".\uchriter.cpp"> | |
1836 | </File> | |
1837 | <File | |
1838 | RelativePath=".\unicode\uchriter.h"> | |
1839 | <FileConfiguration | |
1840 | Name="Release|Win32"> | |
1841 | <Tool | |
1842 | Name="VCCustomBuildTool" | |
374ca955 | 1843 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1844 | " |
374ca955 | 1845 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1846 | </FileConfiguration> |
1847 | <FileConfiguration | |
1848 | Name="Debug|Win32"> | |
1849 | <Tool | |
1850 | Name="VCCustomBuildTool" | |
374ca955 | 1851 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1852 | " |
374ca955 | 1853 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1854 | </FileConfiguration> |
1855 | </File> | |
374ca955 A |
1856 | <File |
1857 | RelativePath=".\uinvchar.c"> | |
1858 | </File> | |
1859 | <File | |
1860 | RelativePath=".\uinvchar.h"> | |
1861 | </File> | |
b75a7d8f A |
1862 | <File |
1863 | RelativePath=".\uiter.cpp"> | |
1864 | </File> | |
1865 | <File | |
1866 | RelativePath=".\unicode\uiter.h"> | |
1867 | <FileConfiguration | |
1868 | Name="Release|Win32"> | |
1869 | <Tool | |
1870 | Name="VCCustomBuildTool" | |
374ca955 | 1871 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1872 | " |
374ca955 | 1873 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1874 | </FileConfiguration> |
1875 | <FileConfiguration | |
1876 | Name="Debug|Win32"> | |
1877 | <Tool | |
1878 | Name="VCCustomBuildTool" | |
374ca955 | 1879 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1880 | " |
374ca955 | 1881 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1882 | </FileConfiguration> |
1883 | </File> | |
1884 | <File | |
1885 | RelativePath=".\unistr.cpp"> | |
1886 | </File> | |
1887 | <File | |
1888 | RelativePath=".\unicode\unistr.h"> | |
1889 | <FileConfiguration | |
1890 | Name="Release|Win32"> | |
1891 | <Tool | |
1892 | Name="VCCustomBuildTool" | |
374ca955 | 1893 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1894 | " |
374ca955 | 1895 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1896 | </FileConfiguration> |
1897 | <FileConfiguration | |
1898 | Name="Debug|Win32"> | |
1899 | <Tool | |
1900 | Name="VCCustomBuildTool" | |
374ca955 | 1901 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1902 | " |
374ca955 | 1903 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1904 | </FileConfiguration> |
1905 | </File> | |
374ca955 A |
1906 | <File |
1907 | RelativePath=".\unistr_case.cpp"> | |
1908 | </File> | |
1909 | <File | |
1910 | RelativePath=".\unistr_cnv.cpp"> | |
1911 | </File> | |
1912 | <File | |
1913 | RelativePath=".\unistr_props.cpp"> | |
1914 | </File> | |
b75a7d8f A |
1915 | <File |
1916 | RelativePath=".\unicode\urep.h"> | |
1917 | <FileConfiguration | |
1918 | Name="Release|Win32"> | |
1919 | <Tool | |
1920 | Name="VCCustomBuildTool" | |
374ca955 | 1921 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1922 | " |
374ca955 | 1923 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1924 | </FileConfiguration> |
1925 | <FileConfiguration | |
1926 | Name="Debug|Win32"> | |
1927 | <Tool | |
1928 | Name="VCCustomBuildTool" | |
374ca955 | 1929 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1930 | " |
374ca955 | 1931 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1932 | </FileConfiguration> |
1933 | </File> | |
374ca955 A |
1934 | <File |
1935 | RelativePath=".\ustr_cnv.c"> | |
1936 | </File> | |
1937 | <File | |
1938 | RelativePath=".\ustr_cnv.h"> | |
1939 | </File> | |
b75a7d8f A |
1940 | <File |
1941 | RelativePath=".\ustr_imp.h"> | |
1942 | </File> | |
374ca955 A |
1943 | <File |
1944 | RelativePath=".\ustr_wcs.c"> | |
1945 | </File> | |
b75a7d8f A |
1946 | <File |
1947 | RelativePath=".\ustrcase.c"> | |
1948 | </File> | |
1949 | <File | |
1950 | RelativePath=".\ustring.c"> | |
1951 | </File> | |
1952 | <File | |
1953 | RelativePath=".\unicode\ustring.h"> | |
1954 | <FileConfiguration | |
1955 | Name="Release|Win32"> | |
1956 | <Tool | |
1957 | Name="VCCustomBuildTool" | |
374ca955 | 1958 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1959 | " |
374ca955 | 1960 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1961 | </FileConfiguration> |
1962 | <FileConfiguration | |
1963 | Name="Debug|Win32"> | |
1964 | <Tool | |
1965 | Name="VCCustomBuildTool" | |
374ca955 | 1966 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 1967 | " |
374ca955 | 1968 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
1969 | </FileConfiguration> |
1970 | </File> | |
1971 | <File | |
1972 | RelativePath=".\ustrtrns.c"> | |
1973 | </File> | |
73c04bcf A |
1974 | <File |
1975 | RelativePath=".\utext.cpp"> | |
1976 | </File> | |
1977 | <File | |
1978 | RelativePath=".\unicode\utext.h"> | |
1979 | <FileConfiguration | |
1980 | Name="Release|Win32"> | |
1981 | <Tool | |
1982 | Name="VCCustomBuildTool" | |
1983 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1984 | " | |
1985 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1986 | </FileConfiguration> | |
1987 | <FileConfiguration | |
1988 | Name="Debug|Win32"> | |
1989 | <Tool | |
1990 | Name="VCCustomBuildTool" | |
1991 | CommandLine="copy "$(InputPath)" ..\..\include\unicode | |
1992 | " | |
1993 | Outputs="..\..\include\unicode\$(InputFileName)"/> | |
1994 | </FileConfiguration> | |
1995 | </File> | |
b75a7d8f A |
1996 | <File |
1997 | RelativePath=".\unicode\utf.h"> | |
1998 | <FileConfiguration | |
1999 | Name="Release|Win32"> | |
2000 | <Tool | |
2001 | Name="VCCustomBuildTool" | |
374ca955 | 2002 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 2003 | " |
374ca955 | 2004 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
2005 | </FileConfiguration> |
2006 | <FileConfiguration | |
2007 | Name="Debug|Win32"> | |
2008 | <Tool | |
2009 | Name="VCCustomBuildTool" | |
374ca955 | 2010 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 2011 | " |
374ca955 | 2012 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
2013 | </FileConfiguration> |
2014 | </File> | |
2015 | <File | |
2016 | RelativePath=".\unicode\utf16.h"> | |
2017 | <FileConfiguration | |
2018 | Name="Release|Win32"> | |
2019 | <Tool | |
2020 | Name="VCCustomBuildTool" | |
374ca955 | 2021 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 2022 | " |
374ca955 | 2023 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
2024 | </FileConfiguration> |
2025 | <FileConfiguration | |
2026 | Name="Debug|Win32"> | |
2027 | <Tool | |
2028 | Name="VCCustomBuildTool" | |
374ca955 | 2029 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 2030 | " |
374ca955 | 2031 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
2032 | </FileConfiguration> |
2033 | </File> | |
2034 | <File | |
2035 | RelativePath=".\unicode\utf32.h"> | |
2036 | <FileConfiguration | |
2037 | Name="Release|Win32"> | |
2038 | <Tool | |
2039 | Name="VCCustomBuildTool" | |
374ca955 | 2040 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 2041 | " |
374ca955 | 2042 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
2043 | </FileConfiguration> |
2044 | <FileConfiguration | |
2045 | Name="Debug|Win32"> | |
2046 | <Tool | |
2047 | Name="VCCustomBuildTool" | |
374ca955 | 2048 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 2049 | " |
374ca955 | 2050 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
2051 | </FileConfiguration> |
2052 | </File> | |
2053 | <File | |
2054 | RelativePath=".\unicode\utf8.h"> | |
2055 | <FileConfiguration | |
2056 | Name="Release|Win32"> | |
2057 | <Tool | |
2058 | Name="VCCustomBuildTool" | |
374ca955 | 2059 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 2060 | " |
374ca955 | 2061 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
2062 | </FileConfiguration> |
2063 | <FileConfiguration | |
2064 | Name="Debug|Win32"> | |
2065 | <Tool | |
2066 | Name="VCCustomBuildTool" | |
374ca955 | 2067 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 2068 | " |
374ca955 | 2069 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
2070 | </FileConfiguration> |
2071 | </File> | |
2072 | <File | |
2073 | RelativePath=".\utf_impl.c"> | |
2074 | </File> | |
2075 | <File | |
2076 | RelativePath=".\unicode\utf_old.h"> | |
2077 | <FileConfiguration | |
2078 | Name="Release|Win32"> | |
2079 | <Tool | |
2080 | Name="VCCustomBuildTool" | |
374ca955 | 2081 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 2082 | " |
374ca955 | 2083 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
2084 | </FileConfiguration> |
2085 | <FileConfiguration | |
2086 | Name="Debug|Win32"> | |
2087 | <Tool | |
2088 | Name="VCCustomBuildTool" | |
374ca955 | 2089 | CommandLine="copy "$(InputPath)" ..\..\include\unicode |
b75a7d8f | 2090 | " |
374ca955 | 2091 | Outputs="..\..\include\unicode\$(InputFileName)"/> |
b75a7d8f A |
2092 | </FileConfiguration> |
2093 | </File> | |
2094 | </Filter> | |
2095 | </Files> | |
2096 | <Globals> | |
2097 | </Globals> | |
73c04bcf | 2098 | </VisualStudioProject> |