Changeset 3394
- Timestamp:
- Dec 10, 2010 8:55:13 PM (14 years ago)
- Location:
- pjproject/branches/projects/2.0-dev
- Files:
-
- 1 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/pjmedia/build/pjmedia.vcproj
r2755 r3394 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;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 63 61 PreprocessorDefinitions="_LIB;" 64 65 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include""66 62 PrecompiledHeaderFile="" 67 63 /> … … 96 92 <Configuration 97 93 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 94 ConfigurationType="4" 98 95 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 99 100 96 ATLMinimizesCRunTimeLibraryUsage="false" 101 102 97 CharacterSet="1" 103 104 ConfigurationType="4"105 98 > 106 99 <Tool … … 121 114 <Tool 122 115 Name="VCCLCompilerTool" 123 PreprocessorDefinitions="_LIB;"124 125 116 ExecutionBucket="7" 126 117 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 118 PreprocessorDefinitions="_LIB;" 127 119 PrecompiledHeaderFile="" 128 120 /> … … 139 131 Name="VCLibrarianTool" 140 132 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 141 142 133 /> 143 134 <Tool … … 167 158 <Configuration 168 159 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 160 ConfigurationType="4" 169 161 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 170 171 162 ATLMinimizesCRunTimeLibraryUsage="false" 172 173 163 CharacterSet="1" 174 175 ConfigurationType="4"176 164 > 177 165 <Tool … … 192 180 <Tool 193 181 Name="VCCLCompilerTool" 194 PreprocessorDefinitions="_LIB;"195 196 182 ExecutionBucket="7" 197 183 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 184 PreprocessorDefinitions="_LIB;" 198 185 PrecompiledHeaderFile="" 199 186 /> … … 210 197 Name="VCLibrarianTool" 211 198 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 212 213 199 /> 214 200 <Tool … … 237 223 </Configuration> 238 224 <Configuration 239 Name=" Debug|Win32"240 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"241 225 Name="Release|Pocket PC 2003 (ARMV4)" 226 ConfigurationType="4" 227 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 242 228 ATLMinimizesCRunTimeLibraryUsage="false" 243 244 CharacterSet="2" 245 246 ConfigurationType="4" 247 UseOfMFC="0" 229 CharacterSet="1" 248 230 > 249 231 <Tool … … 264 246 <Tool 265 247 Name="VCCLCompilerTool" 266 PreprocessorDefinitions="_LIB;"267 268 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include""269 PrecompiledHeaderFile=""270 />271 <Tool272 Name="VCManagedResourceCompilerTool"273 />274 <Tool275 Name="VCResourceCompilerTool"276 />277 <Tool278 Name="VCPreLinkEventTool"279 />280 <Tool281 Name="VCLibrarianTool"282 />283 <Tool284 Name="VCALinkTool"285 />286 <Tool287 Name="VCXDCMakeTool"288 />289 <Tool290 Name="VCBscMakeTool"291 />292 <Tool293 Name="VCFxCopTool"294 />295 <Tool296 Name="VCPostBuildEventTool"297 />298 </Configuration>299 <Configuration300 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"301 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"302 303 ATLMinimizesCRunTimeLibraryUsage="false"304 305 CharacterSet="1"306 307 ConfigurationType="4"308 >309 <Tool310 Name="VCPreBuildEventTool"311 />312 <Tool313 Name="VCCustomBuildTool"314 />315 <Tool316 Name="VCXMLDataGeneratorTool"317 />318 <Tool319 Name="VCWebServiceProxyGeneratorTool"320 />321 <Tool322 Name="VCMIDLTool"323 />324 <Tool325 Name="VCCLCompilerTool"326 PreprocessorDefinitions="_LIB;"327 328 248 ExecutionBucket="7" 329 249 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 250 PreprocessorDefinitions="_LIB;" 330 251 PrecompiledHeaderFile="" 331 252 /> … … 341 262 <Tool 342 263 Name="VCLibrarianTool" 343 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 344 264 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 345 265 /> 346 266 <Tool … … 369 289 </Configuration> 370 290 <Configuration 371 Name=" Debug|Windows Mobile 6 Professional SDK (ARMV4I)"372 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"373 291 Name="Release|Smartphone 2003 (ARMV4)" 292 ConfigurationType="4" 293 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 374 294 ATLMinimizesCRunTimeLibraryUsage="false" 375 376 295 CharacterSet="1" 377 378 ConfigurationType="4"379 296 > 380 297 <Tool … … 395 312 <Tool 396 313 Name="VCCLCompilerTool" 397 PreprocessorDefinitions="_LIB;"398 399 314 ExecutionBucket="7" 400 315 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 316 PreprocessorDefinitions="_LIB;" 401 317 PrecompiledHeaderFile="" 402 318 /> … … 412 328 <Tool 413 329 Name="VCLibrarianTool" 414 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 415 330 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 416 331 /> 417 332 <Tool … … 440 355 </Configuration> 441 356 <Configuration 442 Name=" Debug-Static|Win32"443 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"444 357 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 358 ConfigurationType="4" 359 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 445 360 ATLMinimizesCRunTimeLibraryUsage="false" 446 447 CharacterSet="2" 448 449 ConfigurationType="4" 450 UseOfMFC="0" 361 CharacterSet="1" 451 362 > 452 363 <Tool … … 467 378 <Tool 468 379 Name="VCCLCompilerTool" 469 PreprocessorDefinitions="_LIB;"470 471 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include""472 PrecompiledHeaderFile=""473 />474 <Tool475 Name="VCManagedResourceCompilerTool"476 />477 <Tool478 Name="VCResourceCompilerTool"479 />480 <Tool481 Name="VCPreLinkEventTool"482 />483 <Tool484 Name="VCLibrarianTool"485 />486 <Tool487 Name="VCALinkTool"488 />489 <Tool490 Name="VCXDCMakeTool"491 />492 <Tool493 Name="VCBscMakeTool"494 />495 <Tool496 Name="VCFxCopTool"497 />498 <Tool499 Name="VCPostBuildEventTool"500 />501 </Configuration>502 <Configuration503 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"504 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"505 506 ATLMinimizesCRunTimeLibraryUsage="false"507 508 CharacterSet="1"509 510 ConfigurationType="4"511 >512 <Tool513 Name="VCPreBuildEventTool"514 />515 <Tool516 Name="VCCustomBuildTool"517 />518 <Tool519 Name="VCXMLDataGeneratorTool"520 />521 <Tool522 Name="VCWebServiceProxyGeneratorTool"523 />524 <Tool525 Name="VCMIDLTool"526 />527 <Tool528 Name="VCCLCompilerTool"529 PreprocessorDefinitions="_LIB;"530 531 380 ExecutionBucket="7" 532 381 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 382 PreprocessorDefinitions="_LIB;" 533 383 PrecompiledHeaderFile="" 534 384 /> … … 544 394 <Tool 545 395 Name="VCLibrarianTool" 546 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 547 396 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 548 397 /> 549 398 <Tool … … 572 421 </Configuration> 573 422 <Configuration 574 Name=" Debug-Static|Windows Mobile 6 ProfessionalSDK (ARMV4I)"575 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"576 423 Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 424 ConfigurationType="4" 425 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 577 426 ATLMinimizesCRunTimeLibraryUsage="false" 578 579 427 CharacterSet="1" 580 581 ConfigurationType="4"582 428 > 583 429 <Tool … … 598 444 <Tool 599 445 Name="VCCLCompilerTool" 600 PreprocessorDefinitions="_LIB;"601 602 446 ExecutionBucket="7" 603 447 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 448 PreprocessorDefinitions="_LIB;" 604 449 PrecompiledHeaderFile="" 605 450 /> … … 615 460 <Tool 616 461 Name="VCLibrarianTool" 617 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 618 462 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 619 463 /> 620 464 <Tool … … 643 487 </Configuration> 644 488 <Configuration 645 Name="Release-Dynamic|Win32" 646 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 647 489 Name="Debug|Win32" 490 ConfigurationType="4" 491 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 492 UseOfMFC="0" 648 493 ATLMinimizesCRunTimeLibraryUsage="false" 649 650 494 CharacterSet="2" 651 652 ConfigurationType="4"653 UseOfMFC="0"654 495 > 655 496 <Tool … … 670 511 <Tool 671 512 Name="VCCLCompilerTool" 513 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 672 514 PreprocessorDefinitions="_LIB;" 673 674 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include""675 515 PrecompiledHeaderFile="" 676 516 /> … … 686 526 <Tool 687 527 Name="VCLibrarianTool" 528 IgnoreDefaultLibraryNames="" 688 529 /> 689 530 <Tool … … 704 545 </Configuration> 705 546 <Configuration 706 Name=" Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"707 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"708 547 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 548 ConfigurationType="4" 549 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 709 550 ATLMinimizesCRunTimeLibraryUsage="false" 710 711 551 CharacterSet="1" 712 713 ConfigurationType="4"714 552 > 715 553 <Tool … … 730 568 <Tool 731 569 Name="VCCLCompilerTool" 732 PreprocessorDefinitions="_LIB;"733 734 570 ExecutionBucket="7" 735 571 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 572 PreprocessorDefinitions="_LIB;" 736 573 PrecompiledHeaderFile="" 737 574 /> … … 748 585 Name="VCLibrarianTool" 749 586 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 750 751 587 /> 752 588 <Tool … … 775 611 </Configuration> 776 612 <Configuration 777 Name=" Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"778 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"779 613 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 614 ConfigurationType="4" 615 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 780 616 ATLMinimizesCRunTimeLibraryUsage="false" 781 782 617 CharacterSet="1" 783 784 ConfigurationType="4"785 618 > 786 619 <Tool … … 801 634 <Tool 802 635 Name="VCCLCompilerTool" 803 PreprocessorDefinitions="_LIB;"804 805 636 ExecutionBucket="7" 806 637 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 638 PreprocessorDefinitions="_LIB;" 807 639 PrecompiledHeaderFile="" 808 640 /> … … 819 651 Name="VCLibrarianTool" 820 652 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 821 822 653 /> 823 654 <Tool … … 846 677 </Configuration> 847 678 <Configuration 848 Name="Debug -Dynamic|Win32"849 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"850 679 Name="Debug|Pocket PC 2003 (ARMV4)" 680 ConfigurationType="4" 681 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 851 682 ATLMinimizesCRunTimeLibraryUsage="false" 852 853 CharacterSet="2" 854 855 ConfigurationType="4" 856 UseOfMFC="0" 683 CharacterSet="1" 857 684 > 858 685 <Tool … … 873 700 <Tool 874 701 Name="VCCLCompilerTool" 875 PreprocessorDefinitions="_LIB;"876 877 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include""878 PrecompiledHeaderFile=""879 />880 <Tool881 Name="VCManagedResourceCompilerTool"882 />883 <Tool884 Name="VCResourceCompilerTool"885 />886 <Tool887 Name="VCPreLinkEventTool"888 />889 <Tool890 Name="VCLibrarianTool"891 />892 <Tool893 Name="VCALinkTool"894 />895 <Tool896 Name="VCXDCMakeTool"897 />898 <Tool899 Name="VCBscMakeTool"900 />901 <Tool902 Name="VCFxCopTool"903 />904 <Tool905 Name="VCPostBuildEventTool"906 />907 </Configuration>908 <Configuration909 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"910 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"911 912 ATLMinimizesCRunTimeLibraryUsage="false"913 914 CharacterSet="1"915 916 ConfigurationType="4"917 >918 <Tool919 Name="VCPreBuildEventTool"920 />921 <Tool922 Name="VCCustomBuildTool"923 />924 <Tool925 Name="VCXMLDataGeneratorTool"926 />927 <Tool928 Name="VCWebServiceProxyGeneratorTool"929 />930 <Tool931 Name="VCMIDLTool"932 />933 <Tool934 Name="VCCLCompilerTool"935 PreprocessorDefinitions="_LIB;"936 937 702 ExecutionBucket="7" 938 703 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 704 PreprocessorDefinitions="_LIB;" 939 705 PrecompiledHeaderFile="" 940 706 /> … … 950 716 <Tool 951 717 Name="VCLibrarianTool" 952 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 953 718 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 954 719 /> 955 720 <Tool … … 978 743 </Configuration> 979 744 <Configuration 980 Name="Debug -Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"981 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"982 745 Name="Debug|Smartphone 2003 (ARMV4)" 746 ConfigurationType="4" 747 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 983 748 ATLMinimizesCRunTimeLibraryUsage="false" 984 985 749 CharacterSet="1" 986 987 ConfigurationType="4"988 750 > 989 751 <Tool … … 1004 766 <Tool 1005 767 Name="VCCLCompilerTool" 1006 PreprocessorDefinitions="_LIB;"1007 1008 768 ExecutionBucket="7" 1009 769 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 770 PreprocessorDefinitions="_LIB;" 1010 771 PrecompiledHeaderFile="" 1011 772 /> … … 1021 782 <Tool 1022 783 Name="VCLibrarianTool" 1023 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1024 784 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1025 785 /> 1026 786 <Tool … … 1049 809 </Configuration> 1050 810 <Configuration 1051 Name=" Release-Static|Win32"1052 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"1053 811 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 812 ConfigurationType="4" 813 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 1054 814 ATLMinimizesCRunTimeLibraryUsage="false" 1055 1056 CharacterSet="2" 1057 1058 ConfigurationType="4" 1059 UseOfMFC="0" 815 CharacterSet="1" 1060 816 > 1061 817 <Tool … … 1076 832 <Tool 1077 833 Name="VCCLCompilerTool" 1078 PreprocessorDefinitions="_LIB;"1079 1080 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include""1081 PrecompiledHeaderFile=""1082 />1083 <Tool1084 Name="VCManagedResourceCompilerTool"1085 />1086 <Tool1087 Name="VCResourceCompilerTool"1088 />1089 <Tool1090 Name="VCPreLinkEventTool"1091 />1092 <Tool1093 Name="VCLibrarianTool"1094 />1095 <Tool1096 Name="VCALinkTool"1097 />1098 <Tool1099 Name="VCXDCMakeTool"1100 />1101 <Tool1102 Name="VCBscMakeTool"1103 />1104 <Tool1105 Name="VCFxCopTool"1106 />1107 <Tool1108 Name="VCPostBuildEventTool"1109 />1110 </Configuration>1111 <Configuration1112 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)"1113 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1114 1115 ATLMinimizesCRunTimeLibraryUsage="false"1116 1117 CharacterSet="1"1118 1119 ConfigurationType="4"1120 >1121 <Tool1122 Name="VCPreBuildEventTool"1123 />1124 <Tool1125 Name="VCCustomBuildTool"1126 />1127 <Tool1128 Name="VCXMLDataGeneratorTool"1129 />1130 <Tool1131 Name="VCWebServiceProxyGeneratorTool"1132 />1133 <Tool1134 Name="VCMIDLTool"1135 />1136 <Tool1137 Name="VCCLCompilerTool"1138 PreprocessorDefinitions="_LIB;"1139 1140 834 ExecutionBucket="7" 1141 835 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 836 PreprocessorDefinitions="_LIB;" 1142 837 PrecompiledHeaderFile="" 1143 838 /> … … 1153 848 <Tool 1154 849 Name="VCLibrarianTool" 1155 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1156 850 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 1157 851 /> 1158 852 <Tool … … 1181 875 </Configuration> 1182 876 <Configuration 1183 Name=" Release-Static|Windows Mobile 6 ProfessionalSDK (ARMV4I)"1184 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1185 877 Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 878 ConfigurationType="4" 879 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 1186 880 ATLMinimizesCRunTimeLibraryUsage="false" 1187 1188 881 CharacterSet="1" 1189 1190 ConfigurationType="4"1191 882 > 1192 883 <Tool … … 1207 898 <Tool 1208 899 Name="VCCLCompilerTool" 1209 PreprocessorDefinitions="_LIB;"1210 1211 900 ExecutionBucket="7" 1212 901 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 902 PreprocessorDefinitions="_LIB;" 1213 903 PrecompiledHeaderFile="" 1214 904 /> … … 1224 914 <Tool 1225 915 Name="VCLibrarianTool" 1226 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1227 916 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 1228 917 /> 1229 918 <Tool … … 1252 941 </Configuration> 1253 942 <Configuration 1254 Name="Release|Pocket PC 2003 (ARMV4)" 1255 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1256 943 Name="Debug-Static|Win32" 944 ConfigurationType="4" 945 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 946 UseOfMFC="0" 1257 947 ATLMinimizesCRunTimeLibraryUsage="false" 1258 948 CharacterSet="2" 949 > 950 <Tool 951 Name="VCPreBuildEventTool" 952 /> 953 <Tool 954 Name="VCCustomBuildTool" 955 /> 956 <Tool 957 Name="VCXMLDataGeneratorTool" 958 /> 959 <Tool 960 Name="VCWebServiceProxyGeneratorTool" 961 /> 962 <Tool 963 Name="VCMIDLTool" 964 /> 965 <Tool 966 Name="VCCLCompilerTool" 967 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 968 PreprocessorDefinitions="_LIB;" 969 PrecompiledHeaderFile="" 970 /> 971 <Tool 972 Name="VCManagedResourceCompilerTool" 973 /> 974 <Tool 975 Name="VCResourceCompilerTool" 976 /> 977 <Tool 978 Name="VCPreLinkEventTool" 979 /> 980 <Tool 981 Name="VCLibrarianTool" 982 /> 983 <Tool 984 Name="VCALinkTool" 985 /> 986 <Tool 987 Name="VCXDCMakeTool" 988 /> 989 <Tool 990 Name="VCBscMakeTool" 991 /> 992 <Tool 993 Name="VCFxCopTool" 994 /> 995 <Tool 996 Name="VCPostBuildEventTool" 997 /> 998 </Configuration> 999 <Configuration 1000 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1001 ConfigurationType="4" 1002 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1003 ATLMinimizesCRunTimeLibraryUsage="false" 1259 1004 CharacterSet="1" 1260 1261 ConfigurationType="4"1262 1005 > 1263 1006 <Tool … … 1278 1021 <Tool 1279 1022 Name="VCCLCompilerTool" 1280 PreprocessorDefinitions="_LIB;"1281 1282 1023 ExecutionBucket="7" 1283 1024 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1025 PreprocessorDefinitions="_LIB;" 1284 1026 PrecompiledHeaderFile="" 1285 1027 /> … … 1295 1037 <Tool 1296 1038 Name="VCLibrarianTool" 1297 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1298 1039 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1299 1040 /> 1300 1041 <Tool … … 1323 1064 </Configuration> 1324 1065 <Configuration 1325 Name="Debug |Pocket PC 2003 (ARMV4)"1326 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1327 1066 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1067 ConfigurationType="4" 1068 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1328 1069 ATLMinimizesCRunTimeLibraryUsage="false" 1329 1330 1070 CharacterSet="1" 1331 1332 ConfigurationType="4"1333 1071 > 1334 1072 <Tool … … 1349 1087 <Tool 1350 1088 Name="VCCLCompilerTool" 1351 PreprocessorDefinitions="_LIB;"1352 1353 1089 ExecutionBucket="7" 1354 1090 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1091 PreprocessorDefinitions="_LIB;" 1355 1092 PrecompiledHeaderFile="" 1356 1093 /> … … 1366 1103 <Tool 1367 1104 Name="VCLibrarianTool" 1368 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1369 1105 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1370 1106 /> 1371 1107 <Tool … … 1395 1131 <Configuration 1396 1132 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 1133 ConfigurationType="4" 1397 1134 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1398 1399 1135 ATLMinimizesCRunTimeLibraryUsage="false" 1400 1401 1136 CharacterSet="1" 1402 1403 ConfigurationType="4"1404 1137 > 1405 1138 <Tool … … 1420 1153 <Tool 1421 1154 Name="VCCLCompilerTool" 1422 PreprocessorDefinitions="_LIB;"1423 1424 1155 ExecutionBucket="7" 1425 1156 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1157 PreprocessorDefinitions="_LIB;" 1426 1158 PrecompiledHeaderFile="" 1427 1159 /> … … 1438 1170 Name="VCLibrarianTool" 1439 1171 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1440 1441 1172 /> 1442 1173 <Tool … … 1465 1196 </Configuration> 1466 1197 <Configuration 1467 Name=" Release-Dynamic|Pocket PC2003 (ARMV4)"1468 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1469 1198 Name="Debug-Static|Smartphone 2003 (ARMV4)" 1199 ConfigurationType="4" 1200 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1470 1201 ATLMinimizesCRunTimeLibraryUsage="false" 1471 1472 1202 CharacterSet="1" 1473 1474 ConfigurationType="4"1475 1203 > 1476 1204 <Tool … … 1491 1219 <Tool 1492 1220 Name="VCCLCompilerTool" 1493 PreprocessorDefinitions="_LIB;"1494 1495 1221 ExecutionBucket="7" 1496 1222 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1223 PreprocessorDefinitions="_LIB;" 1497 1224 PrecompiledHeaderFile="" 1498 1225 /> … … 1508 1235 <Tool 1509 1236 Name="VCLibrarianTool" 1510 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1511 1237 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1512 1238 /> 1513 1239 <Tool … … 1536 1262 </Configuration> 1537 1263 <Configuration 1538 Name="Debug- Dynamic|Pocket PC 2003 (ARMV4)"1539 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1540 1264 Name="Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 1265 ConfigurationType="4" 1266 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 1541 1267 ATLMinimizesCRunTimeLibraryUsage="false" 1542 1543 1268 CharacterSet="1" 1544 1545 ConfigurationType="4"1546 1269 > 1547 1270 <Tool … … 1562 1285 <Tool 1563 1286 Name="VCCLCompilerTool" 1564 PreprocessorDefinitions="_LIB;"1565 1566 1287 ExecutionBucket="7" 1567 1288 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1289 PreprocessorDefinitions="_LIB;" 1568 1290 PrecompiledHeaderFile="" 1569 1291 /> … … 1579 1301 <Tool 1580 1302 Name="VCLibrarianTool" 1581 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1582 1303 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 1583 1304 /> 1584 1305 <Tool … … 1607 1328 </Configuration> 1608 1329 <Configuration 1609 Name=" Release-Static|Pocket PC 2003 (ARMV4)"1610 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1611 1330 Name="Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 1331 ConfigurationType="4" 1332 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 1612 1333 ATLMinimizesCRunTimeLibraryUsage="false" 1613 1614 1334 CharacterSet="1" 1615 1616 ConfigurationType="4"1617 1335 > 1618 1336 <Tool … … 1633 1351 <Tool 1634 1352 Name="VCCLCompilerTool" 1635 PreprocessorDefinitions="_LIB;"1636 1637 1353 ExecutionBucket="7" 1638 1354 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1355 PreprocessorDefinitions="_LIB;" 1639 1356 PrecompiledHeaderFile="" 1640 1357 /> … … 1650 1367 <Tool 1651 1368 Name="VCLibrarianTool" 1652 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1653 1369 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 1654 1370 /> 1655 1371 <Tool … … 1678 1394 </Configuration> 1679 1395 <Configuration 1680 Name="Release|Smartphone 2003 (ARMV4)" 1681 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1682 1396 Name="Release-Dynamic|Win32" 1397 ConfigurationType="4" 1398 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 1399 UseOfMFC="0" 1683 1400 ATLMinimizesCRunTimeLibraryUsage="false" 1684 1401 CharacterSet="2" 1402 > 1403 <Tool 1404 Name="VCPreBuildEventTool" 1405 /> 1406 <Tool 1407 Name="VCCustomBuildTool" 1408 /> 1409 <Tool 1410 Name="VCXMLDataGeneratorTool" 1411 /> 1412 <Tool 1413 Name="VCWebServiceProxyGeneratorTool" 1414 /> 1415 <Tool 1416 Name="VCMIDLTool" 1417 /> 1418 <Tool 1419 Name="VCCLCompilerTool" 1420 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 1421 PreprocessorDefinitions="_LIB;" 1422 PrecompiledHeaderFile="" 1423 /> 1424 <Tool 1425 Name="VCManagedResourceCompilerTool" 1426 /> 1427 <Tool 1428 Name="VCResourceCompilerTool" 1429 /> 1430 <Tool 1431 Name="VCPreLinkEventTool" 1432 /> 1433 <Tool 1434 Name="VCLibrarianTool" 1435 /> 1436 <Tool 1437 Name="VCALinkTool" 1438 /> 1439 <Tool 1440 Name="VCXDCMakeTool" 1441 /> 1442 <Tool 1443 Name="VCBscMakeTool" 1444 /> 1445 <Tool 1446 Name="VCFxCopTool" 1447 /> 1448 <Tool 1449 Name="VCPostBuildEventTool" 1450 /> 1451 </Configuration> 1452 <Configuration 1453 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1454 ConfigurationType="4" 1455 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1456 ATLMinimizesCRunTimeLibraryUsage="false" 1685 1457 CharacterSet="1" 1686 1687 ConfigurationType="4"1688 1458 > 1689 1459 <Tool … … 1704 1474 <Tool 1705 1475 Name="VCCLCompilerTool" 1706 PreprocessorDefinitions="_LIB;"1707 1708 1476 ExecutionBucket="7" 1709 1477 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1478 PreprocessorDefinitions="_LIB;" 1710 1479 PrecompiledHeaderFile="" 1711 1480 /> … … 1721 1490 <Tool 1722 1491 Name="VCLibrarianTool" 1723 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1724 1492 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1725 1493 /> 1726 1494 <Tool … … 1749 1517 </Configuration> 1750 1518 <Configuration 1751 Name=" Debug|Smartphone 2003 (ARMV4)"1752 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1753 1519 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1520 ConfigurationType="4" 1521 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1754 1522 ATLMinimizesCRunTimeLibraryUsage="false" 1755 1756 1523 CharacterSet="1" 1757 1758 ConfigurationType="4"1759 1524 > 1760 1525 <Tool … … 1775 1540 <Tool 1776 1541 Name="VCCLCompilerTool" 1777 PreprocessorDefinitions="_LIB;"1778 1779 1542 ExecutionBucket="7" 1780 1543 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1544 PreprocessorDefinitions="_LIB;" 1781 1545 PrecompiledHeaderFile="" 1782 1546 /> … … 1792 1556 <Tool 1793 1557 Name="VCLibrarianTool" 1794 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1795 1558 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1796 1559 /> 1797 1560 <Tool … … 1820 1583 </Configuration> 1821 1584 <Configuration 1822 Name=" Debug-Static|Smartphone2003 (ARMV4)"1823 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1824 1585 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 1586 ConfigurationType="4" 1587 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1825 1588 ATLMinimizesCRunTimeLibraryUsage="false" 1826 1827 1589 CharacterSet="1" 1828 1829 ConfigurationType="4"1830 1590 > 1831 1591 <Tool … … 1846 1606 <Tool 1847 1607 Name="VCCLCompilerTool" 1848 PreprocessorDefinitions="_LIB;"1849 1850 1608 ExecutionBucket="7" 1851 1609 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1610 PreprocessorDefinitions="_LIB;" 1852 1611 PrecompiledHeaderFile="" 1853 1612 /> … … 1863 1622 <Tool 1864 1623 Name="VCLibrarianTool" 1865 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1866 1624 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 1867 1625 /> 1868 1626 <Tool … … 1892 1650 <Configuration 1893 1651 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 1652 ConfigurationType="4" 1894 1653 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1895 1896 1654 ATLMinimizesCRunTimeLibraryUsage="false" 1897 1898 1655 CharacterSet="1" 1899 1900 ConfigurationType="4"1901 1656 > 1902 1657 <Tool … … 1917 1672 <Tool 1918 1673 Name="VCCLCompilerTool" 1919 PreprocessorDefinitions="_LIB;"1920 1921 1674 ExecutionBucket="7" 1922 1675 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1676 PreprocessorDefinitions="_LIB;" 1923 1677 PrecompiledHeaderFile="" 1924 1678 /> … … 1935 1689 Name="VCLibrarianTool" 1936 1690 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 1937 1938 1691 /> 1939 1692 <Tool … … 1962 1715 </Configuration> 1963 1716 <Configuration 1964 Name=" Debug-Dynamic|Smartphone 2003 (ARMV4)"1965 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1966 1717 Name="Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 1718 ConfigurationType="4" 1719 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 1967 1720 ATLMinimizesCRunTimeLibraryUsage="false" 1968 1969 1721 CharacterSet="1" 1970 1971 ConfigurationType="4"1972 1722 > 1973 1723 <Tool … … 1988 1738 <Tool 1989 1739 Name="VCCLCompilerTool" 1990 PreprocessorDefinitions="_LIB;"1991 1992 1740 ExecutionBucket="7" 1993 1741 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1742 PreprocessorDefinitions="_LIB;" 1994 1743 PrecompiledHeaderFile="" 1995 1744 /> … … 2005 1754 <Tool 2006 1755 Name="VCLibrarianTool" 2007 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 2008 1756 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2009 1757 /> 2010 1758 <Tool … … 2033 1781 </Configuration> 2034 1782 <Configuration 2035 Name="Release- Static|Smartphone 2003 (ARMV4)"2036 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"2037 1783 Name="Release-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 1784 ConfigurationType="4" 1785 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2038 1786 ATLMinimizesCRunTimeLibraryUsage="false" 2039 2040 1787 CharacterSet="1" 2041 2042 ConfigurationType="4"2043 1788 > 2044 1789 <Tool … … 2059 1804 <Tool 2060 1805 Name="VCCLCompilerTool" 2061 PreprocessorDefinitions="_LIB;"2062 2063 1806 ExecutionBucket="7" 2064 1807 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1808 PreprocessorDefinitions="_LIB;" 2065 1809 PrecompiledHeaderFile="" 2066 1810 /> … … 2076 1820 <Tool 2077 1821 Name="VCLibrarianTool" 2078 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 2079 1822 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2080 1823 /> 2081 1824 <Tool … … 2104 1847 </Configuration> 2105 1848 <Configuration 2106 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2107 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2108 1849 Name="Debug-Dynamic|Win32" 1850 ConfigurationType="4" 1851 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 1852 UseOfMFC="0" 2109 1853 ATLMinimizesCRunTimeLibraryUsage="false" 2110 1854 CharacterSet="2" 1855 > 1856 <Tool 1857 Name="VCPreBuildEventTool" 1858 /> 1859 <Tool 1860 Name="VCCustomBuildTool" 1861 /> 1862 <Tool 1863 Name="VCXMLDataGeneratorTool" 1864 /> 1865 <Tool 1866 Name="VCWebServiceProxyGeneratorTool" 1867 /> 1868 <Tool 1869 Name="VCMIDLTool" 1870 /> 1871 <Tool 1872 Name="VCCLCompilerTool" 1873 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 1874 PreprocessorDefinitions="_LIB;" 1875 PrecompiledHeaderFile="" 1876 /> 1877 <Tool 1878 Name="VCManagedResourceCompilerTool" 1879 /> 1880 <Tool 1881 Name="VCResourceCompilerTool" 1882 /> 1883 <Tool 1884 Name="VCPreLinkEventTool" 1885 /> 1886 <Tool 1887 Name="VCLibrarianTool" 1888 /> 1889 <Tool 1890 Name="VCALinkTool" 1891 /> 1892 <Tool 1893 Name="VCXDCMakeTool" 1894 /> 1895 <Tool 1896 Name="VCBscMakeTool" 1897 /> 1898 <Tool 1899 Name="VCFxCopTool" 1900 /> 1901 <Tool 1902 Name="VCPostBuildEventTool" 1903 /> 1904 </Configuration> 1905 <Configuration 1906 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1907 ConfigurationType="4" 1908 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1909 ATLMinimizesCRunTimeLibraryUsage="false" 2111 1910 CharacterSet="1" 2112 2113 ConfigurationType="4"2114 1911 > 2115 1912 <Tool … … 2130 1927 <Tool 2131 1928 Name="VCCLCompilerTool" 2132 PreprocessorDefinitions="_LIB;"2133 2134 1929 ExecutionBucket="7" 2135 1930 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1931 PreprocessorDefinitions="_LIB;" 2136 1932 PrecompiledHeaderFile="" 2137 1933 /> … … 2147 1943 <Tool 2148 1944 Name="VCLibrarianTool" 2149 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2150 1945 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 2151 1946 /> 2152 1947 <Tool … … 2175 1970 </Configuration> 2176 1971 <Configuration 2177 Name="Debug |Windows Mobile 5.0 Pocket PCSDK (ARMV4I)"2178 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2179 1972 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1973 ConfigurationType="4" 1974 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 2180 1975 ATLMinimizesCRunTimeLibraryUsage="false" 2181 2182 1976 CharacterSet="1" 2183 2184 ConfigurationType="4"2185 1977 > 2186 1978 <Tool … … 2201 1993 <Tool 2202 1994 Name="VCCLCompilerTool" 2203 PreprocessorDefinitions="_LIB;"2204 2205 1995 ExecutionBucket="7" 2206 1996 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1997 PreprocessorDefinitions="_LIB;" 2207 1998 PrecompiledHeaderFile="" 2208 1999 /> … … 2218 2009 <Tool 2219 2010 Name="VCLibrarianTool" 2220 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2221 2011 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 2222 2012 /> 2223 2013 <Tool … … 2246 2036 </Configuration> 2247 2037 <Configuration 2248 Name="Debug- Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"2249 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2250 2038 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 2039 ConfigurationType="4" 2040 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 2251 2041 ATLMinimizesCRunTimeLibraryUsage="false" 2252 2253 2042 CharacterSet="1" 2254 2255 ConfigurationType="4"2256 2043 > 2257 2044 <Tool … … 2272 2059 <Tool 2273 2060 Name="VCCLCompilerTool" 2274 PreprocessorDefinitions="_LIB;"2275 2276 2061 ExecutionBucket="7" 2277 2062 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2063 PreprocessorDefinitions="_LIB;" 2278 2064 PrecompiledHeaderFile="" 2279 2065 /> … … 2289 2075 <Tool 2290 2076 Name="VCLibrarianTool" 2291 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2292 2077 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 2293 2078 /> 2294 2079 <Tool … … 2317 2102 </Configuration> 2318 2103 <Configuration 2319 Name=" Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"2320 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2321 2104 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 2105 ConfigurationType="4" 2106 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 2322 2107 ATLMinimizesCRunTimeLibraryUsage="false" 2323 2324 2108 CharacterSet="1" 2325 2326 ConfigurationType="4"2327 2109 > 2328 2110 <Tool … … 2343 2125 <Tool 2344 2126 Name="VCCLCompilerTool" 2345 PreprocessorDefinitions="_LIB;"2346 2347 2127 ExecutionBucket="7" 2348 2128 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2129 PreprocessorDefinitions="_LIB;" 2349 2130 PrecompiledHeaderFile="" 2350 2131 /> … … 2360 2141 <Tool 2361 2142 Name="VCLibrarianTool" 2362 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2363 2143 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 2364 2144 /> 2365 2145 <Tool … … 2389 2169 <Configuration 2390 2170 Name="Debug-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2171 ConfigurationType="4" 2391 2172 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2392 2393 2173 ATLMinimizesCRunTimeLibraryUsage="false" 2394 2395 2174 CharacterSet="1" 2396 2397 ConfigurationType="4"2398 2175 > 2399 2176 <Tool … … 2414 2191 <Tool 2415 2192 Name="VCCLCompilerTool" 2416 PreprocessorDefinitions="_LIB;"2417 2418 2193 ExecutionBucket="7" 2419 2194 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2195 PreprocessorDefinitions="_LIB;" 2420 2196 PrecompiledHeaderFile="" 2421 2197 /> … … 2432 2208 Name="VCLibrarianTool" 2433 2209 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2434 2435 2210 /> 2436 2211 <Tool … … 2459 2234 </Configuration> 2460 2235 <Configuration 2461 Name=" Release-Static|Windows Mobile 5.0 Pocket PCSDK (ARMV4I)"2462 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2463 2236 Name="Debug-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2237 ConfigurationType="4" 2238 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2464 2239 ATLMinimizesCRunTimeLibraryUsage="false" 2465 2466 2240 CharacterSet="1" 2467 2468 ConfigurationType="4"2469 2241 > 2470 2242 <Tool … … 2485 2257 <Tool 2486 2258 Name="VCCLCompilerTool" 2487 PreprocessorDefinitions="_LIB;"2488 2489 2259 ExecutionBucket="7" 2490 2260 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2261 PreprocessorDefinitions="_LIB;" 2491 2262 PrecompiledHeaderFile="" 2492 2263 /> … … 2502 2273 <Tool 2503 2274 Name="VCLibrarianTool" 2504 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2505 2275 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2506 2276 /> 2507 2277 <Tool … … 2530 2300 </Configuration> 2531 2301 <Configuration 2532 Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2533 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2534 2302 Name="Release-Static|Win32" 2303 ConfigurationType="4" 2304 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 2305 UseOfMFC="0" 2535 2306 ATLMinimizesCRunTimeLibraryUsage="false" 2536 2307 CharacterSet="2" 2308 > 2309 <Tool 2310 Name="VCPreBuildEventTool" 2311 /> 2312 <Tool 2313 Name="VCCustomBuildTool" 2314 /> 2315 <Tool 2316 Name="VCXMLDataGeneratorTool" 2317 /> 2318 <Tool 2319 Name="VCWebServiceProxyGeneratorTool" 2320 /> 2321 <Tool 2322 Name="VCMIDLTool" 2323 /> 2324 <Tool 2325 Name="VCCLCompilerTool" 2326 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 2327 PreprocessorDefinitions="_LIB;" 2328 PrecompiledHeaderFile="" 2329 /> 2330 <Tool 2331 Name="VCManagedResourceCompilerTool" 2332 /> 2333 <Tool 2334 Name="VCResourceCompilerTool" 2335 /> 2336 <Tool 2337 Name="VCPreLinkEventTool" 2338 /> 2339 <Tool 2340 Name="VCLibrarianTool" 2341 /> 2342 <Tool 2343 Name="VCALinkTool" 2344 /> 2345 <Tool 2346 Name="VCXDCMakeTool" 2347 /> 2348 <Tool 2349 Name="VCBscMakeTool" 2350 /> 2351 <Tool 2352 Name="VCFxCopTool" 2353 /> 2354 <Tool 2355 Name="VCPostBuildEventTool" 2356 /> 2357 </Configuration> 2358 <Configuration 2359 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2360 ConfigurationType="4" 2361 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2362 ATLMinimizesCRunTimeLibraryUsage="false" 2537 2363 CharacterSet="1" 2538 2539 ConfigurationType="4"2540 2364 > 2541 2365 <Tool … … 2556 2380 <Tool 2557 2381 Name="VCCLCompilerTool" 2558 PreprocessorDefinitions="_LIB;"2559 2560 2382 ExecutionBucket="7" 2561 2383 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2384 PreprocessorDefinitions="_LIB;" 2562 2385 PrecompiledHeaderFile="" 2563 2386 /> … … 2573 2396 <Tool 2574 2397 Name="VCLibrarianTool" 2575 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2576 2398 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 2577 2399 /> 2578 2400 <Tool … … 2601 2423 </Configuration> 2602 2424 <Configuration 2603 Name=" Debug|Windows Mobile 5.0 SmartphoneSDK (ARMV4I)"2604 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2605 2425 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2426 ConfigurationType="4" 2427 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2606 2428 ATLMinimizesCRunTimeLibraryUsage="false" 2607 2608 2429 CharacterSet="1" 2609 2610 ConfigurationType="4"2611 2430 > 2612 2431 <Tool … … 2627 2446 <Tool 2628 2447 Name="VCCLCompilerTool" 2629 PreprocessorDefinitions="_LIB;"2630 2631 2448 ExecutionBucket="7" 2632 2449 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2450 PreprocessorDefinitions="_LIB;" 2633 2451 PrecompiledHeaderFile="" 2634 2452 /> … … 2644 2462 <Tool 2645 2463 Name="VCLibrarianTool" 2646 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2647 2464 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 2648 2465 /> 2649 2466 <Tool … … 2672 2489 </Configuration> 2673 2490 <Configuration 2674 Name=" Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"2675 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2676 2491 Name="Release-Static|Pocket PC 2003 (ARMV4)" 2492 ConfigurationType="4" 2493 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 2677 2494 ATLMinimizesCRunTimeLibraryUsage="false" 2678 2679 2495 CharacterSet="1" 2680 2681 ConfigurationType="4"2682 2496 > 2683 2497 <Tool … … 2698 2512 <Tool 2699 2513 Name="VCCLCompilerTool" 2700 PreprocessorDefinitions="_LIB;"2701 2702 2514 ExecutionBucket="7" 2703 2515 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2516 PreprocessorDefinitions="_LIB;" 2704 2517 PrecompiledHeaderFile="" 2705 2518 /> … … 2715 2528 <Tool 2716 2529 Name="VCLibrarianTool" 2717 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2718 2530 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).lib" 2719 2531 /> 2720 2532 <Tool … … 2743 2555 </Configuration> 2744 2556 <Configuration 2745 Name="Release- Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"2746 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2747 2557 Name="Release-Static|Smartphone 2003 (ARMV4)" 2558 ConfigurationType="4" 2559 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 2748 2560 ATLMinimizesCRunTimeLibraryUsage="false" 2749 2750 2561 CharacterSet="1" 2751 2752 ConfigurationType="4"2753 2562 > 2754 2563 <Tool … … 2769 2578 <Tool 2770 2579 Name="VCCLCompilerTool" 2771 PreprocessorDefinitions="_LIB;"2772 2773 2580 ExecutionBucket="7" 2774 2581 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2582 PreprocessorDefinitions="_LIB;" 2775 2583 PrecompiledHeaderFile="" 2776 2584 /> … … 2786 2594 <Tool 2787 2595 Name="VCLibrarianTool" 2788 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2789 2596 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).lib" 2790 2597 /> 2791 2598 <Tool … … 2814 2621 </Configuration> 2815 2622 <Configuration 2816 Name=" Debug-Dynamic|Windows Mobile 5.0 SmartphoneSDK (ARMV4I)"2817 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2818 2623 Name="Release-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2624 ConfigurationType="4" 2625 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2819 2626 ATLMinimizesCRunTimeLibraryUsage="false" 2820 2821 2627 CharacterSet="1" 2822 2823 ConfigurationType="4"2824 2628 > 2825 2629 <Tool … … 2840 2644 <Tool 2841 2645 Name="VCCLCompilerTool" 2842 PreprocessorDefinitions="_LIB;"2843 2844 2646 ExecutionBucket="7" 2845 2647 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2648 PreprocessorDefinitions="_LIB;" 2846 2649 PrecompiledHeaderFile="" 2847 2650 /> … … 2857 2660 <Tool 2858 2661 Name="VCLibrarianTool" 2859 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2860 2662 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).lib" 2861 2663 /> 2862 2664 <Tool … … 2886 2688 <Configuration 2887 2689 Name="Release-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2690 ConfigurationType="4" 2888 2691 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2889 2890 2692 ATLMinimizesCRunTimeLibraryUsage="false" 2891 2892 2693 CharacterSet="1" 2893 2894 ConfigurationType="4"2895 2694 > 2896 2695 <Tool … … 2911 2710 <Tool 2912 2711 Name="VCCLCompilerTool" 2913 PreprocessorDefinitions="_LIB;"2914 2915 2712 ExecutionBucket="7" 2916 2713 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 2714 PreprocessorDefinitions="_LIB;" 2917 2715 PrecompiledHeaderFile="" 2918 2716 /> … … 2929 2727 Name="VCLibrarianTool" 2930 2728 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).lib" 2931 2932 2729 /> 2933 2730 <Tool … … 3080 2877 </File> 3081 2878 <File 2879 RelativePath="..\src\pjmedia\avi_player.c" 2880 > 2881 </File> 2882 <File 3082 2883 RelativePath="..\src\pjmedia\bidirectional.c" 3083 2884 > … … 3316 3117 </File> 3317 3118 <File 3119 RelativePath="..\src\pjmedia\converter.c" 3120 > 3121 </File> 3122 <File 3123 RelativePath="..\src\pjmedia\converter_libswscale.c" 3124 > 3125 </File> 3126 <File 3318 3127 RelativePath="..\src\pjmedia\delaybuf.c" 3319 3128 > … … 3668 3477 </File> 3669 3478 <File 3479 RelativePath="..\src\pjmedia\ffmpeg_util.c" 3480 > 3481 </File> 3482 <File 3483 RelativePath="..\src\pjmedia\format.c" 3484 > 3485 </File> 3486 <File 3670 3487 RelativePath="..\src\pjmedia\g711.c" 3671 3488 > … … 4924 4741 /> 4925 4742 </FileConfiguration> 4743 </File> 4744 <File 4745 RelativePath="..\src\pjmedia\vid_codec.c" 4746 > 4747 </File> 4748 <File 4749 RelativePath="..\src\pjmedia\videoport.c" 4750 > 4926 4751 </File> 4927 4752 <File … … 5171 4996 </File> 5172 4997 <File 4998 RelativePath="..\include\pjmedia\avi.h" 4999 > 5000 </File> 5001 <File 5002 RelativePath="..\include\pjmedia\avi_stream.h" 5003 > 5004 </File> 5005 <File 5173 5006 RelativePath="..\include\pjmedia\bidirectional.h" 5174 5007 > … … 5195 5028 </File> 5196 5029 <File 5030 RelativePath="..\include\pjmedia\converter.h" 5031 > 5032 </File> 5033 <File 5197 5034 RelativePath="..\include\pjmedia\delaybuf.h" 5198 5035 > … … 5219 5056 </File> 5220 5057 <File 5058 RelativePath="..\include\pjmedia\format.h" 5059 > 5060 </File> 5061 <File 5062 RelativePath="..\include\pjmedia\frame.h" 5063 > 5064 </File> 5065 <File 5221 5066 RelativePath="..\include\pjmedia\g711.h" 5222 5067 > … … 5332 5177 <File 5333 5178 RelativePath="..\include\pjmedia\types.h" 5179 > 5180 </File> 5181 <File 5182 RelativePath="..\include\pjmedia\vid_codec.h" 5183 > 5184 </File> 5185 <File 5186 RelativePath="..\include\pjmedia\videoport.h" 5334 5187 > 5335 5188 </File> -
pjproject/branches/projects/2.0-dev/pjmedia/build/pjmedia_codec.vcproj
r2825 r3394 2765 2765 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 2766 2766 > 2767 <File 2768 RelativePath="..\src\pjmedia-codec\ffmpeg_codecs.c" 2769 > 2770 </File> 2767 2771 <File 2768 2772 RelativePath="..\src\pjmedia-codec\g722.c" … … 3047 3051 </File> 3048 3052 <File 3053 RelativePath="..\include\pjmedia-codec\ffmpeg_codecs.h" 3054 > 3055 </File> 3056 <File 3049 3057 RelativePath="..\include\pjmedia-codec\g722.h" 3050 3058 > … … 3056 3064 <File 3057 3065 RelativePath="..\include\pjmedia-codec\gsm.h" 3066 > 3067 </File> 3068 <File 3069 RelativePath="..\include\pjmedia-codec\h263_packetizer.h" 3058 3070 > 3059 3071 </File> -
pjproject/branches/projects/2.0-dev/pjmedia/build/pjmedia_test.vcproj
r2664 r3394 35 35 <Configuration 36 36 Name="Debug|Win32" 37 ConfigurationType="1" 37 38 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 38 39 UseOfMFC="0" 39 40 ATLMinimizesCRunTimeLibraryUsage="false" 40 41 41 CharacterSet="2" 42 43 ConfigurationType="1"44 UseOfMFC="0"45 42 > 46 43 <Tool … … 61 58 <Tool 62 59 Name="VCCLCompilerTool" 60 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 63 61 PreprocessorDefinitions="_CONSOLE;" 64 65 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include"66 62 PrecompiledHeaderFile="" 67 63 /> … … 79 75 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib" 80 76 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 81 77 IgnoreDefaultLibraryNames="MSVCRT.LIB" 82 78 /> 83 79 <Tool … … 108 104 <Configuration 109 105 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 106 ConfigurationType="1" 110 107 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 111 112 108 ATLMinimizesCRunTimeLibraryUsage="false" 113 114 109 CharacterSet="1" 115 116 ConfigurationType="1"117 110 > 118 111 <Tool … … 150 143 AdditionalDependencies="ws2.lib" 151 144 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 152 153 145 /> 154 146 <Tool … … 178 170 <Configuration 179 171 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 172 ConfigurationType="1" 180 173 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 181 182 174 ATLMinimizesCRunTimeLibraryUsage="false" 183 184 175 CharacterSet="1" 185 186 ConfigurationType="1"187 176 > 188 177 <Tool … … 220 209 AdditionalDependencies="ws2.lib" 221 210 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 222 223 211 /> 224 212 <Tool … … 247 235 </Configuration> 248 236 <Configuration 249 Name=" Release|Win32"250 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"251 237 Name="Debug|Pocket PC 2003 (ARMV4)" 238 ConfigurationType="1" 239 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 252 240 ATLMinimizesCRunTimeLibraryUsage="false" 253 254 CharacterSet="2"255 256 ConfigurationType="1"257 UseOfMFC="0"258 >259 <Tool260 Name="VCPreBuildEventTool"261 />262 <Tool263 Name="VCCustomBuildTool"264 />265 <Tool266 Name="VCXMLDataGeneratorTool"267 />268 <Tool269 Name="VCWebServiceProxyGeneratorTool"270 />271 <Tool272 Name="VCMIDLTool"273 />274 <Tool275 Name="VCCLCompilerTool"276 PreprocessorDefinitions="_CONSOLE;"277 278 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include"279 PrecompiledHeaderFile=""280 />281 <Tool282 Name="VCManagedResourceCompilerTool"283 />284 <Tool285 Name="VCResourceCompilerTool"286 />287 <Tool288 Name="VCPreLinkEventTool"289 />290 <Tool291 Name="VCLinkerTool"292 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib"293 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe"294 295 />296 <Tool297 Name="VCALinkTool"298 />299 <Tool300 Name="VCManifestTool"301 />302 <Tool303 Name="VCXDCMakeTool"304 />305 <Tool306 Name="VCBscMakeTool"307 />308 <Tool309 Name="VCFxCopTool"310 />311 <Tool312 Name="VCAppVerifierTool"313 />314 <Tool315 Name="VCWebDeploymentTool"316 />317 <Tool318 Name="VCPostBuildEventTool"319 />320 </Configuration>321 <Configuration322 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"323 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"324 325 ATLMinimizesCRunTimeLibraryUsage="false"326 327 241 CharacterSet="1" 328 329 ConfigurationType="1"330 242 > 331 243 <Tool … … 362 274 Name="VCLinkerTool" 363 275 AdditionalDependencies="ws2.lib" 364 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 365 276 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 366 277 /> 367 278 <Tool … … 390 301 </Configuration> 391 302 <Configuration 392 Name=" Release|Windows Mobile 6 Professional SDK (ARMV4I)"393 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"394 303 Name="Debug|Smartphone 2003 (ARMV4)" 304 ConfigurationType="1" 305 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 395 306 ATLMinimizesCRunTimeLibraryUsage="false" 396 397 307 CharacterSet="1" 398 399 ConfigurationType="1"400 308 > 401 309 <Tool … … 432 340 Name="VCLinkerTool" 433 341 AdditionalDependencies="ws2.lib" 434 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 435 342 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 436 343 /> 437 344 <Tool … … 460 367 </Configuration> 461 368 <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 369 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 370 ConfigurationType="1" 371 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 465 372 ATLMinimizesCRunTimeLibraryUsage="false" 466 467 CharacterSet="2"468 469 ConfigurationType="1"470 UseOfMFC="0"471 >472 <Tool473 Name="VCPreBuildEventTool"474 />475 <Tool476 Name="VCCustomBuildTool"477 />478 <Tool479 Name="VCXMLDataGeneratorTool"480 />481 <Tool482 Name="VCWebServiceProxyGeneratorTool"483 />484 <Tool485 Name="VCMIDLTool"486 />487 <Tool488 Name="VCCLCompilerTool"489 PreprocessorDefinitions="_CONSOLE;"490 491 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include"492 PrecompiledHeaderFile=""493 />494 <Tool495 Name="VCManagedResourceCompilerTool"496 />497 <Tool498 Name="VCResourceCompilerTool"499 />500 <Tool501 Name="VCPreLinkEventTool"502 />503 <Tool504 Name="VCLinkerTool"505 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib"506 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe"507 508 />509 <Tool510 Name="VCALinkTool"511 />512 <Tool513 Name="VCManifestTool"514 />515 <Tool516 Name="VCXDCMakeTool"517 />518 <Tool519 Name="VCBscMakeTool"520 />521 <Tool522 Name="VCFxCopTool"523 />524 <Tool525 Name="VCAppVerifierTool"526 />527 <Tool528 Name="VCWebDeploymentTool"529 />530 <Tool531 Name="VCPostBuildEventTool"532 />533 </Configuration>534 <Configuration535 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"536 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"537 538 ATLMinimizesCRunTimeLibraryUsage="false"539 540 373 CharacterSet="1" 541 542 ConfigurationType="1"543 374 > 544 375 <Tool … … 575 406 Name="VCLinkerTool" 576 407 AdditionalDependencies="ws2.lib" 577 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 578 408 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 579 409 /> 580 410 <Tool … … 603 433 </Configuration> 604 434 <Configuration 605 Name="Debug -Static|Windows Mobile 6 ProfessionalSDK (ARMV4I)"606 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"607 435 Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 436 ConfigurationType="1" 437 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 608 438 ATLMinimizesCRunTimeLibraryUsage="false" 609 610 439 CharacterSet="1" 611 612 ConfigurationType="1"613 440 > 614 441 <Tool … … 645 472 Name="VCLinkerTool" 646 473 AdditionalDependencies="ws2.lib" 647 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 648 474 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 649 475 /> 650 476 <Tool … … 673 499 </Configuration> 674 500 <Configuration 675 Name="Release-Dynamic|Win32" 501 Name="Release|Win32" 502 ConfigurationType="1" 676 503 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 677 504 UseOfMFC="0" 678 505 ATLMinimizesCRunTimeLibraryUsage="false" 679 680 506 CharacterSet="2" 681 682 ConfigurationType="1"683 UseOfMFC="0"684 507 > 685 508 <Tool … … 700 523 <Tool 701 524 Name="VCCLCompilerTool" 525 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 702 526 PreprocessorDefinitions="_CONSOLE;" 703 704 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include"705 527 PrecompiledHeaderFile="" 706 528 /> … … 718 540 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib" 719 541 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 720 542 IgnoreDefaultLibraryNames="" 721 543 /> 722 544 <Tool … … 746 568 </Configuration> 747 569 <Configuration 748 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 570 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 571 ConfigurationType="1" 749 572 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 750 751 573 ATLMinimizesCRunTimeLibraryUsage="false" 752 753 574 CharacterSet="1" 754 755 ConfigurationType="1"756 575 > 757 576 <Tool … … 789 608 AdditionalDependencies="ws2.lib" 790 609 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 791 792 610 /> 793 611 <Tool … … 816 634 </Configuration> 817 635 <Configuration 818 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 636 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 637 ConfigurationType="1" 819 638 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 820 821 639 ATLMinimizesCRunTimeLibraryUsage="false" 822 823 640 CharacterSet="1" 824 825 ConfigurationType="1"826 641 > 827 642 <Tool … … 859 674 AdditionalDependencies="ws2.lib" 860 675 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 861 862 676 /> 863 677 <Tool … … 886 700 </Configuration> 887 701 <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 702 Name="Release|Pocket PC 2003 (ARMV4)" 703 ConfigurationType="1" 704 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 891 705 ATLMinimizesCRunTimeLibraryUsage="false" 892 893 CharacterSet="2"894 895 ConfigurationType="1"896 UseOfMFC="0"897 >898 <Tool899 Name="VCPreBuildEventTool"900 />901 <Tool902 Name="VCCustomBuildTool"903 />904 <Tool905 Name="VCXMLDataGeneratorTool"906 />907 <Tool908 Name="VCWebServiceProxyGeneratorTool"909 />910 <Tool911 Name="VCMIDLTool"912 />913 <Tool914 Name="VCCLCompilerTool"915 PreprocessorDefinitions="_CONSOLE;"916 917 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include"918 PrecompiledHeaderFile=""919 />920 <Tool921 Name="VCManagedResourceCompilerTool"922 />923 <Tool924 Name="VCResourceCompilerTool"925 />926 <Tool927 Name="VCPreLinkEventTool"928 />929 <Tool930 Name="VCLinkerTool"931 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib"932 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe"933 934 />935 <Tool936 Name="VCALinkTool"937 />938 <Tool939 Name="VCManifestTool"940 />941 <Tool942 Name="VCXDCMakeTool"943 />944 <Tool945 Name="VCBscMakeTool"946 />947 <Tool948 Name="VCFxCopTool"949 />950 <Tool951 Name="VCAppVerifierTool"952 />953 <Tool954 Name="VCWebDeploymentTool"955 />956 <Tool957 Name="VCPostBuildEventTool"958 />959 </Configuration>960 <Configuration961 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"962 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"963 964 ATLMinimizesCRunTimeLibraryUsage="false"965 966 706 CharacterSet="1" 967 968 ConfigurationType="1"969 707 > 970 708 <Tool … … 1001 739 Name="VCLinkerTool" 1002 740 AdditionalDependencies="ws2.lib" 1003 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 1004 741 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1005 742 /> 1006 743 <Tool … … 1029 766 </Configuration> 1030 767 <Configuration 1031 Name=" Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1032 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"1033 768 Name="Release|Smartphone 2003 (ARMV4)" 769 ConfigurationType="1" 770 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1034 771 ATLMinimizesCRunTimeLibraryUsage="false" 1035 1036 772 CharacterSet="1" 1037 1038 ConfigurationType="1"1039 773 > 1040 774 <Tool … … 1071 805 Name="VCLinkerTool" 1072 806 AdditionalDependencies="ws2.lib" 1073 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 1074 807 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1075 808 /> 1076 809 <Tool … … 1099 832 </Configuration> 1100 833 <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 834 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 835 ConfigurationType="1" 836 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 1104 837 ATLMinimizesCRunTimeLibraryUsage="false" 1105 1106 CharacterSet="2"1107 1108 ConfigurationType="1"1109 UseOfMFC="0"1110 >1111 <Tool1112 Name="VCPreBuildEventTool"1113 />1114 <Tool1115 Name="VCCustomBuildTool"1116 />1117 <Tool1118 Name="VCXMLDataGeneratorTool"1119 />1120 <Tool1121 Name="VCWebServiceProxyGeneratorTool"1122 />1123 <Tool1124 Name="VCMIDLTool"1125 />1126 <Tool1127 Name="VCCLCompilerTool"1128 PreprocessorDefinitions="_CONSOLE;"1129 1130 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include"1131 PrecompiledHeaderFile=""1132 />1133 <Tool1134 Name="VCManagedResourceCompilerTool"1135 />1136 <Tool1137 Name="VCResourceCompilerTool"1138 />1139 <Tool1140 Name="VCPreLinkEventTool"1141 />1142 <Tool1143 Name="VCLinkerTool"1144 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib"1145 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe"1146 1147 />1148 <Tool1149 Name="VCALinkTool"1150 />1151 <Tool1152 Name="VCManifestTool"1153 />1154 <Tool1155 Name="VCXDCMakeTool"1156 />1157 <Tool1158 Name="VCBscMakeTool"1159 />1160 <Tool1161 Name="VCFxCopTool"1162 />1163 <Tool1164 Name="VCAppVerifierTool"1165 />1166 <Tool1167 Name="VCWebDeploymentTool"1168 />1169 <Tool1170 Name="VCPostBuildEventTool"1171 />1172 </Configuration>1173 <Configuration1174 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)"1175 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1176 1177 ATLMinimizesCRunTimeLibraryUsage="false"1178 1179 838 CharacterSet="1" 1180 1181 ConfigurationType="1"1182 839 > 1183 840 <Tool … … 1214 871 Name="VCLinkerTool" 1215 872 AdditionalDependencies="ws2.lib" 1216 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 1217 873 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 1218 874 /> 1219 875 <Tool … … 1242 898 </Configuration> 1243 899 <Configuration 1244 Name="Release -Static|Windows Mobile 6 ProfessionalSDK (ARMV4I)"1245 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1246 900 Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 901 ConfigurationType="1" 902 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 1247 903 ATLMinimizesCRunTimeLibraryUsage="false" 1248 1249 904 CharacterSet="1" 1250 1251 ConfigurationType="1"1252 905 > 1253 906 <Tool … … 1284 937 Name="VCLinkerTool" 1285 938 AdditionalDependencies="ws2.lib" 1286 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 1287 939 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 1288 940 /> 1289 941 <Tool … … 1312 964 </Configuration> 1313 965 <Configuration 1314 Name="Debug|Pocket PC 2003 (ARMV4)" 1315 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1316 966 Name="Debug-Static|Win32" 967 ConfigurationType="1" 968 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 969 UseOfMFC="0" 1317 970 ATLMinimizesCRunTimeLibraryUsage="false" 1318 971 CharacterSet="2" 972 > 973 <Tool 974 Name="VCPreBuildEventTool" 975 /> 976 <Tool 977 Name="VCCustomBuildTool" 978 /> 979 <Tool 980 Name="VCXMLDataGeneratorTool" 981 /> 982 <Tool 983 Name="VCWebServiceProxyGeneratorTool" 984 /> 985 <Tool 986 Name="VCMIDLTool" 987 /> 988 <Tool 989 Name="VCCLCompilerTool" 990 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 991 PreprocessorDefinitions="_CONSOLE;" 992 PrecompiledHeaderFile="" 993 /> 994 <Tool 995 Name="VCManagedResourceCompilerTool" 996 /> 997 <Tool 998 Name="VCResourceCompilerTool" 999 /> 1000 <Tool 1001 Name="VCPreLinkEventTool" 1002 /> 1003 <Tool 1004 Name="VCLinkerTool" 1005 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib" 1006 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 1007 IgnoreDefaultLibraryNames="MSVCRT.LIB" 1008 /> 1009 <Tool 1010 Name="VCALinkTool" 1011 /> 1012 <Tool 1013 Name="VCManifestTool" 1014 /> 1015 <Tool 1016 Name="VCXDCMakeTool" 1017 /> 1018 <Tool 1019 Name="VCBscMakeTool" 1020 /> 1021 <Tool 1022 Name="VCFxCopTool" 1023 /> 1024 <Tool 1025 Name="VCAppVerifierTool" 1026 /> 1027 <Tool 1028 Name="VCWebDeploymentTool" 1029 /> 1030 <Tool 1031 Name="VCPostBuildEventTool" 1032 /> 1033 </Configuration> 1034 <Configuration 1035 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1036 ConfigurationType="1" 1037 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1038 ATLMinimizesCRunTimeLibraryUsage="false" 1319 1039 CharacterSet="1" 1320 1321 ConfigurationType="1"1322 1040 > 1323 1041 <Tool … … 1354 1072 Name="VCLinkerTool" 1355 1073 AdditionalDependencies="ws2.lib" 1356 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1357 1074 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 1358 1075 /> 1359 1076 <Tool … … 1382 1099 </Configuration> 1383 1100 <Configuration 1384 Name=" Release|Pocket PC 2003 (ARMV4)"1385 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1386 1101 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1102 ConfigurationType="1" 1103 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1387 1104 ATLMinimizesCRunTimeLibraryUsage="false" 1388 1389 1105 CharacterSet="1" 1390 1391 ConfigurationType="1"1392 1106 > 1393 1107 <Tool … … 1424 1138 Name="VCLinkerTool" 1425 1139 AdditionalDependencies="ws2.lib" 1426 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1427 1140 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 1428 1141 /> 1429 1142 <Tool … … 1453 1166 <Configuration 1454 1167 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 1168 ConfigurationType="1" 1455 1169 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1456 1457 1170 ATLMinimizesCRunTimeLibraryUsage="false" 1458 1459 1171 CharacterSet="1" 1460 1461 ConfigurationType="1"1462 1172 > 1463 1173 <Tool … … 1495 1205 AdditionalDependencies="ws2.lib" 1496 1206 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1497 1498 1207 /> 1499 1208 <Tool … … 1522 1231 </Configuration> 1523 1232 <Configuration 1524 Name=" Release-Dynamic|Pocket PC2003 (ARMV4)"1525 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1526 1233 Name="Debug-Static|Smartphone 2003 (ARMV4)" 1234 ConfigurationType="1" 1235 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1527 1236 ATLMinimizesCRunTimeLibraryUsage="false" 1528 1529 1237 CharacterSet="1" 1530 1531 ConfigurationType="1"1532 1238 > 1533 1239 <Tool … … 1564 1270 Name="VCLinkerTool" 1565 1271 AdditionalDependencies="ws2.lib" 1566 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1567 1272 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1568 1273 /> 1569 1274 <Tool … … 1592 1297 </Configuration> 1593 1298 <Configuration 1594 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 1299 Name="Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 1300 ConfigurationType="1" 1301 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 1597 1302 ATLMinimizesCRunTimeLibraryUsage="false" 1598 1599 1303 CharacterSet="1" 1600 1601 ConfigurationType="1"1602 1304 > 1603 1305 <Tool … … 1634 1336 Name="VCLinkerTool" 1635 1337 AdditionalDependencies="ws2.lib" 1636 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1637 1338 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 1638 1339 /> 1639 1340 <Tool … … 1662 1363 </Configuration> 1663 1364 <Configuration 1664 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 1365 Name="Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 1366 ConfigurationType="1" 1367 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 1667 1368 ATLMinimizesCRunTimeLibraryUsage="false" 1668 1669 1369 CharacterSet="1" 1670 1671 ConfigurationType="1"1672 1370 > 1673 1371 <Tool … … 1704 1402 Name="VCLinkerTool" 1705 1403 AdditionalDependencies="ws2.lib" 1706 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1707 1404 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 1708 1405 /> 1709 1406 <Tool … … 1732 1429 </Configuration> 1733 1430 <Configuration 1734 Name="Debug|Smartphone 2003 (ARMV4)" 1735 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 1736 1431 Name="Release-Dynamic|Win32" 1432 ConfigurationType="1" 1433 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 1434 UseOfMFC="0" 1737 1435 ATLMinimizesCRunTimeLibraryUsage="false" 1738 1436 CharacterSet="2" 1437 > 1438 <Tool 1439 Name="VCPreBuildEventTool" 1440 /> 1441 <Tool 1442 Name="VCCustomBuildTool" 1443 /> 1444 <Tool 1445 Name="VCXMLDataGeneratorTool" 1446 /> 1447 <Tool 1448 Name="VCWebServiceProxyGeneratorTool" 1449 /> 1450 <Tool 1451 Name="VCMIDLTool" 1452 /> 1453 <Tool 1454 Name="VCCLCompilerTool" 1455 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 1456 PreprocessorDefinitions="_CONSOLE;" 1457 PrecompiledHeaderFile="" 1458 /> 1459 <Tool 1460 Name="VCManagedResourceCompilerTool" 1461 /> 1462 <Tool 1463 Name="VCResourceCompilerTool" 1464 /> 1465 <Tool 1466 Name="VCPreLinkEventTool" 1467 /> 1468 <Tool 1469 Name="VCLinkerTool" 1470 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib" 1471 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 1472 IgnoreDefaultLibraryNames="" 1473 /> 1474 <Tool 1475 Name="VCALinkTool" 1476 /> 1477 <Tool 1478 Name="VCManifestTool" 1479 /> 1480 <Tool 1481 Name="VCXDCMakeTool" 1482 /> 1483 <Tool 1484 Name="VCBscMakeTool" 1485 /> 1486 <Tool 1487 Name="VCFxCopTool" 1488 /> 1489 <Tool 1490 Name="VCAppVerifierTool" 1491 /> 1492 <Tool 1493 Name="VCWebDeploymentTool" 1494 /> 1495 <Tool 1496 Name="VCPostBuildEventTool" 1497 /> 1498 </Configuration> 1499 <Configuration 1500 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1501 ConfigurationType="1" 1502 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1503 ATLMinimizesCRunTimeLibraryUsage="false" 1739 1504 CharacterSet="1" 1740 1741 ConfigurationType="1"1742 1505 > 1743 1506 <Tool … … 1774 1537 Name="VCLinkerTool" 1775 1538 AdditionalDependencies="ws2.lib" 1776 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1777 1539 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 1778 1540 /> 1779 1541 <Tool … … 1802 1564 </Configuration> 1803 1565 <Configuration 1804 Name="Release |Smartphone 2003 (ARMV4)"1805 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops"1806 1566 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1567 ConfigurationType="1" 1568 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1807 1569 ATLMinimizesCRunTimeLibraryUsage="false" 1808 1809 1570 CharacterSet="1" 1810 1811 ConfigurationType="1"1812 1571 > 1813 1572 <Tool … … 1844 1603 Name="VCLinkerTool" 1845 1604 AdditionalDependencies="ws2.lib" 1846 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1847 1605 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 1848 1606 /> 1849 1607 <Tool … … 1872 1630 </Configuration> 1873 1631 <Configuration 1874 Name=" Debug-Static|Smartphone2003 (ARMV4)"1875 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops"1876 1632 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 1633 ConfigurationType="1" 1634 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1877 1635 ATLMinimizesCRunTimeLibraryUsage="false" 1878 1879 1636 CharacterSet="1" 1880 1881 ConfigurationType="1"1882 1637 > 1883 1638 <Tool … … 1914 1669 Name="VCLinkerTool" 1915 1670 AdditionalDependencies="ws2.lib" 1916 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1917 1671 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 1918 1672 /> 1919 1673 <Tool … … 1943 1697 <Configuration 1944 1698 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 1699 ConfigurationType="1" 1945 1700 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 1946 1947 1701 ATLMinimizesCRunTimeLibraryUsage="false" 1948 1949 1702 CharacterSet="1" 1950 1951 ConfigurationType="1"1952 1703 > 1953 1704 <Tool … … 1985 1736 AdditionalDependencies="ws2.lib" 1986 1737 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 1987 1988 1738 /> 1989 1739 <Tool … … 2012 1762 </Configuration> 2013 1763 <Configuration 2014 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 1764 Name="Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 1765 ConfigurationType="1" 1766 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2017 1767 ATLMinimizesCRunTimeLibraryUsage="false" 2018 2019 1768 CharacterSet="1" 2020 2021 ConfigurationType="1"2022 1769 > 2023 1770 <Tool … … 2054 1801 Name="VCLinkerTool" 2055 1802 AdditionalDependencies="ws2.lib" 2056 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 2057 1803 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2058 1804 /> 2059 1805 <Tool … … 2082 1828 </Configuration> 2083 1829 <Configuration 2084 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 1830 Name="Release-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 1831 ConfigurationType="1" 1832 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2087 1833 ATLMinimizesCRunTimeLibraryUsage="false" 2088 2089 1834 CharacterSet="1" 2090 2091 ConfigurationType="1"2092 1835 > 2093 1836 <Tool … … 2124 1867 Name="VCLinkerTool" 2125 1868 AdditionalDependencies="ws2.lib" 2126 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 2127 1869 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2128 1870 /> 2129 1871 <Tool … … 2152 1894 </Configuration> 2153 1895 <Configuration 2154 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2155 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2156 1896 Name="Debug-Dynamic|Win32" 1897 ConfigurationType="1" 1898 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 1899 UseOfMFC="0" 2157 1900 ATLMinimizesCRunTimeLibraryUsage="false" 2158 1901 CharacterSet="2" 1902 > 1903 <Tool 1904 Name="VCPreBuildEventTool" 1905 /> 1906 <Tool 1907 Name="VCCustomBuildTool" 1908 /> 1909 <Tool 1910 Name="VCXMLDataGeneratorTool" 1911 /> 1912 <Tool 1913 Name="VCWebServiceProxyGeneratorTool" 1914 /> 1915 <Tool 1916 Name="VCMIDLTool" 1917 /> 1918 <Tool 1919 Name="VCCLCompilerTool" 1920 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 1921 PreprocessorDefinitions="_CONSOLE;" 1922 PrecompiledHeaderFile="" 1923 /> 1924 <Tool 1925 Name="VCManagedResourceCompilerTool" 1926 /> 1927 <Tool 1928 Name="VCResourceCompilerTool" 1929 /> 1930 <Tool 1931 Name="VCPreLinkEventTool" 1932 /> 1933 <Tool 1934 Name="VCLinkerTool" 1935 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib" 1936 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 1937 IgnoreDefaultLibraryNames="MSVCRT.LIB" 1938 /> 1939 <Tool 1940 Name="VCALinkTool" 1941 /> 1942 <Tool 1943 Name="VCManifestTool" 1944 /> 1945 <Tool 1946 Name="VCXDCMakeTool" 1947 /> 1948 <Tool 1949 Name="VCBscMakeTool" 1950 /> 1951 <Tool 1952 Name="VCFxCopTool" 1953 /> 1954 <Tool 1955 Name="VCAppVerifierTool" 1956 /> 1957 <Tool 1958 Name="VCWebDeploymentTool" 1959 /> 1960 <Tool 1961 Name="VCPostBuildEventTool" 1962 /> 1963 </Configuration> 1964 <Configuration 1965 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1966 ConfigurationType="1" 1967 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1968 ATLMinimizesCRunTimeLibraryUsage="false" 2159 1969 CharacterSet="1" 2160 2161 ConfigurationType="1"2162 1970 > 2163 1971 <Tool … … 2194 2002 Name="VCLinkerTool" 2195 2003 AdditionalDependencies="ws2.lib" 2196 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2197 2004 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 2198 2005 /> 2199 2006 <Tool … … 2222 2029 </Configuration> 2223 2030 <Configuration 2224 Name=" Release|Windows Mobile 5.0 Pocket PCSDK (ARMV4I)"2225 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2226 2031 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2032 ConfigurationType="1" 2033 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 2227 2034 ATLMinimizesCRunTimeLibraryUsage="false" 2228 2229 2035 CharacterSet="1" 2230 2231 ConfigurationType="1"2232 2036 > 2233 2037 <Tool … … 2264 2068 Name="VCLinkerTool" 2265 2069 AdditionalDependencies="ws2.lib" 2266 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2267 2070 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 2268 2071 /> 2269 2072 <Tool … … 2292 2095 </Configuration> 2293 2096 <Configuration 2294 Name="Debug- Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"2295 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2296 2097 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 2098 ConfigurationType="1" 2099 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 2297 2100 ATLMinimizesCRunTimeLibraryUsage="false" 2298 2299 2101 CharacterSet="1" 2300 2301 ConfigurationType="1"2302 2102 > 2303 2103 <Tool … … 2334 2134 Name="VCLinkerTool" 2335 2135 AdditionalDependencies="ws2.lib" 2336 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2337 2136 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 2338 2137 /> 2339 2138 <Tool … … 2362 2161 </Configuration> 2363 2162 <Configuration 2364 Name=" Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"2365 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2366 2163 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 2164 ConfigurationType="1" 2165 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-common-defaults.vsprops" 2367 2166 ATLMinimizesCRunTimeLibraryUsage="false" 2368 2369 2167 CharacterSet="1" 2370 2371 ConfigurationType="1"2372 2168 > 2373 2169 <Tool … … 2404 2200 Name="VCLinkerTool" 2405 2201 AdditionalDependencies="ws2.lib" 2406 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2407 2202 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 2408 2203 /> 2409 2204 <Tool … … 2433 2228 <Configuration 2434 2229 Name="Debug-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2230 ConfigurationType="1" 2435 2231 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2436 2437 2232 ATLMinimizesCRunTimeLibraryUsage="false" 2438 2439 2233 CharacterSet="1" 2440 2441 ConfigurationType="1"2442 2234 > 2443 2235 <Tool … … 2475 2267 AdditionalDependencies="ws2.lib" 2476 2268 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2477 2478 2269 /> 2479 2270 <Tool … … 2502 2293 </Configuration> 2503 2294 <Configuration 2504 Name=" Release-Static|Windows Mobile 5.0 Pocket PCSDK (ARMV4I)"2505 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2506 2295 Name="Debug-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2296 ConfigurationType="1" 2297 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2507 2298 ATLMinimizesCRunTimeLibraryUsage="false" 2508 2509 2299 CharacterSet="1" 2510 2511 ConfigurationType="1"2512 2300 > 2513 2301 <Tool … … 2544 2332 Name="VCLinkerTool" 2545 2333 AdditionalDependencies="ws2.lib" 2546 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2547 2334 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2548 2335 /> 2549 2336 <Tool … … 2572 2359 </Configuration> 2573 2360 <Configuration 2574 Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2575 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops" 2576 2361 Name="Release-Static|Win32" 2362 ConfigurationType="1" 2363 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 2364 UseOfMFC="0" 2577 2365 ATLMinimizesCRunTimeLibraryUsage="false" 2578 2366 CharacterSet="2" 2367 > 2368 <Tool 2369 Name="VCPreBuildEventTool" 2370 /> 2371 <Tool 2372 Name="VCCustomBuildTool" 2373 /> 2374 <Tool 2375 Name="VCXMLDataGeneratorTool" 2376 /> 2377 <Tool 2378 Name="VCWebServiceProxyGeneratorTool" 2379 /> 2380 <Tool 2381 Name="VCMIDLTool" 2382 /> 2383 <Tool 2384 Name="VCCLCompilerTool" 2385 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 2386 PreprocessorDefinitions="_CONSOLE;" 2387 PrecompiledHeaderFile="" 2388 /> 2389 <Tool 2390 Name="VCManagedResourceCompilerTool" 2391 /> 2392 <Tool 2393 Name="VCResourceCompilerTool" 2394 /> 2395 <Tool 2396 Name="VCPreLinkEventTool" 2397 /> 2398 <Tool 2399 Name="VCLinkerTool" 2400 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib user32.lib" 2401 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-$(PlatformName)-vc$(VSVer)-$(ConfigurationName).exe" 2402 IgnoreDefaultLibraryNames="MSVCRT.LIB" 2403 /> 2404 <Tool 2405 Name="VCALinkTool" 2406 /> 2407 <Tool 2408 Name="VCManifestTool" 2409 /> 2410 <Tool 2411 Name="VCXDCMakeTool" 2412 /> 2413 <Tool 2414 Name="VCBscMakeTool" 2415 /> 2416 <Tool 2417 Name="VCFxCopTool" 2418 /> 2419 <Tool 2420 Name="VCAppVerifierTool" 2421 /> 2422 <Tool 2423 Name="VCWebDeploymentTool" 2424 /> 2425 <Tool 2426 Name="VCPostBuildEventTool" 2427 /> 2428 </Configuration> 2429 <Configuration 2430 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2431 ConfigurationType="1" 2432 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2433 ATLMinimizesCRunTimeLibraryUsage="false" 2579 2434 CharacterSet="1" 2580 2581 ConfigurationType="1"2582 2435 > 2583 2436 <Tool … … 2614 2467 Name="VCLinkerTool" 2615 2468 AdditionalDependencies="ws2.lib" 2616 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2617 2469 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).exe" 2618 2470 /> 2619 2471 <Tool … … 2642 2494 </Configuration> 2643 2495 <Configuration 2644 Name="Release |Windows Mobile 5.0 SmartphoneSDK (ARMV4I)"2645 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2646 2496 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2497 ConfigurationType="1" 2498 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2647 2499 ATLMinimizesCRunTimeLibraryUsage="false" 2648 2649 2500 CharacterSet="1" 2650 2651 ConfigurationType="1"2652 2501 > 2653 2502 <Tool … … 2684 2533 Name="VCLinkerTool" 2685 2534 AdditionalDependencies="ws2.lib" 2686 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2687 2535 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).exe" 2688 2536 /> 2689 2537 <Tool … … 2712 2560 </Configuration> 2713 2561 <Configuration 2714 Name=" Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"2715 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2716 2562 Name="Release-Static|Pocket PC 2003 (ARMV4)" 2563 ConfigurationType="1" 2564 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 2717 2565 ATLMinimizesCRunTimeLibraryUsage="false" 2718 2719 2566 CharacterSet="1" 2720 2721 ConfigurationType="1"2722 2567 > 2723 2568 <Tool … … 2754 2599 Name="VCLinkerTool" 2755 2600 AdditionalDependencies="ws2.lib" 2756 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2757 2601 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003ppc-vc$(VSVer)-$(ConfigurationName).exe" 2758 2602 /> 2759 2603 <Tool … … 2782 2626 </Configuration> 2783 2627 <Configuration 2784 Name="Release- Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"2785 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops"2786 2628 Name="Release-Static|Smartphone 2003 (ARMV4)" 2629 ConfigurationType="1" 2630 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm2003-release-defaults.vsprops" 2787 2631 ATLMinimizesCRunTimeLibraryUsage="false" 2788 2789 2632 CharacterSet="1" 2790 2791 ConfigurationType="1"2792 2633 > 2793 2634 <Tool … … 2824 2665 Name="VCLinkerTool" 2825 2666 AdditionalDependencies="ws2.lib" 2826 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2827 2667 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm2003sp-vc$(VSVer)-$(ConfigurationName).exe" 2828 2668 /> 2829 2669 <Tool … … 2852 2692 </Configuration> 2853 2693 <Configuration 2854 Name=" Debug-Dynamic|Windows Mobile 5.0 SmartphoneSDK (ARMV4I)"2855 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-common-defaults.vsprops"2856 2694 Name="Release-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2695 ConfigurationType="1" 2696 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2857 2697 ATLMinimizesCRunTimeLibraryUsage="false" 2858 2859 2698 CharacterSet="1" 2860 2861 ConfigurationType="1"2862 2699 > 2863 2700 <Tool … … 2894 2731 Name="VCLinkerTool" 2895 2732 AdditionalDependencies="ws2.lib" 2896 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2897 2733 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5ppc-vc$(VSVer)-$(ConfigurationName).exe" 2898 2734 /> 2899 2735 <Tool … … 2923 2759 <Configuration 2924 2760 Name="Release-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2761 ConfigurationType="1" 2925 2762 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm5-release-defaults.vsprops" 2926 2927 2763 ATLMinimizesCRunTimeLibraryUsage="false" 2928 2929 2764 CharacterSet="1" 2930 2931 ConfigurationType="1"2932 2765 > 2933 2766 <Tool … … 2965 2798 AdditionalDependencies="ws2.lib" 2966 2799 OutputFile="..\bin\pjmedia-test-$(TargetCPU)-wm5sp-vc$(VSVer)-$(ConfigurationName).exe" 2967 2968 2800 /> 2969 2801 <Tool … … 3090 2922 </FileConfiguration> 3091 2923 <FileConfiguration 2924 Name="Debug|Pocket PC 2003 (ARMV4)" 2925 ExcludedFromBuild="true" 2926 > 2927 <Tool 2928 Name="VCCLCompilerTool" 2929 /> 2930 </FileConfiguration> 2931 <FileConfiguration 2932 Name="Debug|Smartphone 2003 (ARMV4)" 2933 ExcludedFromBuild="true" 2934 > 2935 <Tool 2936 Name="VCCLCompilerTool" 2937 /> 2938 </FileConfiguration> 2939 <FileConfiguration 2940 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2941 ExcludedFromBuild="true" 2942 > 2943 <Tool 2944 Name="VCCLCompilerTool" 2945 /> 2946 </FileConfiguration> 2947 <FileConfiguration 2948 Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 2949 ExcludedFromBuild="true" 2950 > 2951 <Tool 2952 Name="VCCLCompilerTool" 2953 /> 2954 </FileConfiguration> 2955 <FileConfiguration 3092 2956 Name="Release|Win32" 3093 2957 > … … 3115 2979 </FileConfiguration> 3116 2980 <FileConfiguration 2981 Name="Release|Pocket PC 2003 (ARMV4)" 2982 ExcludedFromBuild="true" 2983 > 2984 <Tool 2985 Name="VCCLCompilerTool" 2986 /> 2987 </FileConfiguration> 2988 <FileConfiguration 2989 Name="Release|Smartphone 2003 (ARMV4)" 2990 ExcludedFromBuild="true" 2991 > 2992 <Tool 2993 Name="VCCLCompilerTool" 2994 /> 2995 </FileConfiguration> 2996 <FileConfiguration 2997 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 2998 ExcludedFromBuild="true" 2999 > 3000 <Tool 3001 Name="VCCLCompilerTool" 3002 /> 3003 </FileConfiguration> 3004 <FileConfiguration 3005 Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 3006 ExcludedFromBuild="true" 3007 > 3008 <Tool 3009 Name="VCCLCompilerTool" 3010 /> 3011 </FileConfiguration> 3012 <FileConfiguration 3117 3013 Name="Debug-Static|Win32" 3118 3014 > … … 3140 3036 </FileConfiguration> 3141 3037 <FileConfiguration 3038 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 3039 ExcludedFromBuild="true" 3040 > 3041 <Tool 3042 Name="VCCLCompilerTool" 3043 /> 3044 </FileConfiguration> 3045 <FileConfiguration 3046 Name="Debug-Static|Smartphone 2003 (ARMV4)" 3047 ExcludedFromBuild="true" 3048 > 3049 <Tool 3050 Name="VCCLCompilerTool" 3051 /> 3052 </FileConfiguration> 3053 <FileConfiguration 3054 Name="Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 3055 ExcludedFromBuild="true" 3056 > 3057 <Tool 3058 Name="VCCLCompilerTool" 3059 /> 3060 </FileConfiguration> 3061 <FileConfiguration 3062 Name="Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 3063 ExcludedFromBuild="true" 3064 > 3065 <Tool 3066 Name="VCCLCompilerTool" 3067 /> 3068 </FileConfiguration> 3069 <FileConfiguration 3142 3070 Name="Release-Dynamic|Win32" 3143 3071 > … … 3165 3093 </FileConfiguration> 3166 3094 <FileConfiguration 3095 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 3096 ExcludedFromBuild="true" 3097 > 3098 <Tool 3099 Name="VCCLCompilerTool" 3100 /> 3101 </FileConfiguration> 3102 <FileConfiguration 3103 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 3104 ExcludedFromBuild="true" 3105 > 3106 <Tool 3107 Name="VCCLCompilerTool" 3108 /> 3109 </FileConfiguration> 3110 <FileConfiguration 3111 Name="Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 3112 ExcludedFromBuild="true" 3113 > 3114 <Tool 3115 Name="VCCLCompilerTool" 3116 /> 3117 </FileConfiguration> 3118 <FileConfiguration 3119 Name="Release-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 3120 ExcludedFromBuild="true" 3121 > 3122 <Tool 3123 Name="VCCLCompilerTool" 3124 /> 3125 </FileConfiguration> 3126 <FileConfiguration 3167 3127 Name="Debug-Dynamic|Win32" 3168 3128 > … … 3190 3150 </FileConfiguration> 3191 3151 <FileConfiguration 3152 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 3153 ExcludedFromBuild="true" 3154 > 3155 <Tool 3156 Name="VCCLCompilerTool" 3157 /> 3158 </FileConfiguration> 3159 <FileConfiguration 3160 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 3161 ExcludedFromBuild="true" 3162 > 3163 <Tool 3164 Name="VCCLCompilerTool" 3165 /> 3166 </FileConfiguration> 3167 <FileConfiguration 3168 Name="Debug-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 3169 ExcludedFromBuild="true" 3170 > 3171 <Tool 3172 Name="VCCLCompilerTool" 3173 /> 3174 </FileConfiguration> 3175 <FileConfiguration 3176 Name="Debug-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 3177 ExcludedFromBuild="true" 3178 > 3179 <Tool 3180 Name="VCCLCompilerTool" 3181 /> 3182 </FileConfiguration> 3183 <FileConfiguration 3192 3184 Name="Release-Static|Win32" 3193 3185 > … … 3215 3207 </FileConfiguration> 3216 3208 <FileConfiguration 3217 Name="Debug|Pocket PC 2003 (ARMV4)"3218 ExcludedFromBuild="true"3219 >3220 <Tool3221 Name="VCCLCompilerTool"3222 />3223 </FileConfiguration>3224 <FileConfiguration3225 Name="Release|Pocket PC 2003 (ARMV4)"3226 ExcludedFromBuild="true"3227 >3228 <Tool3229 Name="VCCLCompilerTool"3230 />3231 </FileConfiguration>3232 <FileConfiguration3233 Name="Debug-Static|Pocket PC 2003 (ARMV4)"3234 ExcludedFromBuild="true"3235 >3236 <Tool3237 Name="VCCLCompilerTool"3238 />3239 </FileConfiguration>3240 <FileConfiguration3241 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)"3242 ExcludedFromBuild="true"3243 >3244 <Tool3245 Name="VCCLCompilerTool"3246 />3247 </FileConfiguration>3248 <FileConfiguration3249 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)"3250 ExcludedFromBuild="true"3251 >3252 <Tool3253 Name="VCCLCompilerTool"3254 />3255 </FileConfiguration>3256 <FileConfiguration3257 3209 Name="Release-Static|Pocket PC 2003 (ARMV4)" 3258 3210 ExcludedFromBuild="true" … … 3263 3215 </FileConfiguration> 3264 3216 <FileConfiguration 3265 Name="Debug|Smartphone 2003 (ARMV4)"3266 ExcludedFromBuild="true"3267 >3268 <Tool3269 Name="VCCLCompilerTool"3270 />3271 </FileConfiguration>3272 <FileConfiguration3273 Name="Release|Smartphone 2003 (ARMV4)"3274 ExcludedFromBuild="true"3275 >3276 <Tool3277 Name="VCCLCompilerTool"3278 />3279 </FileConfiguration>3280 <FileConfiguration3281 Name="Debug-Static|Smartphone 2003 (ARMV4)"3282 ExcludedFromBuild="true"3283 >3284 <Tool3285 Name="VCCLCompilerTool"3286 />3287 </FileConfiguration>3288 <FileConfiguration3289 Name="Release-Dynamic|Smartphone 2003 (ARMV4)"3290 ExcludedFromBuild="true"3291 >3292 <Tool3293 Name="VCCLCompilerTool"3294 />3295 </FileConfiguration>3296 <FileConfiguration3297 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)"3298 ExcludedFromBuild="true"3299 >3300 <Tool3301 Name="VCCLCompilerTool"3302 />3303 </FileConfiguration>3304 <FileConfiguration3305 3217 Name="Release-Static|Smartphone 2003 (ARMV4)" 3306 3218 ExcludedFromBuild="true" … … 3311 3223 </FileConfiguration> 3312 3224 <FileConfiguration 3313 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"3314 ExcludedFromBuild="true"3315 >3316 <Tool3317 Name="VCCLCompilerTool"3318 />3319 </FileConfiguration>3320 <FileConfiguration3321 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"3322 ExcludedFromBuild="true"3323 >3324 <Tool3325 Name="VCCLCompilerTool"3326 />3327 </FileConfiguration>3328 <FileConfiguration3329 Name="Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"3330 ExcludedFromBuild="true"3331 >3332 <Tool3333 Name="VCCLCompilerTool"3334 />3335 </FileConfiguration>3336 <FileConfiguration3337 Name="Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"3338 ExcludedFromBuild="true"3339 >3340 <Tool3341 Name="VCCLCompilerTool"3342 />3343 </FileConfiguration>3344 <FileConfiguration3345 Name="Debug-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"3346 ExcludedFromBuild="true"3347 >3348 <Tool3349 Name="VCCLCompilerTool"3350 />3351 </FileConfiguration>3352 <FileConfiguration3353 3225 Name="Release-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 3354 ExcludedFromBuild="true"3355 >3356 <Tool3357 Name="VCCLCompilerTool"3358 />3359 </FileConfiguration>3360 <FileConfiguration3361 Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"3362 ExcludedFromBuild="true"3363 >3364 <Tool3365 Name="VCCLCompilerTool"3366 />3367 </FileConfiguration>3368 <FileConfiguration3369 Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"3370 ExcludedFromBuild="true"3371 >3372 <Tool3373 Name="VCCLCompilerTool"3374 />3375 </FileConfiguration>3376 <FileConfiguration3377 Name="Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"3378 ExcludedFromBuild="true"3379 >3380 <Tool3381 Name="VCCLCompilerTool"3382 />3383 </FileConfiguration>3384 <FileConfiguration3385 Name="Release-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"3386 ExcludedFromBuild="true"3387 >3388 <Tool3389 Name="VCCLCompilerTool"3390 />3391 </FileConfiguration>3392 <FileConfiguration3393 Name="Debug-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"3394 3226 ExcludedFromBuild="true" 3395 3227 > … … 3611 3443 </FileConfiguration> 3612 3444 <FileConfiguration 3445 Name="Debug|Pocket PC 2003 (ARMV4)" 3446 ExcludedFromBuild="true" 3447 > 3448 <Tool 3449 Name="VCCLCompilerTool" 3450 /> 3451 </FileConfiguration> 3452 <FileConfiguration 3453 Name="Debug|Smartphone 2003 (ARMV4)" 3454 ExcludedFromBuild="true" 3455 > 3456 <Tool 3457 Name="VCCLCompilerTool" 3458 /> 3459 </FileConfiguration> 3460 <FileConfiguration 3461 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 3462 ExcludedFromBuild="true" 3463 > 3464 <Tool 3465 Name="VCCLCompilerTool" 3466 /> 3467 </FileConfiguration> 3468 <FileConfiguration 3469 Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 3470 ExcludedFromBuild="true" 3471 > 3472 <Tool 3473 Name="VCCLCompilerTool" 3474 /> 3475 </FileConfiguration> 3476 <FileConfiguration 3613 3477 Name="Release|Win32" 3614 3478 ExcludedFromBuild="true" … … 3637 3501 </FileConfiguration> 3638 3502 <FileConfiguration 3503 Name="Release|Pocket PC 2003 (ARMV4)" 3504 ExcludedFromBuild="true" 3505 > 3506 <Tool 3507 Name="VCCLCompilerTool" 3508 /> 3509 </FileConfiguration> 3510 <FileConfiguration 3511 Name="Release|Smartphone 2003 (ARMV4)" 3512 ExcludedFromBuild="true" 3513 > 3514 <Tool 3515 Name="VCCLCompilerTool" 3516 /> 3517 </FileConfiguration> 3518 <FileConfiguration 3519 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 3520 ExcludedFromBuild="true" 3521 > 3522 <Tool 3523 Name="VCCLCompilerTool" 3524 /> 3525 </FileConfiguration> 3526 <FileConfiguration 3527 Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 3528 ExcludedFromBuild="true" 3529 > 3530 <Tool 3531 Name="VCCLCompilerTool" 3532 /> 3533 </FileConfiguration> 3534 <FileConfiguration 3639 3535 Name="Debug-Static|Win32" 3640 3536 ExcludedFromBuild="true" … … 3663 3559 </FileConfiguration> 3664 3560 <FileConfiguration 3561 Name="Debug-Static|Pocket PC 2003 (ARMV4)" 3562 ExcludedFromBuild="true" 3563 > 3564 <Tool 3565 Name="VCCLCompilerTool" 3566 /> 3567 </FileConfiguration> 3568 <FileConfiguration 3569 Name="Debug-Static|Smartphone 2003 (ARMV4)" 3570 ExcludedFromBuild="true" 3571 > 3572 <Tool 3573 Name="VCCLCompilerTool" 3574 /> 3575 </FileConfiguration> 3576 <FileConfiguration 3577 Name="Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 3578 ExcludedFromBuild="true" 3579 > 3580 <Tool 3581 Name="VCCLCompilerTool" 3582 /> 3583 </FileConfiguration> 3584 <FileConfiguration 3585 Name="Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 3586 ExcludedFromBuild="true" 3587 > 3588 <Tool 3589 Name="VCCLCompilerTool" 3590 /> 3591 </FileConfiguration> 3592 <FileConfiguration 3665 3593 Name="Release-Dynamic|Win32" 3666 3594 ExcludedFromBuild="true" … … 3689 3617 </FileConfiguration> 3690 3618 <FileConfiguration 3619 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)" 3620 ExcludedFromBuild="true" 3621 > 3622 <Tool 3623 Name="VCCLCompilerTool" 3624 /> 3625 </FileConfiguration> 3626 <FileConfiguration 3627 Name="Release-Dynamic|Smartphone 2003 (ARMV4)" 3628 ExcludedFromBuild="true" 3629 > 3630 <Tool 3631 Name="VCCLCompilerTool" 3632 /> 3633 </FileConfiguration> 3634 <FileConfiguration 3635 Name="Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 3636 ExcludedFromBuild="true" 3637 > 3638 <Tool 3639 Name="VCCLCompilerTool" 3640 /> 3641 </FileConfiguration> 3642 <FileConfiguration 3643 Name="Release-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 3644 ExcludedFromBuild="true" 3645 > 3646 <Tool 3647 Name="VCCLCompilerTool" 3648 /> 3649 </FileConfiguration> 3650 <FileConfiguration 3691 3651 Name="Debug-Dynamic|Win32" 3692 3652 ExcludedFromBuild="true" … … 3715 3675 </FileConfiguration> 3716 3676 <FileConfiguration 3677 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)" 3678 ExcludedFromBuild="true" 3679 > 3680 <Tool 3681 Name="VCCLCompilerTool" 3682 /> 3683 </FileConfiguration> 3684 <FileConfiguration 3685 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)" 3686 ExcludedFromBuild="true" 3687 > 3688 <Tool 3689 Name="VCCLCompilerTool" 3690 /> 3691 </FileConfiguration> 3692 <FileConfiguration 3693 Name="Debug-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" 3694 ExcludedFromBuild="true" 3695 > 3696 <Tool 3697 Name="VCCLCompilerTool" 3698 /> 3699 </FileConfiguration> 3700 <FileConfiguration 3701 Name="Debug-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I)" 3702 ExcludedFromBuild="true" 3703 > 3704 <Tool 3705 Name="VCCLCompilerTool" 3706 /> 3707 </FileConfiguration> 3708 <FileConfiguration 3717 3709 Name="Release-Static|Win32" 3718 3710 ExcludedFromBuild="true" … … 3741 3733 </FileConfiguration> 3742 3734 <FileConfiguration 3743 Name="Debug|Pocket PC 2003 (ARMV4)"3744 ExcludedFromBuild="true"3745 >3746 <Tool3747 Name="VCCLCompilerTool"3748 />3749 </FileConfiguration>3750 <FileConfiguration3751 Name="Release|Pocket PC 2003 (ARMV4)"3752 ExcludedFromBuild="true"3753 >3754 <Tool3755 Name="VCCLCompilerTool"3756 />3757 </FileConfiguration>3758 <FileConfiguration3759 Name="Debug-Static|Pocket PC 2003 (ARMV4)"3760 ExcludedFromBuild="true"3761 >3762 <Tool3763 Name="VCCLCompilerTool"3764 />3765 </FileConfiguration>3766 <FileConfiguration3767 Name="Release-Dynamic|Pocket PC 2003 (ARMV4)"3768 ExcludedFromBuild="true"3769 >3770 <Tool3771 Name="VCCLCompilerTool"3772 />3773 </FileConfiguration>3774 <FileConfiguration3775 Name="Debug-Dynamic|Pocket PC 2003 (ARMV4)"3776 ExcludedFromBuild="true"3777 >3778 <Tool3779 Name="VCCLCompilerTool"3780 />3781 </FileConfiguration>3782 <FileConfiguration3783 3735 Name="Release-Static|Pocket PC 2003 (ARMV4)" 3784 3736 ExcludedFromBuild="true" … … 3789 3741 </FileConfiguration> 3790 3742 <FileConfiguration 3791 Name="Debug|Smartphone 2003 (ARMV4)"3792 ExcludedFromBuild="true"3793 >3794 <Tool3795 Name="VCCLCompilerTool"3796 />3797 </FileConfiguration>3798 <FileConfiguration3799 Name="Release|Smartphone 2003 (ARMV4)"3800 ExcludedFromBuild="true"3801 >3802 <Tool3803 Name="VCCLCompilerTool"3804 />3805 </FileConfiguration>3806 <FileConfiguration3807 Name="Debug-Static|Smartphone 2003 (ARMV4)"3808 ExcludedFromBuild="true"3809 >3810 <Tool3811 Name="VCCLCompilerTool"3812 />3813 </FileConfiguration>3814 <FileConfiguration3815 Name="Release-Dynamic|Smartphone 2003 (ARMV4)"3816 ExcludedFromBuild="true"3817 >3818 <Tool3819 Name="VCCLCompilerTool"3820 />3821 </FileConfiguration>3822 <FileConfiguration3823 Name="Debug-Dynamic|Smartphone 2003 (ARMV4)"3824 ExcludedFromBuild="true"3825 >3826 <Tool3827 Name="VCCLCompilerTool"3828 />3829 </FileConfiguration>3830 <FileConfiguration3831 3743 Name="Release-Static|Smartphone 2003 (ARMV4)" 3832 3744 ExcludedFromBuild="true" … … 3837 3749 </FileConfiguration> 3838 3750 <FileConfiguration 3839 Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"3840 ExcludedFromBuild="true"3841 >3842 <Tool3843 Name="VCCLCompilerTool"3844 />3845 </FileConfiguration>3846 <FileConfiguration3847 Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"3848 ExcludedFromBuild="true"3849 >3850 <Tool3851 Name="VCCLCompilerTool"3852 />3853 </FileConfiguration>3854 <FileConfiguration