]> git.saurik.com Git - wxWidgets.git/blob - tests/test_vc9_test.vcproj
Fix FileTestCase to really test strings with embedded NULs.
[wxWidgets.git] / tests / test_vc9_test.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <!--
3
4 This project was generated by
5 Bakefile 0.2.8 (http://www.bakefile.org)
6 Do not modify, all changes will be overwritten!
7
8 -->
9 <VisualStudioProject
10 ProjectType="Visual C++"
11 Version="9.00"
12 Name="test"
13 ProjectGUID="{2F45723C-ED6B-5F60-8BFF-6B3609464A7B}"
14 >
15 <Platforms>
16 <Platform
17 Name="Win32"
18 />
19 </Platforms>
20 <ToolFiles>
21
22 </ToolFiles>
23 <Configurations>
24 <Configuration
25 Name="Debug|Win32"
26 OutputDirectory="vc_mswud"
27 IntermediateDirectory="vc_mswud\test"
28 ConfigurationType="1"
29 UseOfMFC="0"
30 ATLMinimizesCRunTimeLibraryUsage="false"
31 CharacterSet="1"
32 >
33 <Tool
34 Name="VCPreBuildEventTool"
35 />
36 <Tool
37 Name="VCCustomBuildTool"
38 />
39 <Tool
40 Name="VCXMLDataGeneratorTool"
41 />
42 <Tool
43 Name="VCWebServiceProxyGeneratorTool"
44 />
45 <Tool
46 Name="VCMIDLTool"
47 PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
48 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswud;.\..\include;."
49 />
50 <Tool
51 Name="VCCLCompilerTool"
52 AdditionalOptions="/MP"
53 Optimization="0"
54 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswud;.\..\include;."
55 PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
56 ExceptionHandling="1"
57 BasicRuntimeChecks="3"
58 RuntimeLibrary="3"
59 BufferSecurityCheck="true"
60 RuntimeTypeInfo="true"
61 UsePrecompiledHeader="2"
62 PrecompiledHeaderThrough="testprec.h"
63 PrecompiledHeaderFile="vc_mswud\testprec_test.pch"
64 ObjectFile="vc_mswud\test\"
65 ProgramDataBaseFileName="vc_mswud\test.pdb"
66 WarningLevel="4"
67 SuppressStartupBanner="true"
68 DebugInformationFormat="3"
69 />
70 <Tool
71 Name="VCManagedResourceCompilerTool"
72 />
73 <Tool
74 Name="VCResourceCompilerTool"
75 PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
76 Culture="1033"
77 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswud;.\..\include;."
78 />
79 <Tool
80 Name="VCPreLinkEventTool"
81 />
82 <Tool
83 Name="VCLinkerTool"
84 AdditionalOptions=""
85 AdditionalDependencies="wxbase29ud_net.lib wxbase29ud_xml.lib wxbase29ud.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
86 OutputFile="vc_mswud\test.exe"
87 LinkIncremental="2"
88 SuppressStartupBanner="true"
89 AdditionalLibraryDirectories=".\..\lib\vc_lib"
90 GenerateManifest="true"
91 GenerateDebugInformation="true"
92 ProgramDatabaseFile="vc_mswud\test.pdb"
93 SubSystem="1"
94 TargetMachine="1"
95 />
96 <Tool
97 Name="VCALinkTool"
98 />
99 <Tool
100 Name="VCManifestTool"
101 />
102 <Tool
103 Name="VCXDCMakeTool"
104 />
105 <Tool
106 Name="VCBscMakeTool"
107 OutputFile="vc_mswud\test_vc9_test.bsc"
108 SuppressStartupBanner="true"
109 />
110 <Tool
111 Name="VCFxCopTool"
112 />
113 <Tool
114 Name="VCAppVerifierTool"
115 />
116 <Tool
117 Name="VCPostBuildEventTool"
118 />
119 </Configuration>
120 <Configuration
121 Name="Release|Win32"
122 OutputDirectory="vc_mswu"
123 IntermediateDirectory="vc_mswu\test"
124 ConfigurationType="1"
125 UseOfMFC="0"
126 ATLMinimizesCRunTimeLibraryUsage="false"
127 CharacterSet="1"
128 >
129 <Tool
130 Name="VCPreBuildEventTool"
131 />
132 <Tool
133 Name="VCCustomBuildTool"
134 />
135 <Tool
136 Name="VCXMLDataGeneratorTool"
137 />
138 <Tool
139 Name="VCWebServiceProxyGeneratorTool"
140 />
141 <Tool
142 Name="VCMIDLTool"
143 PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_CONSOLE;wxUSE_GUI=0"
144 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswu;.\..\include;."
145 />
146 <Tool
147 Name="VCCLCompilerTool"
148 AdditionalOptions="/MP"
149 Optimization="2"
150 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswu;.\..\include;."
151 PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;_CONSOLE;wxUSE_GUI=0"
152 ExceptionHandling="1"
153 RuntimeLibrary="2"
154 RuntimeTypeInfo="true"
155 UsePrecompiledHeader="2"
156 PrecompiledHeaderThrough="testprec.h"
157 PrecompiledHeaderFile="vc_mswu\testprec_test.pch"
158 ObjectFile="vc_mswu\test\"
159 ProgramDataBaseFileName="vc_mswu\test.pdb"
160 WarningLevel="4"
161 SuppressStartupBanner="true"
162 DebugInformationFormat="3"
163 />
164 <Tool
165 Name="VCManagedResourceCompilerTool"
166 />
167 <Tool
168 Name="VCResourceCompilerTool"
169 PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;_CONSOLE;wxUSE_GUI=0"
170 Culture="1033"
171 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswu;.\..\include;."
172 />
173 <Tool
174 Name="VCPreLinkEventTool"
175 />
176 <Tool
177 Name="VCLinkerTool"
178 AdditionalOptions=""
179 AdditionalDependencies="wxbase29u_net.lib wxbase29u_xml.lib wxbase29u.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
180 OutputFile="vc_mswu\test.exe"
181 LinkIncremental="1"
182 SuppressStartupBanner="true"
183 AdditionalLibraryDirectories=".\..\lib\vc_lib"
184 GenerateManifest="true"
185 GenerateDebugInformation="true"
186 ProgramDatabaseFile="vc_mswu\test.pdb"
187 SubSystem="1"
188 TargetMachine="1"
189 OptimizeReferences="2"
190 EnableCOMDATFolding="2"
191 />
192 <Tool
193 Name="VCALinkTool"
194 />
195 <Tool
196 Name="VCManifestTool"
197 />
198 <Tool
199 Name="VCXDCMakeTool"
200 />
201 <Tool
202 Name="VCBscMakeTool"
203 OutputFile="vc_mswu\test_vc9_test.bsc"
204 SuppressStartupBanner="true"
205 />
206 <Tool
207 Name="VCFxCopTool"
208 />
209 <Tool
210 Name="VCAppVerifierTool"
211 />
212 <Tool
213 Name="VCPostBuildEventTool"
214 />
215 </Configuration>
216 <Configuration
217 Name="Universal Debug|Win32"
218 OutputDirectory="vc_mswunivud"
219 IntermediateDirectory="vc_mswunivud\test"
220 ConfigurationType="1"
221 UseOfMFC="0"
222 ATLMinimizesCRunTimeLibraryUsage="false"
223 CharacterSet="1"
224 >
225 <Tool
226 Name="VCPreBuildEventTool"
227 />
228 <Tool
229 Name="VCCustomBuildTool"
230 />
231 <Tool
232 Name="VCXMLDataGeneratorTool"
233 />
234 <Tool
235 Name="VCWebServiceProxyGeneratorTool"
236 />
237 <Tool
238 Name="VCMIDLTool"
239 PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;__WXUNIVERSAL__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
240 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswunivud;.\..\include;."
241 />
242 <Tool
243 Name="VCCLCompilerTool"
244 AdditionalOptions="/MP"
245 Optimization="0"
246 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswunivud;.\..\include;."
247 PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;__WXUNIVERSAL__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
248 ExceptionHandling="1"
249 BasicRuntimeChecks="3"
250 RuntimeLibrary="3"
251 BufferSecurityCheck="true"
252 RuntimeTypeInfo="true"
253 UsePrecompiledHeader="2"
254 PrecompiledHeaderThrough="testprec.h"
255 PrecompiledHeaderFile="vc_mswunivud\testprec_test.pch"
256 ObjectFile="vc_mswunivud\test\"
257 ProgramDataBaseFileName="vc_mswunivud\test.pdb"
258 WarningLevel="4"
259 SuppressStartupBanner="true"
260 DebugInformationFormat="3"
261 />
262 <Tool
263 Name="VCManagedResourceCompilerTool"
264 />
265 <Tool
266 Name="VCResourceCompilerTool"
267 PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;_UNICODE;_CONSOLE;wxUSE_GUI=0"
268 Culture="1033"
269 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswunivud;.\..\include;."
270 />
271 <Tool
272 Name="VCPreLinkEventTool"
273 />
274 <Tool
275 Name="VCLinkerTool"
276 AdditionalOptions=""
277 AdditionalDependencies="wxbase29ud_net.lib wxbase29ud_xml.lib wxbase29ud.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
278 OutputFile="vc_mswunivud\test.exe"
279 LinkIncremental="2"
280 SuppressStartupBanner="true"
281 AdditionalLibraryDirectories=".\..\lib\vc_lib"
282 GenerateManifest="true"
283 GenerateDebugInformation="true"
284 ProgramDatabaseFile="vc_mswunivud\test.pdb"
285 SubSystem="1"
286 TargetMachine="1"
287 />
288 <Tool
289 Name="VCALinkTool"
290 />
291 <Tool
292 Name="VCManifestTool"
293 />
294 <Tool
295 Name="VCXDCMakeTool"
296 />
297 <Tool
298 Name="VCBscMakeTool"
299 OutputFile="vc_mswunivud\test_vc9_test.bsc"
300 SuppressStartupBanner="true"
301 />
302 <Tool
303 Name="VCFxCopTool"
304 />
305 <Tool
306 Name="VCAppVerifierTool"
307 />
308 <Tool
309 Name="VCPostBuildEventTool"
310 />
311 </Configuration>
312 <Configuration
313 Name="Universal Release|Win32"
314 OutputDirectory="vc_mswunivu"
315 IntermediateDirectory="vc_mswunivu\test"
316 ConfigurationType="1"
317 UseOfMFC="0"
318 ATLMinimizesCRunTimeLibraryUsage="false"
319 CharacterSet="1"
320 >
321 <Tool
322 Name="VCPreBuildEventTool"
323 />
324 <Tool
325 Name="VCCustomBuildTool"
326 />
327 <Tool
328 Name="VCXMLDataGeneratorTool"
329 />
330 <Tool
331 Name="VCWebServiceProxyGeneratorTool"
332 />
333 <Tool
334 Name="VCMIDLTool"
335 PreprocessorDefinitions="WIN32;__WXMSW__;__WXUNIVERSAL__;NDEBUG;_UNICODE;_CONSOLE;wxUSE_GUI=0"
336 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswunivu;.\..\include;."
337 />
338 <Tool
339 Name="VCCLCompilerTool"
340 AdditionalOptions="/MP"
341 Optimization="2"
342 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswunivu;.\..\include;."
343 PreprocessorDefinitions="WIN32;__WXMSW__;__WXUNIVERSAL__;NDEBUG;_UNICODE;_CONSOLE;wxUSE_GUI=0"
344 ExceptionHandling="1"
345 RuntimeLibrary="2"
346 RuntimeTypeInfo="true"
347 UsePrecompiledHeader="2"
348 PrecompiledHeaderThrough="testprec.h"
349 PrecompiledHeaderFile="vc_mswunivu\testprec_test.pch"
350 ObjectFile="vc_mswunivu\test\"
351 ProgramDataBaseFileName="vc_mswunivu\test.pdb"
352 WarningLevel="4"
353 SuppressStartupBanner="true"
354 DebugInformationFormat="3"
355 />
356 <Tool
357 Name="VCManagedResourceCompilerTool"
358 />
359 <Tool
360 Name="VCResourceCompilerTool"
361 PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;NDEBUG;_UNICODE;_CONSOLE;wxUSE_GUI=0"
362 Culture="1033"
363 AdditionalIncludeDirectories=".\..\lib\vc_lib\mswunivu;.\..\include;."
364 />
365 <Tool
366 Name="VCPreLinkEventTool"
367 />
368 <Tool
369 Name="VCLinkerTool"
370 AdditionalOptions=""
371 AdditionalDependencies="wxbase29u_net.lib wxbase29u_xml.lib wxbase29u.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
372 OutputFile="vc_mswunivu\test.exe"
373 LinkIncremental="1"
374 SuppressStartupBanner="true"
375 AdditionalLibraryDirectories=".\..\lib\vc_lib"
376 GenerateManifest="true"
377 GenerateDebugInformation="true"
378 ProgramDatabaseFile="vc_mswunivu\test.pdb"
379 SubSystem="1"
380 TargetMachine="1"
381 OptimizeReferences="2"
382 EnableCOMDATFolding="2"
383 />
384 <Tool
385 Name="VCALinkTool"
386 />
387 <Tool
388 Name="VCManifestTool"
389 />
390 <Tool
391 Name="VCXDCMakeTool"
392 />
393 <Tool
394 Name="VCBscMakeTool"
395 OutputFile="vc_mswunivu\test_vc9_test.bsc"
396 SuppressStartupBanner="true"
397 />
398 <Tool
399 Name="VCFxCopTool"
400 />
401 <Tool
402 Name="VCAppVerifierTool"
403 />
404 <Tool
405 Name="VCPostBuildEventTool"
406 />
407 </Configuration>
408 <Configuration
409 Name="DLL Debug|Win32"
410 OutputDirectory="vc_mswuddll"
411 IntermediateDirectory="vc_mswuddll\test"
412 ConfigurationType="1"
413 UseOfMFC="0"
414 ATLMinimizesCRunTimeLibraryUsage="false"
415 CharacterSet="1"
416 >
417 <Tool
418 Name="VCPreBuildEventTool"
419 />
420 <Tool
421 Name="VCCustomBuildTool"
422 />
423 <Tool
424 Name="VCXMLDataGeneratorTool"
425 />
426 <Tool
427 Name="VCWebServiceProxyGeneratorTool"
428 />
429 <Tool
430 Name="VCMIDLTool"
431 PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
432 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswud;.\..\include;."
433 />
434 <Tool
435 Name="VCCLCompilerTool"
436 AdditionalOptions="/MP"
437 Optimization="0"
438 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswud;.\..\include;."
439 PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
440 ExceptionHandling="1"
441 BasicRuntimeChecks="3"
442 RuntimeLibrary="3"
443 BufferSecurityCheck="true"
444 RuntimeTypeInfo="true"
445 UsePrecompiledHeader="2"
446 PrecompiledHeaderThrough="testprec.h"
447 PrecompiledHeaderFile="vc_mswuddll\testprec_test.pch"
448 ObjectFile="vc_mswuddll\test\"
449 ProgramDataBaseFileName="vc_mswuddll\test.pdb"
450 WarningLevel="4"
451 SuppressStartupBanner="true"
452 DebugInformationFormat="3"
453 />
454 <Tool
455 Name="VCManagedResourceCompilerTool"
456 />
457 <Tool
458 Name="VCResourceCompilerTool"
459 PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
460 Culture="1033"
461 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswud;.\..\include;."
462 />
463 <Tool
464 Name="VCPreLinkEventTool"
465 />
466 <Tool
467 Name="VCLinkerTool"
468 AdditionalOptions=""
469 AdditionalDependencies="wxbase29ud_net.lib wxbase29ud_xml.lib wxbase29ud.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
470 OutputFile="vc_mswuddll\test.exe"
471 LinkIncremental="2"
472 SuppressStartupBanner="true"
473 AdditionalLibraryDirectories=".\..\lib\vc_dll"
474 GenerateManifest="true"
475 GenerateDebugInformation="true"
476 ProgramDatabaseFile="vc_mswuddll\test.pdb"
477 SubSystem="1"
478 TargetMachine="1"
479 />
480 <Tool
481 Name="VCALinkTool"
482 />
483 <Tool
484 Name="VCManifestTool"
485 />
486 <Tool
487 Name="VCXDCMakeTool"
488 />
489 <Tool
490 Name="VCBscMakeTool"
491 OutputFile="vc_mswuddll\test_vc9_test.bsc"
492 SuppressStartupBanner="true"
493 />
494 <Tool
495 Name="VCFxCopTool"
496 />
497 <Tool
498 Name="VCAppVerifierTool"
499 />
500 <Tool
501 Name="VCPostBuildEventTool"
502 />
503 </Configuration>
504 <Configuration
505 Name="DLL Release|Win32"
506 OutputDirectory="vc_mswudll"
507 IntermediateDirectory="vc_mswudll\test"
508 ConfigurationType="1"
509 UseOfMFC="0"
510 ATLMinimizesCRunTimeLibraryUsage="false"
511 CharacterSet="1"
512 >
513 <Tool
514 Name="VCPreBuildEventTool"
515 />
516 <Tool
517 Name="VCCustomBuildTool"
518 />
519 <Tool
520 Name="VCXMLDataGeneratorTool"
521 />
522 <Tool
523 Name="VCWebServiceProxyGeneratorTool"
524 />
525 <Tool
526 Name="VCMIDLTool"
527 PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
528 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswu;.\..\include;."
529 />
530 <Tool
531 Name="VCCLCompilerTool"
532 AdditionalOptions="/MP"
533 Optimization="2"
534 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswu;.\..\include;."
535 PreprocessorDefinitions="WIN32;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
536 ExceptionHandling="1"
537 RuntimeLibrary="2"
538 RuntimeTypeInfo="true"
539 UsePrecompiledHeader="2"
540 PrecompiledHeaderThrough="testprec.h"
541 PrecompiledHeaderFile="vc_mswudll\testprec_test.pch"
542 ObjectFile="vc_mswudll\test\"
543 ProgramDataBaseFileName="vc_mswudll\test.pdb"
544 WarningLevel="4"
545 SuppressStartupBanner="true"
546 DebugInformationFormat="3"
547 />
548 <Tool
549 Name="VCManagedResourceCompilerTool"
550 />
551 <Tool
552 Name="VCResourceCompilerTool"
553 PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
554 Culture="1033"
555 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswu;.\..\include;."
556 />
557 <Tool
558 Name="VCPreLinkEventTool"
559 />
560 <Tool
561 Name="VCLinkerTool"
562 AdditionalOptions=""
563 AdditionalDependencies="wxbase29u_net.lib wxbase29u_xml.lib wxbase29u.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
564 OutputFile="vc_mswudll\test.exe"
565 LinkIncremental="1"
566 SuppressStartupBanner="true"
567 AdditionalLibraryDirectories=".\..\lib\vc_dll"
568 GenerateManifest="true"
569 GenerateDebugInformation="true"
570 ProgramDatabaseFile="vc_mswudll\test.pdb"
571 SubSystem="1"
572 TargetMachine="1"
573 OptimizeReferences="2"
574 EnableCOMDATFolding="2"
575 />
576 <Tool
577 Name="VCALinkTool"
578 />
579 <Tool
580 Name="VCManifestTool"
581 />
582 <Tool
583 Name="VCXDCMakeTool"
584 />
585 <Tool
586 Name="VCBscMakeTool"
587 OutputFile="vc_mswudll\test_vc9_test.bsc"
588 SuppressStartupBanner="true"
589 />
590 <Tool
591 Name="VCFxCopTool"
592 />
593 <Tool
594 Name="VCAppVerifierTool"
595 />
596 <Tool
597 Name="VCPostBuildEventTool"
598 />
599 </Configuration>
600 <Configuration
601 Name="DLL Universal Debug|Win32"
602 OutputDirectory="vc_mswunivuddll"
603 IntermediateDirectory="vc_mswunivuddll\test"
604 ConfigurationType="1"
605 UseOfMFC="0"
606 ATLMinimizesCRunTimeLibraryUsage="false"
607 CharacterSet="1"
608 >
609 <Tool
610 Name="VCPreBuildEventTool"
611 />
612 <Tool
613 Name="VCCustomBuildTool"
614 />
615 <Tool
616 Name="VCXMLDataGeneratorTool"
617 />
618 <Tool
619 Name="VCWebServiceProxyGeneratorTool"
620 />
621 <Tool
622 Name="VCMIDLTool"
623 PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
624 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswunivud;.\..\include;."
625 />
626 <Tool
627 Name="VCCLCompilerTool"
628 AdditionalOptions="/MP"
629 Optimization="0"
630 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswunivud;.\..\include;."
631 PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
632 ExceptionHandling="1"
633 BasicRuntimeChecks="3"
634 RuntimeLibrary="3"
635 BufferSecurityCheck="true"
636 RuntimeTypeInfo="true"
637 UsePrecompiledHeader="2"
638 PrecompiledHeaderThrough="testprec.h"
639 PrecompiledHeaderFile="vc_mswunivuddll\testprec_test.pch"
640 ObjectFile="vc_mswunivuddll\test\"
641 ProgramDataBaseFileName="vc_mswunivuddll\test.pdb"
642 WarningLevel="4"
643 SuppressStartupBanner="true"
644 DebugInformationFormat="3"
645 />
646 <Tool
647 Name="VCManagedResourceCompilerTool"
648 />
649 <Tool
650 Name="VCResourceCompilerTool"
651 PreprocessorDefinitions="_DEBUG;__WXMSW__;__WXUNIVERSAL__;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
652 Culture="1033"
653 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswunivud;.\..\include;."
654 />
655 <Tool
656 Name="VCPreLinkEventTool"
657 />
658 <Tool
659 Name="VCLinkerTool"
660 AdditionalOptions=""
661 AdditionalDependencies="wxbase29ud_net.lib wxbase29ud_xml.lib wxbase29ud.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
662 OutputFile="vc_mswunivuddll\test.exe"
663 LinkIncremental="2"
664 SuppressStartupBanner="true"
665 AdditionalLibraryDirectories=".\..\lib\vc_dll"
666 GenerateManifest="true"
667 GenerateDebugInformation="true"
668 ProgramDatabaseFile="vc_mswunivuddll\test.pdb"
669 SubSystem="1"
670 TargetMachine="1"
671 />
672 <Tool
673 Name="VCALinkTool"
674 />
675 <Tool
676 Name="VCManifestTool"
677 />
678 <Tool
679 Name="VCXDCMakeTool"
680 />
681 <Tool
682 Name="VCBscMakeTool"
683 OutputFile="vc_mswunivuddll\test_vc9_test.bsc"
684 SuppressStartupBanner="true"
685 />
686 <Tool
687 Name="VCFxCopTool"
688 />
689 <Tool
690 Name="VCAppVerifierTool"
691 />
692 <Tool
693 Name="VCPostBuildEventTool"
694 />
695 </Configuration>
696 <Configuration
697 Name="DLL Universal Release|Win32"
698 OutputDirectory="vc_mswunivudll"
699 IntermediateDirectory="vc_mswunivudll\test"
700 ConfigurationType="1"
701 UseOfMFC="0"
702 ATLMinimizesCRunTimeLibraryUsage="false"
703 CharacterSet="1"
704 >
705 <Tool
706 Name="VCPreBuildEventTool"
707 />
708 <Tool
709 Name="VCCustomBuildTool"
710 />
711 <Tool
712 Name="VCXMLDataGeneratorTool"
713 />
714 <Tool
715 Name="VCWebServiceProxyGeneratorTool"
716 />
717 <Tool
718 Name="VCMIDLTool"
719 PreprocessorDefinitions="WIN32;__WXMSW__;__WXUNIVERSAL__;NDEBUG;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
720 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswunivu;.\..\include;."
721 />
722 <Tool
723 Name="VCCLCompilerTool"
724 AdditionalOptions="/MP"
725 Optimization="2"
726 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswunivu;.\..\include;."
727 PreprocessorDefinitions="WIN32;__WXMSW__;__WXUNIVERSAL__;NDEBUG;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
728 ExceptionHandling="1"
729 RuntimeLibrary="2"
730 RuntimeTypeInfo="true"
731 UsePrecompiledHeader="2"
732 PrecompiledHeaderThrough="testprec.h"
733 PrecompiledHeaderFile="vc_mswunivudll\testprec_test.pch"
734 ObjectFile="vc_mswunivudll\test\"
735 ProgramDataBaseFileName="vc_mswunivudll\test.pdb"
736 WarningLevel="4"
737 SuppressStartupBanner="true"
738 DebugInformationFormat="3"
739 />
740 <Tool
741 Name="VCManagedResourceCompilerTool"
742 />
743 <Tool
744 Name="VCResourceCompilerTool"
745 PreprocessorDefinitions="__WXMSW__;__WXUNIVERSAL__;NDEBUG;_UNICODE;WXUSINGDLL;_CONSOLE;wxUSE_GUI=0"
746 Culture="1033"
747 AdditionalIncludeDirectories=".\..\lib\vc_dll\mswunivu;.\..\include;."
748 />
749 <Tool
750 Name="VCPreLinkEventTool"
751 />
752 <Tool
753 Name="VCLinkerTool"
754 AdditionalOptions=""
755 AdditionalDependencies="wxbase29u_net.lib wxbase29u_xml.lib wxbase29u.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
756 OutputFile="vc_mswunivudll\test.exe"
757 LinkIncremental="1"
758 SuppressStartupBanner="true"
759 AdditionalLibraryDirectories=".\..\lib\vc_dll"
760 GenerateManifest="true"
761 GenerateDebugInformation="true"
762 ProgramDatabaseFile="vc_mswunivudll\test.pdb"
763 SubSystem="1"
764 TargetMachine="1"
765 OptimizeReferences="2"
766 EnableCOMDATFolding="2"
767 />
768 <Tool
769 Name="VCALinkTool"
770 />
771 <Tool
772 Name="VCManifestTool"
773 />
774 <Tool
775 Name="VCXDCMakeTool"
776 />
777 <Tool
778 Name="VCBscMakeTool"
779 OutputFile="vc_mswunivudll\test_vc9_test.bsc"
780 SuppressStartupBanner="true"
781 />
782 <Tool
783 Name="VCFxCopTool"
784 />
785 <Tool
786 Name="VCAppVerifierTool"
787 />
788 <Tool
789 Name="VCPostBuildEventTool"
790 />
791 </Configuration>
792 </Configurations>
793 <References>
794
795 </References>
796 <Files>
797 <Filter
798 Name="Source Files"
799 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
800 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
801 >
802 <File
803 RelativePath=".\any\anytest.cpp"
804 >
805 </File>
806 <File
807 RelativePath=".\archive\archivetest.cpp"
808 >
809 </File>
810 <File
811 RelativePath=".\arrays\arrays.cpp"
812 >
813 </File>
814 <File
815 RelativePath=".\thread\atomic.cpp"
816 >
817 </File>
818 <File
819 RelativePath=".\base64\base64.cpp"
820 >
821 </File>
822 <File
823 RelativePath=".\streams\bstream.cpp"
824 >
825 </File>
826 <File
827 RelativePath=".\cmdline\cmdlinetest.cpp"
828 >
829 </File>
830 <File
831 RelativePath=".\mbconv\convautotest.cpp"
832 >
833 </File>
834 <File
835 RelativePath=".\strings\crt.cpp"
836 >
837 </File>
838 <File
839 RelativePath=".\streams\datastreamtest.cpp"
840 >
841 </File>
842 <File
843 RelativePath=".\datetime\datetimetest.cpp"
844 >
845 </File>
846 <File
847 RelativePath=".\file\dir.cpp"
848 >
849 </File>
850 <File
851 RelativePath=".\dummy.cpp"
852 >
853 <FileConfiguration
854 Name="Debug|Win32"
855 >
856 <Tool
857 Name="VCCLCompilerTool"
858 UsePrecompiledHeader="1"
859 />
860 </FileConfiguration>
861 <FileConfiguration
862 Name="Release|Win32"
863 >
864 <Tool
865 Name="VCCLCompilerTool"
866 UsePrecompiledHeader="1"
867 />
868 </FileConfiguration>
869 <FileConfiguration
870 Name="Universal Debug|Win32"
871 >
872 <Tool
873 Name="VCCLCompilerTool"
874 UsePrecompiledHeader="1"
875 />
876 </FileConfiguration>
877 <FileConfiguration
878 Name="Universal Release|Win32"
879 >
880 <Tool
881 Name="VCCLCompilerTool"
882 UsePrecompiledHeader="1"
883 />
884 </FileConfiguration>
885 <FileConfiguration
886 Name="DLL Debug|Win32"
887 >
888 <Tool
889 Name="VCCLCompilerTool"
890 UsePrecompiledHeader="1"
891 />
892 </FileConfiguration>
893 <FileConfiguration
894 Name="DLL Release|Win32"
895 >
896 <Tool
897 Name="VCCLCompilerTool"
898 UsePrecompiledHeader="1"
899 />
900 </FileConfiguration>
901 <FileConfiguration
902 Name="DLL Universal Debug|Win32"
903 >
904 <Tool
905 Name="VCCLCompilerTool"
906 UsePrecompiledHeader="1"
907 />
908 </FileConfiguration>
909 <FileConfiguration
910 Name="DLL Universal Release|Win32"
911 >
912 <Tool
913 Name="VCCLCompilerTool"
914 UsePrecompiledHeader="1"
915 />
916 </FileConfiguration>
917 </File>
918 <File
919 RelativePath=".\misc\dynamiclib.cpp"
920 >
921 </File>
922 <File
923 RelativePath=".\misc\environ.cpp"
924 >
925 </File>
926 <File
927 RelativePath=".\weakref\evtconnection.cpp"
928 >
929 </File>
930 <File
931 RelativePath=".\events\evthandler.cpp"
932 >
933 </File>
934 <File
935 RelativePath=".\events\evtsource.cpp"
936 >
937 </File>
938 <File
939 RelativePath=".\exec\exec.cpp"
940 >
941 </File>
942 <File
943 RelativePath=".\streams\ffilestream.cpp"
944 >
945 </File>
946 <File
947 RelativePath=".\streams\fileback.cpp"
948 >
949 </File>
950 <File
951 RelativePath=".\config\fileconf.cpp"
952 >
953 </File>
954 <File
955 RelativePath=".\file\filefn.cpp"
956 >
957 </File>
958 <File
959 RelativePath=".\filekind\filekind.cpp"
960 >
961 </File>
962 <File
963 RelativePath=".\filename\filenametest.cpp"
964 >
965 </File>
966 <File
967 RelativePath=".\streams\filestream.cpp"
968 >
969 </File>
970 <File
971 RelativePath=".\filesys\filesystest.cpp"
972 >
973 </File>
974 <File
975 RelativePath=".\file\filetest.cpp"
976 >
977 </File>
978 <File
979 RelativePath=".\fontmap\fontmaptest.cpp"
980 >
981 </File>
982 <File
983 RelativePath=".\formatconverter\formatconvertertest.cpp"
984 >
985 </File>
986 <File
987 RelativePath=".\fswatcher\fswatchertest.cpp"
988 >
989 </File>
990 <File
991 RelativePath=".\uris\ftp.cpp"
992 >
993 </File>
994 <File
995 RelativePath=".\hashes\hashes.cpp"
996 >
997 </File>
998 <File
999 RelativePath=".\interactive\input.cpp"
1000 >
1001 </File>
1002 <File
1003 RelativePath=".\intl\intltest.cpp"
1004 >
1005 </File>
1006 <File
1007 RelativePath=".\strings\iostream.cpp"
1008 >
1009 </File>
1010 <File
1011 RelativePath=".\streams\iostreams.cpp"
1012 >
1013 </File>
1014 <File
1015 RelativePath=".\net\ipc.cpp"
1016 >
1017 </File>
1018 <File
1019 RelativePath=".\streams\largefile.cpp"
1020 >
1021 </File>
1022 <File
1023 RelativePath=".\lists\lists.cpp"
1024 >
1025 </File>
1026 <File
1027 RelativePath=".\log\logtest.cpp"
1028 >
1029 </File>
1030 <File
1031 RelativePath=".\longlong\longlongtest.cpp"
1032 >
1033 </File>
1034 <File
1035 RelativePath=".\mbconv\mbconvtest.cpp"
1036 >
1037 </File>
1038 <File
1039 RelativePath=".\streams\memstream.cpp"
1040 >
1041 </File>
1042 <File
1043 RelativePath=".\misc\metatest.cpp"
1044 >
1045 </File>
1046 <File
1047 RelativePath=".\thread\misc.cpp"
1048 >
1049 </File>
1050 <File
1051 RelativePath=".\misc\misctests.cpp"
1052 >
1053 </File>
1054 <File
1055 RelativePath=".\misc\module.cpp"
1056 >
1057 </File>
1058 <File
1059 RelativePath=".\interactive\output.cpp"
1060 >
1061 </File>
1062 <File
1063 RelativePath=".\misc\pathlist.cpp"
1064 >
1065 </File>
1066 <File
1067 RelativePath=".\thread\queue.cpp"
1068 >
1069 </File>
1070 <File
1071 RelativePath=".\config\regconf.cpp"
1072 >
1073 </File>
1074 <File
1075 RelativePath=".\regex\regextest.cpp"
1076 >
1077 </File>
1078 <File
1079 RelativePath=".\scopeguard\scopeguardtest.cpp"
1080 >
1081 </File>
1082 <File
1083 RelativePath=".\net\socket.cpp"
1084 >
1085 </File>
1086 <File
1087 RelativePath=".\streams\socketstream.cpp"
1088 >
1089 </File>
1090 <File
1091 RelativePath=".\streams\sstream.cpp"
1092 >
1093 </File>
1094 <File
1095 RelativePath=".\streams\stdstream.cpp"
1096 >
1097 </File>
1098 <File
1099 RelativePath=".\strings\stdstrings.cpp"
1100 >
1101 </File>
1102 <File
1103 RelativePath=".\events\stopwatch.cpp"
1104 >
1105 </File>
1106 <File
1107 RelativePath=".\strings\strings.cpp"
1108 >
1109 </File>
1110 <File
1111 RelativePath=".\archive\tartest.cpp"
1112 >
1113 </File>
1114 <File
1115 RelativePath=".\streams\tempfile.cpp"
1116 >
1117 </File>
1118 <File
1119 RelativePath=".\test.cpp"
1120 >
1121 </File>
1122 <File
1123 RelativePath=".\textfile\textfiletest.cpp"
1124 >
1125 </File>
1126 <File
1127 RelativePath=".\streams\textstreamtest.cpp"
1128 >
1129 </File>
1130 <File
1131 RelativePath=".\events\timertest.cpp"
1132 >
1133 </File>
1134 <File
1135 RelativePath=".\thread\tls.cpp"
1136 >
1137 </File>
1138 <File
1139 RelativePath=".\strings\tokenizer.cpp"
1140 >
1141 </File>
1142 <File
1143 RelativePath=".\misc\typeinfotest.cpp"
1144 >
1145 </File>
1146 <File
1147 RelativePath=".\strings\unichar.cpp"
1148 >
1149 </File>
1150 <File
1151 RelativePath=".\strings\unicode.cpp"
1152 >
1153 </File>
1154 <File
1155 RelativePath=".\uris\uris.cpp"
1156 >
1157 </File>
1158 <File
1159 RelativePath=".\uris\url.cpp"
1160 >
1161 </File>
1162 <File
1163 RelativePath=".\strings\vararg.cpp"
1164 >
1165 </File>
1166 <File
1167 RelativePath=".\vectors\vectors.cpp"
1168 >
1169 </File>
1170 <File
1171 RelativePath=".\strings\vsnprintf.cpp"
1172 >
1173 </File>
1174 <File
1175 RelativePath=".\weakref\weakref.cpp"
1176 >
1177 </File>
1178 <File
1179 RelativePath=".\regex\wxregextest.cpp"
1180 >
1181 </File>
1182 <File
1183 RelativePath=".\xlocale\xlocale.cpp"
1184 >
1185 </File>
1186 <File
1187 RelativePath=".\xml\xmltest.cpp"
1188 >
1189 </File>
1190 <File
1191 RelativePath=".\archive\ziptest.cpp"
1192 >
1193 </File>
1194 <File
1195 RelativePath=".\streams\zlibstream.cpp"
1196 >
1197 </File>
1198 </Filter>
1199 </Files>
1200 <Globals>
1201
1202 </Globals>
1203 </VisualStudioProject>
1204