]>
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="intltest" |
6 | SccProjectName="" | |
7 | SccLocalPath=""> | |
8 | <Platforms> | |
9 | <Platform | |
10 | Name="Win32"/> | |
11 | </Platforms> | |
12 | <Configurations> | |
13 | <Configuration | |
14 | Name="Debug|Win32" | |
15 | OutputDirectory=".\Debug" | |
16 | IntermediateDirectory=".\Debug" | |
17 | ConfigurationType="1" | |
18 | UseOfMFC="0" | |
19 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
20 | CharacterSet="2"> | |
21 | <Tool | |
22 | Name="VCCLCompilerTool" | |
23 | Optimization="0" | |
24 | ImproveFloatingPointConsistency="TRUE" | |
73c04bcf A |
25 | AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\..\i18n;..\..\tools\toolutil;..\..\tools\ctestfw" |
26 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | |
b75a7d8f A |
27 | BasicRuntimeChecks="3" |
28 | RuntimeLibrary="1" | |
374ca955 | 29 | BufferSecurityCheck="TRUE" |
b75a7d8f | 30 | DisableLanguageExtensions="TRUE" |
73c04bcf | 31 | TreatWChar_tAsBuiltInType="TRUE" |
b75a7d8f A |
32 | PrecompiledHeaderFile=".\Debug/intltest.pch" |
33 | AssemblerListingLocation=".\Debug/" | |
34 | ObjectFile=".\Debug/" | |
35 | ProgramDataBaseFileName=".\Debug/" | |
36 | BrowseInformation="1" | |
37 | WarningLevel="3" | |
38 | SuppressStartupBanner="TRUE" | |
39 | DebugInformationFormat="4" | |
40 | CompileAs="0"/> | |
41 | <Tool | |
42 | Name="VCCustomBuildTool"/> | |
43 | <Tool | |
44 | Name="VCLinkerTool" | |
b75a7d8f A |
45 | OutputFile=".\Debug/intltest.exe" |
46 | LinkIncremental="2" | |
47 | SuppressStartupBanner="TRUE" | |
b75a7d8f A |
48 | GenerateDebugInformation="TRUE" |
49 | ProgramDatabaseFile=".\Debug/intltest.pdb" | |
374ca955 A |
50 | SubSystem="1" |
51 | FixedBaseAddress="1"/> | |
b75a7d8f A |
52 | <Tool |
53 | Name="VCMIDLTool" | |
54 | TypeLibraryName=".\Debug/intltest.tlb"/> | |
55 | <Tool | |
56 | Name="VCPostBuildEventTool"/> | |
57 | <Tool | |
58 | Name="VCPreBuildEventTool"/> | |
59 | <Tool | |
60 | Name="VCPreLinkEventTool"/> | |
61 | <Tool | |
62 | Name="VCResourceCompilerTool" | |
63 | PreprocessorDefinitions="_DEBUG" | |
64 | Culture="1033"/> | |
65 | <Tool | |
66 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
67 | <Tool |
68 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
69 | <Tool |
70 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
71 | <Tool |
72 | Name="VCManagedWrapperGeneratorTool"/> | |
73 | <Tool | |
74 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
75 | </Configuration> |
76 | <Configuration | |
77 | Name="Release|Win32" | |
78 | OutputDirectory=".\Release" | |
79 | IntermediateDirectory=".\Release" | |
80 | ConfigurationType="1" | |
81 | UseOfMFC="0" | |
82 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
83 | CharacterSet="2"> | |
84 | <Tool | |
85 | Name="VCCLCompilerTool" | |
b75a7d8f | 86 | ImproveFloatingPointConsistency="TRUE" |
73c04bcf A |
87 | AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\..\i18n;..\..\tools\toolutil;..\..\tools\ctestfw" |
88 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |
374ca955 | 89 | StringPooling="TRUE" |
b75a7d8f A |
90 | RuntimeLibrary="0" |
91 | DisableLanguageExtensions="TRUE" | |
73c04bcf | 92 | TreatWChar_tAsBuiltInType="TRUE" |
b75a7d8f A |
93 | PrecompiledHeaderFile=".\Release/intltest.pch" |
94 | AssemblerListingLocation=".\Release/" | |
95 | ObjectFile=".\Release/" | |
96 | ProgramDataBaseFileName=".\Release/" | |
97 | WarningLevel="3" | |
98 | SuppressStartupBanner="TRUE" | |
b75a7d8f A |
99 | CompileAs="0"/> |
100 | <Tool | |
101 | Name="VCCustomBuildTool"/> | |
102 | <Tool | |
103 | Name="VCLinkerTool" | |
b75a7d8f A |
104 | OutputFile=".\Release/intltest.exe" |
105 | LinkIncremental="1" | |
106 | SuppressStartupBanner="TRUE" | |
b75a7d8f A |
107 | GenerateDebugInformation="TRUE" |
108 | ProgramDatabaseFile=".\Release/intltest.pdb" | |
109 | SubSystem="1"/> | |
110 | <Tool | |
111 | Name="VCMIDLTool" | |
112 | TypeLibraryName=".\Release/intltest.tlb"/> | |
113 | <Tool | |
114 | Name="VCPostBuildEventTool"/> | |
115 | <Tool | |
116 | Name="VCPreBuildEventTool"/> | |
117 | <Tool | |
118 | Name="VCPreLinkEventTool"/> | |
119 | <Tool | |
120 | Name="VCResourceCompilerTool" | |
121 | PreprocessorDefinitions="NDEBUG" | |
122 | Culture="1033"/> | |
123 | <Tool | |
124 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
125 | <Tool |
126 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
127 | <Tool |
128 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
129 | <Tool |
130 | Name="VCManagedWrapperGeneratorTool"/> | |
131 | <Tool | |
132 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
133 | </Configuration> |
134 | </Configurations> | |
374ca955 A |
135 | <References> |
136 | </References> | |
b75a7d8f A |
137 | <Files> |
138 | <Filter | |
139 | Name="break iteration" | |
140 | Filter=""> | |
141 | <File | |
142 | RelativePath=".\itrbbi.cpp"> | |
143 | </File> | |
144 | <File | |
145 | RelativePath=".\itrbbi.h"> | |
146 | </File> | |
147 | <File | |
148 | RelativePath=".\rbbiapts.cpp"> | |
149 | </File> | |
150 | <File | |
151 | RelativePath=".\rbbiapts.h"> | |
152 | </File> | |
153 | <File | |
154 | RelativePath=".\rbbitst.cpp"> | |
155 | </File> | |
156 | <File | |
157 | RelativePath=".\rbbitst.h"> | |
158 | </File> | |
159 | </Filter> | |
160 | <Filter | |
161 | Name="collation" | |
162 | Filter=""> | |
163 | <File | |
164 | RelativePath=".\allcoll.cpp"> | |
165 | </File> | |
166 | <File | |
167 | RelativePath=".\allcoll.h"> | |
168 | </File> | |
169 | <File | |
170 | RelativePath=".\apicoll.cpp"> | |
171 | </File> | |
172 | <File | |
173 | RelativePath=".\apicoll.h"> | |
174 | </File> | |
175 | <File | |
176 | RelativePath=".\cntabcol.cpp"> | |
177 | </File> | |
178 | <File | |
179 | RelativePath=".\cntabcol.h"> | |
180 | </File> | |
181 | <File | |
182 | RelativePath=".\currcoll.cpp"> | |
183 | </File> | |
184 | <File | |
185 | RelativePath=".\currcoll.h"> | |
186 | </File> | |
b75a7d8f A |
187 | <File |
188 | RelativePath=".\dadrcoll.cpp"> | |
189 | </File> | |
190 | <File | |
191 | RelativePath=".\dadrcoll.h"> | |
192 | </File> | |
193 | <File | |
194 | RelativePath=".\decoll.cpp"> | |
195 | </File> | |
196 | <File | |
197 | RelativePath=".\decoll.h"> | |
198 | </File> | |
199 | <File | |
200 | RelativePath=".\encoll.cpp"> | |
201 | </File> | |
202 | <File | |
203 | RelativePath=".\encoll.h"> | |
204 | </File> | |
205 | <File | |
206 | RelativePath=".\escoll.cpp"> | |
207 | </File> | |
208 | <File | |
209 | RelativePath=".\escoll.h"> | |
210 | </File> | |
211 | <File | |
212 | RelativePath=".\ficoll.cpp"> | |
213 | </File> | |
214 | <File | |
215 | RelativePath=".\ficoll.h"> | |
216 | </File> | |
217 | <File | |
218 | RelativePath=".\frcoll.cpp"> | |
219 | </File> | |
220 | <File | |
221 | RelativePath=".\frcoll.h"> | |
222 | </File> | |
223 | <File | |
224 | RelativePath=".\g7coll.cpp"> | |
225 | </File> | |
226 | <File | |
227 | RelativePath=".\g7coll.h"> | |
228 | </File> | |
229 | <File | |
230 | RelativePath=".\itercoll.cpp"> | |
231 | </File> | |
232 | <File | |
233 | RelativePath=".\itercoll.h"> | |
234 | </File> | |
235 | <File | |
236 | RelativePath=".\jacoll.cpp"> | |
237 | </File> | |
238 | <File | |
239 | RelativePath=".\jacoll.h"> | |
240 | </File> | |
241 | <File | |
242 | RelativePath=".\lcukocol.cpp"> | |
243 | </File> | |
244 | <File | |
245 | RelativePath=".\lcukocol.h"> | |
246 | </File> | |
247 | <File | |
248 | RelativePath=".\mnkytst.cpp"> | |
249 | </File> | |
250 | <File | |
251 | RelativePath=".\mnkytst.h"> | |
252 | </File> | |
253 | <File | |
254 | RelativePath=".\regcoll.cpp"> | |
255 | </File> | |
256 | <File | |
257 | RelativePath=".\regcoll.h"> | |
258 | </File> | |
73c04bcf A |
259 | <File |
260 | RelativePath=".\rndmcoll.cpp"> | |
261 | </File> | |
262 | <File | |
263 | RelativePath=".\rndmcoll.h"> | |
264 | </File> | |
b75a7d8f A |
265 | <File |
266 | RelativePath=".\srchtest.cpp"> | |
267 | </File> | |
268 | <File | |
269 | RelativePath=".\srchtest.h"> | |
270 | </File> | |
271 | <File | |
272 | RelativePath="svccoll.cpp"> | |
273 | </File> | |
274 | <File | |
275 | RelativePath="svccoll.h"> | |
276 | </File> | |
277 | <File | |
278 | RelativePath=".\thcoll.cpp"> | |
279 | </File> | |
280 | <File | |
281 | RelativePath=".\thcoll.h"> | |
282 | </File> | |
283 | <File | |
284 | RelativePath=".\trcoll.cpp"> | |
285 | </File> | |
286 | <File | |
287 | RelativePath=".\trcoll.h"> | |
288 | </File> | |
289 | <File | |
290 | RelativePath=".\tscoll.cpp"> | |
291 | </File> | |
292 | <File | |
293 | RelativePath=".\tscoll.h"> | |
294 | </File> | |
295 | <File | |
296 | RelativePath=".\ucaconf.cpp"> | |
297 | </File> | |
298 | <File | |
299 | RelativePath=".\ucaconf.h"> | |
300 | </File> | |
73c04bcf A |
301 | <File |
302 | RelativePath=".\wbnf.cpp"> | |
303 | </File> | |
304 | <File | |
305 | RelativePath=".\wbnf.h"> | |
306 | </File> | |
b75a7d8f | 307 | </Filter> |
374ca955 A |
308 | <Filter |
309 | Name="collections" | |
310 | Filter=""> | |
73c04bcf A |
311 | <File |
312 | RelativePath=".\uvectest.cpp"> | |
313 | </File> | |
314 | <File | |
315 | RelativePath=".\uvectest.h"> | |
316 | </File> | |
374ca955 A |
317 | <File |
318 | RelativePath=".\v32test.cpp"> | |
319 | </File> | |
320 | <File | |
321 | RelativePath=".\v32test.h"> | |
322 | </File> | |
323 | </Filter> | |
b75a7d8f A |
324 | <Filter |
325 | Name="configuration" | |
326 | Filter=""> | |
327 | <File | |
328 | RelativePath=".\strtest.cpp"> | |
73c04bcf A |
329 | <FileConfiguration |
330 | Name="Debug|Win32"> | |
331 | <Tool | |
332 | Name="VCCLCompilerTool" | |
333 | DisableLanguageExtensions="FALSE"/> | |
334 | </FileConfiguration> | |
335 | <FileConfiguration | |
336 | Name="Release|Win32"> | |
337 | <Tool | |
338 | Name="VCCLCompilerTool" | |
339 | DisableLanguageExtensions="FALSE"/> | |
340 | </FileConfiguration> | |
b75a7d8f A |
341 | </File> |
342 | <File | |
343 | RelativePath=".\strtest.h"> | |
344 | </File> | |
345 | <File | |
346 | RelativePath=".\tsmthred.cpp"> | |
347 | <FileConfiguration | |
348 | Name="Debug|Win32"> | |
349 | <Tool | |
350 | Name="VCCLCompilerTool" | |
351 | DisableLanguageExtensions="FALSE"/> | |
352 | </FileConfiguration> | |
353 | <FileConfiguration | |
354 | Name="Release|Win32"> | |
355 | <Tool | |
356 | Name="VCCLCompilerTool" | |
357 | DisableLanguageExtensions="FALSE"/> | |
358 | </FileConfiguration> | |
359 | </File> | |
360 | <File | |
361 | RelativePath=".\tsmthred.h"> | |
362 | </File> | |
b75a7d8f A |
363 | <File |
364 | RelativePath=".\tsputil.cpp"> | |
365 | </File> | |
366 | <File | |
367 | RelativePath=".\tsputil.h"> | |
368 | </File> | |
369 | </Filter> | |
370 | <Filter | |
371 | Name="data & memory" | |
372 | Filter=""> | |
373 | <File | |
374 | RelativePath=".\uobjtest.cpp"> | |
375 | </File> | |
376 | <File | |
377 | RelativePath=".\uobjtest.h"> | |
378 | </File> | |
379 | </Filter> | |
380 | <Filter | |
381 | Name="formatting" | |
382 | Filter=""> | |
374ca955 A |
383 | <File |
384 | RelativePath=".\astrotst.cpp"> | |
385 | </File> | |
386 | <File | |
387 | RelativePath=".\astrotst.h"> | |
388 | </File> | |
389 | <File | |
390 | RelativePath=".\calcasts.cpp"> | |
391 | </File> | |
392 | <File | |
393 | RelativePath=".\calcasts.h"> | |
394 | </File> | |
b75a7d8f A |
395 | <File |
396 | RelativePath=".\callimts.cpp"> | |
397 | </File> | |
398 | <File | |
399 | RelativePath=".\callimts.h"> | |
400 | </File> | |
401 | <File | |
402 | RelativePath=".\calregts.cpp"> | |
403 | </File> | |
404 | <File | |
405 | RelativePath=".\calregts.h"> | |
406 | </File> | |
407 | <File | |
408 | RelativePath=".\caltest.cpp"> | |
409 | </File> | |
410 | <File | |
411 | RelativePath=".\caltest.h"> | |
412 | </File> | |
413 | <File | |
414 | RelativePath=".\caltztst.cpp"> | |
415 | </File> | |
416 | <File | |
417 | RelativePath=".\caltztst.h"> | |
418 | </File> | |
419 | <File | |
420 | RelativePath=".\dcfmapts.cpp"> | |
421 | </File> | |
422 | <File | |
423 | RelativePath=".\dcfmapts.h"> | |
424 | </File> | |
425 | <File | |
426 | RelativePath=".\dtfmapts.cpp"> | |
427 | </File> | |
428 | <File | |
429 | RelativePath=".\dtfmapts.h"> | |
430 | </File> | |
431 | <File | |
432 | RelativePath=".\dtfmrgts.cpp"> | |
433 | </File> | |
434 | <File | |
435 | RelativePath=".\dtfmrgts.h"> | |
436 | </File> | |
437 | <File | |
438 | RelativePath=".\dtfmtrtts.cpp"> | |
439 | </File> | |
440 | <File | |
441 | RelativePath=".\dtfmtrtts.h"> | |
442 | </File> | |
443 | <File | |
444 | RelativePath=".\dtfmttst.cpp"> | |
445 | </File> | |
446 | <File | |
447 | RelativePath=".\dtfmttst.h"> | |
448 | </File> | |
449 | <File | |
450 | RelativePath=".\incaltst.cpp"> | |
451 | </File> | |
452 | <File | |
453 | RelativePath=".\incaltst.h"> | |
454 | </File> | |
455 | <File | |
456 | RelativePath=".\itformat.cpp"> | |
457 | </File> | |
458 | <File | |
459 | RelativePath=".\itformat.h"> | |
460 | </File> | |
461 | <File | |
462 | RelativePath=".\itrbnf.cpp"> | |
463 | </File> | |
464 | <File | |
465 | RelativePath=".\itrbnf.h"> | |
466 | </File> | |
374ca955 A |
467 | <File |
468 | RelativePath=".\itrbnfp.cpp"> | |
469 | </File> | |
470 | <File | |
471 | RelativePath=".\itrbnfp.h"> | |
472 | </File> | |
b75a7d8f A |
473 | <File |
474 | RelativePath=".\itrbnfrt.cpp"> | |
475 | </File> | |
476 | <File | |
477 | RelativePath=".\itrbnfrt.h"> | |
478 | </File> | |
479 | <File | |
480 | RelativePath=".\miscdtfm.cpp"> | |
481 | </File> | |
482 | <File | |
483 | RelativePath=".\miscdtfm.h"> | |
484 | </File> | |
485 | <File | |
486 | RelativePath=".\msfmrgts.cpp"> | |
487 | </File> | |
488 | <File | |
489 | RelativePath=".\msfmrgts.h"> | |
490 | </File> | |
491 | <File | |
492 | RelativePath=".\nmfmapts.cpp"> | |
493 | </File> | |
494 | <File | |
495 | RelativePath=".\nmfmapts.h"> | |
496 | </File> | |
497 | <File | |
498 | RelativePath=".\nmfmtrt.cpp"> | |
499 | </File> | |
500 | <File | |
501 | RelativePath=".\nmfmtrt.h"> | |
502 | </File> | |
503 | <File | |
504 | RelativePath=".\numfmtst.cpp"> | |
505 | </File> | |
506 | <File | |
507 | RelativePath=".\numfmtst.h"> | |
508 | </File> | |
509 | <File | |
510 | RelativePath=".\numrgts.cpp"> | |
511 | </File> | |
512 | <File | |
513 | RelativePath=".\numrgts.h"> | |
514 | </File> | |
515 | <File | |
516 | RelativePath=".\pptest.cpp"> | |
517 | </File> | |
518 | <File | |
519 | RelativePath=".\pptest.h"> | |
520 | </File> | |
521 | <File | |
522 | RelativePath=".\sdtfmtts.cpp"> | |
523 | </File> | |
524 | <File | |
525 | RelativePath=".\sdtfmtts.h"> | |
526 | </File> | |
527 | <File | |
528 | RelativePath=".\tchcfmt.cpp"> | |
529 | </File> | |
530 | <File | |
531 | RelativePath=".\tchcfmt.h"> | |
532 | </File> | |
533 | <File | |
534 | RelativePath=".\tfsmalls.cpp"> | |
535 | </File> | |
536 | <File | |
537 | RelativePath=".\tfsmalls.h"> | |
538 | </File> | |
539 | <File | |
540 | RelativePath=".\tmsgfmt.cpp"> | |
541 | </File> | |
542 | <File | |
543 | RelativePath=".\tmsgfmt.h"> | |
544 | </File> | |
545 | <File | |
546 | RelativePath=".\tsdate.cpp"> | |
547 | </File> | |
548 | <File | |
549 | RelativePath=".\tsdate.h"> | |
550 | </File> | |
551 | <File | |
552 | RelativePath=".\tsdcfmsy.cpp"> | |
553 | </File> | |
554 | <File | |
555 | RelativePath=".\tsdcfmsy.h"> | |
556 | </File> | |
557 | <File | |
558 | RelativePath=".\tsdtfmsy.cpp"> | |
559 | </File> | |
560 | <File | |
561 | RelativePath=".\tsdtfmsy.h"> | |
562 | </File> | |
563 | <File | |
564 | RelativePath=".\tsnmfmt.cpp"> | |
565 | </File> | |
566 | <File | |
567 | RelativePath=".\tsnmfmt.h"> | |
568 | </File> | |
569 | <File | |
570 | RelativePath=".\tzbdtest.cpp"> | |
571 | </File> | |
572 | <File | |
573 | RelativePath=".\tzbdtest.h"> | |
574 | </File> | |
575 | <File | |
576 | RelativePath=".\tzregts.cpp"> | |
577 | </File> | |
578 | <File | |
579 | RelativePath=".\tzregts.h"> | |
580 | </File> | |
581 | <File | |
582 | RelativePath=".\tztest.cpp"> | |
583 | </File> | |
584 | <File | |
585 | RelativePath=".\tztest.h"> | |
586 | </File> | |
73c04bcf A |
587 | <File |
588 | RelativePath=".\windttst.cpp"> | |
589 | <FileConfiguration | |
590 | Name="Debug|Win32"> | |
591 | <Tool | |
592 | Name="VCCLCompilerTool" | |
593 | DisableLanguageExtensions="FALSE"/> | |
594 | </FileConfiguration> | |
595 | <FileConfiguration | |
596 | Name="Release|Win32"> | |
597 | <Tool | |
598 | Name="VCCLCompilerTool" | |
599 | DisableLanguageExtensions="FALSE"/> | |
600 | </FileConfiguration> | |
601 | </File> | |
602 | <File | |
603 | RelativePath=".\windttst.h"> | |
604 | </File> | |
605 | <File | |
606 | RelativePath=".\winnmtst.cpp"> | |
607 | <FileConfiguration | |
608 | Name="Debug|Win32"> | |
609 | <Tool | |
610 | Name="VCCLCompilerTool" | |
611 | DisableLanguageExtensions="FALSE"/> | |
612 | </FileConfiguration> | |
613 | <FileConfiguration | |
614 | Name="Release|Win32"> | |
615 | <Tool | |
616 | Name="VCCLCompilerTool" | |
617 | DisableLanguageExtensions="FALSE"/> | |
618 | </FileConfiguration> | |
619 | </File> | |
620 | <File | |
621 | RelativePath=".\winnmtst.h"> | |
622 | </File> | |
b75a7d8f | 623 | </Filter> |
374ca955 A |
624 | <Filter |
625 | Name="idna" | |
626 | Filter="*.c,*.h"> | |
73c04bcf A |
627 | <File |
628 | RelativePath=".\idnaconf.cpp"> | |
629 | </File> | |
630 | <File | |
631 | RelativePath=".\idnaconf.h"> | |
632 | </File> | |
374ca955 A |
633 | <File |
634 | RelativePath=".\idnaref.cpp"> | |
635 | </File> | |
636 | <File | |
637 | RelativePath=".\idnaref.h"> | |
638 | </File> | |
639 | <File | |
640 | RelativePath=".\nptrans.cpp"> | |
641 | </File> | |
642 | <File | |
643 | RelativePath=".\nptrans.h"> | |
644 | </File> | |
645 | <File | |
646 | RelativePath=".\punyref.c"> | |
647 | </File> | |
648 | <File | |
649 | RelativePath=".\punyref.h"> | |
650 | </File> | |
651 | <File | |
652 | RelativePath=".\testidn.cpp"> | |
653 | </File> | |
654 | <File | |
655 | RelativePath=".\testidna.cpp"> | |
656 | </File> | |
657 | <File | |
658 | RelativePath=".\testidna.h"> | |
659 | </File> | |
660 | </Filter> | |
b75a7d8f A |
661 | <Filter |
662 | Name="locales & resources" | |
663 | Filter=""> | |
73c04bcf A |
664 | <File |
665 | RelativePath=".\aliastst.cpp"> | |
666 | </File> | |
667 | <File | |
668 | RelativePath=".\aliastst.h"> | |
669 | </File> | |
b75a7d8f A |
670 | <File |
671 | RelativePath=".\loctest.cpp"> | |
672 | </File> | |
673 | <File | |
674 | RelativePath=".\loctest.h"> | |
675 | </File> | |
676 | <File | |
677 | RelativePath=".\restest.cpp"> | |
678 | </File> | |
679 | <File | |
680 | RelativePath=".\restest.h"> | |
681 | </File> | |
682 | <File | |
683 | RelativePath=".\restsnew.cpp"> | |
684 | </File> | |
685 | <File | |
686 | RelativePath=".\restsnew.h"> | |
687 | </File> | |
688 | </Filter> | |
689 | <Filter | |
690 | Name="misc" | |
691 | Filter=""> | |
b75a7d8f A |
692 | <File |
693 | RelativePath=".\intltest.cpp"> | |
694 | </File> | |
695 | <File | |
696 | RelativePath=".\intltest.h"> | |
697 | </File> | |
698 | <File | |
699 | RelativePath=".\itmajor.cpp"> | |
700 | </File> | |
701 | <File | |
702 | RelativePath=".\itmajor.h"> | |
703 | </File> | |
704 | <File | |
705 | RelativePath=".\itutil.cpp"> | |
706 | </File> | |
707 | <File | |
708 | RelativePath=".\itutil.h"> | |
709 | </File> | |
710 | <File | |
374ca955 | 711 | RelativePath=".\testutil.cpp"> |
b75a7d8f A |
712 | </File> |
713 | <File | |
374ca955 | 714 | RelativePath=".\testutil.h"> |
b75a7d8f A |
715 | </File> |
716 | <File | |
374ca955 | 717 | RelativePath=".\textfile.cpp"> |
b75a7d8f A |
718 | </File> |
719 | <File | |
374ca955 | 720 | RelativePath=".\textfile.h"> |
b75a7d8f A |
721 | </File> |
722 | <File | |
374ca955 | 723 | RelativePath=".\tokiter.cpp"> |
b75a7d8f A |
724 | </File> |
725 | <File | |
374ca955 | 726 | RelativePath=".\tokiter.h"> |
b75a7d8f | 727 | </File> |
73c04bcf A |
728 | <File |
729 | RelativePath=".\winutil.cpp"> | |
730 | <FileConfiguration | |
731 | Name="Debug|Win32"> | |
732 | <Tool | |
733 | Name="VCCLCompilerTool" | |
734 | DisableLanguageExtensions="FALSE"/> | |
735 | </FileConfiguration> | |
736 | <FileConfiguration | |
737 | Name="Release|Win32"> | |
738 | <Tool | |
739 | Name="VCCLCompilerTool" | |
740 | DisableLanguageExtensions="FALSE"/> | |
741 | </FileConfiguration> | |
742 | </File> | |
743 | <File | |
744 | RelativePath=".\winutil.h"> | |
745 | </File> | |
b75a7d8f A |
746 | </Filter> |
747 | <Filter | |
748 | Name="normalization" | |
749 | Filter=""> | |
750 | <File | |
751 | RelativePath=".\canittst.cpp"> | |
752 | </File> | |
753 | <File | |
754 | RelativePath=".\canittst.h"> | |
755 | </File> | |
756 | <File | |
757 | RelativePath=".\normconf.cpp"> | |
758 | </File> | |
759 | <File | |
760 | RelativePath=".\normconf.h"> | |
761 | </File> | |
762 | <File | |
763 | RelativePath=".\tstnorm.cpp"> | |
764 | </File> | |
765 | <File | |
766 | RelativePath=".\tstnorm.h"> | |
767 | </File> | |
768 | <File | |
769 | RelativePath=".\tstnrapi.cpp"> | |
770 | </File> | |
771 | </Filter> | |
772 | <Filter | |
773 | Name="properties & sets" | |
774 | Filter=""> | |
775 | <File | |
776 | RelativePath=".\ucdtest.cpp"> | |
777 | </File> | |
778 | <File | |
779 | RelativePath=".\ucdtest.h"> | |
780 | </File> | |
781 | <File | |
782 | RelativePath=".\usettest.cpp"> | |
783 | </File> | |
784 | <File | |
785 | RelativePath=".\usettest.h"> | |
786 | </File> | |
787 | </Filter> | |
788 | <Filter | |
789 | Name="regex" | |
790 | Filter=""> | |
791 | <File | |
792 | RelativePath=".\regextst.cpp"> | |
793 | </File> | |
794 | <File | |
795 | RelativePath=".\regextst.h"> | |
796 | </File> | |
797 | </Filter> | |
798 | <Filter | |
799 | Name="registration" | |
800 | Filter=""> | |
801 | <File | |
802 | RelativePath=".\icusvtst.cpp"> | |
803 | </File> | |
804 | <File | |
805 | RelativePath=".\icusvtst.h"> | |
806 | </File> | |
807 | </Filter> | |
808 | <Filter | |
809 | Name="strings" | |
810 | Filter=""> | |
811 | <File | |
812 | RelativePath=".\citrtest.cpp"> | |
813 | </File> | |
814 | <File | |
815 | RelativePath=".\citrtest.h"> | |
816 | </File> | |
817 | <File | |
818 | RelativePath=".\reptest.cpp"> | |
819 | </File> | |
820 | <File | |
821 | RelativePath=".\reptest.h"> | |
822 | </File> | |
823 | <File | |
824 | RelativePath=".\sfwdchit.cpp"> | |
825 | </File> | |
826 | <File | |
827 | RelativePath=".\sfwdchit.h"> | |
828 | </File> | |
829 | <File | |
830 | RelativePath=".\strcase.cpp"> | |
831 | </File> | |
832 | <File | |
833 | RelativePath=".\ustrtest.cpp"> | |
374ca955 A |
834 | <FileConfiguration |
835 | Name="Debug|Win32"> | |
836 | <Tool | |
837 | Name="VCCLCompilerTool" | |
838 | DisableLanguageExtensions="FALSE"/> | |
839 | </FileConfiguration> | |
840 | <FileConfiguration | |
841 | Name="Release|Win32"> | |
842 | <Tool | |
843 | Name="VCCLCompilerTool" | |
844 | DisableLanguageExtensions="FALSE"/> | |
845 | </FileConfiguration> | |
b75a7d8f A |
846 | </File> |
847 | <File | |
848 | RelativePath=".\ustrtest.h"> | |
849 | </File> | |
73c04bcf A |
850 | <File |
851 | RelativePath=".\utxttest.cpp"> | |
852 | </File> | |
853 | <File | |
854 | RelativePath=".\utxttest.h"> | |
855 | </File> | |
b75a7d8f A |
856 | </Filter> |
857 | <Filter | |
858 | Name="transforms" | |
859 | Filter=""> | |
860 | <File | |
861 | RelativePath=".\cpdtrtst.cpp"> | |
862 | </File> | |
863 | <File | |
864 | RelativePath=".\cpdtrtst.h"> | |
865 | </File> | |
b75a7d8f A |
866 | <File |
867 | RelativePath=".\ittrans.cpp"> | |
868 | </File> | |
869 | <File | |
870 | RelativePath=".\ittrans.h"> | |
871 | </File> | |
872 | <File | |
873 | RelativePath=".\jamotest.cpp"> | |
874 | </File> | |
875 | <File | |
876 | RelativePath=".\jamotest.h"> | |
877 | </File> | |
878 | <File | |
879 | RelativePath=".\transapi.cpp"> | |
880 | </File> | |
881 | <File | |
882 | RelativePath=".\transapi.h"> | |
883 | </File> | |
884 | <File | |
885 | RelativePath=".\transrt.cpp"> | |
886 | </File> | |
887 | <File | |
888 | RelativePath=".\transrt.h"> | |
889 | </File> | |
890 | <File | |
891 | RelativePath=".\transtst.cpp"> | |
892 | </File> | |
893 | <File | |
894 | RelativePath=".\transtst.h"> | |
895 | </File> | |
896 | <File | |
897 | RelativePath=".\trnserr.cpp"> | |
898 | </File> | |
899 | <File | |
900 | RelativePath=".\trnserr.h"> | |
901 | </File> | |
b75a7d8f A |
902 | </Filter> |
903 | <Filter | |
374ca955 A |
904 | Name="conversion" |
905 | Filter=""> | |
b75a7d8f | 906 | <File |
374ca955 | 907 | RelativePath=".\convtest.cpp"> |
b75a7d8f A |
908 | </File> |
909 | <File | |
374ca955 | 910 | RelativePath=".\convtest.h"> |
b75a7d8f A |
911 | </File> |
912 | </Filter> | |
73c04bcf A |
913 | <Filter |
914 | Name="charset detection" | |
915 | Filter=""> | |
916 | <File | |
917 | RelativePath=".\csdetest.cpp"> | |
918 | </File> | |
919 | <File | |
920 | RelativePath=".\csdetest.h"> | |
921 | </File> | |
922 | </Filter> | |
b75a7d8f A |
923 | </Files> |
924 | <Globals> | |
925 | </Globals> | |
926 | </VisualStudioProject> |