Changed output and intermediate directories, tuned up compile parameters for Windows...
[pwlib.git] / src / ptlib / msos / Console.vcproj
blob546afed47156db2465866110b8b1a3508ba6c9e8
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="PTLib Static"
6 ProjectGUID="{E61B4DFB-0CAB-46DD-BB02-1AFFD61DB7F5}"
7 SccProjectName=""
8 SccLocalPath="">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory=".\..\..\..\Lib"
17 IntermediateDirectory=".\..\..\..\Lib\Debug"
18 ConfigurationType="4"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
24 AdditionalIncludeDirectories="..\..\..\include"
25 PreprocessorDefinitions="_DEBUG;PTRACING"
26 RuntimeLibrary="3"
27 RuntimeTypeInfo="TRUE"
28 UsePrecompiledHeader="3"
29 PrecompiledHeaderThrough="ptlib.h"
30 PrecompiledHeaderFile=".\..\..\..\Lib\Debug/Console.pch"
31 AssemblerListingLocation=".\..\..\..\Lib\Debug/"
32 ObjectFile=".\..\..\..\Lib\Debug/"
33 ProgramDataBaseFileName="..\..\..\Lib\PTLibd.pdb"
34 BrowseInformation="1"
35 WarningLevel="4"
36 SuppressStartupBanner="TRUE"
37 DebugInformationFormat="3"
38 CompileAs="0"/>
39 <Tool
40 Name="VCCustomBuildTool"/>
41 <Tool
42 Name="VCLibrarianTool"
43 OutputFile="..\..\..\Lib\ptlibsd.lib"
44 SuppressStartupBanner="TRUE"/>
45 <Tool
46 Name="VCMIDLTool"/>
47 <Tool
48 Name="VCPostBuildEventTool"/>
49 <Tool
50 Name="VCPreBuildEventTool"/>
51 <Tool
52 Name="VCPreLinkEventTool"/>
53 <Tool
54 Name="VCResourceCompilerTool"
55 Culture="3081"/>
56 <Tool
57 Name="VCWebServiceProxyGeneratorTool"/>
58 <Tool
59 Name="VCXMLDataGeneratorTool"/>
60 <Tool
61 Name="VCManagedWrapperGeneratorTool"/>
62 <Tool
63 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64 </Configuration>
65 <Configuration
66 Name="Release|Win32"
67 OutputDirectory=".\..\..\..\Lib"
68 IntermediateDirectory=".\..\..\..\Lib\Release"
69 ConfigurationType="4"
70 UseOfMFC="0"
71 ATLMinimizesCRunTimeLibraryUsage="FALSE">
72 <Tool
73 Name="VCCLCompilerTool"
74 Optimization="2"
75 InlineFunctionExpansion="2"
76 AdditionalIncludeDirectories="..\..\..\include"
77 PreprocessorDefinitions="NDEBUG;PTRACING"
78 StringPooling="TRUE"
79 RuntimeLibrary="2"
80 EnableFunctionLevelLinking="TRUE"
81 RuntimeTypeInfo="TRUE"
82 UsePrecompiledHeader="3"
83 PrecompiledHeaderThrough="ptlib.h"
84 PrecompiledHeaderFile=".\..\..\..\Lib\Release/Console.pch"
85 AssemblerListingLocation=".\..\..\..\Lib\Release/"
86 ObjectFile=".\..\..\..\Lib\Release/"
87 ProgramDataBaseFileName="..\..\..\Lib\PTLib.pdb"
88 WarningLevel="4"
89 SuppressStartupBanner="TRUE"
90 DebugInformationFormat="3"
91 CompileAs="0"/>
92 <Tool
93 Name="VCCustomBuildTool"/>
94 <Tool
95 Name="VCLibrarianTool"
96 OutputFile="..\..\..\Lib\ptlibs.lib"
97 SuppressStartupBanner="TRUE"/>
98 <Tool
99 Name="VCMIDLTool"/>
100 <Tool
101 Name="VCPostBuildEventTool"/>
102 <Tool
103 Name="VCPreBuildEventTool"/>
104 <Tool
105 Name="VCPreLinkEventTool"/>
106 <Tool
107 Name="VCResourceCompilerTool"
108 Culture="3081"/>
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"/>
111 <Tool
112 Name="VCXMLDataGeneratorTool"/>
113 <Tool
114 Name="VCManagedWrapperGeneratorTool"/>
115 <Tool
116 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
117 </Configuration>
118 </Configurations>
119 <References>
120 </References>
121 <Files>
122 <Filter
123 Name="Source Files"
124 Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90">
125 <File
126 RelativePath="..\..\ptclib\asnber.cxx">
127 <FileConfiguration
128 Name="Debug|Win32"
129 ExcludedFromBuild="TRUE">
130 <Tool
131 Name="VCCLCompilerTool"/>
132 </FileConfiguration>
133 <FileConfiguration
134 Name="Release|Win32"
135 ExcludedFromBuild="TRUE">
136 <Tool
137 Name="VCCLCompilerTool"/>
138 </FileConfiguration>
139 </File>
140 <File
141 RelativePath="..\..\ptclib\asner.cxx">
142 </File>
143 <File
144 RelativePath="..\..\ptclib\asnper.cxx">
145 <FileConfiguration
146 Name="Debug|Win32"
147 ExcludedFromBuild="TRUE">
148 <Tool
149 Name="VCCLCompilerTool"/>
150 </FileConfiguration>
151 <FileConfiguration
152 Name="Release|Win32"
153 ExcludedFromBuild="TRUE">
154 <Tool
155 Name="VCCLCompilerTool"/>
156 </FileConfiguration>
157 </File>
158 <File
159 RelativePath="..\..\ptclib\asnxer.cxx">
160 <FileConfiguration
161 Name="Debug|Win32"
162 ExcludedFromBuild="TRUE">
163 <Tool
164 Name="VCCLCompilerTool"/>
165 </FileConfiguration>
166 <FileConfiguration
167 Name="Release|Win32"
168 ExcludedFromBuild="TRUE">
169 <Tool
170 Name="VCCLCompilerTool"/>
171 </FileConfiguration>
172 </File>
173 <File
174 RelativePath="assert.cxx">
175 <FileConfiguration
176 Name="Debug|Win32">
177 <Tool
178 Name="VCCLCompilerTool"
179 Optimization="0"
180 AdditionalIncludeDirectories=""
181 PreprocessorDefinitions=""
182 UsePrecompiledHeader="1"
183 BrowseInformation="1"/>
184 </FileConfiguration>
185 <FileConfiguration
186 Name="Release|Win32">
187 <Tool
188 Name="VCCLCompilerTool"
189 Optimization="2"
190 AdditionalIncludeDirectories=""
191 PreprocessorDefinitions=""
192 UsePrecompiledHeader="1"/>
193 </FileConfiguration>
194 </File>
195 <File
196 RelativePath="..\common\collect.cxx">
197 <FileConfiguration
198 Name="Debug|Win32">
199 <Tool
200 Name="VCCLCompilerTool"
201 Optimization="0"
202 AdditionalIncludeDirectories=""
203 PreprocessorDefinitions=""
204 BrowseInformation="1"/>
205 </FileConfiguration>
206 <FileConfiguration
207 Name="Release|Win32">
208 <Tool
209 Name="VCCLCompilerTool"
210 Optimization="2"
211 AdditionalIncludeDirectories=""
212 PreprocessorDefinitions=""/>
213 </FileConfiguration>
214 </File>
215 <File
216 RelativePath="..\common\contain.cxx">
217 <FileConfiguration
218 Name="Debug|Win32">
219 <Tool
220 Name="VCCLCompilerTool"
221 Optimization="0"
222 AdditionalIncludeDirectories=""
223 PreprocessorDefinitions=""
224 BrowseInformation="1"/>
225 </FileConfiguration>
226 <FileConfiguration
227 Name="Release|Win32">
228 <Tool
229 Name="VCCLCompilerTool"
230 Optimization="2"
231 AdditionalIncludeDirectories=""
232 PreprocessorDefinitions=""/>
233 </FileConfiguration>
234 </File>
235 <File
236 RelativePath="..\..\ptclib\cypher.cxx">
237 </File>
238 <File
239 RelativePath="..\..\ptclib\delaychan.cxx">
240 </File>
241 <File
242 RelativePath="..\..\ptclib\dtmf.cxx">
243 </File>
244 <File
245 RelativePath="..\..\ptclib\enum.cxx">
246 </File>
247 <File
248 RelativePath="ethsock.cxx">
249 <FileConfiguration
250 Name="Debug|Win32">
251 <Tool
252 Name="VCCLCompilerTool"
253 Optimization="0"
254 AdditionalIncludeDirectories=""
255 PreprocessorDefinitions=""
256 BrowseInformation="1"/>
257 </FileConfiguration>
258 <FileConfiguration
259 Name="Release|Win32">
260 <Tool
261 Name="VCCLCompilerTool"
262 Optimization="2"
263 AdditionalIncludeDirectories=""
264 PreprocessorDefinitions=""/>
265 </FileConfiguration>
266 </File>
267 <File
268 RelativePath="..\..\ptclib\ftp.cxx">
269 </File>
270 <File
271 RelativePath="..\..\ptclib\ftpclnt.cxx">
272 </File>
273 <File
274 RelativePath="..\..\ptclib\ftpsrvr.cxx">
275 </File>
276 <File
277 RelativePath="..\common\getdate.y">
278 <FileConfiguration
279 Name="Debug|Win32">
280 <Tool
281 Name="VCCustomBuildTool"
282 CommandLine="bison -o ../common/getdate_tab.c ../common/getdate.y
284 Outputs="../common/getdate_tab.c"/>
285 </FileConfiguration>
286 <FileConfiguration
287 Name="Release|Win32">
288 <Tool
289 Name="VCCustomBuildTool"
290 CommandLine="bison -o ../common/getdate_tab.c ../common/getdate.y
292 Outputs="../common/getdate_tab.c"/>
293 </FileConfiguration>
294 </File>
295 <File
296 RelativePath="..\common\getdate_tab.c">
297 <FileConfiguration
298 Name="Debug|Win32">
299 <Tool
300 Name="VCCLCompilerTool"
301 Optimization="0"
302 AdditionalIncludeDirectories=""
303 PreprocessorDefinitions=""
304 UsePrecompiledHeader="0"
305 BrowseInformation="1"/>
306 </FileConfiguration>
307 <FileConfiguration
308 Name="Release|Win32">
309 <Tool
310 Name="VCCLCompilerTool"
311 Optimization="2"
312 InlineFunctionExpansion="0"
313 AdditionalIncludeDirectories=""
314 PreprocessorDefinitions=""
315 UsePrecompiledHeader="0"/>
316 </FileConfiguration>
317 </File>
318 <File
319 RelativePath="..\..\ptclib\guid.cxx">
320 </File>
321 <File
322 RelativePath="..\..\ptclib\html.cxx">
323 </File>
324 <File
325 RelativePath="..\..\ptclib\http.cxx">
326 </File>
327 <File
328 RelativePath="..\..\ptclib\httpclnt.cxx">
329 </File>
330 <File
331 RelativePath="..\..\ptclib\httpform.cxx">
332 </File>
333 <File
334 RelativePath="..\..\ptclib\httpsrvr.cxx">
335 </File>
336 <File
337 RelativePath="..\..\ptclib\httpsvc.cxx">
338 </File>
339 <File
340 RelativePath="icmp.cxx">
341 <FileConfiguration
342 Name="Debug|Win32">
343 <Tool
344 Name="VCCLCompilerTool"
345 Optimization="0"
346 AdditionalIncludeDirectories=""
347 PreprocessorDefinitions=""
348 BrowseInformation="1"/>
349 </FileConfiguration>
350 <FileConfiguration
351 Name="Release|Win32">
352 <Tool
353 Name="VCCLCompilerTool"
354 Optimization="2"
355 AdditionalIncludeDirectories=""
356 PreprocessorDefinitions=""/>
357 </FileConfiguration>
358 </File>
359 <File
360 RelativePath="..\..\ptclib\inetmail.cxx">
361 </File>
362 <File
363 RelativePath="..\..\ptclib\inetprot.cxx">
364 </File>
365 <File
366 RelativePath="..\..\ptclib\ipacl.cxx">
367 </File>
368 <File
369 RelativePath="mail.cxx">
370 <FileConfiguration
371 Name="Debug|Win32">
372 <Tool
373 Name="VCCLCompilerTool"
374 Optimization="0"
375 AdditionalIncludeDirectories=""
376 PreprocessorDefinitions=""
377 BrowseInformation="1"/>
378 </FileConfiguration>
379 <FileConfiguration
380 Name="Release|Win32">
381 <Tool
382 Name="VCCLCompilerTool"
383 Optimization="2"
384 AdditionalIncludeDirectories=""
385 PreprocessorDefinitions=""/>
386 </FileConfiguration>
387 </File>
388 <File
389 RelativePath="..\..\ptclib\memfile.cxx">
390 </File>
391 <File
392 RelativePath="..\..\ptclib\modem.cxx">
393 </File>
394 <File
395 RelativePath="..\common\notifier_ext.cxx">
396 </File>
397 <File
398 RelativePath="..\common\object.cxx">
399 <FileConfiguration
400 Name="Debug|Win32">
401 <Tool
402 Name="VCCLCompilerTool"
403 Optimization="0"
404 AdditionalIncludeDirectories=""
405 PreprocessorDefinitions=""
406 BrowseInformation="1"/>
407 </FileConfiguration>
408 <FileConfiguration
409 Name="Release|Win32">
410 <Tool
411 Name="VCCLCompilerTool"
412 Optimization="2"
413 AdditionalIncludeDirectories=""
414 PreprocessorDefinitions=""/>
415 </FileConfiguration>
416 </File>
417 <File
418 RelativePath="..\common\osutils.cxx">
419 <FileConfiguration
420 Name="Debug|Win32">
421 <Tool
422 Name="VCCLCompilerTool"
423 Optimization="0"
424 AdditionalIncludeDirectories=""
425 PreprocessorDefinitions=""
426 BrowseInformation="1"/>
427 </FileConfiguration>
428 <FileConfiguration
429 Name="Release|Win32">
430 <Tool
431 Name="VCCLCompilerTool"
432 Optimization="2"
433 AdditionalIncludeDirectories=""
434 PreprocessorDefinitions=""/>
435 </FileConfiguration>
436 </File>
437 <File
438 RelativePath="..\..\ptclib\pasn.cxx">
439 </File>
440 <File
441 RelativePath="..\Common\pchannel.cxx">
442 <FileConfiguration
443 Name="Debug|Win32">
444 <Tool
445 Name="VCCLCompilerTool"
446 Optimization="0"
447 AdditionalIncludeDirectories=""
448 PreprocessorDefinitions=""
449 BrowseInformation="1"/>
450 </FileConfiguration>
451 <FileConfiguration
452 Name="Release|Win32">
453 <Tool
454 Name="VCCLCompilerTool"
455 Optimization="2"
456 AdditionalIncludeDirectories=""
457 PreprocessorDefinitions=""/>
458 </FileConfiguration>
459 </File>
460 <File
461 RelativePath="..\Common\pconfig.cxx">
462 <FileConfiguration
463 Name="Debug|Win32">
464 <Tool
465 Name="VCCLCompilerTool"
466 Optimization="0"
467 AdditionalIncludeDirectories=""
468 PreprocessorDefinitions=""
469 BrowseInformation="1"/>
470 </FileConfiguration>
471 <FileConfiguration
472 Name="Release|Win32">
473 <Tool
474 Name="VCCLCompilerTool"
475 Optimization="2"
476 AdditionalIncludeDirectories=""
477 PreprocessorDefinitions=""/>
478 </FileConfiguration>
479 </File>
480 <File
481 RelativePath="..\..\ptclib\pdns.cxx">
482 </File>
483 <File
484 RelativePath="..\common\pethsock.cxx">
485 <FileConfiguration
486 Name="Debug|Win32">
487 <Tool
488 Name="VCCLCompilerTool"
489 Optimization="0"
490 AdditionalIncludeDirectories=""
491 PreprocessorDefinitions=""
492 BrowseInformation="1"/>
493 </FileConfiguration>
494 <FileConfiguration
495 Name="Release|Win32">
496 <Tool
497 Name="VCCLCompilerTool"
498 Optimization="2"
499 AdditionalIncludeDirectories=""
500 PreprocessorDefinitions=""/>
501 </FileConfiguration>
502 </File>
503 <File
504 RelativePath="..\..\ptclib\pils.cxx">
505 </File>
506 <File
507 RelativePath="pipe.cxx">
508 <FileConfiguration
509 Name="Debug|Win32">
510 <Tool
511 Name="VCCLCompilerTool"
512 Optimization="0"
513 AdditionalIncludeDirectories=""
514 PreprocessorDefinitions=""
515 BrowseInformation="1"/>
516 </FileConfiguration>
517 <FileConfiguration
518 Name="Release|Win32">
519 <Tool
520 Name="VCCLCompilerTool"
521 Optimization="2"
522 AdditionalIncludeDirectories=""
523 PreprocessorDefinitions=""/>
524 </FileConfiguration>
525 </File>
526 <File
527 RelativePath="..\common\pipechan.cxx">
528 <FileConfiguration
529 Name="Debug|Win32">
530 <Tool
531 Name="VCCLCompilerTool"
532 Optimization="0"
533 AdditionalIncludeDirectories=""
534 PreprocessorDefinitions=""
535 BrowseInformation="1"/>
536 </FileConfiguration>
537 <FileConfiguration
538 Name="Release|Win32">
539 <Tool
540 Name="VCCLCompilerTool"
541 Optimization="2"
542 AdditionalIncludeDirectories=""
543 PreprocessorDefinitions=""/>
544 </FileConfiguration>
545 </File>
546 <File
547 RelativePath="..\..\ptclib\pldap.cxx">
548 </File>
549 <File
550 RelativePath="..\common\pluginmgr.cxx">
551 <FileConfiguration
552 Name="Debug|Win32">
553 <Tool
554 Name="VCCLCompilerTool"
555 Optimization="0"
556 AdditionalIncludeDirectories=""
557 PreprocessorDefinitions=""
558 BrowseInformation="1"/>
559 </FileConfiguration>
560 <FileConfiguration
561 Name="Release|Win32">
562 <Tool
563 Name="VCCLCompilerTool"
564 Optimization="2"
565 AdditionalIncludeDirectories=""
566 PreprocessorDefinitions=""/>
567 </FileConfiguration>
568 </File>
569 <File
570 RelativePath="..\..\ptclib\pnat.cxx">
571 </File>
572 <File
573 RelativePath=".\podbc.cxx">
574 </File>
575 <File
576 RelativePath="..\..\ptclib\psasl.cxx">
577 </File>
578 <File
579 RelativePath="..\..\ptclib\psnmp.cxx">
580 </File>
581 <File
582 RelativePath="..\..\ptclib\psoap.cxx">
583 </File>
584 <File
585 RelativePath="..\..\ptclib\pssl.cxx">
586 </File>
587 <File
588 RelativePath="..\..\ptclib\pstun.cxx">
589 </File>
590 <File
591 RelativePath="..\common\ptime.cxx">
592 <FileConfiguration
593 Name="Debug|Win32">
594 <Tool
595 Name="VCCLCompilerTool"
596 Optimization="0"
597 AdditionalIncludeDirectories=""
598 PreprocessorDefinitions=""
599 BrowseInformation="1"/>
600 </FileConfiguration>
601 <FileConfiguration
602 Name="Release|Win32">
603 <Tool
604 Name="VCCLCompilerTool"
605 Optimization="2"
606 AdditionalIncludeDirectories=""
607 PreprocessorDefinitions=""/>
608 </FileConfiguration>
609 </File>
610 <File
611 RelativePath="ptlib.cxx">
612 <FileConfiguration
613 Name="Debug|Win32">
614 <Tool
615 Name="VCCLCompilerTool"
616 Optimization="0"
617 AdditionalIncludeDirectories=""
618 PreprocessorDefinitions=""
619 BrowseInformation="1"/>
620 </FileConfiguration>
621 <FileConfiguration
622 Name="Release|Win32">
623 <Tool
624 Name="VCCLCompilerTool"
625 Optimization="2"
626 AdditionalIncludeDirectories=""
627 PreprocessorDefinitions=""/>
628 </FileConfiguration>
629 </File>
630 <File
631 RelativePath="..\..\ptclib\ptts.cxx">
632 <FileConfiguration
633 Name="Debug|Win32">
634 <Tool
635 Name="VCCLCompilerTool"
636 UsePrecompiledHeader="0"/>
637 </FileConfiguration>
638 <FileConfiguration
639 Name="Release|Win32">
640 <Tool
641 Name="VCCLCompilerTool"
642 UsePrecompiledHeader="0"/>
643 </FileConfiguration>
644 </File>
645 <File
646 RelativePath="..\..\ptclib\pvfiledev.cxx">
647 </File>
648 <File
649 RelativePath="..\common\pvidchan.cxx">
650 <FileConfiguration
651 Name="Debug|Win32">
652 <Tool
653 Name="VCCLCompilerTool"
654 Optimization="0"
655 AdditionalIncludeDirectories=""
656 PreprocessorDefinitions=""
657 BrowseInformation="1"/>
658 </FileConfiguration>
659 <FileConfiguration
660 Name="Release|Win32">
661 <Tool
662 Name="VCCLCompilerTool"
663 Optimization="2"
664 AdditionalIncludeDirectories=""
665 PreprocessorDefinitions=""/>
666 </FileConfiguration>
667 </File>
668 <File
669 RelativePath="..\..\ptclib\pvidfile.cxx">
670 </File>
671 <File
672 RelativePath="..\..\ptclib\pwavfile.cxx">
673 </File>
674 <File
675 RelativePath="..\..\ptclib\pxml.cxx">
676 </File>
677 <File
678 RelativePath="..\..\ptclib\pxmlrpc.cxx">
679 </File>
680 <File
681 RelativePath="..\..\ptclib\pxmlrpcs.cxx">
682 </File>
683 <File
684 RelativePath="..\..\ptclib\qchannel.cxx">
685 </File>
686 <File
687 RelativePath="..\common\qos.cxx">
688 <FileConfiguration
689 Name="Debug|Win32">
690 <Tool
691 Name="VCCLCompilerTool"
692 Optimization="0"
693 AdditionalIncludeDirectories=""
694 PreprocessorDefinitions=""
695 BrowseInformation="1"/>
696 </FileConfiguration>
697 <FileConfiguration
698 Name="Release|Win32">
699 <Tool
700 Name="VCCLCompilerTool"
701 Optimization="2"
702 AdditionalIncludeDirectories=""
703 PreprocessorDefinitions=""/>
704 </FileConfiguration>
705 </File>
706 <File
707 RelativePath="..\..\ptclib\random.cxx">
708 </File>
709 <File
710 RelativePath="remconn.cxx">
711 <FileConfiguration
712 Name="Debug|Win32">
713 <Tool
714 Name="VCCLCompilerTool"
715 Optimization="0"
716 AdditionalIncludeDirectories=""
717 PreprocessorDefinitions=""
718 BrowseInformation="1"/>
719 </FileConfiguration>
720 <FileConfiguration
721 Name="Release|Win32">
722 <Tool
723 Name="VCCLCompilerTool"
724 Optimization="2"
725 AdditionalIncludeDirectories=""
726 PreprocessorDefinitions=""/>
727 </FileConfiguration>
728 </File>
729 <File
730 RelativePath="..\common\safecoll.cxx">
731 <FileConfiguration
732 Name="Debug|Win32">
733 <Tool
734 Name="VCCLCompilerTool"
735 Optimization="0"
736 AdditionalIncludeDirectories=""
737 PreprocessorDefinitions=""
738 BrowseInformation="1"/>
739 </FileConfiguration>
740 <FileConfiguration
741 Name="Release|Win32">
742 <Tool
743 Name="VCCLCompilerTool"
744 Optimization="2"
745 AdditionalIncludeDirectories=""
746 PreprocessorDefinitions=""/>
747 </FileConfiguration>
748 </File>
749 <File
750 RelativePath="..\Common\serial.cxx">
751 <FileConfiguration
752 Name="Debug|Win32">
753 <Tool
754 Name="VCCLCompilerTool"
755 Optimization="0"
756 AdditionalIncludeDirectories=""
757 PreprocessorDefinitions=""
758 BrowseInformation="1"/>
759 </FileConfiguration>
760 <FileConfiguration
761 Name="Release|Win32">
762 <Tool
763 Name="VCCLCompilerTool"
764 Optimization="2"
765 AdditionalIncludeDirectories=""
766 PreprocessorDefinitions=""/>
767 </FileConfiguration>
768 </File>
769 <File
770 RelativePath="..\common\sfile.cxx">
771 <FileConfiguration
772 Name="Debug|Win32">
773 <Tool
774 Name="VCCLCompilerTool"
775 Optimization="0"
776 AdditionalIncludeDirectories=""
777 PreprocessorDefinitions=""
778 BrowseInformation="1"/>
779 </FileConfiguration>
780 <FileConfiguration
781 Name="Release|Win32">
782 <Tool
783 Name="VCCLCompilerTool"
784 Optimization="2"
785 AdditionalIncludeDirectories=""
786 PreprocessorDefinitions=""/>
787 </FileConfiguration>
788 </File>
789 <File
790 RelativePath="..\..\ptclib\shttpsvc.cxx">
791 </File>
792 <File
793 RelativePath="..\..\ptclib\snmpclnt.cxx">
794 </File>
795 <File
796 RelativePath="..\..\ptclib\snmpserv.cxx">
797 </File>
798 <File
799 RelativePath="..\..\ptclib\sockagg.cxx">
800 </File>
801 <File
802 RelativePath="..\common\sockets.cxx">
803 <FileConfiguration
804 Name="Debug|Win32">
805 <Tool
806 Name="VCCLCompilerTool"
807 Optimization="0"
808 AdditionalIncludeDirectories=""
809 PreprocessorDefinitions=""
810 BrowseInformation="1"/>
811 </FileConfiguration>
812 <FileConfiguration
813 Name="Release|Win32">
814 <Tool
815 Name="VCCLCompilerTool"
816 Optimization="2"
817 AdditionalIncludeDirectories=""
818 PreprocessorDefinitions=""/>
819 </FileConfiguration>
820 </File>
821 <File
822 RelativePath="..\..\ptclib\socks.cxx">
823 </File>
824 <File
825 RelativePath="..\common\sound.cxx">
826 <FileConfiguration
827 Name="Debug|Win32">
828 <Tool
829 Name="VCCLCompilerTool"
830 Optimization="0"
831 AdditionalIncludeDirectories=""
832 PreprocessorDefinitions=""
833 BrowseInformation="1"/>
834 </FileConfiguration>
835 <FileConfiguration
836 Name="Release|Win32">
837 <Tool
838 Name="VCCLCompilerTool"
839 Optimization="2"
840 AdditionalIncludeDirectories=""
841 PreprocessorDefinitions=""/>
842 </FileConfiguration>
843 </File>
844 <File
845 RelativePath="sound_win32.cxx">
846 <FileConfiguration
847 Name="Debug|Win32">
848 <Tool
849 Name="VCCLCompilerTool"
850 Optimization="0"
851 AdditionalIncludeDirectories=""
852 PreprocessorDefinitions=""
853 UsePrecompiledHeader="0"
854 BrowseInformation="1"/>
855 </FileConfiguration>
856 <FileConfiguration
857 Name="Release|Win32">
858 <Tool
859 Name="VCCLCompilerTool"
860 Optimization="2"
861 AdditionalIncludeDirectories=""
862 PreprocessorDefinitions=""
863 UsePrecompiledHeader="0"/>
864 </FileConfiguration>
865 </File>
866 <File
867 RelativePath="svcproc.cxx">
868 <FileConfiguration
869 Name="Debug|Win32">
870 <Tool
871 Name="VCCLCompilerTool"
872 Optimization="0"
873 AdditionalIncludeDirectories=""
874 PreprocessorDefinitions=""
875 BrowseInformation="1"/>
876 </FileConfiguration>
877 <FileConfiguration
878 Name="Release|Win32">
879 <Tool
880 Name="VCCLCompilerTool"
881 Optimization="2"
882 AdditionalIncludeDirectories=""
883 PreprocessorDefinitions=""/>
884 </FileConfiguration>
885 </File>
886 <File
887 RelativePath="..\..\ptclib\telnet.cxx">
888 </File>
889 <File
890 RelativePath="..\common\vconvert.cxx">
891 <FileConfiguration
892 Name="Debug|Win32">
893 <Tool
894 Name="VCCLCompilerTool"
895 Optimization="0"
896 AdditionalIncludeDirectories=""
897 PreprocessorDefinitions=""
898 BrowseInformation="1"/>
899 </FileConfiguration>
900 <FileConfiguration
901 Name="Release|Win32">
902 <Tool
903 Name="VCCLCompilerTool"
904 Optimization="2"
905 AdditionalIncludeDirectories=""
906 PreprocessorDefinitions=""/>
907 </FileConfiguration>
908 </File>
909 <File
910 RelativePath="..\common\vfakeio.cxx">
911 <FileConfiguration
912 Name="Debug|Win32">
913 <Tool
914 Name="VCCLCompilerTool"
915 Optimization="0"
916 AdditionalIncludeDirectories=""
917 PreprocessorDefinitions=""
918 UsePrecompiledHeader="0"
919 BrowseInformation="1"/>
920 </FileConfiguration>
921 <FileConfiguration
922 Name="Release|Win32">
923 <Tool
924 Name="VCCLCompilerTool"
925 Optimization="2"
926 AdditionalIncludeDirectories=""
927 PreprocessorDefinitions=""
928 UsePrecompiledHeader="0"/>
929 </FileConfiguration>
930 </File>
931 <File
932 RelativePath="vfw.cxx">
933 <FileConfiguration
934 Name="Debug|Win32">
935 <Tool
936 Name="VCCLCompilerTool"
937 Optimization="0"
938 AdditionalIncludeDirectories=""
939 PreprocessorDefinitions=""
940 UsePrecompiledHeader="0"
941 BrowseInformation="1"/>
942 </FileConfiguration>
943 <FileConfiguration
944 Name="Release|Win32">
945 <Tool
946 Name="VCCLCompilerTool"
947 Optimization="2"
948 AdditionalIncludeDirectories=""
949 PreprocessorDefinitions=""
950 UsePrecompiledHeader="0"/>
951 </FileConfiguration>
952 </File>
953 <File
954 RelativePath="..\common\videoio.cxx">
955 <FileConfiguration
956 Name="Debug|Win32">
957 <Tool
958 Name="VCCLCompilerTool"
959 Optimization="0"
960 AdditionalIncludeDirectories=""
961 PreprocessorDefinitions=""
962 BrowseInformation="1"/>
963 </FileConfiguration>
964 <FileConfiguration
965 Name="Release|Win32">
966 <Tool
967 Name="VCCLCompilerTool"
968 Optimization="2"
969 AdditionalIncludeDirectories=""
970 PreprocessorDefinitions=""/>
971 </FileConfiguration>
972 </File>
973 <File
974 RelativePath="..\..\ptclib\vsdl.cxx">
975 </File>
976 <File
977 RelativePath="..\..\ptclib\vxml.cxx">
978 </File>
979 <File
980 RelativePath="win32.cxx">
981 <FileConfiguration
982 Name="Debug|Win32">
983 <Tool
984 Name="VCCLCompilerTool"
985 Optimization="0"
986 AdditionalIncludeDirectories=""
987 PreprocessorDefinitions=""
988 BrowseInformation="1"/>
989 </FileConfiguration>
990 <FileConfiguration
991 Name="Release|Win32">
992 <Tool
993 Name="VCCLCompilerTool"
994 Optimization="2"
995 AdditionalIncludeDirectories=""
996 PreprocessorDefinitions=""/>
997 </FileConfiguration>
998 </File>
999 <File
1000 RelativePath="wincfg.cxx">
1001 <FileConfiguration
1002 Name="Debug|Win32">
1003 <Tool
1004 Name="VCCLCompilerTool"
1005 Optimization="0"
1006 AdditionalIncludeDirectories=""
1007 PreprocessorDefinitions=""
1008 BrowseInformation="1"/>
1009 </FileConfiguration>
1010 <FileConfiguration
1011 Name="Release|Win32">
1012 <Tool
1013 Name="VCCLCompilerTool"
1014 Optimization="2"
1015 AdditionalIncludeDirectories=""
1016 PreprocessorDefinitions=""/>
1017 </FileConfiguration>
1018 </File>
1019 <File
1020 RelativePath="winserial.cxx">
1021 <FileConfiguration
1022 Name="Debug|Win32">
1023 <Tool
1024 Name="VCCLCompilerTool"
1025 Optimization="0"
1026 AdditionalIncludeDirectories=""
1027 PreprocessorDefinitions=""
1028 BrowseInformation="1"/>
1029 </FileConfiguration>
1030 <FileConfiguration
1031 Name="Release|Win32">
1032 <Tool
1033 Name="VCCLCompilerTool"
1034 Optimization="2"
1035 AdditionalIncludeDirectories=""
1036 PreprocessorDefinitions=""/>
1037 </FileConfiguration>
1038 </File>
1039 <File
1040 RelativePath="winsock.cxx">
1041 <FileConfiguration
1042 Name="Debug|Win32">
1043 <Tool
1044 Name="VCCLCompilerTool"
1045 Optimization="0"
1046 AdditionalIncludeDirectories=""
1047 PreprocessorDefinitions=""
1048 BrowseInformation="1"/>
1049 </FileConfiguration>
1050 <FileConfiguration
1051 Name="Release|Win32">
1052 <Tool
1053 Name="VCCLCompilerTool"
1054 Optimization="2"
1055 AdditionalIncludeDirectories=""
1056 PreprocessorDefinitions=""/>
1057 </FileConfiguration>
1058 </File>
1059 <File
1060 RelativePath="..\..\ptclib\xmpp.cxx">
1061 </File>
1062 <File
1063 RelativePath="..\..\ptclib\xmpp_c2s.cxx">
1064 </File>
1065 <File
1066 RelativePath="..\..\ptclib\xmpp_muc.cxx">
1067 </File>
1068 <File
1069 RelativePath="..\..\ptclib\xmpp_roster.cxx">
1070 </File>
1071 </Filter>
1072 <Filter
1073 Name="Header Files"
1074 Filter="h;hpp;hxx;hm;inl;fi;fd">
1075 <File
1076 RelativePath="..\..\..\include\ptbuildopts.h">
1077 <FileConfiguration
1078 Name="Debug|Win32">
1079 <Tool
1080 Name="VCCustomBuildTool"
1081 CommandLine=""/>
1082 </FileConfiguration>
1083 <FileConfiguration
1084 Name="Release|Win32">
1085 <Tool
1086 Name="VCCustomBuildTool"
1087 CommandLine=""/>
1088 </FileConfiguration>
1089 </File>
1090 <File
1091 RelativePath="..\..\..\include\ptbuildopts.h.in">
1092 <FileConfiguration
1093 Name="Debug|Win32">
1094 <Tool
1095 Name="VCCustomBuildTool"
1096 Description="Configuring Build Options"
1097 CommandLine="cd ..\..\..
1098 configure --exclude-env=VSNET_PWLIB_CONFIGURE_EXCLUDE_DIRS %PWLIB_CONFIGURE_OPTIONS%
1100 Outputs="$(InputDir)ptbuildopts.h"/>
1101 </FileConfiguration>
1102 <FileConfiguration
1103 Name="Release|Win32">
1104 <Tool
1105 Name="VCCustomBuildTool"
1106 Description="Configuring Build Options"
1107 CommandLine="cd ..\..\..
1108 configure --exclude-env=VSNET_PWLIB_CONFIGURE_EXCLUDE_DIRS %PWLIB_CONFIGURE_OPTIONS%
1110 AdditionalDependencies="..\..\..\configure.ac"
1111 Outputs="$(InputDir)ptbuildopts.h"/>
1112 </FileConfiguration>
1113 </File>
1114 <Filter
1115 Name="Common"
1116 Filter="">
1117 <File
1118 RelativePath="..\..\..\Include\PtLib\Args.h">
1119 </File>
1120 <File
1121 RelativePath="..\..\..\Include\PtLib\Array.h">
1122 </File>
1123 <File
1124 RelativePath="..\..\..\include\ptclib\asnber.h">
1125 </File>
1126 <File
1127 RelativePath="..\..\..\include\ptclib\asner.h">
1128 </File>
1129 <File
1130 RelativePath="..\..\..\include\ptclib\asnper.h">
1131 </File>
1132 <File
1133 RelativePath="..\..\..\include\ptclib\asnxer.h">
1134 </File>
1135 <File
1136 RelativePath="..\..\..\Include\PtLib\Channel.h">
1137 </File>
1138 <File
1139 RelativePath="..\..\..\Include\PtLib\Config.h">
1140 </File>
1141 <File
1142 RelativePath="..\..\..\Include\PtLib\Contain.h">
1143 </File>
1144 <File
1145 RelativePath="..\..\..\include\ptlib\critsec.h">
1146 </File>
1147 <File
1148 RelativePath="..\..\..\include\ptclib\cypher.h">
1149 </File>
1150 <File
1151 RelativePath="..\..\..\include\ptclib\delaychan.h">
1152 </File>
1153 <File
1154 RelativePath="..\..\..\Include\PtLib\Dict.h">
1155 </File>
1156 <File
1157 RelativePath="..\..\..\include\ptclib\dtmf.h">
1158 </File>
1159 <File
1160 RelativePath="..\..\..\Include\PtLib\Dynalink.h">
1161 </File>
1162 <File
1163 RelativePath="..\..\..\include\ptclib\enum.h">
1164 </File>
1165 <File
1166 RelativePath="..\..\..\Include\PtLib\Ethsock.h">
1167 </File>
1168 <File
1169 RelativePath="..\..\..\Include\PtLib\File.h">
1170 </File>
1171 <File
1172 RelativePath="..\..\..\Include\PtLib\filepath.h">
1173 </File>
1174 <File
1175 RelativePath="..\..\..\include\ptclib\ftp.h">
1176 </File>
1177 <File
1178 RelativePath="..\..\..\include\ptclib\guid.h">
1179 </File>
1180 <File
1181 RelativePath="..\..\..\include\ptclib\html.h">
1182 </File>
1183 <File
1184 RelativePath="..\..\..\include\ptclib\http.h">
1185 </File>
1186 <File
1187 RelativePath="..\..\..\include\ptclib\httpform.h">
1188 </File>
1189 <File
1190 RelativePath="..\..\..\include\ptclib\httpsvc.h">
1191 </File>
1192 <File
1193 RelativePath="..\..\..\Include\PtLib\Icmpsock.h">
1194 </File>
1195 <File
1196 RelativePath="..\..\..\Include\PtLib\Indchan.h">
1197 </File>
1198 <File
1199 RelativePath="..\..\..\include\ptclib\inetmail.h">
1200 </File>
1201 <File
1202 RelativePath="..\..\..\include\ptclib\inetprot.h">
1203 </File>
1204 <File
1205 RelativePath="..\..\..\include\ptclib\ipacl.h">
1206 </File>
1207 <File
1208 RelativePath="..\..\..\Include\PtLib\Ipdsock.h">
1209 </File>
1210 <File
1211 RelativePath="..\..\..\Include\PtLib\ipsock.h">
1212 </File>
1213 <File
1214 RelativePath="..\..\..\Include\PtLib\ipxsock.h">
1215 </File>
1216 <File
1217 RelativePath="..\..\..\Include\PtLib\Lists.h">
1218 </File>
1219 <File
1220 RelativePath="..\..\..\Include\PtLib\Mail.h">
1221 </File>
1222 <File
1223 RelativePath="..\..\..\include\ptclib\memfile.h">
1224 </File>
1225 <File
1226 RelativePath="..\..\..\include\ptclib\mime.h">
1227 </File>
1228 <File
1229 RelativePath="..\..\..\include\ptclib\modem.h">
1230 </File>
1231 <File
1232 RelativePath="..\..\..\Include\PtLib\mutex.h">
1233 </File>
1234 <File
1235 RelativePath="..\..\..\include\ptlib\notifier.h">
1236 </File>
1237 <File
1238 RelativePath="..\..\..\include\ptlib\notifier_ext.h">
1239 </File>
1240 <File
1241 RelativePath="..\..\..\Include\PtLib\object.h">
1242 </File>
1243 <File
1244 RelativePath="..\..\..\include\ptclib\pasn.h">
1245 </File>
1246 <File
1247 RelativePath="..\..\..\Include\PtLib\Pdirect.h">
1248 </File>
1249 <File
1250 RelativePath="..\..\..\include\ptclib\pdns.h">
1251 </File>
1252 <File
1253 RelativePath="..\..\..\include\ptlib\pfactory.h">
1254 </File>
1255 <File
1256 RelativePath="..\..\..\include\ptclib\pils.h">
1257 </File>
1258 <File
1259 RelativePath="..\..\..\Include\PtLib\Pipechan.h">
1260 </File>
1261 <File
1262 RelativePath="..\..\..\include\ptclib\pldap.h">
1263 </File>
1264 <File
1265 RelativePath="..\..\..\include\ptlib\plugin.h">
1266 </File>
1267 <File
1268 RelativePath="..\..\..\include\ptlib\pluginmgr.h">
1269 </File>
1270 <File
1271 RelativePath="..\..\..\Include\PtLib\pprocess.h">
1272 </File>
1273 <File
1274 RelativePath="..\..\..\include\ptclib\psasl.h">
1275 </File>
1276 <File
1277 RelativePath="..\..\..\include\ptclib\psnmp.h">
1278 </File>
1279 <File
1280 RelativePath="..\..\..\include\ptclib\psoap.h">
1281 </File>
1282 <File
1283 RelativePath="..\..\..\include\ptclib\pssl.h">
1284 </File>
1285 <File
1286 RelativePath="..\..\..\Include\PtLib\Pstring.h">
1287 </File>
1288 <File
1289 RelativePath="..\..\..\include\ptclib\pstun.h">
1290 </File>
1291 <File
1292 RelativePath="..\..\..\include\ptlib\psync.h">
1293 </File>
1294 <File
1295 RelativePath="..\..\..\Include\PtLib\Ptime.h">
1296 </File>
1297 <File
1298 RelativePath="..\..\..\include\ptclib\ptts.h">
1299 </File>
1300 <File
1301 RelativePath="..\..\..\include\ptclib\pvfiledev.h">
1302 </File>
1303 <File
1304 RelativePath="..\..\..\include\ptclib\pvidfile.h">
1305 </File>
1306 <File
1307 RelativePath="..\..\..\include\ptclib\pwavfile.h">
1308 </File>
1309 <File
1310 RelativePath="..\..\..\include\ptclib\pxml.h">
1311 </File>
1312 <File
1313 RelativePath="..\..\..\include\ptclib\pxmlrpc.h">
1314 </File>
1315 <File
1316 RelativePath="..\..\..\include\ptclib\pxmlrpcs.h">
1317 </File>
1318 <File
1319 RelativePath="..\..\..\include\ptclib\qchannel.h">
1320 </File>
1321 <File
1322 RelativePath="..\..\..\include\ptclib\random.h">
1323 </File>
1324 <File
1325 RelativePath="..\..\..\Include\PtLib\Remconn.h">
1326 </File>
1327 <File
1328 RelativePath="..\..\..\include\ptlib\safecoll.h">
1329 </File>
1330 <File
1331 RelativePath="..\..\..\Include\PtLib\semaphor.h">
1332 </File>
1333 <File
1334 RelativePath="..\..\..\Include\PtLib\Serchan.h">
1335 </File>
1336 <File
1337 RelativePath="..\..\..\Include\PtLib\Sfile.h">
1338 </File>
1339 <File
1340 RelativePath="..\..\..\include\ptclib\shttpsvc.h">
1341 </File>
1342 <File
1343 RelativePath="..\..\..\include\ptclib\sockagg.h">
1344 </File>
1345 <File
1346 RelativePath="..\..\..\Include\PtLib\socket.h">
1347 </File>
1348 <File
1349 RelativePath="..\..\..\Include\PtLib\sockets.h">
1350 </File>
1351 <File
1352 RelativePath="..\..\..\include\ptclib\socks.h">
1353 </File>
1354 <File
1355 RelativePath="..\..\..\Include\PtLib\Sound.h">
1356 </File>
1357 <File
1358 RelativePath="..\..\..\Include\PtLib\spxsock.h">
1359 </File>
1360 <File
1361 RelativePath="..\..\..\Include\PtLib\Svcproc.h">
1362 </File>
1363 <File
1364 RelativePath="..\..\..\Include\PtLib\syncpoint.h">
1365 </File>
1366 <File
1367 RelativePath="..\..\..\Include\PtLib\syncthrd.h">
1368 </File>
1369 <File
1370 RelativePath="..\..\..\Include\PtLib\Tcpsock.h">
1371 </File>
1372 <File
1373 RelativePath="..\..\..\include\ptclib\telnet.h">
1374 </File>
1375 <File
1376 RelativePath="..\..\..\Include\PtLib\Textfile.h">
1377 </File>
1378 <File
1379 RelativePath="..\..\..\Include\PtLib\thread.h">
1380 </File>
1381 <File
1382 RelativePath="..\..\..\Include\PtLib\Timeint.h">
1383 </File>
1384 <File
1385 RelativePath="..\..\..\Include\PtLib\Timer.h">
1386 </File>
1387 <File
1388 RelativePath="..\..\..\Include\PtLib\Udpsock.h">
1389 </File>
1390 <File
1391 RelativePath="..\..\..\include\ptclib\url.h">
1392 </File>
1393 <File
1394 RelativePath="..\..\..\include\ptlib\vconvert.h">
1395 </File>
1396 <File
1397 RelativePath="..\..\..\include\ptlib\videoio.h">
1398 </File>
1399 <File
1400 RelativePath="..\..\..\include\ptclib\vsdl.h">
1401 </File>
1402 <File
1403 RelativePath="..\..\..\include\ptclib\vxml.h">
1404 </File>
1405 <File
1406 RelativePath="..\..\..\include\ptclib\xmpp.h">
1407 </File>
1408 <File
1409 RelativePath="..\..\..\include\ptclib\xmpp_c2s.h">
1410 </File>
1411 <File
1412 RelativePath="..\..\..\include\ptclib\xmpp_muc.h">
1413 </File>
1414 <File
1415 RelativePath="..\..\..\include\ptclib\xmpp_roster.h">
1416 </File>
1417 </Filter>
1418 <Filter
1419 Name="MSOS"
1420 Filter="">
1421 <File
1422 RelativePath="..\..\..\include\ptlib\msos\ptlib\channel.h">
1423 </File>
1424 <File
1425 RelativePath="..\..\..\include\ptlib\msos\ptlib\config.h">
1426 </File>
1427 <File
1428 RelativePath="..\..\..\include\ptlib\msos\ptlib\contain.h">
1429 </File>
1430 <File
1431 RelativePath="..\..\..\include\ptlib\msos\ptlib\critsec.h">
1432 </File>
1433 <File
1434 RelativePath="..\..\..\include\ptlib\msos\ptlib\debstrm.h">
1435 </File>
1436 <File
1437 RelativePath="..\..\..\include\ptlib\msos\ptlib\dynalink.h">
1438 </File>
1439 <File
1440 RelativePath="..\..\..\include\ptlib\msos\ptlib\epacket.h">
1441 </File>
1442 <File
1443 RelativePath="..\..\..\include\ptlib\msos\ptlib\ethsock.h">
1444 </File>
1445 <File
1446 RelativePath="..\..\..\include\ptlib\msos\ptlib\file.h">
1447 </File>
1448 <File
1449 RelativePath="..\..\..\include\ptlib\msos\ptlib\filepath.h">
1450 </File>
1451 <File
1452 RelativePath="..\..\..\include\ptlib\msos\ptlib\icmpsock.h">
1453 </File>
1454 <File
1455 RelativePath="..\..\..\include\ptlib\msos\ptlib\ipdsock.h">
1456 </File>
1457 <File
1458 RelativePath="..\..\..\include\ptlib\msos\ptlib\ipsock.h">
1459 </File>
1460 <File
1461 RelativePath="..\..\..\include\ptlib\msos\ptlib\ipxsock.h">
1462 </File>
1463 <File
1464 RelativePath="..\..\..\include\ptlib\msos\ptlib\mail.h">
1465 </File>
1466 <File
1467 RelativePath="..\..\..\include\ptlib\msos\ptlib\mutex.h">
1468 </File>
1469 <File
1470 RelativePath="..\..\..\include\ptlib\msos\ptlib\pdirect.h">
1471 </File>
1472 <File
1473 RelativePath="..\..\..\include\ptlib\msos\ptlib\pipechan.h">
1474 </File>
1475 <File
1476 RelativePath="..\..\..\include\ptlib\msos\ptlib\podbc.h">
1477 </File>
1478 <File
1479 RelativePath="..\..\..\include\ptlib\msos\ptlib\pprocess.h">
1480 </File>
1481 <File
1482 RelativePath="..\..\..\include\ptlib\msos\ptlib\ptime.h">
1483 </File>
1484 <File
1485 RelativePath="..\..\..\include\ptlib\msos\ptlib\remconn.h">
1486 </File>
1487 <File
1488 RelativePath="..\..\..\include\ptlib\msos\ptlib\semaphor.h">
1489 </File>
1490 <File
1491 RelativePath="..\..\..\include\ptlib\msos\ptlib\serchan.h">
1492 </File>
1493 <File
1494 RelativePath="..\..\..\include\ptlib\msos\ptlib\sfile.h">
1495 </File>
1496 <File
1497 RelativePath="..\..\..\include\ptlib\msos\ptlib\socket.h">
1498 </File>
1499 <File
1500 RelativePath="..\..\..\include\ptlib\msos\ptlib\spxsock.h">
1501 </File>
1502 <File
1503 RelativePath="..\..\..\include\ptlib\msos\ptlib\svcproc.h">
1504 </File>
1505 <File
1506 RelativePath="..\..\..\include\ptlib\msos\ptlib\syncpoint.h">
1507 </File>
1508 <File
1509 RelativePath="..\..\..\include\ptlib\msos\ptlib\tcpsock.h">
1510 </File>
1511 <File
1512 RelativePath="..\..\..\include\ptlib\msos\ptlib\textfile.h">
1513 </File>
1514 <File
1515 RelativePath="..\..\..\include\ptlib\msos\ptlib\thread.h">
1516 </File>
1517 <File
1518 RelativePath="..\..\..\include\ptlib\msos\ptlib\timeint.h">
1519 </File>
1520 <File
1521 RelativePath="..\..\..\include\ptlib\msos\ptlib\timer.h">
1522 </File>
1523 <File
1524 RelativePath="..\..\..\include\ptlib\msos\ptlib\udpsock.h">
1525 </File>
1526 <File
1527 RelativePath="..\..\..\include\ptlib\msos\ptlib\videoio.h">
1528 </File>
1529 </Filter>
1530 </Filter>
1531 <Filter
1532 Name="Inlines"
1533 Filter=".inl">
1534 <File
1535 RelativePath="..\..\..\include\ptlib\contain.inl">
1536 </File>
1537 <File
1538 RelativePath="..\..\..\include\ptlib\osutil.inl">
1539 </File>
1540 <File
1541 RelativePath="..\..\..\include\ptlib\msos\ptlib\ptlib.inl">
1542 </File>
1543 </Filter>
1544 <Filter
1545 Name="Regex"
1546 Filter="">
1547 <File
1548 RelativePath="..\common\regex\regcomp.c">
1549 <FileConfiguration
1550 Name="Debug|Win32">
1551 <Tool
1552 Name="VCCLCompilerTool"
1553 Optimization="0"
1554 AdditionalIncludeDirectories="..\common\regex"
1555 PreprocessorDefinitions=""
1556 UsePrecompiledHeader="0"
1557 BrowseInformation="1"
1558 WarningLevel="1"/>
1559 </FileConfiguration>
1560 <FileConfiguration
1561 Name="Release|Win32">
1562 <Tool
1563 Name="VCCLCompilerTool"
1564 Optimization="2"
1565 AdditionalIncludeDirectories="..\common\regex"
1566 PreprocessorDefinitions=""
1567 UsePrecompiledHeader="0"
1568 WarningLevel="1"/>
1569 </FileConfiguration>
1570 </File>
1571 <File
1572 RelativePath="..\common\regex\regerror.c">
1573 <FileConfiguration
1574 Name="Debug|Win32">
1575 <Tool
1576 Name="VCCLCompilerTool"
1577 Optimization="0"
1578 AdditionalIncludeDirectories="..\common\regex"
1579 PreprocessorDefinitions=""
1580 UsePrecompiledHeader="0"
1581 BrowseInformation="1"
1582 WarningLevel="1"/>
1583 </FileConfiguration>
1584 <FileConfiguration
1585 Name="Release|Win32">
1586 <Tool
1587 Name="VCCLCompilerTool"
1588 Optimization="2"
1589 AdditionalIncludeDirectories="..\common\regex"
1590 PreprocessorDefinitions=""
1591 UsePrecompiledHeader="0"
1592 WarningLevel="1"/>
1593 </FileConfiguration>
1594 </File>
1595 <File
1596 RelativePath="..\common\regex\regexec.c">
1597 <FileConfiguration
1598 Name="Debug|Win32">
1599 <Tool
1600 Name="VCCLCompilerTool"
1601 Optimization="0"
1602 AdditionalIncludeDirectories="..\common\regex"
1603 PreprocessorDefinitions=""
1604 UsePrecompiledHeader="0"
1605 BrowseInformation="1"
1606 WarningLevel="1"/>
1607 </FileConfiguration>
1608 <FileConfiguration
1609 Name="Release|Win32">
1610 <Tool
1611 Name="VCCLCompilerTool"
1612 Optimization="2"
1613 AdditionalIncludeDirectories="..\common\regex"
1614 PreprocessorDefinitions=""
1615 UsePrecompiledHeader="0"
1616 WarningLevel="1"/>
1617 </FileConfiguration>
1618 </File>
1619 <File
1620 RelativePath="..\common\regex\regfree.c">
1621 <FileConfiguration
1622 Name="Debug|Win32">
1623 <Tool
1624 Name="VCCLCompilerTool"
1625 Optimization="0"
1626 AdditionalIncludeDirectories="..\common\regex"
1627 PreprocessorDefinitions=""
1628 UsePrecompiledHeader="0"
1629 BrowseInformation="1"
1630 WarningLevel="1"/>
1631 </FileConfiguration>
1632 <FileConfiguration
1633 Name="Release|Win32">
1634 <Tool
1635 Name="VCCLCompilerTool"
1636 Optimization="2"
1637 AdditionalIncludeDirectories="..\common\regex"
1638 PreprocessorDefinitions=""
1639 UsePrecompiledHeader="0"
1640 WarningLevel="1"/>
1641 </FileConfiguration>
1642 </File>
1643 </Filter>
1644 <File
1645 RelativePath="..\..\..\configure.ac">
1646 </File>
1647 </Files>
1648 <Globals>
1649 </Globals>
1650 </VisualStudioProject>