Changeset 3087
- Timestamp:
- Feb 4, 2010 6:29:16 PM (13 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 4 added
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/build.symbian/pjlib_util.mmp
r3046 r3087 41 41 SOURCE hmac_md5.c 42 42 SOURCE hmac_sha1.c 43 SOURCE http_client.c 43 44 SOURCE md5.c 44 45 SOURCE pcap.c … … 62 63 //DOCUMENT pjlib-util\\hmac_md5.h 63 64 //DOCUMENT pjlib-util\hmac_sha1.h 65 //DOCUMENT pjlib-util\http_client.h 64 66 //DOCUMENT pjlib-util\md5.h 65 67 //DOCUMENT pjlib-util\resolver.h -
pjproject/trunk/pjlib-util/build/Makefile
r2183 r3087 29 29 export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 30 30 base64.o crc32.o errno.o dns.o dns_dump.o dns_server.o \ 31 getopt.o hmac_md5.o hmac_sha1.o md5.o pcap.o resolver.o \31 getopt.o hmac_md5.o hmac_sha1.o http_client.o md5.o pcap.o resolver.o \ 32 32 scanner.o sha1.o srv_resolver.o string.o stun_simple.o \ 33 33 stun_simple_client.o xml.o … … 38 38 # 39 39 export UTIL_TEST_SRCDIR = ../src/pjlib-util-test 40 export UTIL_TEST_OBJS += xml.o encryption.o stun.o resolver_test.o test.o 40 export UTIL_TEST_OBJS += xml.o encryption.o stun.o resolver_test.o test.o \ 41 http_client.o 41 42 export UTIL_TEST_CFLAGS += $(_CFLAGS) 42 43 export UTIL_TEST_LDFLAGS += $(_LDFLAGS) -
pjproject/trunk/pjlib-util/build/pjlib_util.dsp
r1987 r3087 126 126 # Begin Source File 127 127 128 SOURCE="..\src\pjlib-util\http_client.c" 129 # End Source File 130 # Begin Source File 131 128 132 SOURCE="..\src\pjlib-util\md5.c" 129 133 # End Source File … … 217 221 218 222 SOURCE="..\include\pjlib-util\hmac_sha1.h" 223 # End Source File 224 # Begin Source File 225 226 SOURCE="..\include\pjlib-util\http_client.h" 219 227 # End Source File 220 228 # Begin Source File -
pjproject/trunk/pjlib-util/build/pjlib_util.vcproj
r2664 r3087 12 12 /> 13 13 <Platform 14 Name="Pocket PC 2003 (ARMV4)" 15 /> 16 <Platform 17 Name="Smartphone 2003 (ARMV4)" 18 /> 19 <Platform 14 20 Name="Windows Mobile 6 Standard SDK (ARMV4I)" 15 21 /> 16 22 <Platform 17 23 Name="Windows Mobile 6 Professional SDK (ARMV4I)" 18 />19 <Platform20 Name="Pocket PC 2003 (ARMV4)"21 />22 <Platform23 Name="Smartphone 2003 (ARMV4)"24 24 /> 25 25 <Platform … … 35 35 <Configuration 36 36 Name="Release|Win32" 37 ConfigurationType="4" 37 38 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 38 39 UseOfMFC="0" 39 40 ATLMinimizesCRunTimeLibraryUsage="false" 40 41 41 CharacterSet="2" 42 43 ConfigurationType="4"44 UseOfMFC="0"45 42 > 46 43 <Tool … … 61 58 <Tool 62 59 Name="VCCLCompilerTool" 60 AdditionalIncludeDirectories="../include,../../pjlib/include" 63 61 PreprocessorDefinitions="_LIB;" 64 65 AdditionalIncludeDirectories="../include,../../pjlib/include"66 62 PrecompiledHeaderFile="" 67 63 /> … … 78 74 Name="VCLibrarianTool" 79 75 OutputFile="..\lib\pjlib-util-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib" 80 81 76 /> 82 77 <Tool … … 97 92 </Configuration> 98 93 <Configuration 99 Name="Release| Windows Mobile 6 Standard SDK (ARMV4I)"100 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"101 94 Name="Release|Pocket PC 2003 (ARMV4)" 95 ConfigurationType="4" 96 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 102 97 ATLMinimizesCRunTimeLibraryUsage="false" 103 104 98 CharacterSet="1" 105 106 ConfigurationType="4"107 99 > 108 100 <Tool … … 123 115 <Tool 124 116 Name="VCCLCompilerTool" 125 PreprocessorDefinitions="_LIB;"126 127 117 ExecutionBucket="7" 128 118 AdditionalIncludeDirectories="../include,../../pjlib/include" 119 PreprocessorDefinitions="_LIB;" 129 120 PrecompiledHeaderFile="" 130 121 /> … … 140 131 <Tool 141 132 Name="VCLibrarianTool" 142 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 143 133 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 144 134 /> 145 135 <Tool … … 168 158 </Configuration> 169 159 <Configuration 170 Name="Release| Windows Mobile 6 Professional SDK (ARMV4I)"171 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"172 160 Name="Release|Smartphone 2003 (ARMV4)" 161 ConfigurationType="4" 162 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 173 163 ATLMinimizesCRunTimeLibraryUsage="false" 174 175 164 CharacterSet="1" 176 177 ConfigurationType="4"178 165 > 179 166 <Tool … … 194 181 <Tool 195 182 Name="VCCLCompilerTool" 196 PreprocessorDefinitions="_LIB;"197 198 183 ExecutionBucket="7" 199 184 AdditionalIncludeDirectories="../include,../../pjlib/include" 185 PreprocessorDefinitions="_LIB;" 200 186 PrecompiledHeaderFile="" 201 187 /> … … 211 197 <Tool 212 198 Name="VCLibrarianTool" 213 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 214 199 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 215 200 /> 216 201 <Tool … … 240 225 <Configuration 241 226 Name="Debug|Win32" 227 ConfigurationType="4" 242 228 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 243 229 UseOfMFC="0" 244 230 ATLMinimizesCRunTimeLibraryUsage="false" 245 246 231 CharacterSet="2" 247 248 ConfigurationType="4"249 UseOfMFC="0"250 232 > 251 233 <Tool … … 266 248 <Tool 267 249 Name="VCCLCompilerTool" 250 AdditionalIncludeDirectories="../include,../../pjlib/include" 268 251 PreprocessorDefinitions="_LIB;" 269 270 AdditionalIncludeDirectories="../include,../../pjlib/include"271 252 PrecompiledHeaderFile="" 272 253 /> … … 283 264 Name="VCLibrarianTool" 284 265 OutputFile="..\lib\pjlib-util-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib" 285 286 266 /> 287 267 <Tool … … 302 282 </Configuration> 303 283 <Configuration 304 Name="Debug| Windows Mobile 6 Standard SDK (ARMV4I)"305 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"306 284 Name="Debug|Pocket PC 2003 (ARMV4)" 285 ConfigurationType="4" 286 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 307 287 ATLMinimizesCRunTimeLibraryUsage="false" 308 309 288 CharacterSet="1" 310 311 ConfigurationType="4"312 289 > 313 290 <Tool … … 328 305 <Tool 329 306 Name="VCCLCompilerTool" 330 PreprocessorDefinitions="_LIB;"331 332 307 ExecutionBucket="7" 333 308 AdditionalIncludeDirectories="../include,../../pjlib/include" 309 PreprocessorDefinitions="_LIB;" 334 310 PrecompiledHeaderFile="" 335 311 /> … … 345 321 <Tool 346 322 Name="VCLibrarianTool" 347 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 348 323 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 349 324 /> 350 325 <Tool … … 373 348 </Configuration> 374 349 <Configuration 375 Name="Debug| Windows Mobile 6 Professional SDK (ARMV4I)"376 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"377 350 Name="Debug|Smartphone 2003 (ARMV4)" 351 ConfigurationType="4" 352 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 378 353 ATLMinimizesCRunTimeLibraryUsage="false" 379 380 354 CharacterSet="1" 381 382 ConfigurationType="4"383 355 > 384 356 <Tool … … 399 371 <Tool 400 372 Name="VCCLCompilerTool" 401 PreprocessorDefinitions="_LIB;"402 403 373 ExecutionBucket="7" 404 374 AdditionalIncludeDirectories="../include,../../pjlib/include" 375 PreprocessorDefinitions="_LIB;" 405 376 PrecompiledHeaderFile="" 406 377 /> … … 416 387 <Tool 417 388 Name="VCLibrarianTool" 418 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 419 389 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 420 390 /> 421 391 <Tool … … 445 415 <Configuration 446 416 Name="Debug-Static|Win32" 417 ConfigurationType="4" 447 418 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 448 419 UseOfMFC="0" 449 420 ATLMinimizesCRunTimeLibraryUsage="false" 450 451 421 CharacterSet="2" 452 453 ConfigurationType="4"454 UseOfMFC="0"455 422 > 456 423 <Tool … … 471 438 <Tool 472 439 Name="VCCLCompilerTool" 440 AdditionalIncludeDirectories="../include,../../pjlib/include" 473 441 PreprocessorDefinitions="_LIB;" 474 475 AdditionalIncludeDirectories="../include,../../pjlib/include"476 442 PrecompiledHeaderFile="" 477 443 /> … … 488 454 Name="VCLibrarianTool" 489 455 OutputFile="..\lib\pjlib-util-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib" 490 491 456 /> 492 457 <Tool … … 507 472 </Configuration> 508 473 <Configuration 509 Name="Debug-Static| Windows Mobile 6 Standard SDK (ARMV4I)"510 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"511 474 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 475 ConfigurationType="4" 476 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 512 477 ATLMinimizesCRunTimeLibraryUsage="false" 513 514 478 CharacterSet="1" 515 516 ConfigurationType="4"517 479 > 518 480 <Tool … … 533 495 <Tool 534 496 Name="VCCLCompilerTool" 535 PreprocessorDefinitions="_LIB;"536 537 497 ExecutionBucket="7" 538 498 AdditionalIncludeDirectories="../include,../../pjlib/include" 499 PreprocessorDefinitions="_LIB;" 539 500 PrecompiledHeaderFile="" 540 501 /> … … 550 511 <Tool 551 512 Name="VCLibrarianTool" 552 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 553 513 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 554 514 /> 555 515 <Tool … … 578 538 </Configuration> 579 539 <Configuration 580 Name="Debug-Static| Windows Mobile 6 Professional SDK (ARMV4I)"581 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"582 540 Name="Debug-Static|Smartphone 2003 (ARMV4)" 541 ConfigurationType="4" 542 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 583 543 ATLMinimizesCRunTimeLibraryUsage="false" 584 585 544 CharacterSet="1" 586 587 ConfigurationType="4"588 545 > 589 546 <Tool … … 604 561 <Tool 605 562 Name="VCCLCompilerTool" 606 PreprocessorDefinitions="_LIB;"607 608 563 ExecutionBucket="7" 609 564 AdditionalIncludeDirectories="../include,../../pjlib/include" 565 PreprocessorDefinitions="_LIB;" 610 566 PrecompiledHeaderFile="" 611 567 /> … … 621 577 <Tool 622 578 Name="VCLibrarianTool" 623 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 624 579 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 625 580 /> 626 581 <Tool … … 650 605 <Configuration 651 606 Name="Release-Dynamic|Win32" 607 ConfigurationType="4" 652 608 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 653 609 UseOfMFC="0" 654 610 ATLMinimizesCRunTimeLibraryUsage="false" 655 656 611 CharacterSet="2" 657 658 ConfigurationType="4"659 UseOfMFC="0"660 612 > 661 613 <Tool … … 676 628 <Tool 677 629 Name="VCCLCompilerTool" 630 AdditionalIncludeDirectories="../include,../../pjlib/include" 678 631 PreprocessorDefinitions="_LIB;" 679 680 AdditionalIncludeDirectories="../include,../../pjlib/include"681 632 PrecompiledHeaderFile="" 682 633 /> … … 693 644 Name="VCLibrarianTool" 694 645 OutputFile="..\lib\pjlib-util-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib" 695 696 646 /> 697 647 <Tool … … 712 662 </Configuration> 713 663 <Configuration 714 Name="Release-Dynamic| Windows Mobile 6 Standard SDK (ARMV4I)"715 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"716 664 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 665 ConfigurationType="4" 666 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 717 667 ATLMinimizesCRunTimeLibraryUsage="false" 718 719 668 CharacterSet="1" 720 721 ConfigurationType="4"722 669 > 723 670 <Tool … … 738 685 <Tool 739 686 Name="VCCLCompilerTool" 740 PreprocessorDefinitions="_LIB;"741 742 687 ExecutionBucket="7" 743 688 AdditionalIncludeDirectories="../include,../../pjlib/include" 689 PreprocessorDefinitions="_LIB;" 744 690 PrecompiledHeaderFile="" 745 691 /> … … 755 701 <Tool 756 702 Name="VCLibrarianTool" 757 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 758 703 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 759 704 /> 760 705 <Tool … … 783 728 </Configuration> 784 729 <Configuration 785 Name="Release-Dynamic| Windows Mobile 6 Professional SDK (ARMV4I)"786 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"787 730 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 731 ConfigurationType="4" 732 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 788 733 ATLMinimizesCRunTimeLibraryUsage="false" 789 790 734 CharacterSet="1" 791 792 ConfigurationType="4"793 735 > 794 736 <Tool … … 809 751 <Tool 810 752 Name="VCCLCompilerTool" 811 PreprocessorDefinitions="_LIB;"812 813 753 ExecutionBucket="7" 814 754 AdditionalIncludeDirectories="../include,../../pjlib/include" 755 PreprocessorDefinitions="_LIB;" 815 756 PrecompiledHeaderFile="" 816 757 /> … … 826 767 <Tool 827 768 Name="VCLibrarianTool" 828 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 829 769 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 830 770 /> 831 771 <Tool … … 855 795 <Configuration 856 796 Name="Debug-Dynamic|Win32" 797 ConfigurationType="4" 857 798 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 858 799 UseOfMFC="0" 859 800 ATLMinimizesCRunTimeLibraryUsage="false" 860 861 801 CharacterSet="2" 862 863 ConfigurationType="4"864 UseOfMFC="0"865 802 > 866 803 <Tool … … 881 818 <Tool 882 819 Name="VCCLCompilerTool" 820 AdditionalIncludeDirectories="../include,../../pjlib/include" 883 821 PreprocessorDefinitions="_LIB;" 884 885 AdditionalIncludeDirectories="../include,../../pjlib/include"886 822 PrecompiledHeaderFile="" 887 823 /> … … 898 834 Name="VCLibrarianTool" 899 835 OutputFile="..\lib\pjlib-util-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib" 900 901 836 /> 902 837 <Tool … … 917 852 </Configuration> 918 853 <Configuration 919 Name="Debug-Dynamic| Windows Mobile 6 Standard SDK (ARMV4I)"920 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"921 854 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 855 ConfigurationType="4" 856 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 922 857 ATLMinimizesCRunTimeLibraryUsage="false" 923 924 858 CharacterSet="1" 925 926 ConfigurationType="4"927 859 > 928 860 <Tool … … 943 875 <Tool 944 876 Name="VCCLCompilerTool" 945 PreprocessorDefinitions="_LIB;"946 947 877 ExecutionBucket="7" 948 878 AdditionalIncludeDirectories="../include,../../pjlib/include" 879 PreprocessorDefinitions="_LIB;" 949 880 PrecompiledHeaderFile="" 950 881 /> … … 960 891 <Tool 961 892 Name="VCLibrarianTool" 962 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 963 893 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 964 894 /> 965 895 <Tool … … 988 918 </Configuration> 989 919 <Configuration 990 Name="Debug-Dynamic| Windows Mobile 6 Professional SDK (ARMV4I)"991 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"992 920 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 921 ConfigurationType="4" 922 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 993 923 ATLMinimizesCRunTimeLibraryUsage="false" 994 995 924 CharacterSet="1" 996 997 ConfigurationType="4"998 925 > 999 926 <Tool … … 1014 941 <Tool 1015 942 Name="VCCLCompilerTool" 1016 PreprocessorDefinitions="_LIB;"1017 1018 943 ExecutionBucket="7" 1019 944 AdditionalIncludeDirectories="../include,../../pjlib/include" 945 PreprocessorDefinitions="_LIB;" 1020 946 PrecompiledHeaderFile="" 1021 947 /> … … 1031 957 <Tool 1032 958 Name="VCLibrarianTool" 1033 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1034 959 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1035 960 /> 1036 961 <Tool … … 1060 985 <Configuration 1061 986 Name="Release-Static|Win32" 987 ConfigurationType="4" 1062 988 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 1063 989 UseOfMFC="0" 1064 990 ATLMinimizesCRunTimeLibraryUsage="false" 1065 1066 991 CharacterSet="2" 1067 1068 ConfigurationType="4"1069 UseOfMFC="0"1070 992 > 1071 993 <Tool … … 1086 1008 <Tool 1087 1009 Name="VCCLCompilerTool" 1010 AdditionalIncludeDirectories="../include,../../pjlib/include" 1088 1011 PreprocessorDefinitions="_LIB;" 1089 1090 AdditionalIncludeDirectories="../include,../../pjlib/include"1091 1012 PrecompiledHeaderFile="" 1092 1013 /> … … 1103 1024 Name="VCLibrarianTool" 1104 1025 OutputFile="..\lib\pjlib-util-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).lib" 1105 1106 1026 /> 1107 1027 <Tool … … 1122 1042 </Configuration> 1123 1043 <Configuration 1124 Name="Release-Static| Windows Mobile 6 Standard SDK (ARMV4I)"1125 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1126 1044 Name="Release-Static|Pocket PC 2003 (ARMV4)" 1045 ConfigurationType="4" 1046 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1127 1047 ATLMinimizesCRunTimeLibraryUsage="false" 1128 1129 1048 CharacterSet="1" 1130 1131 ConfigurationType="4"1132 1049 > 1133 1050 <Tool … … 1148 1065 <Tool 1149 1066 Name="VCCLCompilerTool" 1150 PreprocessorDefinitions="_LIB;"1151 1152 1067 ExecutionBucket="7" 1153 1068 AdditionalIncludeDirectories="../include,../../pjlib/include" 1069 PreprocessorDefinitions="_LIB;" 1154 1070 PrecompiledHeaderFile="" 1155 1071 /> … … 1165 1081 <Tool 1166 1082 Name="VCLibrarianTool" 1167 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1168 1083 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1169 1084 /> 1170 1085 <Tool … … 1193 1108 </Configuration> 1194 1109 <Configuration 1195 Name="Release-Static| Windows Mobile 6 Professional SDK (ARMV4I)"1196 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1197 1110 Name="Release-Static|Smartphone 2003 (ARMV4)" 1111 ConfigurationType="4" 1112 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1198 1113 ATLMinimizesCRunTimeLibraryUsage="false" 1199 1200 1114 CharacterSet="1" 1201 1202 ConfigurationType="4"1203 1115 > 1204 1116 <Tool … … 1219 1131 <Tool 1220 1132 Name="VCCLCompilerTool" 1221 PreprocessorDefinitions="_LIB;"1222 1223 1133 ExecutionBucket="7" 1224 1134 AdditionalIncludeDirectories="../include,../../pjlib/include" 1135 PreprocessorDefinitions="_LIB;" 1225 1136 PrecompiledHeaderFile="" 1226 1137 /> … … 1236 1147 <Tool 1237 1148 Name="VCLibrarianTool" 1238 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1239 1149 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1240 1150 /> 1241 1151 <Tool … … 1264 1174 </Configuration> 1265 1175 <Configuration 1266 Name="Release|Pocket PC 2003 (ARMV4)" 1267 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1268 1176 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 1177 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1269 1178 ATLMinimizesCRunTimeLibraryUsage="false" 1270 1271 1179 CharacterSet="1" 1272 1273 1180 ConfigurationType="4" 1274 1181 > … … 1291 1198 Name="VCCLCompilerTool" 1292 1199 PreprocessorDefinitions="_LIB;" 1293 1294 1200 ExecutionBucket="7" 1295 1201 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 1307 1213 <Tool 1308 1214 Name="VCLibrarianTool" 1309 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1310 1215 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1311 1216 /> 1312 1217 <Tool … … 1335 1240 </Configuration> 1336 1241 <Configuration 1337 Name="Debug|Pocket PC 2003 (ARMV4)" 1338 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1339 1242 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1243 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1340 1244 ATLMinimizesCRunTimeLibraryUsage="false" 1341 1342 1245 CharacterSet="1" 1343 1344 1246 ConfigurationType="4" 1345 1247 > … … 1362 1264 Name="VCCLCompilerTool" 1363 1265 PreprocessorDefinitions="_LIB;" 1364 1365 1266 ExecutionBucket="7" 1366 1267 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 1378 1279 <Tool 1379 1280 Name="VCLibrarianTool" 1380 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1381 1281 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1382 1282 /> 1383 1283 <Tool … … 1406 1306 </Configuration> 1407 1307 <Configuration 1408 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 1409 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1410 1308 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 1309 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1411 1310 ATLMinimizesCRunTimeLibraryUsage="false" 1412 1413 1311 CharacterSet="1" 1414 1415 1312 ConfigurationType="4" 1416 1313 > … … 1433 1330 Name="VCCLCompilerTool" 1434 1331 PreprocessorDefinitions="_LIB;" 1435 1436 1332 ExecutionBucket="7" 1437 1333 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 1449 1345 <Tool 1450 1346 Name="VCLibrarianTool" 1451 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1452 1347 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1453 1348 /> 1454 1349 <Tool … … 1477 1372 </Configuration> 1478 1373 <Configuration 1479 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 1480 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1481 1374 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 1375 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1482 1376 ATLMinimizesCRunTimeLibraryUsage="false" 1483 1484 1377 CharacterSet="1" 1485 1486 1378 ConfigurationType="4" 1487 1379 > … … 1504 1396 Name="VCCLCompilerTool" 1505 1397 PreprocessorDefinitions="_LIB;" 1506 1507 1398 ExecutionBucket="7" 1508 1399 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 1520 1411 <Tool 1521 1412 Name="VCLibrarianTool" 1522 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1523 1413 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1524 1414 /> 1525 1415 <Tool … … 1548 1438 </Configuration> 1549 1439 <Configuration 1550 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 1551 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1552 1440 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1441 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1553 1442 ATLMinimizesCRunTimeLibraryUsage="false" 1554 1555 1443 CharacterSet="1" 1556 1557 1444 ConfigurationType="4" 1558 1445 > … … 1575 1462 Name="VCCLCompilerTool" 1576 1463 PreprocessorDefinitions="_LIB;" 1577 1578 1464 ExecutionBucket="7" 1579 1465 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 1591 1477 <Tool 1592 1478 Name="VCLibrarianTool" 1593 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1594 1479 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1595 1480 /> 1596 1481 <Tool … … 1619 1504 </Configuration> 1620 1505 <Configuration 1621 Name="Release-Static|Pocket PC 2003 (ARMV4)" 1622 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1623 1506 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1507 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1624 1508 ATLMinimizesCRunTimeLibraryUsage="false" 1625 1626 1509 CharacterSet="1" 1627 1628 1510 ConfigurationType="4" 1629 1511 > … … 1646 1528 Name="VCCLCompilerTool" 1647 1529 PreprocessorDefinitions="_LIB;" 1648 1649 1530 ExecutionBucket="7" 1650 1531 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 1662 1543 <Tool 1663 1544 Name="VCLibrarianTool" 1664 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1665 1545 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1666 1546 /> 1667 1547 <Tool … … 1690 1570 </Configuration> 1691 1571 <Configuration 1692 Name="Release|Smartphone 2003 (ARMV4)" 1693 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1694 1572 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1573 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1695 1574 ATLMinimizesCRunTimeLibraryUsage="false" 1696 1697 1575 CharacterSet="1" 1698 1699 1576 ConfigurationType="4" 1700 1577 > … … 1717 1594 Name="VCCLCompilerTool" 1718 1595 PreprocessorDefinitions="_LIB;" 1719 1720 1596 ExecutionBucket="7" 1721 1597 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 1733 1609 <Tool 1734 1610 Name="VCLibrarianTool" 1735 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1736 1611 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1737 1612 /> 1738 1613 <Tool … … 1761 1636 </Configuration> 1762 1637 <Configuration 1763 Name="Debug|Smartphone 2003 (ARMV4)" 1764 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1765 1638 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1639 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1766 1640 ATLMinimizesCRunTimeLibraryUsage="false" 1767 1768 1641 CharacterSet="1" 1769 1770 1642 ConfigurationType="4" 1771 1643 > … … 1788 1660 Name="VCCLCompilerTool" 1789 1661 PreprocessorDefinitions="_LIB;" 1790 1791 1662 ExecutionBucket="7" 1792 1663 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 1804 1675 <Tool 1805 1676 Name="VCLibrarianTool" 1806 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1807 1677 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1808 1678 /> 1809 1679 <Tool … … 1832 1702 </Configuration> 1833 1703 <Configuration 1834 Name="Debug-Static|Smartphone 2003 (ARMV4)" 1835 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1836 1704 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1705 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1837 1706 ATLMinimizesCRunTimeLibraryUsage="false" 1838 1839 1707 CharacterSet="1" 1840 1841 1708 ConfigurationType="4" 1842 1709 > … … 1859 1726 Name="VCCLCompilerTool" 1860 1727 PreprocessorDefinitions="_LIB;" 1861 1862 1728 ExecutionBucket="7" 1863 1729 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 1875 1741 <Tool 1876 1742 Name="VCLibrarianTool" 1877 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1878 1743 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1879 1744 /> 1880 1745 <Tool … … 1903 1768 </Configuration> 1904 1769 <Configuration 1905 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 1906 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1907 1770 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1771 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1908 1772 ATLMinimizesCRunTimeLibraryUsage="false" 1909 1910 1773 CharacterSet="1" 1911 1912 1774 ConfigurationType="4" 1913 1775 > … … 1930 1792 Name="VCCLCompilerTool" 1931 1793 PreprocessorDefinitions="_LIB;" 1932 1933 1794 ExecutionBucket="7" 1934 1795 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 1946 1807 <Tool 1947 1808 Name="VCLibrarianTool" 1948 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1949 1809 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1950 1810 /> 1951 1811 <Tool … … 1974 1834 </Configuration> 1975 1835 <Configuration 1976 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 1977 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1978 1836 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1837 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1979 1838 ATLMinimizesCRunTimeLibraryUsage="false" 1980 1981 1839 CharacterSet="1" 1982 1983 1840 ConfigurationType="4" 1984 1841 > … … 2001 1858 Name="VCCLCompilerTool" 2002 1859 PreprocessorDefinitions="_LIB;" 2003 2004 1860 ExecutionBucket="7" 2005 1861 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2017 1873 <Tool 2018 1874 Name="VCLibrarianTool" 2019 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 2020 1875 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 2021 1876 /> 2022 1877 <Tool … … 2045 1900 </Configuration> 2046 1901 <Configuration 2047 Name="Release-Static|Smartphone 2003 (ARMV4)" 2048 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 2049 1902 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1903 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2050 1904 ATLMinimizesCRunTimeLibraryUsage="false" 2051 2052 1905 CharacterSet="1" 2053 2054 1906 ConfigurationType="4" 2055 1907 > … … 2072 1924 Name="VCCLCompilerTool" 2073 1925 PreprocessorDefinitions="_LIB;" 2074 2075 1926 ExecutionBucket="7" 2076 1927 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2088 1939 <Tool 2089 1940 Name="VCLibrarianTool" 2090 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 2091 1941 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 2092 1942 /> 2093 1943 <Tool … … 2118 1968 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2119 1969 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2120 2121 1970 ATLMinimizesCRunTimeLibraryUsage="false" 2122 2123 1971 CharacterSet="1" 2124 2125 1972 ConfigurationType="4" 2126 1973 > … … 2143 1990 Name="VCCLCompilerTool" 2144 1991 PreprocessorDefinitions="_LIB;" 2145 2146 1992 ExecutionBucket="7" 2147 1993 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2160 2006 Name="VCLibrarianTool" 2161 2007 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2162 2163 2008 /> 2164 2009 <Tool … … 2189 2034 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2190 2035 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2191 2192 2036 ATLMinimizesCRunTimeLibraryUsage="false" 2193 2194 2037 CharacterSet="1" 2195 2196 2038 ConfigurationType="4" 2197 2039 > … … 2214 2056 Name="VCCLCompilerTool" 2215 2057 PreprocessorDefinitions="_LIB;" 2216 2217 2058 ExecutionBucket="7" 2218 2059 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2231 2072 Name="VCLibrarianTool" 2232 2073 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2233 2234 2074 /> 2235 2075 <Tool … … 2260 2100 Name="Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2261 2101 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2262 2263 2102 ATLMinimizesCRunTimeLibraryUsage="false" 2264 2265 2103 CharacterSet="1" 2266 2267 2104 ConfigurationType="4" 2268 2105 > … … 2285 2122 Name="VCCLCompilerTool" 2286 2123 PreprocessorDefinitions="_LIB;" 2287 2288 2124 ExecutionBucket="7" 2289 2125 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2302 2138 Name="VCLibrarianTool" 2303 2139 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2304 2305 2140 /> 2306 2141 <Tool … … 2331 2166 Name="Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2332 2167 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2333 2334 2168 ATLMinimizesCRunTimeLibraryUsage="false" 2335 2336 2169 CharacterSet="1" 2337 2338 2170 ConfigurationType="4" 2339 2171 > … … 2356 2188 Name="VCCLCompilerTool" 2357 2189 PreprocessorDefinitions="_LIB;" 2358 2359 2190 ExecutionBucket="7" 2360 2191 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2373 2204 Name="VCLibrarianTool" 2374 2205 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2375 2376 2206 /> 2377 2207 <Tool … … 2402 2232 Name="Debug-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2403 2233 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2404 2405 2234 ATLMinimizesCRunTimeLibraryUsage="false" 2406 2407 2235 CharacterSet="1" 2408 2409 2236 ConfigurationType="4" 2410 2237 > … … 2427 2254 Name="VCCLCompilerTool" 2428 2255 PreprocessorDefinitions="_LIB;" 2429 2430 2256 ExecutionBucket="7" 2431 2257 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2444 2270 Name="VCLibrarianTool" 2445 2271 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2446 2447 2272 /> 2448 2273 <Tool … … 2473 2298 Name="Release-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2474 2299 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2475 2476 2300 ATLMinimizesCRunTimeLibraryUsage="false" 2477 2478 2301 CharacterSet="1" 2479 2480 2302 ConfigurationType="4" 2481 2303 > … … 2498 2320 Name="VCCLCompilerTool" 2499 2321 PreprocessorDefinitions="_LIB;" 2500 2501 2322 ExecutionBucket="7" 2502 2323 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2515 2336 Name="VCLibrarianTool" 2516 2337 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2517 2518 2338 /> 2519 2339 <Tool … … 2544 2364 Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2545 2365 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2546 2547 2366 ATLMinimizesCRunTimeLibraryUsage="false" 2548 2549 2367 CharacterSet="1" 2550 2551 2368 ConfigurationType="4" 2552 2369 > … … 2569 2386 Name="VCCLCompilerTool" 2570 2387 PreprocessorDefinitions="_LIB;" 2571 2572 2388 ExecutionBucket="7" 2573 2389 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2586 2402 Name="VCLibrarianTool" 2587 2403 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2588 2589 2404 /> 2590 2405 <Tool … … 2615 2430 Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2616 2431 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2617 2618 2432 ATLMinimizesCRunTimeLibraryUsage="false" 2619 2620 2433 CharacterSet="1" 2621 2622 2434 ConfigurationType="4" 2623 2435 > … … 2640 2452 Name="VCCLCompilerTool" 2641 2453 PreprocessorDefinitions="_LIB;" 2642 2643 2454 ExecutionBucket="7" 2644 2455 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2657 2468 Name="VCLibrarianTool" 2658 2469 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2659 2660 2470 /> 2661 2471 <Tool … … 2686 2496 Name="Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2687 2497 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2688 2689 2498 ATLMinimizesCRunTimeLibraryUsage="false" 2690 2691 2499 CharacterSet="1" 2692 2693 2500 ConfigurationType="4" 2694 2501 > … … 2711 2518 Name="VCCLCompilerTool" 2712 2519 PreprocessorDefinitions="_LIB;" 2713 2714 2520 ExecutionBucket="7" 2715 2521 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2728 2534 Name="VCLibrarianTool" 2729 2535 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2730 2731 2536 /> 2732 2537 <Tool … … 2757 2562 Name="Release-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2758 2563 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2759 2760 2564 ATLMinimizesCRunTimeLibraryUsage="false" 2761 2762 2565 CharacterSet="1" 2763 2764 2566 ConfigurationType="4" 2765 2567 > … … 2782 2584 Name="VCCLCompilerTool" 2783 2585 PreprocessorDefinitions="_LIB;" 2784 2785 2586 ExecutionBucket="7" 2786 2587 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2799 2600 Name="VCLibrarianTool" 2800 2601 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2801 2802 2602 /> 2803 2603 <Tool … … 2828 2628 Name="Debug-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2829 2629 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2830 2831 2630 ATLMinimizesCRunTimeLibraryUsage="false" 2832 2833 2631 CharacterSet="1" 2834 2835 2632 ConfigurationType="4" 2836 2633 > … … 2853 2650 Name="VCCLCompilerTool" 2854 2651 PreprocessorDefinitions="_LIB;" 2855 2856 2652 ExecutionBucket="7" 2857 2653 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2870 2666 Name="VCLibrarianTool" 2871 2667 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2872 2873 2668 /> 2874 2669 <Tool … … 2899 2694 Name="Release-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2900 2695 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2901 2902 2696 ATLMinimizesCRunTimeLibraryUsage="false" 2903 2904 2697 CharacterSet="1" 2905 2906 2698 ConfigurationType="4" 2907 2699 > … … 2924 2716 Name="VCCLCompilerTool" 2925 2717 PreprocessorDefinitions="_LIB;" 2926 2927 2718 ExecutionBucket="7" 2928 2719 AdditionalIncludeDirectories="../include,../../pjlib/include" … … 2941 2732 Name="VCLibrarianTool" 2942 2733 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2943 2944 2734 /> 2945 2735 <Tool … … 3390 3180 </File> 3391 3181 <File 3182 RelativePath="..\src\pjlib-util\http_client.c" 3183 > 3184 </File> 3185 <File 3392 3186 RelativePath="..\src\pjlib-util\md5.c" 3393 3187 > … … 3581 3375 </FileConfiguration> 3582 3376 <FileConfiguration 3377 Name="Release|Pocket PC 2003 (ARMV4)" 3378 ExcludedFromBuild="true" 3379 > 3380 <Tool 3381 Name="VCCLCompilerTool" 3382 /> 3383 </FileConfiguration> 3384 <FileConfiguration 3385 Name="Release|Smartphone 2003 (ARMV4)" 3386 ExcludedFromBuild="true" 3387 > 3388 <Tool 3389 Name="VCCLCompilerTool" 3390 /> 3391 </FileConfiguration> 3392 <FileConfiguration 3393 Name="Debug|Win32" 3394 ExcludedFromBuild="true" 3395 > 3396 <Tool 3397 Name="VCCLCompilerTool" 3398 AdditionalIncludeDirectories="" 3399 PreprocessorDefinitions="" 3400 /> 3401 </FileConfiguration> 3402 <FileConfiguration 3403 Name="Debug|Pocket PC 2003 (ARMV4)" 3404 ExcludedFromBuild="true" 3405 > 3406 <Tool 3407 Name="VCCLCompilerTool" 3408 /> 3409 </FileConfiguration> 3410 <FileConfiguration 3411 Name="Debug|Smartphone 2003 (ARMV4)" 3412 ExcludedFromBuild="true" 3413 > 3414 <Tool 3415 Name="VCCLCompilerTool" 3416 /> 3417 </FileConfiguration> 3418 <FileConfiguration 3419 Name="Debug-Static|Win32" 3420 ExcludedFromBuild="true" 3421 > 3422 <Tool 3423 Name="VCCLCompilerTool" 3424 AdditionalIncludeDirectories="" 3425 PreprocessorDefinitions="" 3426 /> 3427 </FileConfiguration> 3428 <FileConfiguration 3429 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 3430 ExcludedFromBuild="true" 3431 > 3432 <Tool 3433 Name="VCCLCompilerTool" 3434 /> 3435 </FileConfiguration> 3436 <FileConfiguration 3437 Name="Debug-Static|Smartphone 2003 (ARMV4)" 3438 ExcludedFromBuild="true" 3439 > 3440 <Tool 3441 Name="VCCLCompilerTool" 3442 /> 3443 </FileConfiguration> 3444 <FileConfiguration 3445 Name="Release-Dynamic|Win32" 3446 ExcludedFromBuild="true" 3447 > 3448 <Tool 3449 Name="VCCLCompilerTool" 3450 AdditionalIncludeDirectories="" 3451 PreprocessorDefinitions="" 3452 /> 3453 </FileConfiguration> 3454 <FileConfiguration 3455 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 3456 ExcludedFromBuild="true" 3457 > 3458 <Tool 3459 Name="VCCLCompilerTool" 3460 /> 3461 </FileConfiguration> 3462 <FileConfiguration 3463 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 3464 ExcludedFromBuild="true" 3465 > 3466 <Tool 3467 Name="VCCLCompilerTool" 3468 /> 3469 </FileConfiguration> 3470 <FileConfiguration 3471 Name="Debug-Dynamic|Win32" 3472 ExcludedFromBuild="true" 3473 > 3474 <Tool 3475 Name="VCCLCompilerTool" 3476 AdditionalIncludeDirectories="" 3477 PreprocessorDefinitions="" 3478 /> 3479 </FileConfiguration> 3480 <FileConfiguration 3481 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 3482 ExcludedFromBuild="true" 3483 > 3484 <Tool 3485 Name="VCCLCompilerTool" 3486 /> 3487 </FileConfiguration> 3488 <FileConfiguration 3489 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 3490 ExcludedFromBuild="true" 3491 > 3492 <Tool 3493 Name="VCCLCompilerTool" 3494 /> 3495 </FileConfiguration> 3496 <FileConfiguration 3497 Name="Release-Static|Win32" 3498 ExcludedFromBuild="true" 3499 > 3500 <Tool 3501 Name="VCCLCompilerTool" 3502 AdditionalIncludeDirectories="" 3503 PreprocessorDefinitions="" 3504 /> 3505 </FileConfiguration> 3506 <FileConfiguration 3507 Name="Release-Static|Pocket PC 2003 (ARMV4)" 3508 ExcludedFromBuild="true" 3509 > 3510 <Tool 3511 Name="VCCLCompilerTool" 3512 /> 3513 </FileConfiguration> 3514 <FileConfiguration 3515 Name="Release-Static|Smartphone 2003 (ARMV4)" 3516 ExcludedFromBuild="true" 3517 > 3518 <Tool 3519 Name="VCCLCompilerTool" 3520 /> 3521 </FileConfiguration> 3522 <FileConfiguration 3583 3523 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 3584 3524 ExcludedFromBuild="true" … … 3597 3537 </FileConfiguration> 3598 3538 <FileConfiguration 3599 Name="Debug|Win32"3600 ExcludedFromBuild="true"3601 >3602 <Tool3603 Name="VCCLCompilerTool"3604 AdditionalIncludeDirectories=""3605 PreprocessorDefinitions=""3606 />3607 </FileConfiguration>3608 <FileConfiguration3609 3539 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 3610 3540 ExcludedFromBuild="true" … … 3623 3553 </FileConfiguration> 3624 3554 <FileConfiguration 3625 Name="Debug-Static|Win32"3626 ExcludedFromBuild="true"3627 >3628 <Tool3629 Name="VCCLCompilerTool"3630 AdditionalIncludeDirectories=""3631 PreprocessorDefinitions=""3632 />3633 </FileConfiguration>3634 <FileConfiguration3635 3555 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 3636 3556 ExcludedFromBuild="true" … … 3649 3569 </FileConfiguration> 3650 3570 <FileConfiguration 3651 Name="Release-Dynamic|Win32"3652 ExcludedFromBuild="true"3653 >3654 <Tool3655 Name="VCCLCompilerTool"3656 AdditionalIncludeDirectories=""3657 PreprocessorDefinitions=""3658 />3659 </FileConfiguration>3660 <FileConfiguration3661 3571 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 3662 3572 ExcludedFromBuild="true" … … 3675 3585 </FileConfiguration> 3676 3586 <FileConfiguration 3677 Name="Debug-Dynamic|Win32"3678 ExcludedFromBuild="true"3679 >3680 <Tool3681 Name="VCCLCompilerTool"3682 AdditionalIncludeDirectories=""3683 PreprocessorDefinitions=""3684 />3685 </FileConfiguration>3686 <FileConfiguration3687 3587 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 3688 3588 ExcludedFromBuild="true" … … 3701 3601 </FileConfiguration> 3702 3602 <FileConfiguration 3703 Name="Release-Static|Win32"3704 ExcludedFromBuild="true"3705 >3706 <Tool3707 Name="VCCLCompilerTool"3708 AdditionalIncludeDirectories=""3709 PreprocessorDefinitions=""3710 />3711 </FileConfiguration>3712 <FileConfiguration3713 3603 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 3714 3604 ExcludedFromBuild="true" … … 3720 3610 <FileConfiguration 3721 3611 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 3722 ExcludedFromBuild="true"3723 >3724 <Tool3725 Name="VCCLCompilerTool"3726 />3727 </FileConfiguration>3728 <FileConfiguration3729 Name="Release|Pocket PC 2003 (ARMV4)"3730 ExcludedFromBuild="true"3731 >3732 <Tool3733 Name="VCCLCompilerTool"3734 />3735 </FileConfiguration>3736 <FileConfiguration3737 Name="Debug|Pocket PC 2003 (ARMV4)"3738 ExcludedFromBuild="true"3739 >3740 <Tool3741 Name="VCCLCompilerTool"3742 />3743 </FileConfiguration>3744 <FileConfiguration3745 Name="Debug-Static|Pocket PC 2003 (ARMV4)"3746 ExcludedFromBuild="true"3747 >3748 <Tool3749 Name="VCCLCompilerTool"3750 />3751 </FileConfiguration>3752 <FileConfiguration3753 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)"3754 ExcludedFromBuild="true"3755 >3756 <Tool3757 Name="VCCLCompilerTool"3758 />3759 </FileConfiguration>3760 <FileConfiguration3761 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)"3762 ExcludedFromBuild="true"3763 >3764 <Tool3765 Name="VCCLCompilerTool"3766 />3767 </FileConfiguration>3768 <FileConfiguration3769 Name="Release-Static|Pocket PC 2003 (ARMV4)"3770 ExcludedFromBuild="true"3771 >3772 <Tool3773 Name="VCCLCompilerTool"3774 />3775 </FileConfiguration>3776 <FileConfiguration3777 Name="Release|Smartphone 2003 (ARMV4)"3778 ExcludedFromBuild="true"3779 >3780 <Tool3781 Name="VCCLCompilerTool"3782 />3783 </FileConfiguration>3784 <FileConfiguration3785 Name="Debug|Smartphone 2003 (ARMV4)"3786 ExcludedFromBuild="true"3787 >3788 <Tool3789 Name="VCCLCompilerTool"3790 />3791 </FileConfiguration>3792 <FileConfiguration3793 Name="Debug-Static|Smartphone 2003 (ARMV4)"3794 ExcludedFromBuild="true"3795 >3796 <Tool3797 Name="VCCLCompilerTool"3798 />3799 </FileConfiguration>3800 <FileConfiguration3801 Name="Release-Dynamic|Smartphone 2003 (ARMV4)"3802 ExcludedFromBuild="true"3803 >3804 <Tool3805 Name="VCCLCompilerTool"3806 />3807 </FileConfiguration>3808 <FileConfiguration3809 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)"3810 ExcludedFromBuild="true"3811 >3812 <Tool3813 Name="VCCLCompilerTool"3814 />3815 </FileConfiguration>3816 <FileConfiguration3817 Name="Release-Static|Smartphone 2003 (ARMV4)"3818 3612 ExcludedFromBuild="true" 3819 3613 > … … 3933 3727 </FileConfiguration> 3934 3728 <FileConfiguration 3729 Name="Release|Pocket PC 2003 (ARMV4)" 3730 ExcludedFromBuild="true" 3731 > 3732 <Tool 3733 Name="VCCLCompilerTool" 3734 /> 3735 </FileConfiguration> 3736 <FileConfiguration 3737 Name="Release|Smartphone 2003 (ARMV4)" 3738 ExcludedFromBuild="true" 3739 > 3740 <Tool 3741 Name="VCCLCompilerTool" 3742 /> 3743 </FileConfiguration> 3744 <FileConfiguration 3745 Name="Debug|Win32" 3746 ExcludedFromBuild="true" 3747 > 3748 <Tool 3749 Name="VCCLCompilerTool" 3750 AdditionalIncludeDirectories="" 3751 PreprocessorDefinitions="" 3752 /> 3753 </FileConfiguration> 3754 <FileConfiguration 3755 Name="Debug|Pocket PC 2003 (ARMV4)" 3756 ExcludedFromBuild="true" 3757 > 3758 <Tool 3759 Name="VCCLCompilerTool" 3760 /> 3761 </FileConfiguration> 3762 <FileConfiguration 3763 Name="Debug|Smartphone 2003 (ARMV4)" 3764 ExcludedFromBuild="true" 3765 > 3766 <Tool 3767 Name="VCCLCompilerTool" 3768 /> 3769 </FileConfiguration> 3770 <FileConfiguration 3771 Name="Debug-Static|Win32" 3772 ExcludedFromBuild="true" 3773 > 3774 <Tool 3775 Name="VCCLCompilerTool" 3776 AdditionalIncludeDirectories="" 3777 PreprocessorDefinitions="" 3778 /> 3779 </FileConfiguration> 3780 <FileConfiguration 3781 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 3782 ExcludedFromBuild="true" 3783 > 3784 <Tool 3785 Name="VCCLCompilerTool" 3786 /> 3787 </FileConfiguration> 3788 <FileConfiguration 3789 Name="Debug-Static|Smartphone 2003 (ARMV4)" 3790 ExcludedFromBuild="true" 3791 > 3792 <Tool 3793 Name="VCCLCompilerTool" 3794 /> 3795 </FileConfiguration> 3796 <FileConfiguration 3797 Name="Release-Dynamic|Win32" 3798 ExcludedFromBuild="true" 3799 > 3800 <Tool 3801 Name="VCCLCompilerTool" 3802 AdditionalIncludeDirectories="" 3803 PreprocessorDefinitions="" 3804 /> 3805 </FileConfiguration> 3806 <FileConfiguration 3807 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 3808 ExcludedFromBuild="true" 3809 > 3810 <Tool 3811 Name="VCCLCompilerTool" 3812 /> 3813 </FileConfiguration> 3814 <FileConfiguration 3815 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 3816 ExcludedFromBuild="true" 3817 > 3818 <Tool 3819 Name="VCCLCompilerTool" 3820 /> 3821 </FileConfiguration> 3822 <FileConfiguration 3823 Name="Debug-Dynamic|Win32" 3824 ExcludedFromBuild="true" 3825 > 3826 <Tool 3827 Name="VCCLCompilerTool" 3828 AdditionalIncludeDirectories="" 3829 PreprocessorDefinitions="" 3830 /> 3831 </FileConfiguration> 3832 <FileConfiguration 3833 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 3834 ExcludedFromBuild="true" 3835 > 3836 <Tool 3837 Name="VCCLCompilerTool" 3838 /> 3839 </FileConfiguration> 3840 <FileConfiguration 3841 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 3842 ExcludedFromBuild="true" 3843 > 3844 <Tool 3845 Name="VCCLCompilerTool" 3846 /> 3847 </FileConfiguration> 3848 <FileConfiguration 3849 Name="Release-Static|Win32" 3850 ExcludedFromBuild="true" 3851 > 3852 <Tool 3853 Name="VCCLCompilerTool" 3854 AdditionalIncludeDirectories="" 3855 PreprocessorDefinitions="" 3856 /> 3857 </FileConfiguration> 3858 <FileConfiguration 3859 Name="Release-Static|Pocket PC 2003 (ARMV4)" 3860 ExcludedFromBuild="true" 3861 > 3862 <Tool 3863 Name="VCCLCompilerTool" 3864 /> 3865 </FileConfiguration> 3866 <FileConfiguration 3867 Name="Release-Static|Smartphone 2003 (ARMV4)" 3868 ExcludedFromBuild="true" 3869 > 3870 <Tool 3871 Name="VCCLCompilerTool" 3872 /> 3873 </FileConfiguration> 3874 <FileConfiguration 3935 3875 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 3936 3876 ExcludedFromBuild="true" … … 3949 3889 </FileConfiguration> 3950 3890 <FileConfiguration 3951 Name="Debug|Win32"3952 ExcludedFromBuild="true"3953 >3954 <Tool3955 Name="VCCLCompilerTool"3956 AdditionalIncludeDirectories=""3957 PreprocessorDefinitions=""3958 />3959 </FileConfiguration>3960 <FileConfiguration3961 3891 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 3962 3892 ExcludedFromBuild="true" … … 3975 3905 </FileConfiguration> 3976 3906 <FileConfiguration 3977 Name="Debug-Static|Win32"3978 ExcludedFromBuild="true"3979 >3980 <Tool3981 Name="VCCLCompilerTool"3982 AdditionalIncludeDirectories=""3983 PreprocessorDefinitions=""3984 />3985 </FileConfiguration>3986 <FileConfiguration3987 3907 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 3988 3908 ExcludedFromBuild="true" … … 4001 3921 </FileConfiguration> 4002 3922 <FileConfiguration 4003 Name="Release-Dynamic|Win32"4004 ExcludedFromBuild="true"4005 >4006 <Tool4007 Name="VCCLCompilerTool"4008 AdditionalIncludeDirectories=""4009 PreprocessorDefinitions=""4010 />4011 </FileConfiguration>4012 <FileConfiguration4013 3923 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4014 3924 ExcludedFromBuild="true" … … 4027 3937 </FileConfiguration> 4028 3938 <FileConfiguration 4029 Name="Debug-Dynamic|Win32"4030 ExcludedFromBuild="true"4031 >4032 <Tool4033 Name="VCCLCompilerTool"4034 AdditionalIncludeDirectories=""4035 PreprocessorDefinitions=""4036 />4037 </FileConfiguration>4038 <FileConfiguration4039 3939 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4040 3940 ExcludedFromBuild="true" … … 4053 3953 </FileConfiguration> 4054 3954 <FileConfiguration 4055 Name="Release-Static|Win32"4056 ExcludedFromBuild="true"4057 >4058 <Tool4059 Name="VCCLCompilerTool"4060 AdditionalIncludeDirectories=""4061 PreprocessorDefinitions=""4062 />4063 </FileConfiguration>4064 <FileConfiguration4065 3955 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 4066 3956 ExcludedFromBuild="true" … … 4072 3962 <FileConfiguration 4073 3963 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 4074 ExcludedFromBuild="true"4075 >4076 <Tool4077 Name="VCCLCompilerTool"4078 />4079 </FileConfiguration>4080 <FileConfiguration4081 Name="Release|Pocket PC 2003 (ARMV4)"4082 ExcludedFromBuild="true"4083 >4084 <Tool4085 Name="VCCLCompilerTool"4086 />4087 </FileConfiguration>4088 <FileConfiguration4089 Name="Debug|Pocket PC 2003 (ARMV4)"4090 ExcludedFromBuild="true"4091 >4092 <Tool4093 Name="VCCLCompilerTool"4094 />4095 </FileConfiguration>4096 <FileConfiguration4097 Name="Debug-Static|Pocket PC 2003 (ARMV4)"4098 ExcludedFromBuild="true"4099 >4100 <Tool4101 Name="VCCLCompilerTool"4102 />4103 </FileConfiguration>4104 <FileConfiguration4105 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)"4106 ExcludedFromBuild="true"4107 >4108 <Tool4109 Name="VCCLCompilerTool"4110 />4111 </FileConfiguration>4112 <FileConfiguration4113 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)"4114 ExcludedFromBuild="true"4115 >4116 <Tool4117 Name="VCCLCompilerTool"4118 />4119 </FileConfiguration>4120 <FileConfiguration4121 Name="Release-Static|Pocket PC 2003 (ARMV4)"4122 ExcludedFromBuild="true"4123 >4124 <Tool4125 Name="VCCLCompilerTool"4126 />4127 </FileConfiguration>4128 <FileConfiguration4129 Name="Release|Smartphone 2003 (ARMV4)"4130 ExcludedFromBuild="true"4131 >4132 <Tool4133 Name="VCCLCompilerTool"4134 />4135 </FileConfiguration>4136 <FileConfiguration4137 Name="Debug|Smartphone 2003 (ARMV4)"4138 ExcludedFromBuild="true"4139 >4140 <Tool4141 Name="VCCLCompilerTool"4142 />4143 </FileConfiguration>4144 <FileConfiguration4145 Name="Debug-Static|Smartphone 2003 (ARMV4)"4146 ExcludedFromBuild="true"4147 >4148 <Tool4149 Name="VCCLCompilerTool"4150 />4151 </FileConfiguration>4152 <FileConfiguration4153 Name="Release-Dynamic|Smartphone 2003 (ARMV4)"4154 ExcludedFromBuild="true"4155 >4156 <Tool4157 Name="VCCLCompilerTool"4158 />4159 </FileConfiguration>4160 <FileConfiguration4161 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)"4162 ExcludedFromBuild="true"4163 >4164 <Tool4165 Name="VCCLCompilerTool"4166 />4167 </FileConfiguration>4168 <FileConfiguration4169 Name="Release-Static|Smartphone 2003 (ARMV4)"4170 3964 ExcludedFromBuild="true" 4171 3965 > … … 4520 4314 </FileConfiguration> 4521 4315 <FileConfiguration 4316 Name="Release|Pocket PC 2003 (ARMV4)" 4317 ExcludedFromBuild="true" 4318 > 4319 <Tool 4320 Name="VCCLCompilerTool" 4321 /> 4322 </FileConfiguration> 4323 <FileConfiguration 4324 Name="Release|Smartphone 2003 (ARMV4)" 4325 ExcludedFromBuild="true" 4326 > 4327 <Tool 4328 Name="VCCLCompilerTool" 4329 /> 4330 </FileConfiguration> 4331 <FileConfiguration 4332 Name="Debug|Win32" 4333 > 4334 <Tool 4335 Name="VCCLCompilerTool" 4336 AdditionalIncludeDirectories="" 4337 PreprocessorDefinitions="" 4338 /> 4339 </FileConfiguration> 4340 <FileConfiguration 4341 Name="Debug|Pocket PC 2003 (ARMV4)" 4342 ExcludedFromBuild="true" 4343 > 4344 <Tool 4345 Name="VCCLCompilerTool" 4346 /> 4347 </FileConfiguration> 4348 <FileConfiguration 4349 Name="Debug|Smartphone 2003 (ARMV4)" 4350 ExcludedFromBuild="true" 4351 > 4352 <Tool 4353 Name="VCCLCompilerTool" 4354 /> 4355 </FileConfiguration> 4356 <FileConfiguration 4357 Name="Debug-Static|Win32" 4358 > 4359 <Tool 4360 Name="VCCLCompilerTool" 4361 AdditionalIncludeDirectories="" 4362 PreprocessorDefinitions="" 4363 /> 4364 </FileConfiguration> 4365 <FileConfiguration 4366 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 4367 ExcludedFromBuild="true" 4368 > 4369 <Tool 4370 Name="VCCLCompilerTool" 4371 /> 4372 </FileConfiguration> 4373 <FileConfiguration 4374 Name="Debug-Static|Smartphone 2003 (ARMV4)" 4375 ExcludedFromBuild="true" 4376 > 4377 <Tool 4378 Name="VCCLCompilerTool" 4379 /> 4380 </FileConfiguration> 4381 <FileConfiguration 4382 Name="Release-Dynamic|Win32" 4383 > 4384 <Tool 4385 Name="VCCLCompilerTool" 4386 AdditionalIncludeDirectories="" 4387 PreprocessorDefinitions="" 4388 /> 4389 </FileConfiguration> 4390 <FileConfiguration 4391 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 4392 ExcludedFromBuild="true" 4393 > 4394 <Tool 4395 Name="VCCLCompilerTool" 4396 /> 4397 </FileConfiguration> 4398 <FileConfiguration 4399 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 4400 ExcludedFromBuild="true" 4401 > 4402 <Tool 4403 Name="VCCLCompilerTool" 4404 /> 4405 </FileConfiguration> 4406 <FileConfiguration 4407 Name="Debug-Dynamic|Win32" 4408 > 4409 <Tool 4410 Name="VCCLCompilerTool" 4411 AdditionalIncludeDirectories="" 4412 PreprocessorDefinitions="" 4413 /> 4414 </FileConfiguration> 4415 <FileConfiguration 4416 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 4417 ExcludedFromBuild="true" 4418 > 4419 <Tool 4420 Name="VCCLCompilerTool" 4421 /> 4422 </FileConfiguration> 4423 <FileConfiguration 4424 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 4425 ExcludedFromBuild="true" 4426 > 4427 <Tool 4428 Name="VCCLCompilerTool" 4429 /> 4430 </FileConfiguration> 4431 <FileConfiguration 4432 Name="Release-Static|Win32" 4433 > 4434 <Tool 4435 Name="VCCLCompilerTool" 4436 AdditionalIncludeDirectories="" 4437 PreprocessorDefinitions="" 4438 /> 4439 </FileConfiguration> 4440 <FileConfiguration 4441 Name="Release-Static|Pocket PC 2003 (ARMV4)" 4442 ExcludedFromBuild="true" 4443 > 4444 <Tool 4445 Name="VCCLCompilerTool" 4446 /> 4447 </FileConfiguration> 4448 <FileConfiguration 4449 Name="Release-Static|Smartphone 2003 (ARMV4)" 4450 ExcludedFromBuild="true" 4451 > 4452 <Tool 4453 Name="VCCLCompilerTool" 4454 /> 4455 </FileConfiguration> 4456 <FileConfiguration 4522 4457 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 4523 4458 ExcludedFromBuild="true" … … 4536 4471 </FileConfiguration> 4537 4472 <FileConfiguration 4538 Name="Debug|Win32"4539 >4540 <Tool4541 Name="VCCLCompilerTool"4542 AdditionalIncludeDirectories=""4543 PreprocessorDefinitions=""4544 />4545 </FileConfiguration>4546 <FileConfiguration4547 4473 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 4548 4474 ExcludedFromBuild="true" … … 4561 4487 </FileConfiguration> 4562 4488 <FileConfiguration 4563 Name="Debug-Static|Win32"4564 >4565 <Tool4566 Name="VCCLCompilerTool"4567 AdditionalIncludeDirectories=""4568 PreprocessorDefinitions=""4569 />4570 </FileConfiguration>4571 <FileConfiguration4572 4489 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 4573 4490 ExcludedFromBuild="true" … … 4586 4503 </FileConfiguration> 4587 4504 <FileConfiguration 4588 Name="Release-Dynamic|Win32"4589 >4590 <Tool4591 Name="VCCLCompilerTool"4592 AdditionalIncludeDirectories=""4593 PreprocessorDefinitions=""4594 />4595 </FileConfiguration>4596 <FileConfiguration4597 4505 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4598 4506 ExcludedFromBuild="true" … … 4611 4519 </FileConfiguration> 4612 4520 <FileConfiguration 4613 Name="Debug-Dynamic|Win32"4614 >4615 <Tool4616 Name="VCCLCompilerTool"4617 AdditionalIncludeDirectories=""4618 PreprocessorDefinitions=""4619 />4620 </FileConfiguration>4621 <FileConfiguration4622 4521 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4623 4522 ExcludedFromBuild="true" … … 4636 4535 </FileConfiguration> 4637 4536 <FileConfiguration 4638 Name="Release-Static|Win32"4639 >4640 <Tool4641 Name="VCCLCompilerTool"4642 AdditionalIncludeDirectories=""4643 PreprocessorDefinitions=""4644 />4645 </FileConfiguration>4646 <FileConfiguration4647 4537 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 4648 4538 ExcludedFromBuild="true" … … 4654 4544 <FileConfiguration 4655 4545 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 4656 ExcludedFromBuild="true"4657 >4658 <Tool4659 Name="VCCLCompilerTool"4660 />4661 </FileConfiguration>4662 <FileConfiguration4663 Name="Release|Pocket PC 2003 (ARMV4)"4664 ExcludedFromBuild="true"4665 >4666 <Tool4667 Name="VCCLCompilerTool"4668 />4669 </FileConfiguration>4670 <FileConfiguration4671 Name="Debug|Pocket PC 2003 (ARMV4)"4672 ExcludedFromBuild="true"4673 >4674 <Tool4675 Name="VCCLCompilerTool"4676 />4677 </FileConfiguration>4678 <FileConfiguration4679 Name="Debug-Static|Pocket PC 2003 (ARMV4)"4680 ExcludedFromBuild="true"4681 >4682 <Tool4683 Name="VCCLCompilerTool"4684 />4685 </FileConfiguration>4686 <FileConfiguration4687 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)"4688 ExcludedFromBuild="true"4689 >4690 <Tool4691 Name="VCCLCompilerTool"4692 />4693 </FileConfiguration>4694 <FileConfiguration4695 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)"4696 ExcludedFromBuild="true"4697 >4698 <Tool4699 Name="VCCLCompilerTool"4700 />4701 </FileConfiguration>4702 <FileConfiguration4703 Name="Release-Static|Pocket PC 2003 (ARMV4)"4704 ExcludedFromBuild="true"4705 >4706 <Tool4707 Name="VCCLCompilerTool"4708 />4709 </FileConfiguration>4710 <FileConfiguration4711 Name="Release|Smartphone 2003 (ARMV4)"4712 ExcludedFromBuild="true"4713 >4714 <Tool4715 Name="VCCLCompilerTool"4716 />4717 </FileConfiguration>4718 <FileConfiguration4719 Name="Debug|Smartphone 2003 (ARMV4)"4720 ExcludedFromBuild="true"4721 >4722 <Tool4723 Name="VCCLCompilerTool"4724 />4725 </FileConfiguration>4726 <FileConfiguration4727 Name="Debug-Static|Smartphone 2003 (ARMV4)"4728 ExcludedFromBuild="true"4729 >4730 <Tool4731 Name="VCCLCompilerTool"4732 />4733 </FileConfiguration>4734 <FileConfiguration4735 Name="Release-Dynamic|Smartphone 2003 (ARMV4)"4736 ExcludedFromBuild="true"4737 >4738 <Tool4739 Name="VCCLCompilerTool"4740 />4741 </FileConfiguration>4742 <FileConfiguration4743 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)"4744 ExcludedFromBuild="true"4745 >4746 <Tool4747 Name="VCCLCompilerTool"4748 />4749 </FileConfiguration>4750 <FileConfiguration4751 Name="Release-Static|Smartphone 2003 (ARMV4)"4752 4546 ExcludedFromBuild="true" 4753 4547 > … … 4950 4744 <File 4951 4745 RelativePath="..\include\pjlib-util\hmac_sha1.h" 4746 > 4747 </File> 4748 <File 4749 RelativePath="..\include\pjlib-util\http_client.h" 4952 4750 > 4953 4751 </File> -
pjproject/trunk/pjlib-util/build/pjlib_util_test.dsp
r1349 r3087 92 92 # Begin Source File 93 93 94 SOURCE="..\src\pjlib-util-test\http_client.c" 95 # End Source File 96 # Begin Source File 97 94 98 SOURCE="..\src\pjlib-util-test\main.c" 95 99 # End Source File -
pjproject/trunk/pjlib-util/build/pjlib_util_test.vcproj
r2664 r3087 12 12 /> 13 13 <Platform 14 Name="Pocket PC 2003 (ARMV4)" 15 /> 16 <Platform 17 Name="Smartphone 2003 (ARMV4)" 18 /> 19 <Platform 14 20 Name="Windows Mobile 6 Standard SDK (ARMV4I)" 15 21 /> 16 22 <Platform 17 23 Name="Windows Mobile 6 Professional SDK (ARMV4I)" 18 />19 <Platform20 Name="Pocket PC 2003 (ARMV4)"21 />22 <Platform23 Name="Smartphone 2003 (ARMV4)"24 24 /> 25 25 <Platform … … 35 35 <Configuration 36 36 Name="Release|Win32" 37 ConfigurationType="1" 37 38 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 38 39 ATLMinimizesCRunTimeLibraryUsage="false" 40 39 UseOfMFC="0" 40 ATLMinimizesCRunTimeLibraryUsage="false" 41 41 CharacterSet="2" 42 43 ConfigurationType="1" 44 UseOfMFC="0" 45 > 46 <Tool 47 Name="VCPreBuildEventTool" 48 /> 49 <Tool 50 Name="VCCustomBuildTool" 51 /> 52 <Tool 53 Name="VCXMLDataGeneratorTool" 54 /> 55 <Tool 56 Name="VCWebServiceProxyGeneratorTool" 57 /> 58 <Tool 59 Name="VCMIDLTool" 60 /> 61 <Tool 62 Name="VCCLCompilerTool" 42 > 43 <Tool 44 Name="VCPreBuildEventTool" 45 /> 46 <Tool 47 Name="VCCustomBuildTool" 48 /> 49 <Tool 50 Name="VCXMLDataGeneratorTool" 51 /> 52 <Tool 53 Name="VCWebServiceProxyGeneratorTool" 54 /> 55 <Tool 56 Name="VCMIDLTool" 57 /> 58 <Tool 59 Name="VCCLCompilerTool" 60 AdditionalIncludeDirectories="../include,../../pjlib/include" 63 61 PreprocessorDefinitions="_CONSOLE;" 64 65 AdditionalIncludeDirectories="../include,../../pjlib/include"66 62 PrecompiledHeaderFile="" 67 63 /> … … 79 75 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 80 76 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 81 82 77 /> 83 78 <Tool … … 104 99 <Tool 105 100 Name="VCPostBuildEventTool" 101 /> 102 </Configuration> 103 <Configuration 104 Name="Release|Pocket PC 2003 (ARMV4)" 105 ConfigurationType="1" 106 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 107 ATLMinimizesCRunTimeLibraryUsage="false" 108 CharacterSet="1" 109 > 110 <Tool 111 Name="VCPreBuildEventTool" 112 /> 113 <Tool 114 Name="VCCustomBuildTool" 115 /> 116 <Tool 117 Name="VCXMLDataGeneratorTool" 118 /> 119 <Tool 120 Name="VCWebServiceProxyGeneratorTool" 121 /> 122 <Tool 123 Name="VCMIDLTool" 124 /> 125 <Tool 126 Name="VCCLCompilerTool" 127 ExecutionBucket="7" 128 AdditionalIncludeDirectories="../include,../../pjlib/include" 129 PrecompiledHeaderFile="" 130 /> 131 <Tool 132 Name="VCManagedResourceCompilerTool" 133 /> 134 <Tool 135 Name="VCResourceCompilerTool" 136 /> 137 <Tool 138 Name="VCPreLinkEventTool" 139 /> 140 <Tool 141 Name="VCLinkerTool" 142 AdditionalDependencies="ws2.lib" 143 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 144 /> 145 <Tool 146 Name="VCALinkTool" 147 /> 148 <Tool 149 Name="VCXDCMakeTool" 150 /> 151 <Tool 152 Name="VCBscMakeTool" 153 /> 154 <Tool 155 Name="VCCodeSignTool" 156 /> 157 <Tool 158 Name="VCPostBuildEventTool" 159 /> 160 <DeploymentTool 161 ForceDirty="-1" 162 RemoteDirectory="" 163 RegisterOutput="0" 164 AdditionalFiles="" 165 /> 166 <DebuggerTool 167 /> 168 </Configuration> 169 <Configuration 170 Name="Release|Smartphone 2003 (ARMV4)" 171 ConfigurationType="1" 172 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 173 ATLMinimizesCRunTimeLibraryUsage="false" 174 CharacterSet="1" 175 > 176 <Tool 177 Name="VCPreBuildEventTool" 178 /> 179 <Tool 180 Name="VCCustomBuildTool" 181 /> 182 <Tool 183 Name="VCXMLDataGeneratorTool" 184 /> 185 <Tool 186 Name="VCWebServiceProxyGeneratorTool" 187 /> 188 <Tool 189 Name="VCMIDLTool" 190 /> 191 <Tool 192 Name="VCCLCompilerTool" 193 ExecutionBucket="7" 194 AdditionalIncludeDirectories="../include,../../pjlib/include" 195 PrecompiledHeaderFile="" 196 /> 197 <Tool 198 Name="VCManagedResourceCompilerTool" 199 /> 200 <Tool 201 Name="VCResourceCompilerTool" 202 /> 203 <Tool 204 Name="VCPreLinkEventTool" 205 /> 206 <Tool 207 Name="VCLinkerTool" 208 AdditionalDependencies="ws2.lib" 209 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 210 /> 211 <Tool 212 Name="VCALinkTool" 213 /> 214 <Tool 215 Name="VCXDCMakeTool" 216 /> 217 <Tool 218 Name="VCBscMakeTool" 219 /> 220 <Tool 221 Name="VCCodeSignTool" 222 /> 223 <Tool 224 Name="VCPostBuildEventTool" 225 /> 226 <DeploymentTool 227 ForceDirty="-1" 228 RemoteDirectory="" 229 RegisterOutput="0" 230 AdditionalFiles="" 231 /> 232 <DebuggerTool 233 /> 234 </Configuration> 235 <Configuration 236 Name="Debug|Win32" 237 ConfigurationType="1" 238 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 239 UseOfMFC="0" 240 ATLMinimizesCRunTimeLibraryUsage="false" 241 CharacterSet="2" 242 > 243 <Tool 244 Name="VCPreBuildEventTool" 245 /> 246 <Tool 247 Name="VCCustomBuildTool" 248 /> 249 <Tool 250 Name="VCXMLDataGeneratorTool" 251 /> 252 <Tool 253 Name="VCWebServiceProxyGeneratorTool" 254 /> 255 <Tool 256 Name="VCMIDLTool" 257 /> 258 <Tool 259 Name="VCCLCompilerTool" 260 AdditionalIncludeDirectories="../include,../../pjlib/include" 261 PreprocessorDefinitions="_CONSOLE;" 262 PrecompiledHeaderFile="" 263 /> 264 <Tool 265 Name="VCManagedResourceCompilerTool" 266 /> 267 <Tool 268 Name="VCResourceCompilerTool" 269 /> 270 <Tool 271 Name="VCPreLinkEventTool" 272 /> 273 <Tool 274 Name="VCLinkerTool" 275 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 276 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 277 /> 278 <Tool 279 Name="VCALinkTool" 280 /> 281 <Tool 282 Name="VCManifestTool" 283 /> 284 <Tool 285 Name="VCXDCMakeTool" 286 /> 287 <Tool 288 Name="VCBscMakeTool" 289 /> 290 <Tool 291 Name="VCFxCopTool" 292 /> 293 <Tool 294 Name="VCAppVerifierTool" 295 /> 296 <Tool 297 Name="VCWebDeploymentTool" 298 /> 299 <Tool 300 Name="VCPostBuildEventTool" 301 /> 302 </Configuration> 303 <Configuration 304 Name="Debug|Pocket PC 2003 (ARMV4)" 305 ConfigurationType="1" 306 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 307 ATLMinimizesCRunTimeLibraryUsage="false" 308 CharacterSet="1" 309 > 310 <Tool 311 Name="VCPreBuildEventTool" 312 /> 313 <Tool 314 Name="VCCustomBuildTool" 315 /> 316 <Tool 317 Name="VCXMLDataGeneratorTool" 318 /> 319 <Tool 320 Name="VCWebServiceProxyGeneratorTool" 321 /> 322 <Tool 323 Name="VCMIDLTool" 324 /> 325 <Tool 326 Name="VCCLCompilerTool" 327 ExecutionBucket="7" 328 AdditionalIncludeDirectories="../include,../../pjlib/include" 329 PrecompiledHeaderFile="" 330 /> 331 <Tool 332 Name="VCManagedResourceCompilerTool" 333 /> 334 <Tool 335 Name="VCResourceCompilerTool" 336 /> 337 <Tool 338 Name="VCPreLinkEventTool" 339 /> 340 <Tool 341 Name="VCLinkerTool" 342 AdditionalDependencies="ws2.lib" 343 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 344 /> 345 <Tool 346 Name="VCALinkTool" 347 /> 348 <Tool 349 Name="VCXDCMakeTool" 350 /> 351 <Tool 352 Name="VCBscMakeTool" 353 /> 354 <Tool 355 Name="VCCodeSignTool" 356 /> 357 <Tool 358 Name="VCPostBuildEventTool" 359 /> 360 <DeploymentTool 361 ForceDirty="-1" 362 RemoteDirectory="" 363 RegisterOutput="0" 364 AdditionalFiles="" 365 /> 366 <DebuggerTool 367 /> 368 </Configuration> 369 <Configuration 370 Name="Debug|Smartphone 2003 (ARMV4)" 371 ConfigurationType="1" 372 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 373 ATLMinimizesCRunTimeLibraryUsage="false" 374 CharacterSet="1" 375 > 376 <Tool 377 Name="VCPreBuildEventTool" 378 /> 379 <Tool 380 Name="VCCustomBuildTool" 381 /> 382 <Tool 383 Name="VCXMLDataGeneratorTool" 384 /> 385 <Tool 386 Name="VCWebServiceProxyGeneratorTool" 387 /> 388 <Tool 389 Name="VCMIDLTool" 390 /> 391 <Tool 392 Name="VCCLCompilerTool" 393 ExecutionBucket="7" 394 AdditionalIncludeDirectories="../include,../../pjlib/include" 395 PrecompiledHeaderFile="" 396 /> 397 <Tool 398 Name="VCManagedResourceCompilerTool" 399 /> 400 <Tool 401 Name="VCResourceCompilerTool" 402 /> 403 <Tool 404 Name="VCPreLinkEventTool" 405 /> 406 <Tool 407 Name="VCLinkerTool" 408 AdditionalDependencies="ws2.lib" 409 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 410 /> 411 <Tool 412 Name="VCALinkTool" 413 /> 414 <Tool 415 Name="VCXDCMakeTool" 416 /> 417 <Tool 418 Name="VCBscMakeTool" 419 /> 420 <Tool 421 Name="VCCodeSignTool" 422 /> 423 <Tool 424 Name="VCPostBuildEventTool" 425 /> 426 <DeploymentTool 427 ForceDirty="-1" 428 RemoteDirectory="" 429 RegisterOutput="0" 430 AdditionalFiles="" 431 /> 432 <DebuggerTool 433 /> 434 </Configuration> 435 <Configuration 436 Name="Debug-Static|Win32" 437 ConfigurationType="1" 438 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 439 UseOfMFC="0" 440 ATLMinimizesCRunTimeLibraryUsage="false" 441 CharacterSet="2" 442 > 443 <Tool 444 Name="VCPreBuildEventTool" 445 /> 446 <Tool 447 Name="VCCustomBuildTool" 448 /> 449 <Tool 450 Name="VCXMLDataGeneratorTool" 451 /> 452 <Tool 453 Name="VCWebServiceProxyGeneratorTool" 454 /> 455 <Tool 456 Name="VCMIDLTool" 457 /> 458 <Tool 459 Name="VCCLCompilerTool" 460 AdditionalIncludeDirectories="../include,../../pjlib/include" 461 PreprocessorDefinitions="_CONSOLE;" 462 PrecompiledHeaderFile="" 463 /> 464 <Tool 465 Name="VCManagedResourceCompilerTool" 466 /> 467 <Tool 468 Name="VCResourceCompilerTool" 469 /> 470 <Tool 471 Name="VCPreLinkEventTool" 472 /> 473 <Tool 474 Name="VCLinkerTool" 475 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 476 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 477 /> 478 <Tool 479 Name="VCALinkTool" 480 /> 481 <Tool 482 Name="VCManifestTool" 483 /> 484 <Tool 485 Name="VCXDCMakeTool" 486 /> 487 <Tool 488 Name="VCBscMakeTool" 489 /> 490 <Tool 491 Name="VCFxCopTool" 492 /> 493 <Tool 494 Name="VCAppVerifierTool" 495 /> 496 <Tool 497 Name="VCWebDeploymentTool" 498 /> 499 <Tool 500 Name="VCPostBuildEventTool" 501 /> 502 </Configuration> 503 <Configuration 504 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 505 ConfigurationType="1" 506 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 507 ATLMinimizesCRunTimeLibraryUsage="false" 508 CharacterSet="1" 509 > 510 <Tool 511 Name="VCPreBuildEventTool" 512 /> 513 <Tool 514 Name="VCCustomBuildTool" 515 /> 516 <Tool 517 Name="VCXMLDataGeneratorTool" 518 /> 519 <Tool 520 Name="VCWebServiceProxyGeneratorTool" 521 /> 522 <Tool 523 Name="VCMIDLTool" 524 /> 525 <Tool 526 Name="VCCLCompilerTool" 527 ExecutionBucket="7" 528 AdditionalIncludeDirectories="../include,../../pjlib/include" 529 PrecompiledHeaderFile="" 530 /> 531 <Tool 532 Name="VCManagedResourceCompilerTool" 533 /> 534 <Tool 535 Name="VCResourceCompilerTool" 536 /> 537 <Tool 538 Name="VCPreLinkEventTool" 539 /> 540 <Tool 541 Name="VCLinkerTool" 542 AdditionalDependencies="ws2.lib" 543 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 544 /> 545 <Tool 546 Name="VCALinkTool" 547 /> 548 <Tool 549 Name="VCXDCMakeTool" 550 /> 551 <Tool 552 Name="VCBscMakeTool" 553 /> 554 <Tool 555 Name="VCCodeSignTool" 556 /> 557 <Tool 558 Name="VCPostBuildEventTool" 559 /> 560 <DeploymentTool 561 ForceDirty="-1" 562 RemoteDirectory="" 563 RegisterOutput="0" 564 AdditionalFiles="" 565 /> 566 <DebuggerTool 567 /> 568 </Configuration> 569 <Configuration 570 Name="Debug-Static|Smartphone 2003 (ARMV4)" 571 ConfigurationType="1" 572 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 573 ATLMinimizesCRunTimeLibraryUsage="false" 574 CharacterSet="1" 575 > 576 <Tool 577 Name="VCPreBuildEventTool" 578 /> 579 <Tool 580 Name="VCCustomBuildTool" 581 /> 582 <Tool 583 Name="VCXMLDataGeneratorTool" 584 /> 585 <Tool 586 Name="VCWebServiceProxyGeneratorTool" 587 /> 588 <Tool 589 Name="VCMIDLTool" 590 /> 591 <Tool 592 Name="VCCLCompilerTool" 593 ExecutionBucket="7" 594 AdditionalIncludeDirectories="../include,../../pjlib/include" 595 PrecompiledHeaderFile="" 596 /> 597 <Tool 598 Name="VCManagedResourceCompilerTool" 599 /> 600 <Tool 601 Name="VCResourceCompilerTool" 602 /> 603 <Tool 604 Name="VCPreLinkEventTool" 605 /> 606 <Tool 607 Name="VCLinkerTool" 608 AdditionalDependencies="ws2.lib" 609 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 610 /> 611 <Tool 612 Name="VCALinkTool" 613 /> 614 <Tool 615 Name="VCXDCMakeTool" 616 /> 617 <Tool 618 Name="VCBscMakeTool" 619 /> 620 <Tool 621 Name="VCCodeSignTool" 622 /> 623 <Tool 624 Name="VCPostBuildEventTool" 625 /> 626 <DeploymentTool 627 ForceDirty="-1" 628 RemoteDirectory="" 629 RegisterOutput="0" 630 AdditionalFiles="" 631 /> 632 <DebuggerTool 633 /> 634 </Configuration> 635 <Configuration 636 Name="Release-Dynamic|Win32" 637 ConfigurationType="1" 638 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 639 UseOfMFC="0" 640 ATLMinimizesCRunTimeLibraryUsage="false" 641 CharacterSet="2" 642 > 643 <Tool 644 Name="VCPreBuildEventTool" 645 /> 646 <Tool 647 Name="VCCustomBuildTool" 648 /> 649 <Tool 650 Name="VCXMLDataGeneratorTool" 651 /> 652 <Tool 653 Name="VCWebServiceProxyGeneratorTool" 654 /> 655 <Tool 656 Name="VCMIDLTool" 657 /> 658 <Tool 659 Name="VCCLCompilerTool" 660 AdditionalIncludeDirectories="../include,../../pjlib/include" 661 PreprocessorDefinitions="_CONSOLE;" 662 PrecompiledHeaderFile="" 663 /> 664 <Tool 665 Name="VCManagedResourceCompilerTool" 666 /> 667 <Tool 668 Name="VCResourceCompilerTool" 669 /> 670 <Tool 671 Name="VCPreLinkEventTool" 672 /> 673 <Tool 674 Name="VCLinkerTool" 675 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 676 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 677 /> 678 <Tool 679 Name="VCALinkTool" 680 /> 681 <Tool 682 Name="VCManifestTool" 683 /> 684 <Tool 685 Name="VCXDCMakeTool" 686 /> 687 <Tool 688 Name="VCBscMakeTool" 689 /> 690 <Tool 691 Name="VCFxCopTool" 692 /> 693 <Tool 694 Name="VCAppVerifierTool" 695 /> 696 <Tool 697 Name="VCWebDeploymentTool" 698 /> 699 <Tool 700 Name="VCPostBuildEventTool" 701 /> 702 </Configuration> 703 <Configuration 704 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 705 ConfigurationType="1" 706 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 707 ATLMinimizesCRunTimeLibraryUsage="false" 708 CharacterSet="1" 709 > 710 <Tool 711 Name="VCPreBuildEventTool" 712 /> 713 <Tool 714 Name="VCCustomBuildTool" 715 /> 716 <Tool 717 Name="VCXMLDataGeneratorTool" 718 /> 719 <Tool 720 Name="VCWebServiceProxyGeneratorTool" 721 /> 722 <Tool 723 Name="VCMIDLTool" 724 /> 725 <Tool 726 Name="VCCLCompilerTool" 727 ExecutionBucket="7" 728 AdditionalIncludeDirectories="../include,../../pjlib/include" 729 PrecompiledHeaderFile="" 730 /> 731 <Tool 732 Name="VCManagedResourceCompilerTool" 733 /> 734 <Tool 735 Name="VCResourceCompilerTool" 736 /> 737 <Tool 738 Name="VCPreLinkEventTool" 739 /> 740 <Tool 741 Name="VCLinkerTool" 742 AdditionalDependencies="ws2.lib" 743 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 744 /> 745 <Tool 746 Name="VCALinkTool" 747 /> 748 <Tool 749 Name="VCXDCMakeTool" 750 /> 751 <Tool 752 Name="VCBscMakeTool" 753 /> 754 <Tool 755 Name="VCCodeSignTool" 756 /> 757 <Tool 758 Name="VCPostBuildEventTool" 759 /> 760 <DeploymentTool 761 ForceDirty="-1" 762 RemoteDirectory="" 763 RegisterOutput="0" 764 AdditionalFiles="" 765 /> 766 <DebuggerTool 767 /> 768 </Configuration> 769 <Configuration 770 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 771 ConfigurationType="1" 772 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 773 ATLMinimizesCRunTimeLibraryUsage="false" 774 CharacterSet="1" 775 > 776 <Tool 777 Name="VCPreBuildEventTool" 778 /> 779 <Tool 780 Name="VCCustomBuildTool" 781 /> 782 <Tool 783 Name="VCXMLDataGeneratorTool" 784 /> 785 <Tool 786 Name="VCWebServiceProxyGeneratorTool" 787 /> 788 <Tool 789 Name="VCMIDLTool" 790 /> 791 <Tool 792 Name="VCCLCompilerTool" 793 ExecutionBucket="7" 794 AdditionalIncludeDirectories="../include,../../pjlib/include" 795 PrecompiledHeaderFile="" 796 /> 797 <Tool 798 Name="VCManagedResourceCompilerTool" 799 /> 800 <Tool 801 Name="VCResourceCompilerTool" 802 /> 803 <Tool 804 Name="VCPreLinkEventTool" 805 /> 806 <Tool 807 Name="VCLinkerTool" 808 AdditionalDependencies="ws2.lib" 809 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 810 /> 811 <Tool 812 Name="VCALinkTool" 813 /> 814 <Tool 815 Name="VCXDCMakeTool" 816 /> 817 <Tool 818 Name="VCBscMakeTool" 819 /> 820 <Tool 821 Name="VCCodeSignTool" 822 /> 823 <Tool 824 Name="VCPostBuildEventTool" 825 /> 826 <DeploymentTool 827 ForceDirty="-1" 828 RemoteDirectory="" 829 RegisterOutput="0" 830 AdditionalFiles="" 831 /> 832 <DebuggerTool 833 /> 834 </Configuration> 835 <Configuration 836 Name="Debug-Dynamic|Win32" 837 ConfigurationType="1" 838 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 839 UseOfMFC="0" 840 ATLMinimizesCRunTimeLibraryUsage="false" 841 CharacterSet="2" 842 > 843 <Tool 844 Name="VCPreBuildEventTool" 845 /> 846 <Tool 847 Name="VCCustomBuildTool" 848 /> 849 <Tool 850 Name="VCXMLDataGeneratorTool" 851 /> 852 <Tool 853 Name="VCWebServiceProxyGeneratorTool" 854 /> 855 <Tool 856 Name="VCMIDLTool" 857 /> 858 <Tool 859 Name="VCCLCompilerTool" 860 AdditionalIncludeDirectories="../include,../../pjlib/include" 861 PreprocessorDefinitions="_CONSOLE;" 862 PrecompiledHeaderFile="" 863 /> 864 <Tool 865 Name="VCManagedResourceCompilerTool" 866 /> 867 <Tool 868 Name="VCResourceCompilerTool" 869 /> 870 <Tool 871 Name="VCPreLinkEventTool" 872 /> 873 <Tool 874 Name="VCLinkerTool" 875 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 876 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 877 /> 878 <Tool 879 Name="VCALinkTool" 880 /> 881 <Tool 882 Name="VCManifestTool" 883 /> 884 <Tool 885 Name="VCXDCMakeTool" 886 /> 887 <Tool 888 Name="VCBscMakeTool" 889 /> 890 <Tool 891 Name="VCFxCopTool" 892 /> 893 <Tool 894 Name="VCAppVerifierTool" 895 /> 896 <Tool 897 Name="VCWebDeploymentTool" 898 /> 899 <Tool 900 Name="VCPostBuildEventTool" 901 /> 902 </Configuration> 903 <Configuration 904 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 905 ConfigurationType="1" 906 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 907 ATLMinimizesCRunTimeLibraryUsage="false" 908 CharacterSet="1" 909 > 910 <Tool 911 Name="VCPreBuildEventTool" 912 /> 913 <Tool 914 Name="VCCustomBuildTool" 915 /> 916 <Tool 917 Name="VCXMLDataGeneratorTool" 918 /> 919 <Tool 920 Name="VCWebServiceProxyGeneratorTool" 921 /> 922 <Tool 923 Name="VCMIDLTool" 924 /> 925 <Tool 926 Name="VCCLCompilerTool" 927 ExecutionBucket="7" 928 AdditionalIncludeDirectories="../include,../../pjlib/include" 929 PrecompiledHeaderFile="" 930 /> 931 <Tool 932 Name="VCManagedResourceCompilerTool" 933 /> 934 <Tool 935 Name="VCResourceCompilerTool" 936 /> 937 <Tool 938 Name="VCPreLinkEventTool" 939 /> 940 <Tool 941 Name="VCLinkerTool" 942 AdditionalDependencies="ws2.lib" 943 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 944 /> 945 <Tool 946 Name="VCALinkTool" 947 /> 948 <Tool 949 Name="VCXDCMakeTool" 950 /> 951 <Tool 952 Name="VCBscMakeTool" 953 /> 954 <Tool 955 Name="VCCodeSignTool" 956 /> 957 <Tool 958 Name="VCPostBuildEventTool" 959 /> 960 <DeploymentTool 961 ForceDirty="-1" 962 RemoteDirectory="" 963 RegisterOutput="0" 964 AdditionalFiles="" 965 /> 966 <DebuggerTool 967 /> 968 </Configuration> 969 <Configuration 970 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 971 ConfigurationType="1" 972 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 973 ATLMinimizesCRunTimeLibraryUsage="false" 974 CharacterSet="1" 975 > 976 <Tool 977 Name="VCPreBuildEventTool" 978 /> 979 <Tool 980 Name="VCCustomBuildTool" 981 /> 982 <Tool 983 Name="VCXMLDataGeneratorTool" 984 /> 985 <Tool 986 Name="VCWebServiceProxyGeneratorTool" 987 /> 988 <Tool 989 Name="VCMIDLTool" 990 /> 991 <Tool 992 Name="VCCLCompilerTool" 993 ExecutionBucket="7" 994 AdditionalIncludeDirectories="../include,../../pjlib/include" 995 PrecompiledHeaderFile="" 996 /> 997 <Tool 998 Name="VCManagedResourceCompilerTool" 999 /> 1000 <Tool 1001 Name="VCResourceCompilerTool" 1002 /> 1003 <Tool 1004 Name="VCPreLinkEventTool" 1005 /> 1006 <Tool 1007 Name="VCLinkerTool" 1008 AdditionalDependencies="ws2.lib" 1009 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1010 /> 1011 <Tool 1012 Name="VCALinkTool" 1013 /> 1014 <Tool 1015 Name="VCXDCMakeTool" 1016 /> 1017 <Tool 1018 Name="VCBscMakeTool" 1019 /> 1020 <Tool 1021 Name="VCCodeSignTool" 1022 /> 1023 <Tool 1024 Name="VCPostBuildEventTool" 1025 /> 1026 <DeploymentTool 1027 ForceDirty="-1" 1028 RemoteDirectory="" 1029 RegisterOutput="0" 1030 AdditionalFiles="" 1031 /> 1032 <DebuggerTool 1033 /> 1034 </Configuration> 1035 <Configuration 1036 Name="Release-Static|Win32" 1037 ConfigurationType="1" 1038 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 1039 UseOfMFC="0" 1040 ATLMinimizesCRunTimeLibraryUsage="false" 1041 CharacterSet="2" 1042 > 1043 <Tool 1044 Name="VCPreBuildEventTool" 1045 /> 1046 <Tool 1047 Name="VCCustomBuildTool" 1048 /> 1049 <Tool 1050 Name="VCXMLDataGeneratorTool" 1051 /> 1052 <Tool 1053 Name="VCWebServiceProxyGeneratorTool" 1054 /> 1055 <Tool 1056 Name="VCMIDLTool" 1057 /> 1058 <Tool 1059 Name="VCCLCompilerTool" 1060 AdditionalIncludeDirectories="../include,../../pjlib/include" 1061 PreprocessorDefinitions="_CONSOLE;" 1062 PrecompiledHeaderFile="" 1063 /> 1064 <Tool 1065 Name="VCManagedResourceCompilerTool" 1066 /> 1067 <Tool 1068 Name="VCResourceCompilerTool" 1069 /> 1070 <Tool 1071 Name="VCPreLinkEventTool" 1072 /> 1073 <Tool 1074 Name="VCLinkerTool" 1075 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 1076 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 1077 /> 1078 <Tool 1079 Name="VCALinkTool" 1080 /> 1081 <Tool 1082 Name="VCManifestTool" 1083 /> 1084 <Tool 1085 Name="VCXDCMakeTool" 1086 /> 1087 <Tool 1088 Name="VCBscMakeTool" 1089 /> 1090 <Tool 1091 Name="VCFxCopTool" 1092 /> 1093 <Tool 1094 Name="VCAppVerifierTool" 1095 /> 1096 <Tool 1097 Name="VCWebDeploymentTool" 1098 /> 1099 <Tool 1100 Name="VCPostBuildEventTool" 1101 /> 1102 </Configuration> 1103 <Configuration 1104 Name="Release-Static|Pocket PC 2003 (ARMV4)" 1105 ConfigurationType="1" 1106 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1107 ATLMinimizesCRunTimeLibraryUsage="false" 1108 CharacterSet="1" 1109 > 1110 <Tool 1111 Name="VCPreBuildEventTool" 1112 /> 1113 <Tool 1114 Name="VCCustomBuildTool" 1115 /> 1116 <Tool 1117 Name="VCXMLDataGeneratorTool" 1118 /> 1119 <Tool 1120 Name="VCWebServiceProxyGeneratorTool" 1121 /> 1122 <Tool 1123 Name="VCMIDLTool" 1124 /> 1125 <Tool 1126 Name="VCCLCompilerTool" 1127 ExecutionBucket="7" 1128 AdditionalIncludeDirectories="../include,../../pjlib/include" 1129 PrecompiledHeaderFile="" 1130 /> 1131 <Tool 1132 Name="VCManagedResourceCompilerTool" 1133 /> 1134 <Tool 1135 Name="VCResourceCompilerTool" 1136 /> 1137 <Tool 1138 Name="VCPreLinkEventTool" 1139 /> 1140 <Tool 1141 Name="VCLinkerTool" 1142 AdditionalDependencies="ws2.lib" 1143 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1144 /> 1145 <Tool 1146 Name="VCALinkTool" 1147 /> 1148 <Tool 1149 Name="VCXDCMakeTool" 1150 /> 1151 <Tool 1152 Name="VCBscMakeTool" 1153 /> 1154 <Tool 1155 Name="VCCodeSignTool" 1156 /> 1157 <Tool 1158 Name="VCPostBuildEventTool" 1159 /> 1160 <DeploymentTool 1161 ForceDirty="-1" 1162 RemoteDirectory="" 1163 RegisterOutput="0" 1164 AdditionalFiles="" 1165 /> 1166 <DebuggerTool 1167 /> 1168 </Configuration> 1169 <Configuration 1170 Name="Release-Static|Smartphone 2003 (ARMV4)" 1171 ConfigurationType="1" 1172 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1173 ATLMinimizesCRunTimeLibraryUsage="false" 1174 CharacterSet="1" 1175 > 1176 <Tool 1177 Name="VCPreBuildEventTool" 1178 /> 1179 <Tool 1180 Name="VCCustomBuildTool" 1181 /> 1182 <Tool 1183 Name="VCXMLDataGeneratorTool" 1184 /> 1185 <Tool 1186 Name="VCWebServiceProxyGeneratorTool" 1187 /> 1188 <Tool 1189 Name="VCMIDLTool" 1190 /> 1191 <Tool 1192 Name="VCCLCompilerTool" 1193 ExecutionBucket="7" 1194 AdditionalIncludeDirectories="../include,../../pjlib/include" 1195 PrecompiledHeaderFile="" 1196 /> 1197 <Tool 1198 Name="VCManagedResourceCompilerTool" 1199 /> 1200 <Tool 1201 Name="VCResourceCompilerTool" 1202 /> 1203 <Tool 1204 Name="VCPreLinkEventTool" 1205 /> 1206 <Tool 1207 Name="VCLinkerTool" 1208 AdditionalDependencies="ws2.lib" 1209 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1210 /> 1211 <Tool 1212 Name="VCALinkTool" 1213 /> 1214 <Tool 1215 Name="VCXDCMakeTool" 1216 /> 1217 <Tool 1218 Name="VCBscMakeTool" 1219 /> 1220 <Tool 1221 Name="VCCodeSignTool" 1222 /> 1223 <Tool 1224 Name="VCPostBuildEventTool" 1225 /> 1226 <DeploymentTool 1227 ForceDirty="-1" 1228 RemoteDirectory="" 1229 RegisterOutput="0" 1230 AdditionalFiles="" 1231 /> 1232 <DebuggerTool 106 1233 /> 107 1234 </Configuration> … … 109 1236 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 110 1237 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 111 112 ATLMinimizesCRunTimeLibraryUsage="false" 113 114 CharacterSet="1" 115 1238 ATLMinimizesCRunTimeLibraryUsage="false" 1239 CharacterSet="1" 116 1240 ConfigurationType="1" 117 1241 > … … 150 1274 AdditionalDependencies="ws2.lib" 151 1275 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 152 153 1276 /> 154 1277 <Tool … … 179 1302 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 180 1303 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 181 182 ATLMinimizesCRunTimeLibraryUsage="false" 183 184 CharacterSet="1" 185 1304 ATLMinimizesCRunTimeLibraryUsage="false" 1305 CharacterSet="1" 186 1306 ConfigurationType="1" 187 1307 > … … 220 1340 AdditionalDependencies="ws2.lib" 221 1341 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 222 223 /> 224 <Tool 225 Name="VCALinkTool" 226 /> 227 <Tool 228 Name="VCXDCMakeTool" 229 /> 230 <Tool 231 Name="VCBscMakeTool" 232 /> 233 <Tool 234 Name="VCCodeSignTool" 235 /> 236 <Tool 237 Name="VCPostBuildEventTool" 238 /> 239 <DeploymentTool 240 ForceDirty="-1" 241 RemoteDirectory="" 242 RegisterOutput="0" 243 AdditionalFiles="" 244 /> 245 <DebuggerTool 246 /> 247 </Configuration> 248 <Configuration 249 Name="Debug|Win32" 250 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 251 252 ATLMinimizesCRunTimeLibraryUsage="false" 253 254 CharacterSet="2" 255 256 ConfigurationType="1" 257 UseOfMFC="0" 258 > 259 <Tool 260 Name="VCPreBuildEventTool" 261 /> 262 <Tool 263 Name="VCCustomBuildTool" 264 /> 265 <Tool 266 Name="VCXMLDataGeneratorTool" 267 /> 268 <Tool 269 Name="VCWebServiceProxyGeneratorTool" 270 /> 271 <Tool 272 Name="VCMIDLTool" 273 /> 274 <Tool 275 Name="VCCLCompilerTool" 276 PreprocessorDefinitions="_CONSOLE;" 277 278 AdditionalIncludeDirectories="../include,../../pjlib/include" 279 PrecompiledHeaderFile="" 280 /> 281 <Tool 282 Name="VCManagedResourceCompilerTool" 283 /> 284 <Tool 285 Name="VCResourceCompilerTool" 286 /> 287 <Tool 288 Name="VCPreLinkEventTool" 289 /> 290 <Tool 291 Name="VCLinkerTool" 292 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 293 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 294 295 /> 296 <Tool 297 Name="VCALinkTool" 298 /> 299 <Tool 300 Name="VCManifestTool" 301 /> 302 <Tool 303 Name="VCXDCMakeTool" 304 /> 305 <Tool 306 Name="VCBscMakeTool" 307 /> 308 <Tool 309 Name="VCFxCopTool" 310 /> 311 <Tool 312 Name="VCAppVerifierTool" 313 /> 314 <Tool 315 Name="VCWebDeploymentTool" 316 /> 317 <Tool 318 Name="VCPostBuildEventTool" 1342 /> 1343 <Tool 1344 Name="VCALinkTool" 1345 /> 1346 <Tool 1347 Name="VCXDCMakeTool" 1348 /> 1349 <Tool 1350 Name="VCBscMakeTool" 1351 /> 1352 <Tool 1353 Name="VCCodeSignTool" 1354 /> 1355 <Tool 1356 Name="VCPostBuildEventTool" 1357 /> 1358 <DeploymentTool 1359 ForceDirty="-1" 1360 RemoteDirectory="" 1361 RegisterOutput="0" 1362 AdditionalFiles="" 1363 /> 1364 <DebuggerTool 319 1365 /> 320 1366 </Configuration> … … 322 1368 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 323 1369 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 324 325 ATLMinimizesCRunTimeLibraryUsage="false" 326 327 CharacterSet="1" 328 1370 ATLMinimizesCRunTimeLibraryUsage="false" 1371 CharacterSet="1" 329 1372 ConfigurationType="1" 330 1373 > … … 363 1406 AdditionalDependencies="ws2.lib" 364 1407 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 365 366 1408 /> 367 1409 <Tool … … 392 1434 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 393 1435 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 394 395 ATLMinimizesCRunTimeLibraryUsage="false" 396 397 CharacterSet="1" 398 1436 ATLMinimizesCRunTimeLibraryUsage="false" 1437 CharacterSet="1" 399 1438 ConfigurationType="1" 400 1439 > … … 433 1472 AdditionalDependencies="ws2.lib" 434 1473 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 435 436 /> 437 <Tool 438 Name="VCALinkTool" 439 /> 440 <Tool 441 Name="VCXDCMakeTool" 442 /> 443 <Tool 444 Name="VCBscMakeTool" 445 /> 446 <Tool 447 Name="VCCodeSignTool" 448 /> 449 <Tool 450 Name="VCPostBuildEventTool" 451 /> 452 <DeploymentTool 453 ForceDirty="-1" 454 RemoteDirectory="" 455 RegisterOutput="0" 456 AdditionalFiles="" 457 /> 458 <DebuggerTool 459 /> 460 </Configuration> 461 <Configuration 462 Name="Debug-Static|Win32" 463 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 464 465 ATLMinimizesCRunTimeLibraryUsage="false" 466 467 CharacterSet="2" 468 469 ConfigurationType="1" 470 UseOfMFC="0" 471 > 472 <Tool 473 Name="VCPreBuildEventTool" 474 /> 475 <Tool 476 Name="VCCustomBuildTool" 477 /> 478 <Tool 479 Name="VCXMLDataGeneratorTool" 480 /> 481 <Tool 482 Name="VCWebServiceProxyGeneratorTool" 483 /> 484 <Tool 485 Name="VCMIDLTool" 486 /> 487 <Tool 488 Name="VCCLCompilerTool" 489 PreprocessorDefinitions="_CONSOLE;" 490 491 AdditionalIncludeDirectories="../include,../../pjlib/include" 492 PrecompiledHeaderFile="" 493 /> 494 <Tool 495 Name="VCManagedResourceCompilerTool" 496 /> 497 <Tool 498 Name="VCResourceCompilerTool" 499 /> 500 <Tool 501 Name="VCPreLinkEventTool" 502 /> 503 <Tool 504 Name="VCLinkerTool" 505 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 506 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 507 508 /> 509 <Tool 510 Name="VCALinkTool" 511 /> 512 <Tool 513 Name="VCManifestTool" 514 /> 515 <Tool 516 Name="VCXDCMakeTool" 517 /> 518 <Tool 519 Name="VCBscMakeTool" 520 /> 521 <Tool 522 Name="VCFxCopTool" 523 /> 524 <Tool 525 Name="VCAppVerifierTool" 526 /> 527 <Tool 528 Name="VCWebDeploymentTool" 529 /> 530 <Tool 531 Name="VCPostBuildEventTool" 1474 /> 1475 <Tool 1476 Name="VCALinkTool" 1477 /> 1478 <Tool 1479 Name="VCXDCMakeTool" 1480 /> 1481 <Tool 1482 Name="VCBscMakeTool" 1483 /> 1484 <Tool 1485 Name="VCCodeSignTool" 1486 /> 1487 <Tool 1488 Name="VCPostBuildEventTool" 1489 /> 1490 <DeploymentTool 1491 ForceDirty="-1" 1492 RemoteDirectory="" 1493 RegisterOutput="0" 1494 AdditionalFiles="" 1495 /> 1496 <DebuggerTool 532 1497 /> 533 1498 </Configuration> … … 535 1500 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 536 1501 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 537 538 ATLMinimizesCRunTimeLibraryUsage="false" 539 540 CharacterSet="1" 541 1502 ATLMinimizesCRunTimeLibraryUsage="false" 1503 CharacterSet="1" 542 1504 ConfigurationType="1" 543 1505 > … … 576 1538 AdditionalDependencies="ws2.lib" 577 1539 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 578 579 1540 /> 580 1541 <Tool … … 605 1566 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 606 1567 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 607 608 ATLMinimizesCRunTimeLibraryUsage="false" 609 610 CharacterSet="1" 611 1568 ATLMinimizesCRunTimeLibraryUsage="false" 1569 CharacterSet="1" 612 1570 ConfigurationType="1" 613 1571 > … … 646 1604 AdditionalDependencies="ws2.lib" 647 1605 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 648 649 /> 650 <Tool 651 Name="VCALinkTool" 652 /> 653 <Tool 654 Name="VCXDCMakeTool" 655 /> 656 <Tool 657 Name="VCBscMakeTool" 658 /> 659 <Tool 660 Name="VCCodeSignTool" 661 /> 662 <Tool 663 Name="VCPostBuildEventTool" 664 /> 665 <DeploymentTool 666 ForceDirty="-1" 667 RemoteDirectory="" 668 RegisterOutput="0" 669 AdditionalFiles="" 670 /> 671 <DebuggerTool 672 /> 673 </Configuration> 674 <Configuration 675 Name="Release-Dynamic|Win32" 676 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 677 678 ATLMinimizesCRunTimeLibraryUsage="false" 679 680 CharacterSet="2" 681 682 ConfigurationType="1" 683 UseOfMFC="0" 684 > 685 <Tool 686 Name="VCPreBuildEventTool" 687 /> 688 <Tool 689 Name="VCCustomBuildTool" 690 /> 691 <Tool 692 Name="VCXMLDataGeneratorTool" 693 /> 694 <Tool 695 Name="VCWebServiceProxyGeneratorTool" 696 /> 697 <Tool 698 Name="VCMIDLTool" 699 /> 700 <Tool 701 Name="VCCLCompilerTool" 702 PreprocessorDefinitions="_CONSOLE;" 703 704 AdditionalIncludeDirectories="../include,../../pjlib/include" 705 PrecompiledHeaderFile="" 706 /> 707 <Tool 708 Name="VCManagedResourceCompilerTool" 709 /> 710 <Tool 711 Name="VCResourceCompilerTool" 712 /> 713 <Tool 714 Name="VCPreLinkEventTool" 715 /> 716 <Tool 717 Name="VCLinkerTool" 718 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 719 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 720 721 /> 722 <Tool 723 Name="VCALinkTool" 724 /> 725 <Tool 726 Name="VCManifestTool" 727 /> 728 <Tool 729 Name="VCXDCMakeTool" 730 /> 731 <Tool 732 Name="VCBscMakeTool" 733 /> 734 <Tool 735 Name="VCFxCopTool" 736 /> 737 <Tool 738 Name="VCAppVerifierTool" 739 /> 740 <Tool 741 Name="VCWebDeploymentTool" 742 /> 743 <Tool 744 Name="VCPostBuildEventTool" 1606 /> 1607 <Tool 1608 Name="VCALinkTool" 1609 /> 1610 <Tool 1611 Name="VCXDCMakeTool" 1612 /> 1613 <Tool 1614 Name="VCBscMakeTool" 1615 /> 1616 <Tool 1617 Name="VCCodeSignTool" 1618 /> 1619 <Tool 1620 Name="VCPostBuildEventTool" 1621 /> 1622 <DeploymentTool 1623 ForceDirty="-1" 1624 RemoteDirectory="" 1625 RegisterOutput="0" 1626 AdditionalFiles="" 1627 /> 1628 <DebuggerTool 745 1629 /> 746 1630 </Configuration> … … 748 1632 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 749 1633 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 750 751 ATLMinimizesCRunTimeLibraryUsage="false" 752 753 CharacterSet="1" 754 1634 ATLMinimizesCRunTimeLibraryUsage="false" 1635 CharacterSet="1" 755 1636 ConfigurationType="1" 756 1637 > … … 789 1670 AdditionalDependencies="ws2.lib" 790 1671 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 791 792 1672 /> 793 1673 <Tool … … 818 1698 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 819 1699 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 820 821 ATLMinimizesCRunTimeLibraryUsage="false" 822 823 CharacterSet="1" 824 1700 ATLMinimizesCRunTimeLibraryUsage="false" 1701 CharacterSet="1" 825 1702 ConfigurationType="1" 826 1703 > … … 859 1736 AdditionalDependencies="ws2.lib" 860 1737 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 861 862 /> 863 <Tool 864 Name="VCALinkTool" 865 /> 866 <Tool 867 Name="VCXDCMakeTool" 868 /> 869 <Tool 870 Name="VCBscMakeTool" 871 /> 872 <Tool 873 Name="VCCodeSignTool" 874 /> 875 <Tool 876 Name="VCPostBuildEventTool" 877 /> 878 <DeploymentTool 879 ForceDirty="-1" 880 RemoteDirectory="" 881 RegisterOutput="0" 882 AdditionalFiles="" 883 /> 884 <DebuggerTool 885 /> 886 </Configuration> 887 <Configuration 888 Name="Debug-Dynamic|Win32" 889 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 890 891 ATLMinimizesCRunTimeLibraryUsage="false" 892 893 CharacterSet="2" 894 895 ConfigurationType="1" 896 UseOfMFC="0" 897 > 898 <Tool 899 Name="VCPreBuildEventTool" 900 /> 901 <Tool 902 Name="VCCustomBuildTool" 903 /> 904 <Tool 905 Name="VCXMLDataGeneratorTool" 906 /> 907 <Tool 908 Name="VCWebServiceProxyGeneratorTool" 909 /> 910 <Tool 911 Name="VCMIDLTool" 912 /> 913 <Tool 914 Name="VCCLCompilerTool" 915 PreprocessorDefinitions="_CONSOLE;" 916 917 AdditionalIncludeDirectories="../include,../../pjlib/include" 918 PrecompiledHeaderFile="" 919 /> 920 <Tool 921 Name="VCManagedResourceCompilerTool" 922 /> 923 <Tool 924 Name="VCResourceCompilerTool" 925 /> 926 <Tool 927 Name="VCPreLinkEventTool" 928 /> 929 <Tool 930 Name="VCLinkerTool" 931 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 932 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 933 934 /> 935 <Tool 936 Name="VCALinkTool" 937 /> 938 <Tool 939 Name="VCManifestTool" 940 /> 941 <Tool 942 Name="VCXDCMakeTool" 943 /> 944 <Tool 945 Name="VCBscMakeTool" 946 /> 947 <Tool 948 Name="VCFxCopTool" 949 /> 950 <Tool 951 Name="VCAppVerifierTool" 952 /> 953 <Tool 954 Name="VCWebDeploymentTool" 955 /> 956 <Tool 957 Name="VCPostBuildEventTool" 1738 /> 1739 <Tool 1740 Name="VCALinkTool" 1741 /> 1742 <Tool 1743 Name="VCXDCMakeTool" 1744 /> 1745 <Tool 1746 Name="VCBscMakeTool" 1747 /> 1748 <Tool 1749 Name="VCCodeSignTool" 1750 /> 1751 <Tool 1752 Name="VCPostBuildEventTool" 1753 /> 1754 <DeploymentTool 1755 ForceDirty="-1" 1756 RemoteDirectory="" 1757 RegisterOutput="0" 1758 AdditionalFiles="" 1759 /> 1760 <DebuggerTool 958 1761 /> 959 1762 </Configuration> … … 961 1764 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 962 1765 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 963 964 ATLMinimizesCRunTimeLibraryUsage="false"