Changeset 3087
- Timestamp:
- Feb 4, 2010 6:29:16 PM (15 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" 965 966 CharacterSet="1" 967 1766 ATLMinimizesCRunTimeLibraryUsage="false" 1767 CharacterSet="1" 968 1768 ConfigurationType="1" 969 1769 > … … 1002 1802 AdditionalDependencies="ws2.lib" 1003 1803 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 1004 1005 1804 /> 1006 1805 <Tool … … 1031 1830 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1032 1831 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1033 1034 ATLMinimizesCRunTimeLibraryUsage="false" 1035 1036 CharacterSet="1" 1037 1832 ATLMinimizesCRunTimeLibraryUsage="false" 1833 CharacterSet="1" 1038 1834 ConfigurationType="1" 1039 1835 > … … 1072 1868 AdditionalDependencies="ws2.lib" 1073 1869 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 1074 1075 /> 1076 <Tool 1077 Name="VCALinkTool" 1078 /> 1079 <Tool 1080 Name="VCXDCMakeTool" 1081 /> 1082 <Tool 1083 Name="VCBscMakeTool" 1084 /> 1085 <Tool 1086 Name="VCCodeSignTool" 1087 /> 1088 <Tool 1089 Name="VCPostBuildEventTool" 1090 /> 1091 <DeploymentTool 1092 ForceDirty="-1" 1093 RemoteDirectory="" 1094 RegisterOutput="0" 1095 AdditionalFiles="" 1096 /> 1097 <DebuggerTool 1098 /> 1099 </Configuration> 1100 <Configuration 1101 Name="Release-Static|Win32" 1102 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 1103 1104 ATLMinimizesCRunTimeLibraryUsage="false" 1105 1106 CharacterSet="2" 1107 1108 ConfigurationType="1" 1109 UseOfMFC="0" 1110 > 1111 <Tool 1112 Name="VCPreBuildEventTool" 1113 /> 1114 <Tool 1115 Name="VCCustomBuildTool" 1116 /> 1117 <Tool 1118 Name="VCXMLDataGeneratorTool" 1119 /> 1120 <Tool 1121 Name="VCWebServiceProxyGeneratorTool" 1122 /> 1123 <Tool 1124 Name="VCMIDLTool" 1125 /> 1126 <Tool 1127 Name="VCCLCompilerTool" 1128 PreprocessorDefinitions="_CONSOLE;" 1129 1130 AdditionalIncludeDirectories="../include,../../pjlib/include" 1131 PrecompiledHeaderFile="" 1132 /> 1133 <Tool 1134 Name="VCManagedResourceCompilerTool" 1135 /> 1136 <Tool 1137 Name="VCResourceCompilerTool" 1138 /> 1139 <Tool 1140 Name="VCPreLinkEventTool" 1141 /> 1142 <Tool 1143 Name="VCLinkerTool" 1144 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 1145 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 1146 1147 /> 1148 <Tool 1149 Name="VCALinkTool" 1150 /> 1151 <Tool 1152 Name="VCManifestTool" 1153 /> 1154 <Tool 1155 Name="VCXDCMakeTool" 1156 /> 1157 <Tool 1158 Name="VCBscMakeTool" 1159 /> 1160 <Tool 1161 Name="VCFxCopTool" 1162 /> 1163 <Tool 1164 Name="VCAppVerifierTool" 1165 /> 1166 <Tool 1167 Name="VCWebDeploymentTool" 1168 /> 1169 <Tool 1170 Name="VCPostBuildEventTool" 1870 /> 1871 <Tool 1872 Name="VCALinkTool" 1873 /> 1874 <Tool 1875 Name="VCXDCMakeTool" 1876 /> 1877 <Tool 1878 Name="VCBscMakeTool" 1879 /> 1880 <Tool 1881 Name="VCCodeSignTool" 1882 /> 1883 <Tool 1884 Name="VCPostBuildEventTool" 1885 /> 1886 <DeploymentTool 1887 ForceDirty="-1" 1888 RemoteDirectory="" 1889 RegisterOutput="0" 1890 AdditionalFiles="" 1891 /> 1892 <DebuggerTool 1171 1893 /> 1172 1894 </Configuration> … … 1174 1896 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1175 1897 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1176 1177 ATLMinimizesCRunTimeLibraryUsage="false" 1178 1179 CharacterSet="1" 1180 1898 ATLMinimizesCRunTimeLibraryUsage="false" 1899 CharacterSet="1" 1181 1900 ConfigurationType="1" 1182 1901 > … … 1215 1934 AdditionalDependencies="ws2.lib" 1216 1935 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 1217 1218 1936 /> 1219 1937 <Tool … … 1244 1962 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1245 1963 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1246 1247 ATLMinimizesCRunTimeLibraryUsage="false" 1248 1249 CharacterSet="1" 1250 1964 ATLMinimizesCRunTimeLibraryUsage="false" 1965 CharacterSet="1" 1251 1966 ConfigurationType="1" 1252 1967 > … … 1285 2000 AdditionalDependencies="ws2.lib" 1286 2001 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 1287 1288 />1289 <Tool1290 Name="VCALinkTool"1291 />1292 <Tool1293 Name="VCXDCMakeTool"1294 />1295 <Tool1296 Name="VCBscMakeTool"1297 />1298 <Tool1299 Name="VCCodeSignTool"1300 />1301 <Tool1302 Name="VCPostBuildEventTool"1303 />1304 <DeploymentTool1305 ForceDirty="-1"1306 RemoteDirectory=""1307 RegisterOutput="0"1308 AdditionalFiles=""1309 />1310 <DebuggerTool1311 />1312 </Configuration>1313 <Configuration1314 Name="Release|Pocket PC 2003 (ARMV4)"1315 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1316 1317 ATLMinimizesCRunTimeLibraryUsage="false"1318 1319 CharacterSet="1"1320 1321 ConfigurationType="1"1322 >1323 <Tool1324 Name="VCPreBuildEventTool"1325 />1326 <Tool1327 Name="VCCustomBuildTool"1328 />1329 <Tool1330 Name="VCXMLDataGeneratorTool"1331 />1332 <Tool1333 Name="VCWebServiceProxyGeneratorTool"1334 />1335 <Tool1336 Name="VCMIDLTool"1337 />1338 <Tool1339 Name="VCCLCompilerTool"1340 ExecutionBucket="7"1341 AdditionalIncludeDirectories="../include,../../pjlib/include"1342 PrecompiledHeaderFile=""1343 />1344 <Tool1345 Name="VCManagedResourceCompilerTool"1346 />1347 <Tool1348 Name="VCResourceCompilerTool"1349 />1350 <Tool1351 Name="VCPreLinkEventTool"1352 />1353 <Tool1354 Name="VCLinkerTool"1355 AdditionalDependencies="ws2.lib"1356 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe"1357 1358 />1359 <Tool1360 Name="VCALinkTool"1361 />1362 <Tool1363 Name="VCXDCMakeTool"1364 />1365 <Tool1366 Name="VCBscMakeTool"1367 />1368 <Tool1369 Name="VCCodeSignTool"1370 />1371 <Tool1372 Name="VCPostBuildEventTool"1373 />1374 <DeploymentTool1375 ForceDirty="-1"1376 RemoteDirectory=""1377 RegisterOutput="0"1378 AdditionalFiles=""1379 />1380 <DebuggerTool1381 />1382 </Configuration>1383 <Configuration1384 Name="Debug|Pocket PC 2003 (ARMV4)"1385 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1386 1387 ATLMinimizesCRunTimeLibraryUsage="false"1388 1389 CharacterSet="1"1390 1391 ConfigurationType="1"1392 >1393 <Tool1394 Name="VCPreBuildEventTool"1395 />1396 <Tool1397 Name="VCCustomBuildTool"1398 />1399 <Tool1400 Name="VCXMLDataGeneratorTool"1401 />1402 <Tool1403 Name="VCWebServiceProxyGeneratorTool"1404 />1405 <Tool1406 Name="VCMIDLTool"1407 />1408 <Tool1409 Name="VCCLCompilerTool"1410 ExecutionBucket="7"1411 AdditionalIncludeDirectories="../include,../../pjlib/include"1412 PrecompiledHeaderFile=""1413 />1414 <Tool1415 Name="VCManagedResourceCompilerTool"1416 />1417 <Tool1418 Name="VCResourceCompilerTool"1419 />1420 <Tool1421 Name="VCPreLinkEventTool"1422 />1423 <Tool1424 Name="VCLinkerTool"1425 AdditionalDependencies="ws2.lib"1426 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe"1427 1428 />1429 <Tool1430 Name="VCALinkTool"1431 />1432 <Tool1433 Name="VCXDCMakeTool"1434 />1435 <Tool1436 Name="VCBscMakeTool"1437 />1438 <Tool1439 Name="VCCodeSignTool"1440 />1441 <Tool1442 Name="VCPostBuildEventTool"1443 />1444 <DeploymentTool1445 ForceDirty="-1"1446 RemoteDirectory=""1447 RegisterOutput="0"1448 AdditionalFiles=""1449 />1450 <DebuggerTool1451 />1452 </Configuration>1453 <Configuration1454 Name="Debug-Static|Pocket PC 2003 (ARMV4)"1455 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1456 1457 ATLMinimizesCRunTimeLibraryUsage="false"1458 1459 CharacterSet="1"1460 1461 ConfigurationType="1"1462 >1463 <Tool1464 Name="VCPreBuildEventTool"1465 />1466 <Tool1467 Name="VCCustomBuildTool"1468 />1469 <Tool1470 Name="VCXMLDataGeneratorTool"1471 />1472 <Tool1473 Name="VCWebServiceProxyGeneratorTool"1474 />1475 <Tool1476 Name="VCMIDLTool"1477 />1478 <Tool1479 Name="VCCLCompilerTool"1480 ExecutionBucket="7"1481 AdditionalIncludeDirectories="../include,../../pjlib/include"1482 PrecompiledHeaderFile=""1483 />1484 <Tool1485 Name="VCManagedResourceCompilerTool"1486 />1487 <Tool1488 Name="VCResourceCompilerTool"1489 />1490 <Tool1491 Name="VCPreLinkEventTool"1492 />1493 <Tool1494 Name="VCLinkerTool"1495 AdditionalDependencies="ws2.lib"1496 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe"1497 1498 />1499 <Tool1500 Name="VCALinkTool"1501 />1502 <Tool1503 Name="VCXDCMakeTool"1504 />1505 <Tool1506 Name="VCBscMakeTool"1507 />1508 <Tool1509 Name="VCCodeSignTool"1510 />1511 <Tool1512 Name="VCPostBuildEventTool"1513 />1514 <DeploymentTool1515 ForceDirty="-1"1516 RemoteDirectory=""1517 RegisterOutput="0"1518 AdditionalFiles=""1519 />1520 <DebuggerTool1521 />1522 </Configuration>1523 <Configuration1524 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)"1525 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1526 1527 ATLMinimizesCRunTimeLibraryUsage="false"1528 1529 CharacterSet="1"1530 1531 ConfigurationType="1"1532 >1533 <Tool1534 Name="VCPreBuildEventTool"1535 />1536 <Tool1537 Name="VCCustomBuildTool"1538 />1539 <Tool1540 Name="VCXMLDataGeneratorTool"1541 />1542 <Tool1543 Name="VCWebServiceProxyGeneratorTool"1544 />1545 <Tool1546 Name="VCMIDLTool"1547 />1548 <Tool1549 Name="VCCLCompilerTool"1550 ExecutionBucket="7"1551 AdditionalIncludeDirectories="../include,../../pjlib/include"1552 PrecompiledHeaderFile=""1553 />1554 <Tool1555 Name="VCManagedResourceCompilerTool"1556 />1557 <Tool1558 Name="VCResourceCompilerTool"1559 />1560 <Tool1561 Name="VCPreLinkEventTool"1562 />1563 <Tool1564 Name="VCLinkerTool"1565 AdditionalDependencies="ws2.lib"1566 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe"1567 1568 />1569 <Tool1570 Name="VCALinkTool"1571 />1572 <Tool1573 Name="VCXDCMakeTool"1574 />1575 <Tool1576 Name="VCBscMakeTool"1577 />1578 <Tool1579 Name="VCCodeSignTool"1580 />1581 <Tool1582 Name="VCPostBuildEventTool"1583 />1584 <DeploymentTool1585 ForceDirty="-1"1586 RemoteDirectory=""1587 RegisterOutput="0"1588 AdditionalFiles=""1589 />1590 <DebuggerTool1591 />1592 </Configuration>1593 <Configuration1594 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)"1595 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1596 1597 ATLMinimizesCRunTimeLibraryUsage="false"1598 1599 CharacterSet="1"1600 1601 ConfigurationType="1"1602 >1603 <Tool1604 Name="VCPreBuildEventTool"1605 />1606 <Tool1607 Name="VCCustomBuildTool"1608 />1609 <Tool1610 Name="VCXMLDataGeneratorTool"1611 />1612 <Tool1613 Name="VCWebServiceProxyGeneratorTool"1614 />1615 <Tool1616 Name="VCMIDLTool"1617 />1618 <Tool1619 Name="VCCLCompilerTool"1620 ExecutionBucket="7"1621 AdditionalIncludeDirectories="../include,../../pjlib/include"1622 PrecompiledHeaderFile=""1623 />1624 <Tool1625 Name="VCManagedResourceCompilerTool"1626 />1627 <Tool1628 Name="VCResourceCompilerTool"1629 />1630 <Tool1631 Name="VCPreLinkEventTool"1632 />1633 <Tool1634 Name="VCLinkerTool"1635 AdditionalDependencies="ws2.lib"1636 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe"1637 1638 />1639 <Tool1640 Name="VCALinkTool"1641 />1642 <Tool1643 Name="VCXDCMakeTool"1644 />1645 <Tool1646 Name="VCBscMakeTool"1647 />1648 <Tool1649 Name="VCCodeSignTool"1650 />1651 <Tool1652 Name="VCPostBuildEventTool"1653 />1654 <DeploymentTool1655 ForceDirty="-1"1656 RemoteDirectory=""1657 RegisterOutput="0"1658 AdditionalFiles=""1659 />1660 <DebuggerTool1661 />1662 </Configuration>1663 <Configuration1664 Name="Release-Static|Pocket PC 2003 (ARMV4)"1665 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1666 1667 ATLMinimizesCRunTimeLibraryUsage="false"1668 1669 CharacterSet="1"1670 1671 ConfigurationType="1"1672 >1673 <Tool1674 Name="VCPreBuildEventTool"1675 />1676 <Tool1677 Name="VCCustomBuildTool"1678 />1679 <Tool1680 Name="VCXMLDataGeneratorTool"1681 />1682 <Tool1683 Name="VCWebServiceProxyGeneratorTool"1684 />1685 <Tool1686 Name="VCMIDLTool"1687 />1688 <Tool1689 Name="VCCLCompilerTool"1690 ExecutionBucket="7"1691 AdditionalIncludeDirectories="../include,../../pjlib/include"1692 PrecompiledHeaderFile=""1693 />1694 <Tool1695 Name="VCManagedResourceCompilerTool"1696 />1697 <Tool1698 Name="VCResourceCompilerTool"1699 />1700 <Tool1701 Name="VCPreLinkEventTool"1702 />1703 <Tool1704 Name="VCLinkerTool"1705 AdditionalDependencies="ws2.lib"1706 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe"1707 1708 />1709 <Tool1710 Name="VCALinkTool"1711 />1712 <Tool1713 Name="VCXDCMakeTool"1714 />1715 <Tool1716 Name="VCBscMakeTool"1717 />1718 <Tool1719 Name="VCCodeSignTool"1720 />1721 <Tool1722 Name="VCPostBuildEventTool"1723 />1724 <DeploymentTool1725 ForceDirty="-1"1726 RemoteDirectory=""1727 RegisterOutput="0"1728 AdditionalFiles=""1729 />1730 <DebuggerTool1731 />1732 </Configuration>1733 <Configuration1734 Name="Release|Smartphone 2003 (ARMV4)"1735 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1736 1737 ATLMinimizesCRunTimeLibraryUsage="false"1738 1739 CharacterSet="1"1740 1741 ConfigurationType="1"1742 >1743 <Tool1744 Name="VCPreBuildEventTool"1745 />1746 <Tool1747 Name="VCCustomBuildTool"1748 />1749 <Tool1750 Name="VCXMLDataGeneratorTool"1751 />1752 <Tool1753 Name="VCWebServiceProxyGeneratorTool"1754 />1755 <Tool1756 Name="VCMIDLTool"1757 />1758 <Tool1759 Name="VCCLCompilerTool"1760 ExecutionBucket="7"1761 AdditionalIncludeDirectories="../include,../../pjlib/include"1762 PrecompiledHeaderFile=""1763 />1764 <Tool1765 Name="VCManagedResourceCompilerTool"1766 />1767 <Tool1768 Name="VCResourceCompilerTool"1769 />1770 <Tool1771 Name="VCPreLinkEventTool"1772 />1773 <Tool1774 Name="VCLinkerTool"1775 AdditionalDependencies="ws2.lib"1776 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe"1777 1778 />1779 <Tool1780 Name="VCALinkTool"1781 />1782 <Tool1783 Name="VCXDCMakeTool"1784 />1785 <Tool1786 Name="VCBscMakeTool"1787 />1788 <Tool1789 Name="VCCodeSignTool"1790 />1791 <Tool1792 Name="VCPostBuildEventTool"1793 />1794 <DeploymentTool1795 ForceDirty="-1"1796 RemoteDirectory=""1797 RegisterOutput="0"1798 AdditionalFiles=""1799 />1800 <DebuggerTool1801 />1802 </Configuration>1803 <Configuration1804 Name="Debug|Smartphone 2003 (ARMV4)"1805 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1806 1807 ATLMinimizesCRunTimeLibraryUsage="false"1808 1809 CharacterSet="1"1810 1811 ConfigurationType="1"1812 >1813 <Tool1814 Name="VCPreBuildEventTool"1815 />1816 <Tool1817 Name="VCCustomBuildTool"1818 />1819 <Tool1820 Name="VCXMLDataGeneratorTool"1821 />1822 <Tool1823 Name="VCWebServiceProxyGeneratorTool"1824 />1825 <Tool1826 Name="VCMIDLTool"1827 />1828 <Tool1829 Name="VCCLCompilerTool"1830 ExecutionBucket="7"1831 AdditionalIncludeDirectories="../include,../../pjlib/include"1832 PrecompiledHeaderFile=""1833 />1834 <Tool1835 Name="VCManagedResourceCompilerTool"1836 />1837 <Tool1838 Name="VCResourceCompilerTool"1839 />1840 <Tool1841 Name="VCPreLinkEventTool"1842 />1843 <Tool1844 Name="VCLinkerTool"1845 AdditionalDependencies="ws2.lib"1846 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe"1847 1848 />1849 <Tool1850 Name="VCALinkTool"1851 />1852 <Tool1853 Name="VCXDCMakeTool"1854 />1855 <Tool1856 Name="VCBscMakeTool"1857 />1858 <Tool1859 Name="VCCodeSignTool"1860 />1861 <Tool1862 Name="VCPostBuildEventTool"1863 />1864 <DeploymentTool1865 ForceDirty="-1"1866 RemoteDirectory=""1867 RegisterOutput="0"1868 AdditionalFiles=""1869 />1870 <DebuggerTool1871 />1872 </Configuration>1873 <Configuration1874 Name="Debug-Static|Smartphone 2003 (ARMV4)"1875 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1876 1877 ATLMinimizesCRunTimeLibraryUsage="false"1878 1879 CharacterSet="1"1880 1881 ConfigurationType="1"1882 >1883 <Tool1884 Name="VCPreBuildEventTool"1885 />1886 <Tool1887 Name="VCCustomBuildTool"1888 />1889 <Tool1890 Name="VCXMLDataGeneratorTool"1891 />1892 <Tool1893 Name="VCWebServiceProxyGeneratorTool"1894 />1895 <Tool1896 Name="VCMIDLTool"1897 />1898 <Tool1899 Name="VCCLCompilerTool"1900 ExecutionBucket="7"1901 AdditionalIncludeDirectories="../include,../../pjlib/include"1902 PrecompiledHeaderFile=""1903 />1904 <Tool1905 Name="VCManagedResourceCompilerTool"1906 />1907 <Tool1908 Name="VCResourceCompilerTool"1909 />1910 <Tool1911 Name="VCPreLinkEventTool"1912 />1913 <Tool1914 Name="VCLinkerTool"1915 AdditionalDependencies="ws2.lib"1916 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe"1917 1918 />1919 <Tool1920 Name="VCALinkTool"1921 />1922 <Tool1923 Name="VCXDCMakeTool"1924 />1925 <Tool1926 Name="VCBscMakeTool"1927 />1928 <Tool1929 Name="VCCodeSignTool"1930 />1931 <Tool1932 Name="VCPostBuildEventTool"1933 />1934 <DeploymentTool1935 ForceDirty="-1"1936 RemoteDirectory=""1937 RegisterOutput="0"1938 AdditionalFiles=""1939 />1940 <DebuggerTool1941 />1942 </Configuration>1943 <Configuration1944 Name="Release-Dynamic|Smartphone 2003 (ARMV4)"1945 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1946 1947 ATLMinimizesCRunTimeLibraryUsage="false"1948 1949 CharacterSet="1"1950 1951 ConfigurationType="1"1952 >1953 <Tool1954 Name="VCPreBuildEventTool"1955 />1956 <Tool1957 Name="VCCustomBuildTool"1958 />1959 <Tool1960 Name="VCXMLDataGeneratorTool"1961 />1962 <Tool1963 Name="VCWebServiceProxyGeneratorTool"1964 />1965 <Tool1966 Name="VCMIDLTool"1967 />1968 <Tool1969 Name="VCCLCompilerTool"1970 ExecutionBucket="7"1971 AdditionalIncludeDirectories="../include,../../pjlib/include"1972 PrecompiledHeaderFile=""1973 />1974 <Tool1975 Name="VCManagedResourceCompilerTool"1976 />1977 <Tool1978 Name="VCResourceCompilerTool"1979 />1980 <Tool1981 Name="VCPreLinkEventTool"1982 />1983 <Tool1984 Name="VCLinkerTool"1985 AdditionalDependencies="ws2.lib"1986 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe"1987 1988 />1989 <Tool1990 Name="VCALinkTool"1991 />1992 <Tool1993 Name="VCXDCMakeTool"1994 />1995 <Tool1996 Name="VCBscMakeTool"1997 />1998 <Tool1999 Name="VCCodeSignTool"2000 />2001 <Tool2002 Name="VCPostBuildEventTool"2003 />2004 <DeploymentTool2005 ForceDirty="-1"2006 RemoteDirectory=""2007 RegisterOutput="0"2008 AdditionalFiles=""2009 />2010 <DebuggerTool2011 />2012 </Configuration>2013 <Configuration2014 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)"2015 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"2016 2017 ATLMinimizesCRunTimeLibraryUsage="false"2018 2019 CharacterSet="1"2020 2021 ConfigurationType="1"2022 >2023 <Tool2024 Name="VCPreBuildEventTool"2025 />2026 <Tool2027 Name="VCCustomBuildTool"2028 />2029 <Tool2030 Name="VCXMLDataGeneratorTool"2031 />2032 <Tool2033 Name="VCWebServiceProxyGeneratorTool"2034 />2035 <Tool2036 Name="VCMIDLTool"2037 />2038 <Tool2039 Name="VCCLCompilerTool"2040 ExecutionBucket="7"2041 AdditionalIncludeDirectories="../include,../../pjlib/include"2042 PrecompiledHeaderFile=""2043 />2044 <Tool2045 Name="VCManagedResourceCompilerTool"2046 />2047 <Tool2048 Name="VCResourceCompilerTool"2049 />2050 <Tool2051 Name="VCPreLinkEventTool"2052 />2053 <Tool2054 Name="VCLinkerTool"2055 AdditionalDependencies="ws2.lib"2056 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe"2057 2058 />2059 <Tool2060 Name="VCALinkTool"2061 />2062 <Tool2063 Name="VCXDCMakeTool"2064 />2065 <Tool2066 Name="VCBscMakeTool"2067 />2068 <Tool2069 Name="VCCodeSignTool"2070 />2071 <Tool2072 Name="VCPostBuildEventTool"2073 />2074 <DeploymentTool2075 ForceDirty="-1"2076 RemoteDirectory=""2077 RegisterOutput="0"2078 AdditionalFiles=""2079 />2080 <DebuggerTool2081 />2082 </Configuration>2083 <Configuration2084 Name="Release-Static|Smartphone 2003 (ARMV4)"2085 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"2086 2087 ATLMinimizesCRunTimeLibraryUsage="false"2088 2089 CharacterSet="1"2090 2091 ConfigurationType="1"2092 >2093 <Tool2094 Name="VCPreBuildEventTool"2095 />2096 <Tool2097 Name="VCCustomBuildTool"2098 />2099 <Tool2100 Name="VCXMLDataGeneratorTool"2101 />2102 <Tool2103 Name="VCWebServiceProxyGeneratorTool"2104 />2105 <Tool2106 Name="VCMIDLTool"2107 />2108 <Tool2109 Name="VCCLCompilerTool"2110 ExecutionBucket="7"2111 AdditionalIncludeDirectories="../include,../../pjlib/include"2112 PrecompiledHeaderFile=""2113 />2114 <Tool2115 Name="VCManagedResourceCompilerTool"2116 />2117 <Tool2118 Name="VCResourceCompilerTool"2119 />2120 <Tool2121 Name="VCPreLinkEventTool"2122 />2123 <Tool2124 Name="VCLinkerTool"2125 AdditionalDependencies="ws2.lib"2126 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe"2127 2128 2002 /> 2129 2003 <Tool … … 2154 2028 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2155 2029 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2156 2157 ATLMinimizesCRunTimeLibraryUsage="false" 2158 2159 CharacterSet="1" 2160 2030 ATLMinimizesCRunTimeLibraryUsage="false" 2031 CharacterSet="1" 2161 2032 ConfigurationType="1" 2162 2033 > … … 2195 2066 AdditionalDependencies="ws2.lib" 2196 2067 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2197 2198 2068 /> 2199 2069 <Tool … … 2224 2094 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2225 2095 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2226 2227 ATLMinimizesCRunTimeLibraryUsage="false" 2228 2229 CharacterSet="1" 2230 2096 ATLMinimizesCRunTimeLibraryUsage="false" 2097 CharacterSet="1" 2231 2098 ConfigurationType="1" 2232 2099 > … … 2265 2132 AdditionalDependencies="ws2.lib" 2266 2133 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2267 2268 2134 /> 2269 2135 <Tool … … 2294 2160 Name="Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2295 2161 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2296 2297 ATLMinimizesCRunTimeLibraryUsage="false" 2298 2299 CharacterSet="1" 2300 2162 ATLMinimizesCRunTimeLibraryUsage="false" 2163 CharacterSet="1" 2301 2164 ConfigurationType="1" 2302 2165 > … … 2335 2198 AdditionalDependencies="ws2.lib" 2336 2199 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2337 2338 2200 /> 2339 2201 <Tool … … 2364 2226 Name="Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2365 2227 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2366 2367 ATLMinimizesCRunTimeLibraryUsage="false" 2368 2369 CharacterSet="1" 2370 2228 ATLMinimizesCRunTimeLibraryUsage="false" 2229 CharacterSet="1" 2371 2230 ConfigurationType="1" 2372 2231 > … … 2405 2264 AdditionalDependencies="ws2.lib" 2406 2265 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2407 2408 2266 /> 2409 2267 <Tool … … 2434 2292 Name="Debug-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2435 2293 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2436 2437 ATLMinimizesCRunTimeLibraryUsage="false" 2438 2439 CharacterSet="1" 2440 2294 ATLMinimizesCRunTimeLibraryUsage="false" 2295 CharacterSet="1" 2441 2296 ConfigurationType="1" 2442 2297 > … … 2475 2330 AdditionalDependencies="ws2.lib" 2476 2331 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2477 2478 2332 /> 2479 2333 <Tool … … 2504 2358 Name="Release-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2505 2359 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2506 2507 ATLMinimizesCRunTimeLibraryUsage="false" 2508 2509 CharacterSet="1" 2510 2360 ATLMinimizesCRunTimeLibraryUsage="false" 2361 CharacterSet="1" 2511 2362 ConfigurationType="1" 2512 2363 > … … 2545 2396 AdditionalDependencies="ws2.lib" 2546 2397 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2547 2548 2398 /> 2549 2399 <Tool … … 2574 2424 Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2575 2425 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2576 2577 ATLMinimizesCRunTimeLibraryUsage="false" 2578 2579 CharacterSet="1" 2580 2426 ATLMinimizesCRunTimeLibraryUsage="false" 2427 CharacterSet="1" 2581 2428 ConfigurationType="1" 2582 2429 > … … 2615 2462 AdditionalDependencies="ws2.lib" 2616 2463 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2617 2618 2464 /> 2619 2465 <Tool … … 2644 2490 Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2645 2491 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2646 2647 ATLMinimizesCRunTimeLibraryUsage="false" 2648 2649 CharacterSet="1" 2650 2492 ATLMinimizesCRunTimeLibraryUsage="false" 2493 CharacterSet="1" 2651 2494 ConfigurationType="1" 2652 2495 > … … 2685 2528 AdditionalDependencies="ws2.lib" 2686 2529 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2687 2688 2530 /> 2689 2531 <Tool … … 2714 2556 Name="Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2715 2557 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2716 2717 ATLMinimizesCRunTimeLibraryUsage="false" 2718 2719 CharacterSet="1" 2720 2558 ATLMinimizesCRunTimeLibraryUsage="false" 2559 CharacterSet="1" 2721 2560 ConfigurationType="1" 2722 2561 > … … 2755 2594 AdditionalDependencies="ws2.lib" 2756 2595 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2757 2758 2596 /> 2759 2597 <Tool … … 2784 2622 Name="Release-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2785 2623 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2786 2787 ATLMinimizesCRunTimeLibraryUsage="false" 2788 2789 CharacterSet="1" 2790 2624 ATLMinimizesCRunTimeLibraryUsage="false" 2625 CharacterSet="1" 2791 2626 ConfigurationType="1" 2792 2627 > … … 2825 2660 AdditionalDependencies="ws2.lib" 2826 2661 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2827 2828 2662 /> 2829 2663 <Tool … … 2854 2688 Name="Debug-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2855 2689 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2856 2857 ATLMinimizesCRunTimeLibraryUsage="false" 2858 2859 CharacterSet="1" 2860 2690 ATLMinimizesCRunTimeLibraryUsage="false" 2691 CharacterSet="1" 2861 2692 ConfigurationType="1" 2862 2693 > … … 2895 2726 AdditionalDependencies="ws2.lib" 2896 2727 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2897 2898 2728 /> 2899 2729 <Tool … … 2924 2754 Name="Release-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2925 2755 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2926 2927 ATLMinimizesCRunTimeLibraryUsage="false" 2928 2929 CharacterSet="1" 2930 2756 ATLMinimizesCRunTimeLibraryUsage="false" 2757 CharacterSet="1" 2931 2758 ConfigurationType="1" 2932 2759 > … … 2965 2792 AdditionalDependencies="ws2.lib" 2966 2793 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2967 2968 2794 /> 2969 2795 <Tool … … 3004 2830 </File> 3005 2831 <File 2832 RelativePath="..\src\pjlib-util-test\http_client.c" 2833 > 2834 </File> 2835 <File 3006 2836 RelativePath="..\src\pjlib-util-test\main.c" 3007 2837 > … … 3016 2846 </FileConfiguration> 3017 2847 <FileConfiguration 3018 Name="Release| Windows Mobile 6 Standard SDK (ARMV4I)"3019 ExcludedFromBuild="true" 3020 > 3021 <Tool 3022 Name="VCCLCompilerTool" 3023 /> 3024 </FileConfiguration> 3025 <FileConfiguration 3026 Name="Release| Windows Mobile 6 Professional SDK (ARMV4I)"2848 Name="Release|Pocket PC 2003 (ARMV4)" 2849 ExcludedFromBuild="true" 2850 > 2851 <Tool 2852 Name="VCCLCompilerTool" 2853 /> 2854 </FileConfiguration> 2855 <FileConfiguration 2856 Name="Release|Smartphone 2003 (ARMV4)" 3027 2857 ExcludedFromBuild="true" 3028 2858 > … … 3041 2871 </FileConfiguration> 3042 2872 <FileConfiguration 3043 Name="Debug| Windows Mobile 6 Standard SDK (ARMV4I)"3044 ExcludedFromBuild="true" 3045 > 3046 <Tool 3047 Name="VCCLCompilerTool" 3048 /> 3049 </FileConfiguration> 3050 <FileConfiguration 3051 Name="Debug| Windows Mobile 6 Professional SDK (ARMV4I)"2873 Name="Debug|Pocket PC 2003 (ARMV4)" 2874 ExcludedFromBuild="true" 2875 > 2876 <Tool 2877 Name="VCCLCompilerTool" 2878 /> 2879 </FileConfiguration> 2880 <FileConfiguration 2881 Name="Debug|Smartphone 2003 (ARMV4)" 3052 2882 ExcludedFromBuild="true" 3053 2883 > … … 3066 2896 </FileConfiguration> 3067 2897 <FileConfiguration 3068 Name="Debug-Static| Windows Mobile 6 Standard SDK (ARMV4I)"3069 ExcludedFromBuild="true" 3070 > 3071 <Tool 3072 Name="VCCLCompilerTool" 3073 /> 3074 </FileConfiguration> 3075 <FileConfiguration 3076 Name="Debug-Static| Windows Mobile 6 Professional SDK (ARMV4I)"2898 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 2899 ExcludedFromBuild="true" 2900 > 2901 <Tool 2902 Name="VCCLCompilerTool" 2903 /> 2904 </FileConfiguration> 2905 <FileConfiguration 2906 Name="Debug-Static|Smartphone 2003 (ARMV4)" 3077 2907 ExcludedFromBuild="true" 3078 2908 > … … 3091 2921 </FileConfiguration> 3092 2922 <FileConfiguration 3093 Name="Release-Dynamic| Windows Mobile 6 Standard SDK (ARMV4I)"3094 ExcludedFromBuild="true" 3095 > 3096 <Tool 3097 Name="VCCLCompilerTool" 3098 /> 3099 </FileConfiguration> 3100 <FileConfiguration 3101 Name="Release-Dynamic| Windows Mobile 6 Professional SDK (ARMV4I)"2923 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 2924 ExcludedFromBuild="true" 2925 > 2926 <Tool 2927 Name="VCCLCompilerTool" 2928 /> 2929 </FileConfiguration> 2930 <FileConfiguration 2931 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 3102 2932 ExcludedFromBuild="true" 3103 2933 > … … 3116 2946 </FileConfiguration> 3117 2947 <FileConfiguration 3118 Name="Debug-Dynamic| Windows Mobile 6 Standard SDK (ARMV4I)"3119 ExcludedFromBuild="true" 3120 > 3121 <Tool 3122 Name="VCCLCompilerTool" 3123 /> 3124 </FileConfiguration> 3125 <FileConfiguration 3126 Name="Debug-Dynamic| Windows Mobile 6 Professional SDK (ARMV4I)"2948 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 2949 ExcludedFromBuild="true" 2950 > 2951 <Tool 2952 Name="VCCLCompilerTool" 2953 /> 2954 </FileConfiguration> 2955 <FileConfiguration 2956 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 3127 2957 ExcludedFromBuild="true" 3128 2958 > … … 3141 2971 </FileConfiguration> 3142 2972 <FileConfiguration 2973 Name="Release-Static|Pocket PC 2003 (ARMV4)" 2974 ExcludedFromBuild="true" 2975 > 2976 <Tool 2977 Name="VCCLCompilerTool" 2978 /> 2979 </FileConfiguration> 2980 <FileConfiguration 2981 Name="Release-Static|Smartphone 2003 (ARMV4)" 2982 ExcludedFromBuild="true" 2983 > 2984 <Tool 2985 Name="VCCLCompilerTool" 2986 /> 2987 </FileConfiguration> 2988 <FileConfiguration 2989 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 2990 ExcludedFromBuild="true" 2991 > 2992 <Tool 2993 Name="VCCLCompilerTool" 2994 /> 2995 </FileConfiguration> 2996 <FileConfiguration 2997 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 2998 ExcludedFromBuild="true" 2999 > 3000 <Tool 3001 Name="VCCLCompilerTool" 3002 /> 3003 </FileConfiguration> 3004 <FileConfiguration 3005 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 3006 ExcludedFromBuild="true" 3007 > 3008 <Tool 3009 Name="VCCLCompilerTool" 3010 /> 3011 </FileConfiguration> 3012 <FileConfiguration 3013 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 3014 ExcludedFromBuild="true" 3015 > 3016 <Tool 3017 Name="VCCLCompilerTool" 3018 /> 3019 </FileConfiguration> 3020 <FileConfiguration 3021 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 3022 ExcludedFromBuild="true" 3023 > 3024 <Tool 3025 Name="VCCLCompilerTool" 3026 /> 3027 </FileConfiguration> 3028 <FileConfiguration 3029 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 3030 ExcludedFromBuild="true" 3031 > 3032 <Tool 3033 Name="VCCLCompilerTool" 3034 /> 3035 </FileConfiguration> 3036 <FileConfiguration 3037 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 3038 ExcludedFromBuild="true" 3039 > 3040 <Tool 3041 Name="VCCLCompilerTool" 3042 /> 3043 </FileConfiguration> 3044 <FileConfiguration 3045 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 3046 ExcludedFromBuild="true" 3047 > 3048 <Tool 3049 Name="VCCLCompilerTool" 3050 /> 3051 </FileConfiguration> 3052 <FileConfiguration 3053 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 3054 ExcludedFromBuild="true" 3055 > 3056 <Tool 3057 Name="VCCLCompilerTool" 3058 /> 3059 </FileConfiguration> 3060 <FileConfiguration 3061 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 3062 ExcludedFromBuild="true" 3063 > 3064 <Tool 3065 Name="VCCLCompilerTool" 3066 /> 3067 </FileConfiguration> 3068 <FileConfiguration 3143 3069 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 3144 3070 ExcludedFromBuild="true" … … 3150 3076 <FileConfiguration 3151 3077 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 3152 ExcludedFromBuild="true"3153 >3154 <Tool3155 Name="VCCLCompilerTool"3156 />3157 </FileConfiguration>3158 <FileConfiguration3159 Name="Release|Pocket PC 2003 (ARMV4)"3160 ExcludedFromBuild="true"3161 >3162 <Tool3163 Name="VCCLCompilerTool"3164 />3165 </FileConfiguration>3166 <FileConfiguration3167 Name="Debug|Pocket PC 2003 (ARMV4)"3168 ExcludedFromBuild="true"3169 >3170 <Tool3171 Name="VCCLCompilerTool"3172 />3173 </FileConfiguration>3174 <FileConfiguration3175 Name="Debug-Static|Pocket PC 2003 (ARMV4)"3176 ExcludedFromBuild="true"3177 >3178 <Tool3179 Name="VCCLCompilerTool"3180 />3181 </FileConfiguration>3182 <FileConfiguration3183 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)"3184 ExcludedFromBuild="true"3185 >3186 <Tool3187 Name="VCCLCompilerTool"3188 />3189 </FileConfiguration>3190 <FileConfiguration3191 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)"3192 ExcludedFromBuild="true"3193 >3194 <Tool3195 Name="VCCLCompilerTool"3196 />3197 </FileConfiguration>3198 <FileConfiguration3199 Name="Release-Static|Pocket PC 2003 (ARMV4)"3200 ExcludedFromBuild="true"3201 >3202 <Tool3203 Name="VCCLCompilerTool"3204 />3205 </FileConfiguration>3206 <FileConfiguration3207 Name="Release|Smartphone 2003 (ARMV4)"3208 ExcludedFromBuild="true"3209 >3210 <Tool3211 Name="VCCLCompilerTool"3212 />3213 </FileConfiguration>3214 <FileConfiguration3215 Name="Debug|Smartphone 2003 (ARMV4)"3216 ExcludedFromBuild="true"3217 >3218 <Tool3219 Name="VCCLCompilerTool"3220 />3221 </FileConfiguration>3222 <FileConfiguration3223 Name="Debug-Static|Smartphone 2003 (ARMV4)"3224 ExcludedFromBuild="true"3225 >3226 <Tool3227 Name="VCCLCompilerTool"3228 />3229 </FileConfiguration>3230 <FileConfiguration3231 Name="Release-Dynamic|Smartphone 2003 (ARMV4)"3232 ExcludedFromBuild="true"3233 >3234 <Tool3235 Name="VCCLCompilerTool"3236 />3237 </FileConfiguration>3238 <FileConfiguration3239 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)"3240 ExcludedFromBuild="true"3241 >3242 <Tool3243 Name="VCCLCompilerTool"3244 />3245 </FileConfiguration>3246 <FileConfiguration3247 Name="Release-Static|Smartphone 2003 (ARMV4)"3248 3078 ExcludedFromBuild="true" 3249 3079 > -
pjproject/trunk/pjlib-util/include/pjlib-util.h
r2394 r3087 61 61 #include <pjlib-util/pcap.h> 62 62 63 /* HTTP */ 64 #include <pjlib-util/http_client.h> 65 63 66 #endif /* __PJLIB_UTIL_H__ */ -
pjproject/trunk/pjlib-util/include/pjlib-util/config.h
r2394 r3087 256 256 257 257 258 /* ************************************************************************** 259 * HTTP Client configuration 260 */ 261 /** 262 * Timeout value for HTTP request operation. The value is in ms. 263 * Default: 60000ms 264 */ 265 #ifndef PJ_HTTP_DEFAULT_TIMEOUT 266 # define PJ_HTTP_DEFAULT_TIMEOUT (60000) 267 #endif 268 258 269 /** 259 270 * @} -
pjproject/trunk/pjlib-util/include/pjlib-util/errno.h
r2394 r3087 358 358 //#define PJ_STATUS_FROM_STUN_CODE(code) (PJLIB_UTIL_ERRNO_START+code) 359 359 360 361 360 /************************************************************ 361 * HTTP Client ERROR 362 ***********************************************************/ 363 /** 364 * @hideinitializer 365 * Invalid URL format 366 */ 367 #define PJLIB_UTIL_EHTTPINURL (PJLIB_UTIL_ERRNO_START+151)/* 320151 */ 368 /** 369 * @hideinitializer 370 * Invalid port number 371 */ 372 #define PJLIB_UTIL_EHTTPINPORT (PJLIB_UTIL_ERRNO_START+152)/* 320152 */ 373 /** 374 * @hideinitializer 375 * Incomplete headers received 376 */ 377 #define PJLIB_UTIL_EHTTPINCHDR (PJLIB_UTIL_ERRNO_START+153)/* 320153 */ 378 /** 379 * @hideinitializer 380 * Insufficient buffer 381 */ 382 #define PJLIB_UTIL_EHTTPINSBUF (PJLIB_UTIL_ERRNO_START+154)/* 320154 */ 383 /** 384 * @hideinitializer 385 * Connection lost 386 */ 387 #define PJLIB_UTIL_EHTTPLOST (PJLIB_UTIL_ERRNO_START+155)/* 320155 */ 362 388 363 389 /** -
pjproject/trunk/pjlib-util/src/pjlib-util-test/test.c
r2394 r3087 86 86 #endif 87 87 88 #if INCLUDE_HTTP_CLIENT_TEST 89 DO_TEST(http_client_test()); 90 #endif 91 88 92 on_return: 89 93 return rc; -
pjproject/trunk/pjlib-util/src/pjlib-util-test/test.h
r2394 r3087 24 24 #define INCLUDE_STUN_TEST 1 25 25 #define INCLUDE_RESOLVER_TEST 1 26 #define INCLUDE_HTTP_CLIENT_TEST 1 26 27 27 28 extern int xml_test(void); … … 31 32 extern int test_main(void); 32 33 extern int resolver_test(void); 34 extern int http_client_test(); 33 35 34 36 extern void app_perror(const char *title, pj_status_t rc); -
pjproject/trunk/pjlib-util/src/pjlib-util/errno.c
r2394 r3087 89 89 PJ_BUILD_ERR( PJLIB_UTIL_ESTUNNONCE, "Missing/stale STUN NONCE attribute value"), 90 90 PJ_BUILD_ERR( PJLIB_UTIL_ESTUNTSXFAILED, "STUN transaction terminates with failure"), 91 92 /* HTTP Client */ 93 PJ_BUILD_ERR( PJLIB_UTIL_EHTTPINURL, "Invalid URL format"), 94 PJ_BUILD_ERR( PJLIB_UTIL_EHTTPINPORT, "Invalid URL port number"), 95 PJ_BUILD_ERR( PJLIB_UTIL_EHTTPINCHDR, "Incomplete response header received"), 96 PJ_BUILD_ERR( PJLIB_UTIL_EHTTPINSBUF, "Insufficient buffer"), 97 PJ_BUILD_ERR( PJLIB_UTIL_EHTTPLOST, "Connection lost"), 91 98 }; 92 99 #endif /* PJ_HAS_ERROR_STRING */ -
pjproject/trunk/pjsip-apps/build/Samples-vc.mak
r2846 r3087 63 63 $(BINDIR)\confbench.exe \ 64 64 $(BINDIR)\encdec.exe \ 65 $(BINDIR)\httpdemo.exe \ 65 66 $(BINDIR)\icedemo.exe \ 66 67 $(BINDIR)\jbsim.exe \ -
pjproject/trunk/pjsip-apps/build/Samples.mak
r2846 r3087 17 17 confsample \ 18 18 encdec \ 19 httpdemo \ 19 20 icedemo \ 20 21 jbsim \ -
pjproject/trunk/pjsip-apps/build/samples.dsp
r2846 r3087 111 111 # Begin Source File 112 112 113 SOURCE=..\src\samples\httpdemo.c 114 # End Source File 115 # Begin Source File 116 113 117 SOURCE=..\src\samples\icedemo.c 114 118 # End Source File -
pjproject/trunk/pjsip-apps/build/samples.vcproj
r2846 r3087 13 13 /> 14 14 <Platform 15 Name="Pocket PC 2003 (ARMV4)" 16 /> 17 <Platform 18 Name="Smartphone 2003 (ARMV4)" 19 /> 20 <Platform 15 21 Name="Windows Mobile 6 Standard SDK (ARMV4I)" 16 22 /> 17 23 <Platform 18 24 Name="Windows Mobile 6 Professional SDK (ARMV4I)" 19 />20 <Platform21 Name="Pocket PC 2003 (ARMV4)"22 />23 <Platform24 Name="Smartphone 2003 (ARMV4)"25 25 /> 26 26 <Platform … … 59 59 </Configuration> 60 60 <Configuration 61 Name="Release| Windows Mobile 6 Standard SDK (ARMV4I)"62 OutputDirectory=".\output\$(ProjectName)-wm 6std-$(PlatformName)-vs8-$(ConfigurationName)"61 Name="Release|Pocket PC 2003 (ARMV4)" 62 OutputDirectory=".\output\$(ProjectName)-wm2003ppc-$(PlatformName)-vs8-$(ConfigurationName)" 63 63 IntermediateDirectory="$(OutDir)" 64 64 ConfigurationType="0" … … 98 98 </Configuration> 99 99 <Configuration 100 Name="Release| Windows Mobile 6 Professional SDK (ARMV4I)"101 OutputDirectory=".\output\$(ProjectName)-wm 6pro-$(PlatformName)-vs8-$(ConfigurationName)"100 Name="Release|Smartphone 2003 (ARMV4)" 101 OutputDirectory=".\output\$(ProjectName)-wm2003sp-$(PlatformName)-vs8-$(ConfigurationName)" 102 102 IntermediateDirectory="$(OutDir)" 103 103 ConfigurationType="0" … … 137 137 </Configuration> 138 138 <Configuration 139 Name="Release|Pocket PC 2003 (ARMV4)" 139 Name="Debug|Win32" 140 OutputDirectory=".\output\$(ProjectName)-i386-$(PlatformName)-vs8-$(ConfigurationName)" 141 IntermediateDirectory="$(OutDir)" 142 ConfigurationType="0" 143 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 144 UseOfMFC="0" 145 ATLMinimizesCRunTimeLibraryUsage="false" 146 BuildLogFile="" 147 > 148 <Tool 149 Name="VCNMakeTool" 150 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8" 151 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 /a" 152 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 clean" 153 Output="All samples" 154 PreprocessorDefinitions="" 155 IncludeSearchPath="" 156 ForcedIncludes="" 157 AssemblySearchPath="" 158 ForcedUsingAssemblies="" 159 CompileAsManaged="" 160 /> 161 </Configuration> 162 <Configuration 163 Name="Debug|Pocket PC 2003 (ARMV4)" 140 164 OutputDirectory=".\output\$(ProjectName)-wm2003ppc-$(PlatformName)-vs8-$(ConfigurationName)" 165 IntermediateDirectory="$(OutDir)" 166 ConfigurationType="0" 167 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 168 UseOfMFC="0" 169 ATLMinimizesCRunTimeLibraryUsage="false" 170 BuildLogFile="" 171 > 172 <Tool 173 Name="VCNMakeTool" 174 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8" 175 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 /a" 176 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 clean" 177 Output="All samples" 178 PreprocessorDefinitions="" 179 IncludeSearchPath="" 180 ForcedIncludes="" 181 AssemblySearchPath="" 182 ForcedUsingAssemblies="" 183 CompileAsManaged="" 184 /> 185 <Tool 186 Name="VCCLCompilerTool" 187 ExecutionBucket="7" 188 /> 189 <Tool 190 Name="VCCodeSignTool" 191 /> 192 <DeploymentTool 193 ForceDirty="-1" 194 RemoteDirectory="" 195 RegisterOutput="0" 196 AdditionalFiles="" 197 /> 198 <DebuggerTool 199 /> 200 </Configuration> 201 <Configuration 202 Name="Debug|Smartphone 2003 (ARMV4)" 203 OutputDirectory=".\output\$(ProjectName)-wm2003sp-$(PlatformName)-vs8-$(ConfigurationName)" 204 IntermediateDirectory="$(OutDir)" 205 ConfigurationType="0" 206 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 207 UseOfMFC="0" 208 ATLMinimizesCRunTimeLibraryUsage="false" 209 BuildLogFile="" 210 > 211 <Tool 212 Name="VCNMakeTool" 213 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8" 214 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 /a" 215 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 clean" 216 Output="All samples" 217 PreprocessorDefinitions="" 218 IncludeSearchPath="" 219 ForcedIncludes="" 220 AssemblySearchPath="" 221 ForcedUsingAssemblies="" 222 CompileAsManaged="" 223 /> 224 <Tool 225 Name="VCCLCompilerTool" 226 ExecutionBucket="7" 227 /> 228 <Tool 229 Name="VCCodeSignTool" 230 /> 231 <DeploymentTool 232 ForceDirty="-1" 233 RemoteDirectory="" 234 RegisterOutput="0" 235 AdditionalFiles="" 236 /> 237 <DebuggerTool 238 /> 239 </Configuration> 240 <Configuration 241 Name="Debug-Static|Win32" 242 OutputDirectory=".\output\$(ProjectName)-i386-$(PlatformName)-vs8-$(ConfigurationName)" 243 IntermediateDirectory="$(OutDir)" 244 ConfigurationType="0" 245 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 246 UseOfMFC="0" 247 ATLMinimizesCRunTimeLibraryUsage="false" 248 BuildLogFile="" 249 > 250 <Tool 251 Name="VCNMakeTool" 252 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8" 253 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8 /a" 254 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8 clean" 255 Output="All samples" 256 PreprocessorDefinitions="" 257 IncludeSearchPath="" 258 ForcedIncludes="" 259 AssemblySearchPath="" 260 ForcedUsingAssemblies="" 261 CompileAsManaged="" 262 /> 263 </Configuration> 264 <Configuration 265 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 266 OutputDirectory=".\output\$(ProjectName)-wm2003ppc-$(PlatformName)-vs8-$(ConfigurationName)" 267 IntermediateDirectory="$(OutDir)" 268 ConfigurationType="0" 269 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 270 UseOfMFC="0" 271 ATLMinimizesCRunTimeLibraryUsage="false" 272 BuildLogFile="" 273 > 274 <Tool 275 Name="VCNMakeTool" 276 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8" 277 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8 /a" 278 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8 clean" 279 Output="All samples" 280 PreprocessorDefinitions="" 281 IncludeSearchPath="" 282 ForcedIncludes="" 283 AssemblySearchPath="" 284 ForcedUsingAssemblies="" 285 CompileAsManaged="" 286 /> 287 <Tool 288 Name="VCCLCompilerTool" 289 ExecutionBucket="7" 290 /> 291 <Tool 292 Name="VCCodeSignTool" 293 /> 294 <DeploymentTool 295 ForceDirty="-1" 296 RemoteDirectory="" 297 RegisterOutput="0" 298 AdditionalFiles="" 299 /> 300 <DebuggerTool 301 /> 302 </Configuration> 303 <Configuration 304 Name="Debug-Static|Smartphone 2003 (ARMV4)" 305 OutputDirectory=".\output\$(ProjectName)-wm2003sp-$(PlatformName)-vs8-$(ConfigurationName)" 306 IntermediateDirectory="$(OutDir)" 307 ConfigurationType="0" 308 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 309 UseOfMFC="0" 310 ATLMinimizesCRunTimeLibraryUsage="false" 311 BuildLogFile="" 312 > 313 <Tool 314 Name="VCNMakeTool" 315 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8" 316 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8 /a" 317 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8 clean" 318 Output="All samples" 319 PreprocessorDefinitions="" 320 IncludeSearchPath="" 321 ForcedIncludes="" 322 AssemblySearchPath="" 323 ForcedUsingAssemblies="" 324 CompileAsManaged="" 325 /> 326 <Tool 327 Name="VCCLCompilerTool" 328 ExecutionBucket="7" 329 /> 330 <Tool 331 Name="VCCodeSignTool" 332 /> 333 <DeploymentTool 334 ForceDirty="-1" 335 RemoteDirectory="" 336 RegisterOutput="0" 337 AdditionalFiles="" 338 /> 339 <DebuggerTool 340 /> 341 </Configuration> 342 <Configuration 343 Name="Release-Dynamic|Win32" 344 OutputDirectory=".\output\$(ProjectName)-i386-$(PlatformName)-vs8-$(ConfigurationName)" 345 IntermediateDirectory="$(OutDir)" 346 ConfigurationType="0" 347 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 348 UseOfMFC="0" 349 ATLMinimizesCRunTimeLibraryUsage="false" 350 BuildLogFile="" 351 > 352 <Tool 353 Name="VCNMakeTool" 354 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8" 355 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8 /a" 356 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8 clean" 357 Output="All samples" 358 PreprocessorDefinitions="" 359 IncludeSearchPath="" 360 ForcedIncludes="" 361 AssemblySearchPath="" 362 ForcedUsingAssemblies="" 363 CompileAsManaged="" 364 /> 365 </Configuration> 366 <Configuration 367 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 368 OutputDirectory=".\output\$(ProjectName)-wm2003ppc-$(PlatformName)-vs8-$(ConfigurationName)" 369 IntermediateDirectory="$(OutDir)" 370 ConfigurationType="0" 371 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 372 UseOfMFC="0" 373 ATLMinimizesCRunTimeLibraryUsage="false" 374 BuildLogFile="" 375 > 376 <Tool 377 Name="VCNMakeTool" 378 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8" 379 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8 /a" 380 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8 clean" 381 Output="All samples" 382 PreprocessorDefinitions="" 383 IncludeSearchPath="" 384 ForcedIncludes="" 385 AssemblySearchPath="" 386 ForcedUsingAssemblies="" 387 CompileAsManaged="" 388 /> 389 <Tool 390 Name="VCCLCompilerTool" 391 ExecutionBucket="7" 392 /> 393 <Tool 394 Name="VCCodeSignTool" 395 /> 396 <DeploymentTool 397 ForceDirty="-1" 398 RemoteDirectory="" 399 RegisterOutput="0" 400 AdditionalFiles="" 401 /> 402 <DebuggerTool 403 /> 404 </Configuration> 405 <Configuration 406 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 407 OutputDirectory=".\output\$(ProjectName)-wm2003sp-$(PlatformName)-vs8-$(ConfigurationName)" 408 IntermediateDirectory="$(OutDir)" 409 ConfigurationType="0" 410 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 411 UseOfMFC="0" 412 ATLMinimizesCRunTimeLibraryUsage="false" 413 BuildLogFile="" 414 > 415 <Tool 416 Name="VCNMakeTool" 417 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8" 418 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8 /a" 419 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8 clean" 420 Output="All samples" 421 PreprocessorDefinitions="" 422 IncludeSearchPath="" 423 ForcedIncludes="" 424 AssemblySearchPath="" 425 ForcedUsingAssemblies="" 426 CompileAsManaged="" 427 /> 428 <Tool 429 Name="VCCLCompilerTool" 430 ExecutionBucket="7" 431 /> 432 <Tool 433 Name="VCCodeSignTool" 434 /> 435 <DeploymentTool 436 ForceDirty="-1" 437 RemoteDirectory="" 438 RegisterOutput="0" 439 AdditionalFiles="" 440 /> 441 <DebuggerTool 442 /> 443 </Configuration> 444 <Configuration 445 Name="Debug-Dynamic|Win32" 446 OutputDirectory=".\output\$(ProjectName)-i386-$(PlatformName)-vs8-$(ConfigurationName)" 447 IntermediateDirectory="$(OutDir)" 448 ConfigurationType="0" 449 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 450 UseOfMFC="0" 451 ATLMinimizesCRunTimeLibraryUsage="false" 452 BuildLogFile="" 453 > 454 <Tool 455 Name="VCNMakeTool" 456 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8" 457 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 /a" 458 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 clean" 459 Output="All samples" 460 PreprocessorDefinitions="" 461 IncludeSearchPath="" 462 ForcedIncludes="" 463 AssemblySearchPath="" 464 ForcedUsingAssemblies="" 465 CompileAsManaged="" 466 /> 467 </Configuration> 468 <Configuration 469 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 470 OutputDirectory=".\output\$(ProjectName)-wm2003ppc-$(PlatformName)-vs8-$(ConfigurationName)" 471 IntermediateDirectory="$(OutDir)" 472 ConfigurationType="0" 473 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 474 UseOfMFC="0" 475 ATLMinimizesCRunTimeLibraryUsage="false" 476 BuildLogFile="" 477 > 478 <Tool 479 Name="VCNMakeTool" 480 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8" 481 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 /a" 482 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 clean" 483 Output="All samples" 484 PreprocessorDefinitions="" 485 IncludeSearchPath="" 486 ForcedIncludes="" 487 AssemblySearchPath="" 488 ForcedUsingAssemblies="" 489 CompileAsManaged="" 490 /> 491 <Tool 492 Name="VCCLCompilerTool" 493 ExecutionBucket="7" 494 /> 495 <Tool 496 Name="VCCodeSignTool" 497 /> 498 <DeploymentTool 499 ForceDirty="-1" 500 RemoteDirectory="" 501 RegisterOutput="0" 502 AdditionalFiles="" 503 /> 504 <DebuggerTool 505 /> 506 </Configuration> 507 <Configuration 508 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 509 OutputDirectory=".\output\$(ProjectName)-wm2003sp-$(PlatformName)-vs8-$(ConfigurationName)" 510 IntermediateDirectory="$(OutDir)" 511 ConfigurationType="0" 512 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 513 UseOfMFC="0" 514 ATLMinimizesCRunTimeLibraryUsage="false" 515 BuildLogFile="" 516 > 517 <Tool 518 Name="VCNMakeTool" 519 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8" 520 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 /a" 521 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 clean" 522 Output="All samples" 523 PreprocessorDefinitions="" 524 IncludeSearchPath="" 525 ForcedIncludes="" 526 AssemblySearchPath="" 527 ForcedUsingAssemblies="" 528 CompileAsManaged="" 529 /> 530 <Tool 531 Name="VCCLCompilerTool" 532 ExecutionBucket="7" 533 /> 534 <Tool 535 Name="VCCodeSignTool" 536 /> 537 <DeploymentTool 538 ForceDirty="-1" 539 RemoteDirectory="" 540 RegisterOutput="0" 541 AdditionalFiles="" 542 /> 543 <DebuggerTool 544 /> 545 </Configuration> 546 <Configuration 547 Name="Release-Static|Win32" 548 OutputDirectory=".\output\$(ProjectName)-i386-$(PlatformName)-vs8-$(ConfigurationName)" 549 IntermediateDirectory="$(OutDir)" 550 ConfigurationType="0" 551 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 552 UseOfMFC="0" 553 ATLMinimizesCRunTimeLibraryUsage="false" 554 BuildLogFile="" 555 > 556 <Tool 557 Name="VCNMakeTool" 558 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8" 559 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 /a" 560 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 clean" 561 Output="All samples" 562 PreprocessorDefinitions="" 563 IncludeSearchPath="" 564 ForcedIncludes="" 565 AssemblySearchPath="" 566 ForcedUsingAssemblies="" 567 CompileAsManaged="" 568 /> 569 </Configuration> 570 <Configuration 571 Name="Release-Static|Pocket PC 2003 (ARMV4)" 572 OutputDirectory=".\output\$(ProjectName)-wm2003ppc-$(PlatformName)-vs8-$(ConfigurationName)" 573 IntermediateDirectory="$(OutDir)" 574 ConfigurationType="0" 575 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 576 UseOfMFC="0" 577 ATLMinimizesCRunTimeLibraryUsage="false" 578 BuildLogFile="" 579 > 580 <Tool 581 Name="VCNMakeTool" 582 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8" 583 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 /a" 584 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 clean" 585 Output="All samples" 586 PreprocessorDefinitions="" 587 IncludeSearchPath="" 588 ForcedIncludes="" 589 AssemblySearchPath="" 590 ForcedUsingAssemblies="" 591 CompileAsManaged="" 592 /> 593 <Tool 594 Name="VCCLCompilerTool" 595 ExecutionBucket="7" 596 /> 597 <Tool 598 Name="VCCodeSignTool" 599 /> 600 <DeploymentTool 601 ForceDirty="-1" 602 RemoteDirectory="" 603 RegisterOutput="0" 604 AdditionalFiles="" 605 /> 606 <DebuggerTool 607 /> 608 </Configuration> 609 <Configuration 610 Name="Release-Static|Smartphone 2003 (ARMV4)" 611 OutputDirectory=".\output\$(ProjectName)-wm2003sp-$(PlatformName)-vs8-$(ConfigurationName)" 612 IntermediateDirectory="$(OutDir)" 613 ConfigurationType="0" 614 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 615 UseOfMFC="0" 616 ATLMinimizesCRunTimeLibraryUsage="false" 617 BuildLogFile="" 618 > 619 <Tool 620 Name="VCNMakeTool" 621 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8" 622 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 /a" 623 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 clean" 624 Output="All samples" 625 PreprocessorDefinitions="" 626 IncludeSearchPath="" 627 ForcedIncludes="" 628 AssemblySearchPath="" 629 ForcedUsingAssemblies="" 630 CompileAsManaged="" 631 /> 632 <Tool 633 Name="VCCLCompilerTool" 634 ExecutionBucket="7" 635 /> 636 <Tool 637 Name="VCCodeSignTool" 638 /> 639 <DeploymentTool 640 ForceDirty="-1" 641 RemoteDirectory="" 642 RegisterOutput="0" 643 AdditionalFiles="" 644 /> 645 <DebuggerTool 646 /> 647 </Configuration> 648 <Configuration 649 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 650 OutputDirectory=".\output\$(ProjectName)-wm6std-$(PlatformName)-vs8-$(ConfigurationName)" 141 651 IntermediateDirectory="$(OutDir)" 142 652 ConfigurationType="0" … … 176 686 </Configuration> 177 687 <Configuration 178 Name="Release| Smartphone 2003 (ARMV4)"179 OutputDirectory=".\output\$(ProjectName)-wm 2003sp-$(PlatformName)-vs8-$(ConfigurationName)"688 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 689 OutputDirectory=".\output\$(ProjectName)-wm6pro-$(PlatformName)-vs8-$(ConfigurationName)" 180 690 IntermediateDirectory="$(OutDir)" 181 691 ConfigurationType="0" … … 215 725 </Configuration> 216 726 <Configuration 217 Name="Debug|Win 32"218 OutputDirectory=".\output\$(ProjectName)- i386-$(PlatformName)-vs8-$(ConfigurationName)"727 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 728 OutputDirectory=".\output\$(ProjectName)-wm6std-$(PlatformName)-vs8-$(ConfigurationName)" 219 729 IntermediateDirectory="$(OutDir)" 220 730 ConfigurationType="0" … … 237 747 CompileAsManaged="" 238 748 /> 239 </Configuration> 240 <Configuration 241 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 242 OutputDirectory=".\output\$(ProjectName)-wm6std-$(PlatformName)-vs8-$(ConfigurationName)" 749 <Tool 750 Name="VCCLCompilerTool" 751 ExecutionBucket="7" 752 /> 753 <Tool 754 Name="VCCodeSignTool" 755 /> 756 <DeploymentTool 757 ForceDirty="-1" 758 RemoteDirectory="" 759 RegisterOutput="0" 760 AdditionalFiles="" 761 /> 762 <DebuggerTool 763 /> 764 </Configuration> 765 <Configuration 766 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 767 OutputDirectory=".\output\$(ProjectName)-wm6pro-$(PlatformName)-vs8-$(ConfigurationName)" 243 768 IntermediateDirectory="$(OutDir)" 244 769 ConfigurationType="0" … … 278 803 </Configuration> 279 804 <Configuration 280 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 281 OutputDirectory=".\output\$(ProjectName)-wm6pro-$(PlatformName)-vs8-$(ConfigurationName)" 282 IntermediateDirectory="$(OutDir)" 283 ConfigurationType="0" 284 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 285 UseOfMFC="0" 286 ATLMinimizesCRunTimeLibraryUsage="false" 287 BuildLogFile="" 288 > 289 <Tool 290 Name="VCNMakeTool" 291 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8" 292 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 /a" 293 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 clean" 294 Output="All samples" 295 PreprocessorDefinitions="" 296 IncludeSearchPath="" 297 ForcedIncludes="" 298 AssemblySearchPath="" 299 ForcedUsingAssemblies="" 300 CompileAsManaged="" 301 /> 302 <Tool 303 Name="VCCLCompilerTool" 304 ExecutionBucket="7" 305 /> 306 <Tool 307 Name="VCCodeSignTool" 308 /> 309 <DeploymentTool 310 ForceDirty="-1" 311 RemoteDirectory="" 312 RegisterOutput="0" 313 AdditionalFiles="" 314 /> 315 <DebuggerTool 316 /> 317 </Configuration> 318 <Configuration 319 Name="Debug|Pocket PC 2003 (ARMV4)" 320 OutputDirectory=".\output\$(ProjectName)-wm2003ppc-$(PlatformName)-vs8-$(ConfigurationName)" 321 IntermediateDirectory="$(OutDir)" 322 ConfigurationType="0" 323 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 324 UseOfMFC="0" 325 ATLMinimizesCRunTimeLibraryUsage="false" 326 BuildLogFile="" 327 > 328 <Tool 329 Name="VCNMakeTool" 330 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8" 331 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 /a" 332 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 clean" 333 Output="All samples" 334 PreprocessorDefinitions="" 335 IncludeSearchPath="" 336 ForcedIncludes="" 337 AssemblySearchPath="" 338 ForcedUsingAssemblies="" 339 CompileAsManaged="" 340 /> 341 <Tool 342 Name="VCCLCompilerTool" 343 ExecutionBucket="7" 344 /> 345 <Tool 346 Name="VCCodeSignTool" 347 /> 348 <DeploymentTool 349 ForceDirty="-1" 350 RemoteDirectory="" 351 RegisterOutput="0" 352 AdditionalFiles="" 353 /> 354 <DebuggerTool 355 /> 356 </Configuration> 357 <Configuration 358 Name="Debug|Smartphone 2003 (ARMV4)" 359 OutputDirectory=".\output\$(ProjectName)-wm2003sp-$(PlatformName)-vs8-$(ConfigurationName)" 360 IntermediateDirectory="$(OutDir)" 361 ConfigurationType="0" 362 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 363 UseOfMFC="0" 364 ATLMinimizesCRunTimeLibraryUsage="false" 365 BuildLogFile="" 366 > 367 <Tool 368 Name="VCNMakeTool" 369 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8" 370 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 /a" 371 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=8 clean" 372 Output="All samples" 373 PreprocessorDefinitions="" 374 IncludeSearchPath="" 375 ForcedIncludes="" 376 AssemblySearchPath="" 377 ForcedUsingAssemblies="" 378 CompileAsManaged="" 379 /> 380 <Tool 381 Name="VCCLCompilerTool" 382 ExecutionBucket="7" 383 /> 384 <Tool 385 Name="VCCodeSignTool" 386 /> 387 <DeploymentTool 388 ForceDirty="-1" 389 RemoteDirectory="" 390 RegisterOutput="0" 391 AdditionalFiles="" 392 /> 393 <DebuggerTool 394 /> 395 </Configuration> 396 <Configuration 397 Name="Debug-Static|Win32" 398 OutputDirectory=".\output\$(ProjectName)-i386-$(PlatformName)-vs8-$(ConfigurationName)" 805 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 806 OutputDirectory=".\output\$(ProjectName)-wm6std-$(PlatformName)-vs8-$(ConfigurationName)" 399 807 IntermediateDirectory="$(OutDir)" 400 808 ConfigurationType="0" … … 417 825 CompileAsManaged="" 418 826 /> 419 </Configuration> 420 <Configuration 421 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 422 OutputDirectory=".\output\$(ProjectName)-wm6std-$(PlatformName)-vs8-$(ConfigurationName)" 827 <Tool 828 Name="VCCLCompilerTool" 829 ExecutionBucket="7" 830 /> 831 <Tool 832 Name="VCCodeSignTool" 833 /> 834 <DeploymentTool 835 ForceDirty="-1" 836 RemoteDirectory="" 837 RegisterOutput="0" 838 AdditionalFiles="" 839 /> 840 <DebuggerTool 841 /> 842 </Configuration> 843 <Configuration 844 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 845 OutputDirectory=".\output\$(ProjectName)-wm6pro-$(PlatformName)-vs8-$(ConfigurationName)" 423 846 IntermediateDirectory="$(OutDir)" 424 847 ConfigurationType="0" … … 458 881 </Configuration> 459 882 <Configuration 460 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 461 OutputDirectory=".\output\$(ProjectName)-wm6pro-$(PlatformName)-vs8-$(ConfigurationName)" 462 IntermediateDirectory="$(OutDir)" 463 ConfigurationType="0" 464 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 465 UseOfMFC="0" 466 ATLMinimizesCRunTimeLibraryUsage="false" 467 BuildLogFile="" 468 > 469 <Tool 470 Name="VCNMakeTool" 471 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8" 472 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8 /a" 473 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8 clean" 474 Output="All samples" 475 PreprocessorDefinitions="" 476 IncludeSearchPath="" 477 ForcedIncludes="" 478 AssemblySearchPath="" 479 ForcedUsingAssemblies="" 480 CompileAsManaged="" 481 /> 482 <Tool 483 Name="VCCLCompilerTool" 484 ExecutionBucket="7" 485 /> 486 <Tool 487 Name="VCCodeSignTool" 488 /> 489 <DeploymentTool 490 ForceDirty="-1" 491 RemoteDirectory="" 492 RegisterOutput="0" 493 AdditionalFiles="" 494 /> 495 <DebuggerTool 496 /> 497 </Configuration> 498 <Configuration 499 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 500 OutputDirectory=".\output\$(ProjectName)-wm2003ppc-$(PlatformName)-vs8-$(ConfigurationName)" 501 IntermediateDirectory="$(OutDir)" 502 ConfigurationType="0" 503 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 504 UseOfMFC="0" 505 ATLMinimizesCRunTimeLibraryUsage="false" 506 BuildLogFile="" 507 > 508 <Tool 509 Name="VCNMakeTool" 510 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8" 511 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8 /a" 512 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8 clean" 513 Output="All samples" 514 PreprocessorDefinitions="" 515 IncludeSearchPath="" 516 ForcedIncludes="" 517 AssemblySearchPath="" 518 ForcedUsingAssemblies="" 519 CompileAsManaged="" 520 /> 521 <Tool 522 Name="VCCLCompilerTool" 523 ExecutionBucket="7" 524 /> 525 <Tool 526 Name="VCCodeSignTool" 527 /> 528 <DeploymentTool 529 ForceDirty="-1" 530 RemoteDirectory="" 531 RegisterOutput="0" 532 AdditionalFiles="" 533 /> 534 <DebuggerTool 535 /> 536 </Configuration> 537 <Configuration 538 Name="Debug-Static|Smartphone 2003 (ARMV4)" 539 OutputDirectory=".\output\$(ProjectName)-wm2003sp-$(PlatformName)-vs8-$(ConfigurationName)" 540 IntermediateDirectory="$(OutDir)" 541 ConfigurationType="0" 542 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 543 UseOfMFC="0" 544 ATLMinimizesCRunTimeLibraryUsage="false" 545 BuildLogFile="" 546 > 547 <Tool 548 Name="VCNMakeTool" 549 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8" 550 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8 /a" 551 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=8 clean" 552 Output="All samples" 553 PreprocessorDefinitions="" 554 IncludeSearchPath="" 555 ForcedIncludes="" 556 AssemblySearchPath="" 557 ForcedUsingAssemblies="" 558 CompileAsManaged="" 559 /> 560 <Tool 561 Name="VCCLCompilerTool" 562 ExecutionBucket="7" 563 /> 564 <Tool 565 Name="VCCodeSignTool" 566 /> 567 <DeploymentTool 568 ForceDirty="-1" 569 RemoteDirectory="" 570 RegisterOutput="0" 571 AdditionalFiles="" 572 /> 573 <DebuggerTool 574 /> 575 </Configuration> 576 <Configuration 577 Name="Release-Dynamic|Win32" 578 OutputDirectory=".\output\$(ProjectName)-i386-$(PlatformName)-vs8-$(ConfigurationName)" 883 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 884 OutputDirectory=".\output\$(ProjectName)-wm6std-$(PlatformName)-vs8-$(ConfigurationName)" 579 885 IntermediateDirectory="$(OutDir)" 580 886 ConfigurationType="0" … … 597 903 CompileAsManaged="" 598 904 /> 599 </Configuration> 600 <Configuration 601 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 602 OutputDirectory=".\output\$(ProjectName)-wm6std-$(PlatformName)-vs8-$(ConfigurationName)" 905 <Tool 906 Name="VCCLCompilerTool" 907 ExecutionBucket="7" 908 /> 909 <Tool 910 Name="VCCodeSignTool" 911 /> 912 <DeploymentTool 913 ForceDirty="-1" 914 RemoteDirectory="" 915 RegisterOutput="0" 916 AdditionalFiles="" 917 /> 918 <DebuggerTool 919 /> 920 </Configuration> 921 <Configuration 922 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 923 OutputDirectory=".\output\$(ProjectName)-wm6pro-$(PlatformName)-vs8-$(ConfigurationName)" 603 924 IntermediateDirectory="$(OutDir)" 604 925 ConfigurationType="0" … … 638 959 </Configuration> 639 960 <Configuration 640 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 641 OutputDirectory=".\output\$(ProjectName)-wm6pro-$(PlatformName)-vs8-$(ConfigurationName)" 642 IntermediateDirectory="$(OutDir)" 643 ConfigurationType="0" 644 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 645 UseOfMFC="0" 646 ATLMinimizesCRunTimeLibraryUsage="false" 647 BuildLogFile="" 648 > 649 <Tool 650 Name="VCNMakeTool" 651 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8" 652 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8 /a" 653 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8 clean" 654 Output="All samples" 655 PreprocessorDefinitions="" 656 IncludeSearchPath="" 657 ForcedIncludes="" 658 AssemblySearchPath="" 659 ForcedUsingAssemblies="" 660 CompileAsManaged="" 661 /> 662 <Tool 663 Name="VCCLCompilerTool" 664 ExecutionBucket="7" 665 /> 666 <Tool 667 Name="VCCodeSignTool" 668 /> 669 <DeploymentTool 670 ForceDirty="-1" 671 RemoteDirectory="" 672 RegisterOutput="0" 673 AdditionalFiles="" 674 /> 675 <DebuggerTool 676 /> 677 </Configuration> 678 <Configuration 679 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 680 OutputDirectory=".\output\$(ProjectName)-wm2003ppc-$(PlatformName)-vs8-$(ConfigurationName)" 681 IntermediateDirectory="$(OutDir)" 682 ConfigurationType="0" 683 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 684 UseOfMFC="0" 685 ATLMinimizesCRunTimeLibraryUsage="false" 686 BuildLogFile="" 687 > 688 <Tool 689 Name="VCNMakeTool" 690 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8" 691 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8 /a" 692 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8 clean" 693 Output="All samples" 694 PreprocessorDefinitions="" 695 IncludeSearchPath="" 696 ForcedIncludes="" 697 AssemblySearchPath="" 698 ForcedUsingAssemblies="" 699 CompileAsManaged="" 700 /> 701 <Tool 702 Name="VCCLCompilerTool" 703 ExecutionBucket="7" 704 /> 705 <Tool 706 Name="VCCodeSignTool" 707 /> 708 <DeploymentTool 709 ForceDirty="-1" 710 RemoteDirectory="" 711 RegisterOutput="0" 712 AdditionalFiles="" 713 /> 714 <DebuggerTool 715 /> 716 </Configuration> 717 <Configuration 718 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 719 OutputDirectory=".\output\$(ProjectName)-wm2003sp-$(PlatformName)-vs8-$(ConfigurationName)" 720 IntermediateDirectory="$(OutDir)" 721 ConfigurationType="0" 722 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 723 UseOfMFC="0" 724 ATLMinimizesCRunTimeLibraryUsage="false" 725 BuildLogFile="" 726 > 727 <Tool 728 Name="VCNMakeTool" 729 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8" 730 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8 /a" 731 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=8 clean" 732 Output="All samples" 733 PreprocessorDefinitions="" 734 IncludeSearchPath="" 735 ForcedIncludes="" 736 AssemblySearchPath="" 737 ForcedUsingAssemblies="" 738 CompileAsManaged="" 739 /> 740 <Tool 741 Name="VCCLCompilerTool" 742 ExecutionBucket="7" 743 /> 744 <Tool 745 Name="VCCodeSignTool" 746 /> 747 <DeploymentTool 748 ForceDirty="-1" 749 RemoteDirectory="" 750 RegisterOutput="0" 751 AdditionalFiles="" 752 /> 753 <DebuggerTool 754 /> 755 </Configuration> 756 <Configuration 757 Name="Debug-Dynamic|Win32" 758 OutputDirectory=".\output\$(ProjectName)-i386-$(PlatformName)-vs8-$(ConfigurationName)" 961 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 962 OutputDirectory=".\output\$(ProjectName)-wm6std-$(PlatformName)-vs8-$(ConfigurationName)" 759 963 IntermediateDirectory="$(OutDir)" 760 964 ConfigurationType="0" … … 777 981 CompileAsManaged="" 778 982 /> 779 </Configuration> 780 <Configuration 781 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 782 OutputDirectory=".\output\$(ProjectName)-wm6std-$(PlatformName)-vs8-$(ConfigurationName)" 983 <Tool 984 Name="VCCLCompilerTool" 985 ExecutionBucket="7" 986 /> 987 <Tool 988 Name="VCCodeSignTool" 989 /> 990 <DeploymentTool 991 ForceDirty="-1" 992 RemoteDirectory="" 993 RegisterOutput="0" 994 AdditionalFiles="" 995 /> 996 <DebuggerTool 997 /> 998 </Configuration> 999 <Configuration 1000 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1001 OutputDirectory=".\output\$(ProjectName)-wm6pro-$(PlatformName)-vs8-$(ConfigurationName)" 783 1002 IntermediateDirectory="$(OutDir)" 784 1003 ConfigurationType="0" … … 818 1037 </Configuration> 819 1038 <Configuration 820 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 821 OutputDirectory=".\output\$(ProjectName)-wm6pro-$(PlatformName)-vs8-$(ConfigurationName)" 822 IntermediateDirectory="$(OutDir)" 823 ConfigurationType="0" 824 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 825 UseOfMFC="0" 826 ATLMinimizesCRunTimeLibraryUsage="false" 827 BuildLogFile="" 828 > 829 <Tool 830 Name="VCNMakeTool" 831 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8" 832 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 /a" 833 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 clean" 834 Output="All samples" 835 PreprocessorDefinitions="" 836 IncludeSearchPath="" 837 ForcedIncludes="" 838 AssemblySearchPath="" 839 ForcedUsingAssemblies="" 840 CompileAsManaged="" 841 /> 842 <Tool 843 Name="VCCLCompilerTool" 844 ExecutionBucket="7" 845 /> 846 <Tool 847 Name="VCCodeSignTool" 848 /> 849 <DeploymentTool 850 ForceDirty="-1" 851 RemoteDirectory="" 852 RegisterOutput="0" 853 AdditionalFiles="" 854 /> 855 <DebuggerTool 856 /> 857 </Configuration> 858 <Configuration 859 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 860 OutputDirectory=".\output\$(ProjectName)-wm2003ppc-$(PlatformName)-vs8-$(ConfigurationName)" 861 IntermediateDirectory="$(OutDir)" 862 ConfigurationType="0" 863 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 864 UseOfMFC="0" 865 ATLMinimizesCRunTimeLibraryUsage="false" 866 BuildLogFile="" 867 > 868 <Tool 869 Name="VCNMakeTool" 870 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8" 871 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 /a" 872 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 clean" 873 Output="All samples" 874 PreprocessorDefinitions="" 875 IncludeSearchPath="" 876 ForcedIncludes="" 877 AssemblySearchPath="" 878 ForcedUsingAssemblies="" 879 CompileAsManaged="" 880 /> 881 <Tool 882 Name="VCCLCompilerTool" 883 ExecutionBucket="7" 884 /> 885 <Tool 886 Name="VCCodeSignTool" 887 /> 888 <DeploymentTool 889 ForceDirty="-1" 890 RemoteDirectory="" 891 RegisterOutput="0" 892 AdditionalFiles="" 893 /> 894 <DebuggerTool 895 /> 896 </Configuration> 897 <Configuration 898 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 899 OutputDirectory=".\output\$(ProjectName)-wm2003sp-$(PlatformName)-vs8-$(ConfigurationName)" 900 IntermediateDirectory="$(OutDir)" 901 ConfigurationType="0" 902 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 903 UseOfMFC="0" 904 ATLMinimizesCRunTimeLibraryUsage="false" 905 BuildLogFile="" 906 > 907 <Tool 908 Name="VCNMakeTool" 909 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8" 910 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 /a" 911 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=8 clean" 912 Output="All samples" 913 PreprocessorDefinitions="" 914 IncludeSearchPath="" 915 ForcedIncludes="" 916 AssemblySearchPath="" 917 ForcedUsingAssemblies="" 918 CompileAsManaged="" 919 /> 920 <Tool 921 Name="VCCLCompilerTool" 922 ExecutionBucket="7" 923 /> 924 <Tool 925 Name="VCCodeSignTool" 926 /> 927 <DeploymentTool 928 ForceDirty="-1" 929 RemoteDirectory="" 930 RegisterOutput="0" 931 AdditionalFiles="" 932 /> 933 <DebuggerTool 934 /> 935 </Configuration> 936 <Configuration 937 Name="Release-Static|Win32" 938 OutputDirectory=".\output\$(ProjectName)-i386-$(PlatformName)-vs8-$(ConfigurationName)" 1039 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1040 OutputDirectory=".\output\$(ProjectName)-wm6std-$(PlatformName)-vs8-$(ConfigurationName)" 939 1041 IntermediateDirectory="$(OutDir)" 940 1042 ConfigurationType="0" … … 957 1059 CompileAsManaged="" 958 1060 /> 959 </Configuration>960 <Configuration961 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)"962 OutputDirectory=".\output\$(ProjectName)-wm6std-$(PlatformName)-vs8-$(ConfigurationName)"963 IntermediateDirectory="$(OutDir)"964 ConfigurationType="0"965 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"966 UseOfMFC="0"967 ATLMinimizesCRunTimeLibraryUsage="false"968 BuildLogFile=""969 >970 <Tool971 Name="VCNMakeTool"972 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8"973 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 /a"974 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 clean"975 Output="All samples"976 PreprocessorDefinitions=""977 IncludeSearchPath=""978 ForcedIncludes=""979 AssemblySearchPath=""980 ForcedUsingAssemblies=""981 CompileAsManaged=""982 />983 1061 <Tool 984 1062 Name="VCCLCompilerTool" … … 1000 1078 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1001 1079 OutputDirectory=".\output\$(ProjectName)-wm6pro-$(PlatformName)-vs8-$(ConfigurationName)" 1002 IntermediateDirectory="$(OutDir)"1003 ConfigurationType="0"1004 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"1005 UseOfMFC="0"1006 ATLMinimizesCRunTimeLibraryUsage="false"1007 BuildLogFile=""1008 >1009 <Tool1010 Name="VCNMakeTool"1011 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8"1012 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 /a"1013 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 clean"1014 Output="All samples"1015 PreprocessorDefinitions=""1016 IncludeSearchPath=""1017 ForcedIncludes=""1018 AssemblySearchPath=""1019 ForcedUsingAssemblies=""1020 CompileAsManaged=""1021 />1022 <Tool1023 Name="VCCLCompilerTool"1024 ExecutionBucket="7"1025 />1026 <Tool1027 Name="VCCodeSignTool"1028 />1029 <DeploymentTool1030 ForceDirty="-1"1031 RemoteDirectory=""1032 RegisterOutput="0"1033 AdditionalFiles=""1034 />1035 <DebuggerTool1036 />1037 </Configuration>1038 <Configuration1039 Name="Release-Static|Pocket PC 2003 (ARMV4)"1040 OutputDirectory=".\output\$(ProjectName)-wm2003ppc-$(PlatformName)-vs8-$(ConfigurationName)"1041 IntermediateDirectory="$(OutDir)"1042 ConfigurationType="0"1043 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"1044 UseOfMFC="0"1045 ATLMinimizesCRunTimeLibraryUsage="false"1046 BuildLogFile=""1047 >1048 <Tool1049 Name="VCNMakeTool"1050 BuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8"1051 ReBuildCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 /a"1052 CleanCommandLine="nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=8 clean"1053 Output="All samples"1054 PreprocessorDefinitions=""1055 IncludeSearchPath=""1056 ForcedIncludes=""1057 AssemblySearchPath=""1058 ForcedUsingAssemblies=""1059 CompileAsManaged=""1060 />1061 <Tool1062 Name="VCCLCompilerTool"1063 ExecutionBucket="7"1064 />1065 <Tool1066 Name="VCCodeSignTool"1067 />1068 <DeploymentTool1069 ForceDirty="-1"1070 RemoteDirectory=""1071 RegisterOutput="0"1072 AdditionalFiles=""1073 />1074 <DebuggerTool1075 />1076 </Configuration>1077 <Configuration1078 Name="Release-Static|Smartphone 2003 (ARMV4)"1079 OutputDirectory=".\output\$(ProjectName)-wm2003sp-$(PlatformName)-vs8-$(ConfigurationName)"1080 1080 IntermediateDirectory="$(OutDir)" 1081 1081 ConfigurationType="0" … … 1615 1615 </File> 1616 1616 <File 1617 RelativePath="..\src\samples\httpdemo.c" 1618 > 1619 </File> 1620 <File 1617 1621 RelativePath="..\src\samples\icedemo.c" 1618 1622 >
Note: See TracChangeset
for help on using the changeset viewer.