Changeset 2625
- Timestamp:
- Apr 20, 2009 8:11:18 PM (15 years ago)
- Location:
- pjproject/branches/projects/vs-reorg
- Files:
-
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/vs-reorg/build/vs/pjproject-vs8-win32-common-defaults.vsprops
r2610 r2625 5 5 Name="pjproject-vs8-win32-common-defaults" 6 6 > 7 <Tool 8 Name="VCCLCompilerTool" 9 PreprocessorDefinitions="WIN32" 10 /> 7 11 <UserMacro 8 12 Name="TargetCPU" -
pjproject/branches/projects/vs-reorg/pjlib-util/build/pjlib_util.vcproj
r2622 r2625 23 23 <Configuration 24 24 Name="Release|Win32" 25 IntermediateDirectory="$(ConfigurationName)" 25 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 26 27 ATLMinimizesCRunTimeLibraryUsage="false" 28 29 CharacterSet="2" 30 26 31 ConfigurationType="4" 27 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"28 32 UseOfMFC="0" 29 ATLMinimizesCRunTimeLibraryUsage="false"30 CharacterSet="2"31 33 > 32 34 <Tool … … 47 49 <Tool 48 50 Name="VCCLCompilerTool" 49 Optimization="2" 50 InlineFunctionExpansion="2" 51 PrecompiledHeaderFile="" 52 53 PreprocessorDefinitions="" 54 51 55 AdditionalIncludeDirectories="../include,../../pjlib/include" 52 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"53 StringPooling="true"54 RuntimeLibrary="2"55 EnableFunctionLevelLinking="true"56 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.pch"57 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-release/"58 ObjectFile="./output/pjlib-util-i386-win32-vc8-release/"59 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-release/"60 BrowseInformation="1"61 WarningLevel="4"62 SuppressStartupBanner="true"63 DebugInformationFormat="3"64 56 /> 65 57 <Tool … … 68 60 <Tool 69 61 Name="VCResourceCompilerTool" 70 PreprocessorDefinitions="NDEBUG"71 Culture="1033"72 62 /> 73 63 <Tool … … 76 66 <Tool 77 67 Name="VCLibrarianTool" 78 OutputFile="../lib/pjlib-util-i386-win32-vc8-release.lib"79 SuppressStartupBanner="true"80 68 /> 81 69 <Tool … … 87 75 <Tool 88 76 Name="VCBscMakeTool" 89 SuppressStartupBanner="true"90 OutputFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.bsc"91 77 /> 92 78 <Tool … … 99 85 <Configuration 100 86 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 101 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 102 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 87 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 88 89 ATLMinimizesCRunTimeLibraryUsage="false" 90 91 CharacterSet="1" 92 103 93 ConfigurationType="4" 104 CharacterSet="1"105 94 > 106 95 <Tool … … 121 110 <Tool 122 111 Name="VCCLCompilerTool" 123 ExecutionBucket="7" 112 PrecompiledHeaderFile="" 113 114 PreprocessorDefinitions="" 115 124 116 AdditionalIncludeDirectories="../include,../../pjlib/include" 125 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"126 ExceptionHandling="0"127 WarningLevel="3"128 CompileAs="0"129 117 /> 130 118 <Tool … … 139 127 <Tool 140 128 Name="VCLibrarianTool" 141 AdditionalOptions=""142 129 /> 143 130 <Tool … … 167 154 <Configuration 168 155 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 169 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 170 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 156 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 157 158 ATLMinimizesCRunTimeLibraryUsage="false" 159 160 CharacterSet="1" 161 171 162 ConfigurationType="4" 172 CharacterSet="1"173 163 > 174 164 <Tool … … 186 176 <Tool 187 177 Name="VCMIDLTool" 188 TargetEnvironment="1"189 178 /> 190 179 <Tool 191 180 Name="VCCLCompilerTool" 192 ExecutionBucket="7" 181 PrecompiledHeaderFile="" 182 183 PreprocessorDefinitions="" 184 193 185 AdditionalIncludeDirectories="../include,../../pjlib/include" 194 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"195 ExceptionHandling="0"196 WarningLevel="3"197 CompileAs="0"198 186 /> 199 187 <Tool … … 208 196 <Tool 209 197 Name="VCLibrarianTool" 210 AdditionalOptions=""211 198 /> 212 199 <Tool … … 236 223 <Configuration 237 224 Name="Debug|Win32" 225 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 226 227 ATLMinimizesCRunTimeLibraryUsage="false" 228 229 CharacterSet="2" 230 238 231 ConfigurationType="4" 239 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"240 232 UseOfMFC="0" 241 ATLMinimizesCRunTimeLibraryUsage="false"242 CharacterSet="2"243 233 > 244 234 <Tool … … 259 249 <Tool 260 250 Name="VCCLCompilerTool" 251 PrecompiledHeaderFile="" 252 253 PreprocessorDefinitions="" 254 261 255 AdditionalIncludeDirectories="../include,../../pjlib/include" 262 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"263 MinimalRebuild="true"264 BasicRuntimeChecks="3"265 RuntimeLibrary="1"266 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.pch"267 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-debug/"268 ObjectFile="./output/pjlib-util-i386-win32-vc8-debug/"269 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-debug/"270 BrowseInformation="1"271 WarningLevel="4"272 SuppressStartupBanner="true"273 256 /> 274 257 <Tool … … 277 260 <Tool 278 261 Name="VCResourceCompilerTool" 279 PreprocessorDefinitions="_DEBUG"280 Culture="1033"281 262 /> 282 263 <Tool … … 285 266 <Tool 286 267 Name="VCLibrarianTool" 287 OutputFile="../lib/pjlib-util-i386-win32-vc8-debug.lib"288 SuppressStartupBanner="true"289 268 /> 290 269 <Tool … … 296 275 <Tool 297 276 Name="VCBscMakeTool" 298 SuppressStartupBanner="true"299 OutputFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.bsc"300 277 /> 301 278 <Tool … … 308 285 <Configuration 309 286 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 310 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 311 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 287 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 288 289 ATLMinimizesCRunTimeLibraryUsage="false" 290 291 CharacterSet="1" 292 312 293 ConfigurationType="4" 313 CharacterSet="1"314 294 > 315 295 <Tool … … 330 310 <Tool 331 311 Name="VCCLCompilerTool" 332 ExecutionBucket="7" 333 Optimization="0" 334 FavorSizeOrSpeed="0" 312 PrecompiledHeaderFile="" 313 314 PreprocessorDefinitions="" 315 335 316 AdditionalIncludeDirectories="../include,../../pjlib/include" 336 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"337 ExceptionHandling="0"338 RuntimeLibrary="1"339 WarningLevel="3"340 DebugInformationFormat="3"341 CompileAs="0"342 CompileForArchitecture="0"343 317 /> 344 318 <Tool … … 353 327 <Tool 354 328 Name="VCLibrarianTool" 355 AdditionalOptions=""356 329 /> 357 330 <Tool … … 381 354 <Configuration 382 355 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 383 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 384 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 356 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 357 358 ATLMinimizesCRunTimeLibraryUsage="false" 359 360 CharacterSet="1" 361 385 362 ConfigurationType="4" 386 CharacterSet="1"387 363 > 388 364 <Tool … … 400 376 <Tool 401 377 Name="VCMIDLTool" 402 TargetEnvironment="1"403 378 /> 404 379 <Tool 405 380 Name="VCCLCompilerTool" 406 ExecutionBucket="7" 407 Optimization="0" 408 FavorSizeOrSpeed="0" 381 PrecompiledHeaderFile="" 382 383 PreprocessorDefinitions="" 384 409 385 AdditionalIncludeDirectories="../include,../../pjlib/include" 410 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"411 ExceptionHandling="0"412 RuntimeLibrary="1"413 WarningLevel="3"414 DebugInformationFormat="3"415 CompileAs="0"416 CompileForArchitecture="0"417 386 /> 418 387 <Tool … … 427 396 <Tool 428 397 Name="VCLibrarianTool" 429 AdditionalOptions=""430 398 /> 431 399 <Tool … … 455 423 <Configuration 456 424 Name="Debug-Static|Win32" 425 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 426 427 ATLMinimizesCRunTimeLibraryUsage="false" 428 429 CharacterSet="2" 430 457 431 ConfigurationType="4" 458 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"459 432 UseOfMFC="0" 460 ATLMinimizesCRunTimeLibraryUsage="false"461 CharacterSet="2"462 433 > 463 434 <Tool … … 478 449 <Tool 479 450 Name="VCCLCompilerTool" 451 PrecompiledHeaderFile="" 452 453 PreprocessorDefinitions="" 454 480 455 AdditionalIncludeDirectories="../include,../../pjlib/include" 481 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"482 MinimalRebuild="true"483 BasicRuntimeChecks="3"484 RuntimeLibrary="1"485 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.pch"486 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-debug/"487 ObjectFile="./output/pjlib-util-i386-win32-vc8-debug/"488 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-debug/"489 BrowseInformation="1"490 WarningLevel="4"491 SuppressStartupBanner="true"492 DebugInformationFormat="4"493 456 /> 494 457 <Tool … … 497 460 <Tool 498 461 Name="VCResourceCompilerTool" 499 PreprocessorDefinitions="_DEBUG"500 Culture="1033"501 462 /> 502 463 <Tool … … 505 466 <Tool 506 467 Name="VCLibrarianTool" 507 OutputFile="../lib/pjlib-util-i386-win32-vc8-debug.lib"508 SuppressStartupBanner="true"509 468 /> 510 469 <Tool … … 516 475 <Tool 517 476 Name="VCBscMakeTool" 518 SuppressStartupBanner="true"519 OutputFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.bsc"520 477 /> 521 478 <Tool … … 528 485 <Configuration 529 486 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 530 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 531 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 487 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 488 489 ATLMinimizesCRunTimeLibraryUsage="false" 490 491 CharacterSet="1" 492 532 493 ConfigurationType="4" 533 CharacterSet="1"534 494 > 535 495 <Tool … … 547 507 <Tool 548 508 Name="VCMIDLTool" 549 TargetEnvironment="1"550 509 /> 551 510 <Tool 552 511 Name="VCCLCompilerTool" 553 ExecutionBucket="7" 554 Optimization="0" 555 FavorSizeOrSpeed="0" 512 PrecompiledHeaderFile="" 513 514 PreprocessorDefinitions="" 515 556 516 AdditionalIncludeDirectories="../include,../../pjlib/include" 557 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"558 ExceptionHandling="0"559 RuntimeLibrary="1"560 WarningLevel="3"561 DebugInformationFormat="3"562 CompileAs="0"563 CompileForArchitecture="0"564 517 /> 565 518 <Tool … … 574 527 <Tool 575 528 Name="VCLibrarianTool" 576 AdditionalOptions=""577 529 /> 578 530 <Tool … … 602 554 <Configuration 603 555 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 604 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 605 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 556 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 557 558 ATLMinimizesCRunTimeLibraryUsage="false" 559 560 CharacterSet="1" 561 606 562 ConfigurationType="4" 607 CharacterSet="1"608 563 > 609 564 <Tool … … 621 576 <Tool 622 577 Name="VCMIDLTool" 623 TargetEnvironment="1"624 578 /> 625 579 <Tool 626 580 Name="VCCLCompilerTool" 627 ExecutionBucket="7" 628 Optimization="0" 629 FavorSizeOrSpeed="0" 581 PrecompiledHeaderFile="" 582 583 PreprocessorDefinitions="" 584 630 585 AdditionalIncludeDirectories="../include,../../pjlib/include" 631 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"632 ExceptionHandling="0"633 RuntimeLibrary="1"634 WarningLevel="3"635 DebugInformationFormat="3"636 CompileAs="0"637 CompileForArchitecture="0"638 586 /> 639 587 <Tool … … 648 596 <Tool 649 597 Name="VCLibrarianTool" 650 AdditionalOptions=""651 598 /> 652 599 <Tool … … 676 623 <Configuration 677 624 Name="Release-Dynamic|Win32" 625 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 626 627 ATLMinimizesCRunTimeLibraryUsage="false" 628 629 CharacterSet="2" 630 678 631 ConfigurationType="4" 679 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"680 632 UseOfMFC="0" 681 ATLMinimizesCRunTimeLibraryUsage="false"682 CharacterSet="2"683 633 > 684 634 <Tool … … 699 649 <Tool 700 650 Name="VCCLCompilerTool" 701 Optimization="2" 702 InlineFunctionExpansion="2" 651 PrecompiledHeaderFile="" 652 653 PreprocessorDefinitions="" 654 703 655 AdditionalIncludeDirectories="../include,../../pjlib/include" 704 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"705 StringPooling="true"706 RuntimeLibrary="2"707 EnableFunctionLevelLinking="true"708 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.pch"709 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-release/"710 ObjectFile="./output/pjlib-util-i386-win32-vc8-release/"711 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-release/"712 BrowseInformation="1"713 WarningLevel="4"714 SuppressStartupBanner="true"715 DebugInformationFormat="3"716 656 /> 717 657 <Tool … … 720 660 <Tool 721 661 Name="VCResourceCompilerTool" 722 PreprocessorDefinitions="NDEBUG"723 Culture="1033"724 662 /> 725 663 <Tool … … 728 666 <Tool 729 667 Name="VCLibrarianTool" 730 OutputFile="../lib/pjlib-util-i386-win32-vc8-release.lib"731 SuppressStartupBanner="true"732 668 /> 733 669 <Tool … … 739 675 <Tool 740 676 Name="VCBscMakeTool" 741 SuppressStartupBanner="true"742 OutputFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.bsc"743 677 /> 744 678 <Tool … … 751 685 <Configuration 752 686 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 753 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 754 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 687 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 688 689 ATLMinimizesCRunTimeLibraryUsage="false" 690 691 CharacterSet="1" 692 755 693 ConfigurationType="4" 756 CharacterSet="1"757 694 > 758 695 <Tool … … 770 707 <Tool 771 708 Name="VCMIDLTool" 772 TargetEnvironment="1"773 709 /> 774 710 <Tool 775 711 Name="VCCLCompilerTool" 776 ExecutionBucket="7" 712 PrecompiledHeaderFile="" 713 714 PreprocessorDefinitions="" 715 777 716 AdditionalIncludeDirectories="../include,../../pjlib/include" 778 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"779 ExceptionHandling="0"780 WarningLevel="3"781 CompileAs="0"782 717 /> 783 718 <Tool … … 792 727 <Tool 793 728 Name="VCLibrarianTool" 794 AdditionalOptions=""795 729 /> 796 730 <Tool … … 820 754 <Configuration 821 755 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 822 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 823 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 756 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 757 758 ATLMinimizesCRunTimeLibraryUsage="false" 759 760 CharacterSet="1" 761 824 762 ConfigurationType="4" 825 CharacterSet="1"826 763 > 827 764 <Tool … … 839 776 <Tool 840 777 Name="VCMIDLTool" 841 TargetEnvironment="1"842 778 /> 843 779 <Tool 844 780 Name="VCCLCompilerTool" 845 ExecutionBucket="7" 781 PrecompiledHeaderFile="" 782 783 PreprocessorDefinitions="" 784 846 785 AdditionalIncludeDirectories="../include,../../pjlib/include" 847 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"848 ExceptionHandling="0"849 WarningLevel="3"850 CompileAs="0"851 786 /> 852 787 <Tool … … 861 796 <Tool 862 797 Name="VCLibrarianTool" 863 AdditionalOptions=""864 798 /> 865 799 <Tool … … 889 823 <Configuration 890 824 Name="Debug-Dynamic|Win32" 825 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 826 827 ATLMinimizesCRunTimeLibraryUsage="false" 828 829 CharacterSet="2" 830 891 831 ConfigurationType="4" 892 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"893 832 UseOfMFC="0" 894 ATLMinimizesCRunTimeLibraryUsage="false"895 CharacterSet="2"896 833 > 897 834 <Tool … … 912 849 <Tool 913 850 Name="VCCLCompilerTool" 914 Optimization="0" 851 PrecompiledHeaderFile="" 852 853 PreprocessorDefinitions="" 854 915 855 AdditionalIncludeDirectories="../include,../../pjlib/include" 916 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"917 MinimalRebuild="true"918 BasicRuntimeChecks="3"919 RuntimeLibrary="3"920 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.pch"921 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-debug/"922 ObjectFile="./output/pjlib-util-i386-win32-vc8-debug/"923 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-debug/"924 SuppressStartupBanner="true"925 DebugInformationFormat="4"926 856 /> 927 857 <Tool … … 930 860 <Tool 931 861 Name="VCResourceCompilerTool" 932 PreprocessorDefinitions="_DEBUG"933 Culture="1033"934 862 /> 935 863 <Tool … … 938 866 <Tool 939 867 Name="VCLibrarianTool" 940 OutputFile="../lib/pjlib-util-i386-win32-vc8-debug.lib"941 SuppressStartupBanner="true"942 868 /> 943 869 <Tool … … 949 875 <Tool 950 876 Name="VCBscMakeTool" 951 SuppressStartupBanner="true"952 OutputFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.bsc"953 877 /> 954 878 <Tool … … 961 885 <Configuration 962 886 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 963 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 964 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 887 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 888 889 ATLMinimizesCRunTimeLibraryUsage="false" 890 891 CharacterSet="1" 892 965 893 ConfigurationType="4" 966 CharacterSet="1"967 894 > 968 895 <Tool … … 980 907 <Tool 981 908 Name="VCMIDLTool" 982 TargetEnvironment="1"983 909 /> 984 910 <Tool 985 911 Name="VCCLCompilerTool" 986 ExecutionBucket="7" 987 Optimization="0" 988 FavorSizeOrSpeed="0" 912 PrecompiledHeaderFile="" 913 914 PreprocessorDefinitions="" 915 989 916 AdditionalIncludeDirectories="../include,../../pjlib/include" 990 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"991 ExceptionHandling="0"992 RuntimeLibrary="1"993 WarningLevel="3"994 DebugInformationFormat="3"995 CompileAs="0"996 CompileForArchitecture="0"997 917 /> 998 918 <Tool … … 1007 927 <Tool 1008 928 Name="VCLibrarianTool" 1009 AdditionalOptions=""1010 929 /> 1011 930 <Tool … … 1035 954 <Configuration 1036 955 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1037 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1038 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 956 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 957 958 ATLMinimizesCRunTimeLibraryUsage="false" 959 960 CharacterSet="1" 961 1039 962 ConfigurationType="4" 1040 CharacterSet="1"1041 963 > 1042 964 <Tool … … 1054 976 <Tool 1055 977 Name="VCMIDLTool" 1056 TargetEnvironment="1"1057 978 /> 1058 979 <Tool 1059 980 Name="VCCLCompilerTool" 1060 ExecutionBucket="7" 1061 Optimization="0" 1062 FavorSizeOrSpeed="0" 981 PrecompiledHeaderFile="" 982 983 PreprocessorDefinitions="" 984 1063 985 AdditionalIncludeDirectories="../include,../../pjlib/include" 1064 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1065 ExceptionHandling="0"1066 RuntimeLibrary="1"1067 WarningLevel="3"1068 DebugInformationFormat="3"1069 CompileAs="0"1070 CompileForArchitecture="0"1071 986 /> 1072 987 <Tool … … 1081 996 <Tool 1082 997 Name="VCLibrarianTool" 1083 AdditionalOptions=""1084 998 /> 1085 999 <Tool … … 1109 1023 <Configuration 1110 1024 Name="Release-Static|Win32" 1025 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 1026 1027 ATLMinimizesCRunTimeLibraryUsage="false" 1028 1029 CharacterSet="2" 1030 1111 1031 ConfigurationType="4" 1112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"1113 1032 UseOfMFC="0" 1114 ATLMinimizesCRunTimeLibraryUsage="false"1115 CharacterSet="2"1116 1033 > 1117 1034 <Tool … … 1132 1049 <Tool 1133 1050 Name="VCCLCompilerTool" 1134 InlineFunctionExpansion="2" 1051 PrecompiledHeaderFile="" 1052 1053 PreprocessorDefinitions="" 1054 1135 1055 AdditionalIncludeDirectories="../include,../../pjlib/include" 1136 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"1137 StringPooling="true"1138 RuntimeLibrary="0"1139 EnableFunctionLevelLinking="true"1140 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.pch"1141 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-release/"1142 ObjectFile="./output/pjlib-util-i386-win32-vc8-release/"1143 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-release/"1144 BrowseInformation="1"1145 SuppressStartupBanner="true"1146 DebugInformationFormat="3"1147 1056 /> 1148 1057 <Tool … … 1151 1060 <Tool 1152 1061 Name="VCResourceCompilerTool" 1153 PreprocessorDefinitions="NDEBUG"1154 Culture="1033"1155 1062 /> 1156 1063 <Tool … … 1159 1066 <Tool 1160 1067 Name="VCLibrarianTool" 1161 OutputFile="../lib/pjlib-util-i386-win32-vc8-release.lib"1162 SuppressStartupBanner="true"1163 1068 /> 1164 1069 <Tool … … 1170 1075 <Tool 1171 1076 Name="VCBscMakeTool" 1172 SuppressStartupBanner="true"1173 OutputFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.bsc"1174 1077 /> 1175 1078 <Tool … … 1182 1085 <Configuration 1183 1086 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1184 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 1185 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 1087 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1088 1089 ATLMinimizesCRunTimeLibraryUsage="false" 1090 1091 CharacterSet="1" 1092 1186 1093 ConfigurationType="4" 1187 CharacterSet="1"1188 1094 > 1189 1095 <Tool … … 1201 1107 <Tool 1202 1108 Name="VCMIDLTool" 1203 TargetEnvironment="1"1204 1109 /> 1205 1110 <Tool 1206 1111 Name="VCCLCompilerTool" 1207 ExecutionBucket="7" 1112 PrecompiledHeaderFile="" 1113 1114 PreprocessorDefinitions="" 1115 1208 1116 AdditionalIncludeDirectories="../include,../../pjlib/include" 1209 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1210 ExceptionHandling="0"1211 WarningLevel="3"1212 CompileAs="0"1213 1117 /> 1214 1118 <Tool … … 1223 1127 <Tool 1224 1128 Name="VCLibrarianTool" 1225 AdditionalOptions=""1226 1129 /> 1227 1130 <Tool … … 1251 1154 <Configuration 1252 1155 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1253 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1254 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1156 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1157 1158 ATLMinimizesCRunTimeLibraryUsage="false" 1159 1160 CharacterSet="1" 1161 1255 1162 ConfigurationType="4" 1256 CharacterSet="1"1257 1163 > 1258 1164 <Tool … … 1270 1176 <Tool 1271 1177 Name="VCMIDLTool" 1272 TargetEnvironment="1"1273 1178 /> 1274 1179 <Tool 1275 1180 Name="VCCLCompilerTool" 1276 ExecutionBucket="7" 1181 PrecompiledHeaderFile="" 1182 1183 PreprocessorDefinitions="" 1184 1277 1185 AdditionalIncludeDirectories="../include,../../pjlib/include" 1278 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1279 ExceptionHandling="0"1280 WarningLevel="3"1281 CompileAs="0"1282 1186 /> 1283 1187 <Tool … … 1292 1196 <Tool 1293 1197 Name="VCLibrarianTool" 1294 AdditionalOptions=""1295 1198 /> 1296 1199 <Tool -
pjproject/branches/projects/vs-reorg/pjlib-util/build/pjlib_util_test.vcproj
r2622 r2625 20 20 <Configuration 21 21 Name="Release|Win32" 22 IntermediateDirectory="$(ConfigurationName)" 22 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 23 24 ATLMinimizesCRunTimeLibraryUsage="false" 25 26 CharacterSet="2" 27 23 28 ConfigurationType="1" 24 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"25 29 UseOfMFC="0" 26 ATLMinimizesCRunTimeLibraryUsage="false"27 CharacterSet="2"28 30 > 29 31 <Tool … … 41 43 <Tool 42 44 Name="VCMIDLTool" 43 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.tlb"44 HeaderFileName=""45 45 /> 46 46 <Tool 47 47 Name="VCCLCompilerTool" 48 Optimization="2" 49 InlineFunctionExpansion="1" 48 PrecompiledHeaderFile="" 49 50 PreprocessorDefinitions="" 51 50 52 AdditionalIncludeDirectories="../include,../../pjlib/include" 51 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"52 StringPooling="true"53 RuntimeLibrary="2"54 EnableFunctionLevelLinking="true"55 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.pch"56 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-release/"57 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-release/"58 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-release/"59 BrowseInformation="1"60 WarningLevel="3"61 SuppressStartupBanner="true"62 53 /> 63 54 <Tool … … 66 57 <Tool 67 58 Name="VCResourceCompilerTool" 68 PreprocessorDefinitions="NDEBUG"69 Culture="1033"70 59 /> 71 60 <Tool … … 75 64 Name="VCLinkerTool" 76 65 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 77 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-release.exe"78 LinkIncremental="1"79 SuppressStartupBanner="true"80 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib-util-test-i386-win32-vc8-release.pdb"81 SubSystem="1"82 TargetMachine="1"83 66 /> 84 67 <Tool … … 93 76 <Tool 94 77 Name="VCBscMakeTool" 95 SuppressStartupBanner="true"96 OutputFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.bsc"97 78 /> 98 79 <Tool … … 111 92 <Configuration 112 93 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 113 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 114 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 94 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 95 96 ATLMinimizesCRunTimeLibraryUsage="false" 97 98 CharacterSet="1" 99 115 100 ConfigurationType="1" 116 CharacterSet="1"117 101 > 118 102 <Tool … … 133 117 <Tool 134 118 Name="VCCLCompilerTool" 135 ExecutionBucket="7" 119 PrecompiledHeaderFile="" 120 121 PreprocessorDefinitions="" 122 136 123 AdditionalIncludeDirectories="../include,../../pjlib/include" 137 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"138 ExceptionHandling="0"139 WarningLevel="3"140 CompileAs="0"141 CompileForArchitecture="0"142 124 /> 143 125 <Tool … … 153 135 Name="VCLinkerTool" 154 136 AdditionalDependencies="ws2.lib" 155 OptimizeReferences="2"156 EnableCOMDATFolding="2"157 TargetMachine="0"158 137 /> 159 138 <Tool … … 183 162 <Configuration 184 163 Name="Debug|Win32" 164 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 165 166 ATLMinimizesCRunTimeLibraryUsage="false" 167 168 CharacterSet="2" 169 185 170 ConfigurationType="1" 186 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"187 171 UseOfMFC="0" 188 ATLMinimizesCRunTimeLibraryUsage="false"189 CharacterSet="2"190 172 > 191 173 <Tool … … 203 185 <Tool 204 186 Name="VCMIDLTool" 205 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.tlb"206 HeaderFileName=""207 187 /> 208 188 <Tool 209 189 Name="VCCLCompilerTool" 190 PrecompiledHeaderFile="" 191 192 PreprocessorDefinitions="" 193 210 194 AdditionalIncludeDirectories="../include,../../pjlib/include" 211 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"212 MinimalRebuild="true"213 BasicRuntimeChecks="3"214 RuntimeLibrary="1"215 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.pch"216 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-debug/"217 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-debug/"218 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-debug/"219 BrowseInformation="1"220 WarningLevel="3"221 SuppressStartupBanner="true"222 195 /> 223 196 <Tool … … 226 199 <Tool 227 200 Name="VCResourceCompilerTool" 228 PreprocessorDefinitions="_DEBUG"229 Culture="1033"230 201 /> 231 202 <Tool … … 235 206 Name="VCLinkerTool" 236 207 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 237 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-debug.exe"238 LinkIncremental="2"239 SuppressStartupBanner="true"240 GenerateDebugInformation="true"241 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib-util-test-i386-win32-vc8-debug.pdb"242 SubSystem="1"243 TargetMachine="1"244 208 /> 245 209 <Tool … … 254 218 <Tool 255 219 Name="VCBscMakeTool" 256 SuppressStartupBanner="true"257 OutputFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.bsc"258 220 /> 259 221 <Tool … … 272 234 <Configuration 273 235 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 274 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 275 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 236 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 237 238 ATLMinimizesCRunTimeLibraryUsage="false" 239 240 CharacterSet="1" 241 276 242 ConfigurationType="1" 277 CharacterSet="1"278 243 > 279 244 <Tool … … 294 259 <Tool 295 260 Name="VCCLCompilerTool" 296 ExecutionBucket="7" 297 Optimization="0" 298 FavorSizeOrSpeed="0" 261 PrecompiledHeaderFile="" 262 263 PreprocessorDefinitions="" 264 299 265 AdditionalIncludeDirectories="../include,../../pjlib/include" 300 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"301 ExceptionHandling="0"302 RuntimeLibrary="1"303 WarningLevel="3"304 DebugInformationFormat="3"305 CompileAs="0"306 CompileForArchitecture="0"307 266 /> 308 267 <Tool … … 318 277 Name="VCLinkerTool" 319 278 AdditionalDependencies="ws2.lib" 320 GenerateDebugInformation="true"321 OptimizeReferences="2"322 EnableCOMDATFolding="2"323 TargetMachine="0"324 279 /> 325 280 <Tool … … 349 304 <Configuration 350 305 Name="Debug-Static|Win32" 306 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 307 308 ATLMinimizesCRunTimeLibraryUsage="false" 309 310 CharacterSet="2" 311 351 312 ConfigurationType="1" 352 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"353 313 UseOfMFC="0" 354 ATLMinimizesCRunTimeLibraryUsage="false"355 CharacterSet="2"356 314 > 357 315 <Tool … … 369 327 <Tool 370 328 Name="VCMIDLTool" 371 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.tlb"372 HeaderFileName=""373 329 /> 374 330 <Tool 375 331 Name="VCCLCompilerTool" 332 PrecompiledHeaderFile="" 333 334 PreprocessorDefinitions="" 335 376 336 AdditionalIncludeDirectories="../include,../../pjlib/include" 377 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"378 MinimalRebuild="true"379 BasicRuntimeChecks="3"380 RuntimeLibrary="1"381 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.pch"382 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-debug/"383 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-debug/"384 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-debug/"385 BrowseInformation="1"386 WarningLevel="3"387 SuppressStartupBanner="true"388 DebugInformationFormat="4"389 337 /> 390 338 <Tool … … 393 341 <Tool 394 342 Name="VCResourceCompilerTool" 395 PreprocessorDefinitions="_DEBUG"396 Culture="1033"397 343 /> 398 344 <Tool … … 402 348 Name="VCLinkerTool" 403 349 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 404 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-debug.exe"405 LinkIncremental="2"406 SuppressStartupBanner="true"407 GenerateDebugInformation="true"408 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib-util-test-i386-win32-vc8-debug.pdb"409 SubSystem="1"410 TargetMachine="1"411 350 /> 412 351 <Tool … … 421 360 <Tool 422 361 Name="VCBscMakeTool" 423 SuppressStartupBanner="true"424 OutputFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.bsc"425 362 /> 426 363 <Tool … … 439 376 <Configuration 440 377 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 441 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 442 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 378 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 379 380 ATLMinimizesCRunTimeLibraryUsage="false" 381 382 CharacterSet="1" 383 443 384 ConfigurationType="1" 444 CharacterSet="1"445 385 > 446 386 <Tool … … 458 398 <Tool 459 399 Name="VCMIDLTool" 460 TargetEnvironment="1"461 400 /> 462 401 <Tool 463 402 Name="VCCLCompilerTool" 464 ExecutionBucket="7" 465 Optimization="0" 466 FavorSizeOrSpeed="0" 403 PrecompiledHeaderFile="" 404 405 PreprocessorDefinitions="" 406 467 407 AdditionalIncludeDirectories="../include,../../pjlib/include" 468 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"469 ExceptionHandling="0"470 RuntimeLibrary="1"471 WarningLevel="3"472 DebugInformationFormat="3"473 CompileAs="0"474 CompileForArchitecture="0"475 408 /> 476 409 <Tool … … 486 419 Name="VCLinkerTool" 487 420 AdditionalDependencies="ws2.lib" 488 GenerateDebugInformation="true"489 OptimizeReferences="2"490 EnableCOMDATFolding="2"491 TargetMachine="0"492 421 /> 493 422 <Tool … … 517 446 <Configuration 518 447 Name="Release-Dynamic|Win32" 448 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 449 450 ATLMinimizesCRunTimeLibraryUsage="false" 451 452 CharacterSet="2" 453 519 454 ConfigurationType="1" 520 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"521 455 UseOfMFC="0" 522 ATLMinimizesCRunTimeLibraryUsage="false"523 CharacterSet="2"524 456 > 525 457 <Tool … … 537 469 <Tool 538 470 Name="VCMIDLTool" 539 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.tlb"540 HeaderFileName=""541 471 /> 542 472 <Tool 543 473 Name="VCCLCompilerTool" 544 Optimization="2" 545 InlineFunctionExpansion="1" 474 PrecompiledHeaderFile="" 475 476 PreprocessorDefinitions="" 477 546 478 AdditionalIncludeDirectories="../include,../../pjlib/include" 547 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"548 StringPooling="true"549 RuntimeLibrary="2"550 EnableFunctionLevelLinking="true"551 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.pch"552 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-release/"553 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-release/"554 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-release/"555 BrowseInformation="1"556 WarningLevel="3"557 SuppressStartupBanner="true"558 479 /> 559 480 <Tool … … 562 483 <Tool 563 484 Name="VCResourceCompilerTool" 564 PreprocessorDefinitions="NDEBUG"565 Culture="1033"566 485 /> 567 486 <Tool … … 571 490 Name="VCLinkerTool" 572 491 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 573 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-release.exe"574 LinkIncremental="1"575 SuppressStartupBanner="true"576 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib-util-test-i386-win32-vc8-release.pdb"577 SubSystem="1"578 TargetMachine="1"579 492 /> 580 493 <Tool … … 589 502 <Tool 590 503 Name="VCBscMakeTool" 591 SuppressStartupBanner="true"592 OutputFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.bsc"593 504 /> 594 505 <Tool … … 607 518 <Configuration 608 519 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 609 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 610 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 520 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 521 522 ATLMinimizesCRunTimeLibraryUsage="false" 523 524 CharacterSet="1" 525 611 526 ConfigurationType="1" 612 CharacterSet="1"613 527 > 614 528 <Tool … … 626 540 <Tool 627 541 Name="VCMIDLTool" 628 TargetEnvironment="1"629 542 /> 630 543 <Tool 631 544 Name="VCCLCompilerTool" 632 ExecutionBucket="7" 545 PrecompiledHeaderFile="" 546 547 PreprocessorDefinitions="" 548 633 549 AdditionalIncludeDirectories="../include,../../pjlib/include" 634 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"635 ExceptionHandling="0"636 WarningLevel="3"637 CompileAs="0"638 CompileForArchitecture="0"639 550 /> 640 551 <Tool … … 650 561 Name="VCLinkerTool" 651 562 AdditionalDependencies="ws2.lib" 652 OptimizeReferences="2"653 EnableCOMDATFolding="2"654 TargetMachine="0"655 563 /> 656 564 <Tool … … 680 588 <Configuration 681 589 Name="Debug-Dynamic|Win32" 590 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 591 592 ATLMinimizesCRunTimeLibraryUsage="false" 593 594 CharacterSet="2" 595 682 596 ConfigurationType="1" 683 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"684 597 UseOfMFC="0" 685 ATLMinimizesCRunTimeLibraryUsage="false"686 CharacterSet="2"687 598 > 688 599 <Tool … … 700 611 <Tool 701 612 Name="VCMIDLTool" 702 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.tlb"703 HeaderFileName=""704 613 /> 705 614 <Tool 706 615 Name="VCCLCompilerTool" 707 Optimization="0" 616 PrecompiledHeaderFile="" 617 618 PreprocessorDefinitions="" 619 708 620 AdditionalIncludeDirectories="../include,../../pjlib/include" 709 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"710 MinimalRebuild="true"711 BasicRuntimeChecks="3"712 RuntimeLibrary="3"713 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.pch"714 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-debug/"715 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-debug/"716 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-debug/"717 SuppressStartupBanner="true"718 DebugInformationFormat="4"719 621 /> 720 622 <Tool … … 723 625 <Tool 724 626 Name="VCResourceCompilerTool" 725 PreprocessorDefinitions="_DEBUG"726 Culture="1033"727 627 /> 728 628 <Tool … … 732 632 Name="VCLinkerTool" 733 633 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 734 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-debug.exe"735 LinkIncremental="2"736 SuppressStartupBanner="true"737 GenerateDebugInformation="true"738 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib-util-test-i386-win32-vc8-debug.pdb"739 SubSystem="1"740 TargetMachine="1"741 634 /> 742 635 <Tool … … 751 644 <Tool 752 645 Name="VCBscMakeTool" 753 SuppressStartupBanner="true"754 OutputFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.bsc"755 646 /> 756 647 <Tool … … 769 660 <Configuration 770 661 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 771 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 772 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 662 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 663 664 ATLMinimizesCRunTimeLibraryUsage="false" 665 666 CharacterSet="1" 667 773 668 ConfigurationType="1" 774 CharacterSet="1"775 669 > 776 670 <Tool … … 788 682 <Tool 789 683 Name="VCMIDLTool" 790 TargetEnvironment="1"791 684 /> 792 685 <Tool 793 686 Name="VCCLCompilerTool" 794 ExecutionBucket="7" 795 Optimization="0" 796 FavorSizeOrSpeed="0" 687 PrecompiledHeaderFile="" 688 689 PreprocessorDefinitions="" 690 797 691 AdditionalIncludeDirectories="../include,../../pjlib/include" 798 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"799 ExceptionHandling="0"800 RuntimeLibrary="1"801 WarningLevel="3"802 DebugInformationFormat="3"803 CompileAs="0"804 CompileForArchitecture="0"805 692 /> 806 693 <Tool … … 816 703 Name="VCLinkerTool" 817 704 AdditionalDependencies="ws2.lib" 818 GenerateDebugInformation="true"819 OptimizeReferences="2"820 EnableCOMDATFolding="2"821 TargetMachine="0"822 705 /> 823 706 <Tool … … 847 730 <Configuration 848 731 Name="Release-Static|Win32" 732 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 733 734 ATLMinimizesCRunTimeLibraryUsage="false" 735 736 CharacterSet="2" 737 849 738 ConfigurationType="1" 850 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"851 739 UseOfMFC="0" 852 ATLMinimizesCRunTimeLibraryUsage="false"853 CharacterSet="2"854 740 > 855 741 <Tool … … 867 753 <Tool 868 754 Name="VCMIDLTool" 869 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.tlb"870 HeaderFileName=""871 755 /> 872 756 <Tool 873 757 Name="VCCLCompilerTool" 874 InlineFunctionExpansion="1" 758 PrecompiledHeaderFile="" 759 760 PreprocessorDefinitions="" 761 875 762 AdditionalIncludeDirectories="../include,../../pjlib/include" 876 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"877 StringPooling="true"878 RuntimeLibrary="0"879 EnableFunctionLevelLinking="true"880 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.pch"881 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-release/"882 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-release/"883 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-release/"884 BrowseInformation="1"885 SuppressStartupBanner="true"886 763 /> 887 764 <Tool … … 890 767 <Tool 891 768 Name="VCResourceCompilerTool" 892 PreprocessorDefinitions="NDEBUG"893 Culture="1033"894 769 /> 895 770 <Tool … … 899 774 Name="VCLinkerTool" 900 775 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 901 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-release.exe"902 LinkIncremental="1"903 SuppressStartupBanner="true"904 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib-util-test-i386-win32-vc8-release.pdb"905 SubSystem="1"906 TargetMachine="1"907 776 /> 908 777 <Tool … … 917 786 <Tool 918 787 Name="VCBscMakeTool" 919 SuppressStartupBanner="true"920 OutputFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.bsc"921 788 /> 922 789 <Tool … … 935 802 <Configuration 936 803 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 937 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 938 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 804 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 805 806 ATLMinimizesCRunTimeLibraryUsage="false" 807 808 CharacterSet="1" 809 939 810 ConfigurationType="1" 940 CharacterSet="1"941 811 > 942 812 <Tool … … 954 824 <Tool 955 825 Name="VCMIDLTool" 956 TargetEnvironment="1"957 826 /> 958 827 <Tool 959 828 Name="VCCLCompilerTool" 960 ExecutionBucket="7" 829 PrecompiledHeaderFile="" 830 831 PreprocessorDefinitions="" 832 961 833 AdditionalIncludeDirectories="../include,../../pjlib/include" 962 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"963 ExceptionHandling="0"964 WarningLevel="3"965 CompileAs="0"966 CompileForArchitecture="0"967 834 /> 968 835 <Tool … … 978 845 Name="VCLinkerTool" 979 846 AdditionalDependencies="ws2.lib" 980 OptimizeReferences="2"981 EnableCOMDATFolding="2"982 TargetMachine="0"983 847 /> 984 848 <Tool -
pjproject/branches/projects/vs-reorg/pjlib/build/pjlib.vcproj
r2622 r2625 23 23 <Configuration 24 24 Name="Debug|Win32" 25 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 26 27 ATLMinimizesCRunTimeLibraryUsage="false" 28 29 CharacterSet="2" 30 25 31 ConfigurationType="4" 26 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"27 32 UseOfMFC="0" 28 ATLMinimizesCRunTimeLibraryUsage="false"29 CharacterSet="2"30 33 > 31 34 <Tool … … 46 49 <Tool 47 50 Name="VCCLCompilerTool" 51 PrecompiledHeaderFile="" 52 53 PreprocessorDefinitions="" 54 48 55 AdditionalIncludeDirectories="../include" 49 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"50 MinimalRebuild="true"51 BasicRuntimeChecks="3"52 RuntimeLibrary="1"53 WarningLevel="4"54 SuppressStartupBanner="true"55 56 /> 56 57 <Tool … … 59 60 <Tool 60 61 Name="VCResourceCompilerTool" 61 PreprocessorDefinitions="_DEBUG"62 Culture="1033"63 62 /> 64 63 <Tool … … 67 66 <Tool 68 67 Name="VCLibrarianTool" 69 OutputFile="../lib/pjlib-i386-win32-vc8-debug.lib"70 SuppressStartupBanner="true"71 68 /> 72 69 <Tool … … 78 75 <Tool 79 76 Name="VCBscMakeTool" 80 SuppressStartupBanner="true"81 OutputFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.bsc"82 77 /> 83 78 <Tool … … 90 85 <Configuration 91 86 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 87 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 88 89 ATLMinimizesCRunTimeLibraryUsage="false" 90 91 CharacterSet="1" 92 92 93 ConfigurationType="4" 93 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"94 CharacterSet="1"95 94 > 96 95 <Tool … … 111 110 <Tool 112 111 Name="VCCLCompilerTool" 113 ExecutionBucket="7" 114 Optimization="0" 115 FavorSizeOrSpeed="0" 112 PrecompiledHeaderFile="" 113 114 PreprocessorDefinitions="" 115 116 116 AdditionalIncludeDirectories="../include" 117 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"118 ExceptionHandling="0"119 RuntimeLibrary="1"120 WarningLevel="3"121 DebugInformationFormat="3"122 CompileAs="0"123 CompileForArchitecture="0"124 117 /> 125 118 <Tool … … 134 127 <Tool 135 128 Name="VCLibrarianTool" 136 AdditionalOptions=""137 129 /> 138 130 <Tool … … 162 154 <Configuration 163 155 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 156 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 157 158 ATLMinimizesCRunTimeLibraryUsage="false" 159 160 CharacterSet="1" 161 164 162 ConfigurationType="4" 165 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"166 CharacterSet="1"167 163 > 168 164 <Tool … … 180 176 <Tool 181 177 Name="VCMIDLTool" 182 TargetEnvironment="1"183 178 /> 184 179 <Tool 185 180 Name="VCCLCompilerTool" 186 ExecutionBucket="7" 187 Optimization="0" 188 FavorSizeOrSpeed="0" 181 PrecompiledHeaderFile="" 182 183 PreprocessorDefinitions="" 184 189 185 AdditionalIncludeDirectories="../include" 190 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"191 ExceptionHandling="0"192 RuntimeLibrary="1"193 WarningLevel="3"194 DebugInformationFormat="3"195 CompileAs="0"196 CompileForArchitecture="0"197 186 /> 198 187 <Tool … … 207 196 <Tool 208 197 Name="VCLibrarianTool" 209 AdditionalOptions=""210 198 /> 211 199 <Tool … … 235 223 <Configuration 236 224 Name="Release|Win32" 225 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 226 227 ATLMinimizesCRunTimeLibraryUsage="false" 228 229 CharacterSet="2" 230 237 231 ConfigurationType="4" 238 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"239 232 UseOfMFC="0" 240 ATLMinimizesCRunTimeLibraryUsage="false"241 CharacterSet="2"242 233 > 243 234 <Tool … … 258 249 <Tool 259 250 Name="VCCLCompilerTool" 260 Optimization="2" 261 InlineFunctionExpansion="2" 251 PrecompiledHeaderFile="" 252 253 PreprocessorDefinitions="" 254 262 255 AdditionalIncludeDirectories="../include" 263 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"264 StringPooling="true"265 RuntimeLibrary="2"266 EnableFunctionLevelLinking="true"267 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-release/pjlib.pch"268 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-release/"269 ObjectFile=".\output\pjlib-i386-win32-vc8-release/"270 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-release/"271 BrowseInformation="1"272 WarningLevel="4"273 SuppressStartupBanner="true"274 DebugInformationFormat="3"275 256 /> 276 257 <Tool … … 279 260 <Tool 280 261 Name="VCResourceCompilerTool" 281 PreprocessorDefinitions="NDEBUG"282 Culture="1033"283 262 /> 284 263 <Tool … … 287 266 <Tool 288 267 Name="VCLibrarianTool" 289 OutputFile="../lib/pjlib-i386-win32-vc8-release.lib"290 SuppressStartupBanner="true"291 268 /> 292 269 <Tool … … 298 275 <Tool 299 276 Name="VCBscMakeTool" 300 SuppressStartupBanner="true"301 OutputFile=".\output\pjlib-i386-win32-vc8-release/pjlib.bsc"302 277 /> 303 278 <Tool … … 310 285 <Configuration 311 286 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 287 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 288 289 ATLMinimizesCRunTimeLibraryUsage="false" 290 291 CharacterSet="1" 292 312 293 ConfigurationType="4" 313 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"314 CharacterSet="1"315 294 > 316 295 <Tool … … 331 310 <Tool 332 311 Name="VCCLCompilerTool" 333 ExecutionBucket="7" 334 Optimization="2" 335 FavorSizeOrSpeed="2" 312 PrecompiledHeaderFile="" 313 314 PreprocessorDefinitions="" 315 336 316 AdditionalIncludeDirectories="../include" 337 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"338 ExceptionHandling="0"339 RuntimeLibrary="0"340 WarningLevel="3"341 DebugInformationFormat="0"342 CompileAs="0"343 317 /> 344 318 <Tool … … 353 327 <Tool 354 328 Name="VCLibrarianTool" 355 AdditionalOptions=""356 329 /> 357 330 <Tool … … 381 354 <Configuration 382 355 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 356 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 357 358 ATLMinimizesCRunTimeLibraryUsage="false" 359 360 CharacterSet="1" 361 383 362 ConfigurationType="4" 384 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"385 CharacterSet="1"386 363 > 387 364 <Tool … … 399 376 <Tool 400 377 Name="VCMIDLTool" 401 TargetEnvironment="1"402 378 /> 403 379 <Tool 404 380 Name="VCCLCompilerTool" 405 ExecutionBucket="7" 406 Optimization="2" 407 FavorSizeOrSpeed="2" 381 PrecompiledHeaderFile="" 382 383 PreprocessorDefinitions="" 384 408 385 AdditionalIncludeDirectories="../include" 409 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"410 ExceptionHandling="0"411 RuntimeLibrary="0"412 WarningLevel="3"413 DebugInformationFormat="0"414 CompileAs="0"415 386 /> 416 387 <Tool … … 425 396 <Tool 426 397 Name="VCLibrarianTool" 427 AdditionalOptions=""428 398 /> 429 399 <Tool … … 453 423 <Configuration 454 424 Name="Debug-Static|Win32" 425 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 426 427 ATLMinimizesCRunTimeLibraryUsage="false" 428 429 CharacterSet="2" 430 455 431 ConfigurationType="4" 456 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops"457 432 UseOfMFC="0" 458 ATLMinimizesCRunTimeLibraryUsage="false"459 CharacterSet="2"460 433 > 461 434 <Tool … … 476 449 <Tool 477 450 Name="VCCLCompilerTool" 451 PrecompiledHeaderFile="" 452 453 PreprocessorDefinitions="" 454 478 455 AdditionalIncludeDirectories="../include" 479 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"480 MinimalRebuild="true"481 BasicRuntimeChecks="3"482 RuntimeLibrary="1"483 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.pch"484 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-debug/"485 ObjectFile=".\output\pjlib-i386-win32-vc8-debug/"486 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-debug/"487 BrowseInformation="1"488 WarningLevel="4"489 SuppressStartupBanner="true"490 DebugInformationFormat="4"491 456 /> 492 457 <Tool … … 495 460 <Tool 496 461 Name="VCResourceCompilerTool" 497 PreprocessorDefinitions="_DEBUG"498 Culture="1033"499 462 /> 500 463 <Tool … … 503 466 <Tool 504 467 Name="VCLibrarianTool" 505 OutputFile="../lib/pjlib-i386-win32-vc8-debug.lib"506 SuppressStartupBanner="true"507 468 /> 508 469 <Tool … … 514 475 <Tool 515 476 Name="VCBscMakeTool" 516 SuppressStartupBanner="true"517 OutputFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.bsc"518 477 /> 519 478 <Tool … … 526 485 <Configuration 527 486 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 487 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 488 489 ATLMinimizesCRunTimeLibraryUsage="false" 490 491 CharacterSet="1" 492 528 493 ConfigurationType="4" 529 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"530 CharacterSet="1"531 494 > 532 495 <Tool … … 544 507 <Tool 545 508 Name="VCMIDLTool" 546 TargetEnvironment="1"547 509 /> 548 510 <Tool 549 511 Name="VCCLCompilerTool" 550 ExecutionBucket="7" 551 Optimization="0" 552 FavorSizeOrSpeed="0" 512 PrecompiledHeaderFile="" 513 514 PreprocessorDefinitions="" 515 553 516 AdditionalIncludeDirectories="../include" 554 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"555 ExceptionHandling="0"556 RuntimeLibrary="1"557 WarningLevel="3"558 DebugInformationFormat="3"559 CompileAs="0"560 CompileForArchitecture="0"561 517 /> 562 518 <Tool … … 571 527 <Tool 572 528 Name="VCLibrarianTool" 573 AdditionalOptions=""574 529 /> 575 530 <Tool … … 599 554 <Configuration 600 555 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 556 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 557 558 ATLMinimizesCRunTimeLibraryUsage="false" 559 560 CharacterSet="1" 561 601 562 ConfigurationType="4" 602 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"603 CharacterSet="1"604 563 > 605 564 <Tool … … 617 576 <Tool 618 577 Name="VCMIDLTool" 619 TargetEnvironment="1"620 578 /> 621 579 <Tool 622 580 Name="VCCLCompilerTool" 623 ExecutionBucket="7" 624 Optimization="0" 625 FavorSizeOrSpeed="0" 581 PrecompiledHeaderFile="" 582 583 PreprocessorDefinitions="" 584 626 585 AdditionalIncludeDirectories="../include" 627 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"628 ExceptionHandling="0"629 RuntimeLibrary="1"630 WarningLevel="3"631 DebugInformationFormat="3"632 CompileAs="0"633 CompileForArchitecture="0"634 586 /> 635 587 <Tool … … 644 596 <Tool 645 597 Name="VCLibrarianTool" 646 AdditionalOptions=""647 598 /> 648 599 <Tool … … 672 623 <Configuration 673 624 Name="Release-Dynamic|Win32" 625 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 626 627 ATLMinimizesCRunTimeLibraryUsage="false" 628 629 CharacterSet="2" 630 674 631 ConfigurationType="4" 675 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops"676 632 UseOfMFC="0" 677 ATLMinimizesCRunTimeLibraryUsage="false"678 CharacterSet="2"679 633 > 680 634 <Tool … … 695 649 <Tool 696 650 Name="VCCLCompilerTool" 697 Optimization="2" 698 InlineFunctionExpansion="2" 651 PrecompiledHeaderFile="" 652 653 PreprocessorDefinitions="" 654 699 655 AdditionalIncludeDirectories="../include" 700 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"701 StringPooling="true"702 RuntimeLibrary="2"703 EnableFunctionLevelLinking="true"704 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-release/pjlib.pch"705 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-release/"706 ObjectFile=".\output\pjlib-i386-win32-vc8-release/"707 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-release/"708 BrowseInformation="1"709 WarningLevel="4"710 SuppressStartupBanner="true"711 DebugInformationFormat="3"712 656 /> 713 657 <Tool … … 716 660 <Tool 717 661 Name="VCResourceCompilerTool" 718 PreprocessorDefinitions="NDEBUG"719 Culture="1033"720 662 /> 721 663 <Tool … … 724 666 <Tool 725 667 Name="VCLibrarianTool" 726 OutputFile="../lib/pjlib-i386-win32-vc8-release.lib"727 SuppressStartupBanner="true"728 668 /> 729 669 <Tool … … 735 675 <Tool 736 676 Name="VCBscMakeTool" 737 SuppressStartupBanner="true"738 OutputFile=".\output\pjlib-i386-win32-vc8-release/pjlib.bsc"739 677 /> 740 678 <Tool … … 747 685 <Configuration 748 686 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 687 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 688 689 ATLMinimizesCRunTimeLibraryUsage="false" 690 691 CharacterSet="1" 692 749 693 ConfigurationType="4" 750 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"751 CharacterSet="1"752 694 > 753 695 <Tool … … 765 707 <Tool 766 708 Name="VCMIDLTool" 767 TargetEnvironment="1"768 709 /> 769 710 <Tool 770 711 Name="VCCLCompilerTool" 771 ExecutionBucket="7" 772 Optimization="2" 773 FavorSizeOrSpeed="2" 712 PrecompiledHeaderFile="" 713 714 PreprocessorDefinitions="" 715 774 716 AdditionalIncludeDirectories="../include" 775 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"776 ExceptionHandling="0"777 RuntimeLibrary="0"778 WarningLevel="3"779 DebugInformationFormat="0"780 CompileAs="0"781 717 /> 782 718 <Tool … … 791 727 <Tool 792 728 Name="VCLibrarianTool" 793 AdditionalOptions=""794 729 /> 795 730 <Tool … … 819 754 <Configuration 820 755 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 756 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 757 758 ATLMinimizesCRunTimeLibraryUsage="false" 759 760 CharacterSet="1" 761 821 762 ConfigurationType="4" 822 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"823 CharacterSet="1"824 763 > 825 764 <Tool … … 837 776 <Tool 838 777 Name="VCMIDLTool" 839 TargetEnvironment="1"840 778 /> 841 779 <Tool 842 780 Name="VCCLCompilerTool" 843 ExecutionBucket="7" 844 Optimization="2" 845 FavorSizeOrSpeed="2" 781 PrecompiledHeaderFile="" 782 783 PreprocessorDefinitions="" 784 846 785 AdditionalIncludeDirectories="../include" 847 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"848 ExceptionHandling="0"849 RuntimeLibrary="0"850 WarningLevel="3"851 DebugInformationFormat="0"852 CompileAs="0"853 786 /> 854 787 <Tool … … 863 796 <Tool 864 797 Name="VCLibrarianTool" 865 AdditionalOptions=""866 798 /> 867 799 <Tool … … 891 823 <Configuration 892 824 Name="Debug-Dynamic|Win32" 893 IntermediateDirectory="$(ConfigurationName)" 825 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 826 827 ATLMinimizesCRunTimeLibraryUsage="false" 828 829 CharacterSet="2" 830 894 831 ConfigurationType="4" 895 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"896 832 UseOfMFC="0" 897 ATLMinimizesCRunTimeLibraryUsage="false"898 CharacterSet="2"899 833 > 900 834 <Tool … … 915 849 <Tool 916 850 Name="VCCLCompilerTool" 917 Optimization="0" 851 PrecompiledHeaderFile="" 852 853 PreprocessorDefinitions="" 854 918 855 AdditionalIncludeDirectories="../include" 919 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"920 MinimalRebuild="true"921 BasicRuntimeChecks="3"922 RuntimeLibrary="3"923 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.pch"924 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-debug/"925 ObjectFile=".\output\pjlib-i386-win32-vc8-debug/"926 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-debug/"927 BrowseInformation="1"928 WarningLevel="4"929 SuppressStartupBanner="true"930 DebugInformationFormat="4"931 856 /> 932 857 <Tool … … 935 860 <Tool 936 861 Name="VCResourceCompilerTool" 937 PreprocessorDefinitions="_DEBUG"938 Culture="1033"939 862 /> 940 863 <Tool … … 943 866 <Tool 944 867 Name="VCLibrarianTool" 945 OutputFile="../lib/pjlib-i386-win32-vc8-debug.lib"946 SuppressStartupBanner="true"947 868 /> 948 869 <Tool … … 954 875 <Tool 955 876 Name="VCBscMakeTool" 956 SuppressStartupBanner="true"957 OutputFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.bsc"958 877 /> 959 878 <Tool … … 966 885 <Configuration 967 886 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 887 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 888 889 ATLMinimizesCRunTimeLibraryUsage="false" 890 891 CharacterSet="1" 892 968 893 ConfigurationType="4" 969 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"970 CharacterSet="1"971 894 > 972 895 <Tool … … 984 907 <Tool 985 908 Name="VCMIDLTool" 986 TargetEnvironment="1"987 909 /> 988 910 <Tool 989 911 Name="VCCLCompilerTool" 990 ExecutionBucket="7" 991 Optimization="0" 992 FavorSizeOrSpeed="0" 912 PrecompiledHeaderFile="" 913 914 PreprocessorDefinitions="" 915 993 916 AdditionalIncludeDirectories="../include" 994 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"995 ExceptionHandling="0"996 RuntimeLibrary="1"997 WarningLevel="3"998 DebugInformationFormat="3"999 CompileAs="0"1000 CompileForArchitecture="0"1001 917 /> 1002 918 <Tool … … 1011 927 <Tool 1012 928 Name="VCLibrarianTool" 1013 AdditionalOptions=""1014 929 /> 1015 930 <Tool … … 1039 954 <Configuration 1040 955 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 956 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 957 958 ATLMinimizesCRunTimeLibraryUsage="false" 959 960 CharacterSet="1" 961 1041 962 ConfigurationType="4" 1042 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"1043 CharacterSet="1"1044 963 > 1045 964 <Tool … … 1057 976 <Tool 1058 977 Name="VCMIDLTool" 1059 TargetEnvironment="1"1060 978 /> 1061 979 <Tool 1062 980 Name="VCCLCompilerTool" 1063 ExecutionBucket="7" 1064 Optimization="0" 1065 FavorSizeOrSpeed="0" 981 PrecompiledHeaderFile="" 982 983 PreprocessorDefinitions="" 984 1066 985 AdditionalIncludeDirectories="../include" 1067 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1068 ExceptionHandling="0"1069 RuntimeLibrary="1"1070 WarningLevel="3"1071 DebugInformationFormat="3"1072 CompileAs="0"1073 CompileForArchitecture="0"1074 986 /> 1075 987 <Tool … … 1084 996 <Tool 1085 997 Name="VCLibrarianTool" 1086 AdditionalOptions=""1087 998 /> 1088 999 <Tool … … 1112 1023 <Configuration 1113 1024 Name="Release-Static|Win32" 1025 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 1026 1027 ATLMinimizesCRunTimeLibraryUsage="false" 1028 1029 CharacterSet="2" 1030 1114 1031 ConfigurationType="4" 1115 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"1116 1032 UseOfMFC="0" 1117 ATLMinimizesCRunTimeLibraryUsage="false"1118 CharacterSet="2"1119 1033 > 1120 1034 <Tool … … 1135 1049 <Tool 1136 1050 Name="VCCLCompilerTool" 1137 Optimization="2" 1138 InlineFunctionExpansion="2" 1051 PrecompiledHeaderFile="" 1052 1053 PreprocessorDefinitions="" 1054 1139 1055 AdditionalIncludeDirectories="../include" 1140 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"1141 StringPooling="true"1142 RuntimeLibrary="0"1143 EnableFunctionLevelLinking="true"1144 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-release/pjlib.pch"1145 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-release/"1146 ObjectFile=".\output\pjlib-i386-win32-vc8-release/"1147 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-release/"1148 BrowseInformation="1"1149 WarningLevel="4"1150 SuppressStartupBanner="true"1151 DebugInformationFormat="3"1152 1056 /> 1153 1057 <Tool … … 1156 1060 <Tool 1157 1061 Name="VCResourceCompilerTool" 1158 PreprocessorDefinitions="NDEBUG"1159 Culture="1033"1160 1062 /> 1161 1063 <Tool … … 1164 1066 <Tool 1165 1067 Name="VCLibrarianTool" 1166 OutputFile="../lib/pjlib-i386-win32-vc8-release.lib"1167 SuppressStartupBanner="true"1168 1068 /> 1169 1069 <Tool … … 1175 1075 <Tool 1176 1076 Name="VCBscMakeTool" 1177 SuppressStartupBanner="true"1178 OutputFile=".\output\pjlib-i386-win32-vc8-release/pjlib.bsc"1179 1077 /> 1180 1078 <Tool … … 1187 1085 <Configuration 1188 1086 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1087 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1088 1089 ATLMinimizesCRunTimeLibraryUsage="false" 1090 1091 CharacterSet="1" 1092 1189 1093 ConfigurationType="4" 1190 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1191 CharacterSet="1"1192 1094 > 1193 1095 <Tool … … 1205 1107 <Tool 1206 1108 Name="VCMIDLTool" 1207 TargetEnvironment="1"1208 1109 /> 1209 1110 <Tool 1210 1111 Name="VCCLCompilerTool" 1211 ExecutionBucket="7" 1212 Optimization="2" 1213 FavorSizeOrSpeed="2" 1112 PrecompiledHeaderFile="" 1113 1114 PreprocessorDefinitions="" 1115 1214 1116 AdditionalIncludeDirectories="../include" 1215 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1216 ExceptionHandling="0"1217 RuntimeLibrary="0"1218 WarningLevel="3"1219 DebugInformationFormat="0"1220 CompileAs="0"1221 1117 /> 1222 1118 <Tool … … 1231 1127 <Tool 1232 1128 Name="VCLibrarianTool" 1233 AdditionalOptions=""1234 1129 /> 1235 1130 <Tool … … 1259 1154 <Configuration 1260 1155 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1156 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1157 1158 ATLMinimizesCRunTimeLibraryUsage="false" 1159 1160 CharacterSet="1" 1161 1261 1162 ConfigurationType="4" 1262 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1263 CharacterSet="1"1264 1163 > 1265 1164 <Tool … … 1277 1176 <Tool 1278 1177 Name="VCMIDLTool" 1279 TargetEnvironment="1"1280 1178 /> 1281 1179 <Tool 1282 1180 Name="VCCLCompilerTool" 1283 ExecutionBucket="7" 1284 Optimization="2" 1285 FavorSizeOrSpeed="2" 1181 PrecompiledHeaderFile="" 1182 1183 PreprocessorDefinitions="" 1184 1286 1185 AdditionalIncludeDirectories="../include" 1287 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1288 ExceptionHandling="0"1289 RuntimeLibrary="0"1290 WarningLevel="3"1291 DebugInformationFormat="0"1292 CompileAs="0"1293 1186 /> 1294 1187 <Tool … … 1303 1196 <Tool 1304 1197 Name="VCLibrarianTool" 1305 AdditionalOptions=""1306 1198 /> 1307 1199 <Tool -
pjproject/branches/projects/vs-reorg/pjlib/build/pjlib_test.vcproj
r2622 r2625 20 20 <Configuration 21 21 Name="Debug|Win32" 22 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 23 24 ATLMinimizesCRunTimeLibraryUsage="false" 25 26 CharacterSet="2" 27 22 28 ConfigurationType="1" 23 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"24 29 UseOfMFC="0" 25 ATLMinimizesCRunTimeLibraryUsage="false"26 CharacterSet="2"27 30 > 28 31 <Tool … … 40 43 <Tool 41 44 Name="VCMIDLTool" 42 TypeLibraryName=".\output\pjlib-test-i386-win32-vc8-debug/pjlib_test.tlb"43 HeaderFileName=""44 45 /> 45 46 <Tool 46 47 Name="VCCLCompilerTool" 48 PrecompiledHeaderFile="" 49 50 PreprocessorDefinitions="" 51 47 52 AdditionalIncludeDirectories="../include" 48 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32;PJ_M_I386"49 MinimalRebuild="true"50 BasicRuntimeChecks="3"51 RuntimeLibrary="1"52 PrecompiledHeaderFile=".\output\pjlib-test-i386-win32-vc8-debug/pjlib_test.pch"53 AssemblerListingLocation=".\output\pjlib-test-i386-win32-vc8-debug/"54 ObjectFile=".\output\pjlib-test-i386-win32-vc8-debug/"55 ProgramDataBaseFileName=".\output\pjlib-test-i386-win32-vc8-debug/"56 BrowseInformation="1"57 WarningLevel="4"58 SuppressStartupBanner="true"59 53 /> 60 54 <Tool … … 63 57 <Tool 64 58 Name="VCResourceCompilerTool" 65 PreprocessorDefinitions="_DEBUG"66 Culture="1033"67 59 /> 68 60 <Tool … … 72 64 Name="VCLinkerTool" 73 65 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 74 OutputFile="../bin/pjlib-test-i386-win32-vc8-debug.exe"75 LinkIncremental="2"76 SuppressStartupBanner="true"77 GenerateDebugInformation="true"78 ProgramDatabaseFile=".\output\pjlib-test-i386-win32-vc8-debug/pjlib-test-i386-win32-vc8-debug.pdb"79 SubSystem="1"80 TargetMachine="1"81 66 /> 82 67 <Tool … … 91 76 <Tool 92 77 Name="VCBscMakeTool" 93 SuppressStartupBanner="true"94 OutputFile=".\output\pjlib-test-i386-win32-vc8-debug/pjlib_test.bsc"95 78 /> 96 79 <Tool … … 109 92 <Configuration 110 93 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 111 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 112 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 94 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 95 96 ATLMinimizesCRunTimeLibraryUsage="false" 97 98 CharacterSet="1" 99 113 100 ConfigurationType="1" 114 CharacterSet="1"115 101 > 116 102 <Tool … … 131 117 <Tool 132 118 Name="VCCLCompilerTool" 133 ExecutionBucket="7" 134 Optimization="0" 135 FavorSizeOrSpeed="0" 119 PrecompiledHeaderFile="" 120 121 PreprocessorDefinitions="" 122 136 123 AdditionalIncludeDirectories="../include" 137 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"138 RuntimeLibrary="1"139 WarningLevel="3"140 DebugInformationFormat="3"141 CompileAs="0"142 CompileForArchitecture="0"143 124 /> 144 125 <Tool … … 154 135 Name="VCLinkerTool" 155 136 AdditionalDependencies="ws2.lib" 156 GenerateDebugInformation="true"157 OptimizeReferences="2"158 EnableCOMDATFolding="2"159 EntryPointSymbol=""160 TargetMachine="0"161 137 /> 162 138 <Tool … … 186 162 <Configuration 187 163 Name="Release|Win32" 164 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 165 166 ATLMinimizesCRunTimeLibraryUsage="false" 167 168 CharacterSet="2" 169 188 170 ConfigurationType="1" 189 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"190 171 UseOfMFC="0" 191 ATLMinimizesCRunTimeLibraryUsage="false"192 CharacterSet="2"193 172 > 194 173 <Tool … … 206 185 <Tool 207 186 Name="VCMIDLTool" 208 TypeLibraryName=".\output\pjlib-test-i386-win32-vc8-release/pjlib_test.tlb"209 HeaderFileName=""210 187 /> 211 188 <Tool 212 189 Name="VCCLCompilerTool" 213 Optimization="2" 214 InlineFunctionExpansion="1" 190 PrecompiledHeaderFile="" 191 192 PreprocessorDefinitions="" 193 215 194 AdditionalIncludeDirectories="../include" 216 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32;PJ_M_I386"217 StringPooling="true"218 RuntimeLibrary="2"219 EnableFunctionLevelLinking="true"220 PrecompiledHeaderFile=".\output\pjlib-test-i386-win32-vc8-release/pjlib_test.pch"221 AssemblerListingLocation=".\output\pjlib-test-i386-win32-vc8-release/"222 ObjectFile=".\output\pjlib-test-i386-win32-vc8-release/"223 ProgramDataBaseFileName=".\output\pjlib-test-i386-win32-vc8-release/"224 BrowseInformation="1"225 WarningLevel="4"226 SuppressStartupBanner="true"227 DebugInformationFormat="3"228 195 /> 229 196 <Tool … … 232 199 <Tool 233 200 Name="VCResourceCompilerTool" 234 PreprocessorDefinitions="NDEBUG"235 Culture="1033"236 201 /> 237 202 <Tool … … 241 206 Name="VCLinkerTool" 242 207 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 243 OutputFile="../bin/pjlib-test-i386-win32-vc8-release.exe"244 LinkIncremental="1"245 SuppressStartupBanner="true"246 GenerateDebugInformation="true"247 SubSystem="1"248 TargetMachine="1"249 208 /> 250 209 <Tool … … 259 218 <Tool 260 219 Name="VCBscMakeTool" 261 SuppressStartupBanner="true"262 OutputFile=".\output\pjlib-test-i386-win32-vc8-release/pjlib_test.bsc"263 220 /> 264 221 <Tool … … 277 234 <Configuration 278 235 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 279 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 280 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 236 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 237 238 ATLMinimizesCRunTimeLibraryUsage="false" 239 240 CharacterSet="1" 241 281 242 ConfigurationType="1" 282 CharacterSet="1"283 243 > 284 244 <Tool … … 299 259 <Tool 300 260 Name="VCCLCompilerTool" 301 ExecutionBucket="7" 261 PrecompiledHeaderFile="" 262 263 PreprocessorDefinitions="" 264 302 265 AdditionalIncludeDirectories="../include" 303 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"304 WarningLevel="3"305 CompileAs="0"306 CompileForArchitecture="0"307 266 /> 308 267 <Tool … … 318 277 Name="VCLinkerTool" 319 278 AdditionalDependencies="ws2.lib" 320 OptimizeReferences="2"321 EnableCOMDATFolding="2"322 TargetMachine="0"323 279 /> 324 280 <Tool … … 348 304 <Configuration 349 305 Name="Debug-Static|Win32" 306 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 307 308 ATLMinimizesCRunTimeLibraryUsage="false" 309 310 CharacterSet="2" 311 350 312 ConfigurationType="1" 351 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"352 313 UseOfMFC="0" 353 ATLMinimizesCRunTimeLibraryUsage="false"354 CharacterSet="2"355 314 > 356 315 <Tool … … 368 327 <Tool 369 328 Name="VCMIDLTool" 370 TypeLibraryName=".\output\pjlib-test-i386-win32-vc8-debug/pjlib_test.tlb"371 HeaderFileName=""372 329 /> 373 330 <Tool 374 331 Name="VCCLCompilerTool" 332 PrecompiledHeaderFile="" 333 334 PreprocessorDefinitions="" 335 375 336 AdditionalIncludeDirectories="../include" 376 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32;PJ_M_I386"377 MinimalRebuild="true"378 BasicRuntimeChecks="3"379 RuntimeLibrary="1"380 PrecompiledHeaderFile=".\output\pjlib-test-i386-win32-vc8-debug/pjlib_test.pch"381 AssemblerListingLocation=".\output\pjlib-test-i386-win32-vc8-debug/"382 ObjectFile=".\output\pjlib-test-i386-win32-vc8-debug/"383 ProgramDataBaseFileName=".\output\pjlib-test-i386-win32-vc8-debug/"384 BrowseInformation="1"385 WarningLevel="4"386 SuppressStartupBanner="true"387 DebugInformationFormat="4"388 337 /> 389 338 <Tool … … 392 341 <Tool 393 342 Name="VCResourceCompilerTool" 394 PreprocessorDefinitions="_DEBUG"395 Culture="1033"396 343 /> 397 344 <Tool … … 401 348 Name="VCLinkerTool" 402 349 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 403 OutputFile="../bin/pjlib-test-i386-win32-vc8-debug.exe"404 LinkIncremental="2"405 SuppressStartupBanner="true"406 GenerateDebugInformation="true"407 ProgramDatabaseFile=".\output\pjlib-test-i386-win32-vc8-debug/pjlib-test-i386-win32-vc8-debug.pdb"408 SubSystem="1"409 TargetMachine="1"410 350 /> 411 351 <Tool … … 420 360 <Tool 421 361 Name="VCBscMakeTool" 422 SuppressStartupBanner="true"423 OutputFile=".\output\pjlib-test-i386-win32-vc8-debug/pjlib_test.bsc"424 362 /> 425 363 <Tool … … 438 376 <Configuration 439 377 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 440 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 441 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 378 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 379 380 ATLMinimizesCRunTimeLibraryUsage="false" 381 382 CharacterSet="1" 383 442 384 ConfigurationType="1" 443 CharacterSet="1"444 385 > 445 386 <Tool … … 457 398 <Tool 458 399 Name="VCMIDLTool" 459 TargetEnvironment="1"460 400 /> 461 401 <Tool 462 402 Name="VCCLCompilerTool" 463 ExecutionBucket="7" 464 Optimization="0" 465 FavorSizeOrSpeed="0" 403 PrecompiledHeaderFile="" 404 405 PreprocessorDefinitions="" 406 466 407 AdditionalIncludeDirectories="../include" 467 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"468 RuntimeLibrary="1"469 WarningLevel="3"470 DebugInformationFormat="3"471 CompileAs="0"472 CompileForArchitecture="0"473 408 /> 474 409 <Tool … … 484 419 Name="VCLinkerTool" 485 420 AdditionalDependencies="ws2.lib" 486 GenerateDebugInformation="true"487 OptimizeReferences="2"488 EnableCOMDATFolding="2"489 EntryPointSymbol=""490 TargetMachine="0"491 421 /> 492 422 <Tool … … 516 446 <Configuration 517 447 Name="Release-Dynamic|Win32" 448 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 449 450 ATLMinimizesCRunTimeLibraryUsage="false" 451 452 CharacterSet="2" 453 518 454 ConfigurationType="1" 519 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"520 455 UseOfMFC="0" 521 ATLMinimizesCRunTimeLibraryUsage="false"522 CharacterSet="2"523 456 > 524 457 <Tool … … 536 469 <Tool 537 470 Name="VCMIDLTool" 538 TypeLibraryName=".\output\pjlib-test-i386-win32-vc8-release/pjlib_test.tlb"539 HeaderFileName=""540 471 /> 541 472 <Tool 542 473 Name="VCCLCompilerTool" 543 Optimization="2" 544 InlineFunctionExpansion="1" 474 PrecompiledHeaderFile="" 475 476 PreprocessorDefinitions="" 477 545 478 AdditionalIncludeDirectories="../include" 546 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32;PJ_M_I386"547 StringPooling="true"548 RuntimeLibrary="2"549 EnableFunctionLevelLinking="true"550 PrecompiledHeaderFile=".\output\pjlib-test-i386-win32-vc8-release/pjlib_test.pch"551 AssemblerListingLocation=".\output\pjlib-test-i386-win32-vc8-release/"552 ObjectFile=".\output\pjlib-test-i386-win32-vc8-release/"553 ProgramDataBaseFileName=".\output\pjlib-test-i386-win32-vc8-release/"554 BrowseInformation="1"555 WarningLevel="4"556 SuppressStartupBanner="true"557 DebugInformationFormat="3"558 479 /> 559 480 <Tool … … 562 483 <Tool 563 484 Name="VCResourceCompilerTool" 564 PreprocessorDefinitions="NDEBUG"565 Culture="1033"566 485 /> 567 486 <Tool … … 571 490 Name="VCLinkerTool" 572 491 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 573 OutputFile="../bin/pjlib-test-i386-win32-vc8-release.exe"574 LinkIncremental="1"575 SuppressStartupBanner="true"576 GenerateDebugInformation="true"577 SubSystem="1"578 TargetMachine="1"579 492 /> 580 493 <Tool … … 589 502 <Tool 590 503 Name="VCBscMakeTool" 591 SuppressStartupBanner="true"592 OutputFile=".\output\pjlib-test-i386-win32-vc8-release/pjlib_test.bsc"593 504 /> 594 505 <Tool … … 607 518 <Configuration 608 519 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 609 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 610 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 520 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 521 522 ATLMinimizesCRunTimeLibraryUsage="false" 523 524 CharacterSet="1" 525 611 526 ConfigurationType="1" 612 CharacterSet="1"613 527 > 614 528 <Tool … … 626 540 <Tool 627 541 Name="VCMIDLTool" 628 TargetEnvironment="1"629 542 /> 630 543 <Tool 631 544 Name="VCCLCompilerTool" 632 ExecutionBucket="7" 545 PrecompiledHeaderFile="" 546 547 PreprocessorDefinitions="" 548 633 549 AdditionalIncludeDirectories="../include" 634 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"635 WarningLevel="3"636 CompileAs="0"637 CompileForArchitecture="0"638 550 /> 639 551 <Tool … … 649 561 Name="VCLinkerTool" 650 562 AdditionalDependencies="ws2.lib" 651 OptimizeReferences="2"652 EnableCOMDATFolding="2"653 TargetMachine="0"654 563 /> 655 564 <Tool … … 679 588 <Configuration 680 589 Name="Debug-Dynamic|Win32" 590 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 591 592 ATLMinimizesCRunTimeLibraryUsage="false" 593 594 CharacterSet="2" 595 681 596 ConfigurationType="1" 682 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"683 597 UseOfMFC="0" 684 ATLMinimizesCRunTimeLibraryUsage="false"685 CharacterSet="2"686 598 > 687 599 <Tool … … 699 611 <Tool 700 612 Name="VCMIDLTool" 701 TypeLibraryName=".\output\pjlib-test-i386-win32-vc8-debug/pjlib_test.tlb"702 HeaderFileName=""703 613 /> 704 614 <Tool 705 615 Name="VCCLCompilerTool" 706 Optimization="0" 616 PrecompiledHeaderFile="" 617 618 PreprocessorDefinitions="" 619 707 620 AdditionalIncludeDirectories="../include" 708 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32;PJ_M_I386"709 MinimalRebuild="true"710 BasicRuntimeChecks="3"711 RuntimeLibrary="3"712 PrecompiledHeaderFile=".\output\pjlib-test-i386-win32-vc8-debug/pjlib_test.pch"713 AssemblerListingLocation=".\output\pjlib-test-i386-win32-vc8-debug/"714 ObjectFile=".\output\pjlib-test-i386-win32-vc8-debug/"715 ProgramDataBaseFileName=".\output\pjlib-test-i386-win32-vc8-debug/"716 SuppressStartupBanner="true"717 DebugInformationFormat="4"718 621 /> 719 622 <Tool … … 722 625 <Tool 723 626 Name="VCResourceCompilerTool" 724 PreprocessorDefinitions="_DEBUG"725 Culture="1033"726 627 /> 727 628 <Tool … … 731 632 Name="VCLinkerTool" 732 633 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 733 OutputFile="../bin/pjlib-test-i386-win32-vc8-debug.exe"734 LinkIncremental="2"735 SuppressStartupBanner="true"736 IgnoreDefaultLibraryNames=""737 GenerateDebugInformation="true"738 ProgramDatabaseFile=".\output\pjlib-test-i386-win32-vc8-debug/pjlib-test-i386-win32-vc8-debug.pdb"739 SubSystem="1"740 TargetMachine="1"741 634 /> 742 635 <Tool … … 751 644 <Tool 752 645 Name="VCBscMakeTool" 753 SuppressStartupBanner="true"754 OutputFile=".\output\pjlib-test-i386-win32-vc8-debug/pjlib_test.bsc"755 646 /> 756 647 <Tool … … 769 660 <Configuration 770 661 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 771 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 772 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 662 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 663 664 ATLMinimizesCRunTimeLibraryUsage="false" 665 666 CharacterSet="1" 667 773 668 ConfigurationType="1" 774 CharacterSet="1"775 669 > 776 670 <Tool … … 788 682 <Tool 789 683 Name="VCMIDLTool" 790 TargetEnvironment="1"791 684 /> 792 685 <Tool 793 686 Name="VCCLCompilerTool" 794 ExecutionBucket="7" 795 Optimization="0" 796 FavorSizeOrSpeed="0" 687 PrecompiledHeaderFile="" 688 689 PreprocessorDefinitions="" 690 797 691 AdditionalIncludeDirectories="../include" 798 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"799 RuntimeLibrary="1"800 WarningLevel="3"801 DebugInformationFormat="3"802 CompileAs="0"803 CompileForArchitecture="0"804 692 /> 805 693 <Tool … … 815 703 Name="VCLinkerTool" 816 704 AdditionalDependencies="ws2.lib" 817 GenerateDebugInformation="true"818 OptimizeReferences="2"819 EnableCOMDATFolding="2"820 EntryPointSymbol=""821 TargetMachine="0"822 705 /> 823 706 <Tool … … 847 730 <Configuration 848 731 Name="Release-Static|Win32" 732 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 733 734 ATLMinimizesCRunTimeLibraryUsage="false" 735 736 CharacterSet="2" 737 849 738 ConfigurationType="1" 850 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"851 739 UseOfMFC="0" 852 ATLMinimizesCRunTimeLibraryUsage="false"853 CharacterSet="2"854 740 > 855 741 <Tool … … 867 753 <Tool 868 754 Name="VCMIDLTool" 869 TypeLibraryName=".\output\pjlib-test-i386-win32-vc8-release/pjlib_test.tlb"870 HeaderFileName=""871 755 /> 872 756 <Tool 873 757 Name="VCCLCompilerTool" 874 InlineFunctionExpansion="1" 758 PrecompiledHeaderFile="" 759 760 PreprocessorDefinitions="" 761 875 762 AdditionalIncludeDirectories="../include" 876 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32;PJ_M_I386"877 StringPooling="true"878 RuntimeLibrary="0"879 EnableFunctionLevelLinking="true"880 PrecompiledHeaderFile=".\output\pjlib-test-i386-win32-vc8-release/pjlib_test.pch"881 AssemblerListingLocation=".\output\pjlib-test-i386-win32-vc8-release/"882 ObjectFile=".\output\pjlib-test-i386-win32-vc8-release/"883 ProgramDataBaseFileName=".\output\pjlib-test-i386-win32-vc8-release/"884 BrowseInformation="1"885 SuppressStartupBanner="true"886 DebugInformationFormat="3"887 763 /> 888 764 <Tool … … 891 767 <Tool 892 768 Name="VCResourceCompilerTool" 893 PreprocessorDefinitions="NDEBUG"894 Culture="1033"895 769 /> 896 770 <Tool … … 900 774 Name="VCLinkerTool" 901 775 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 902 OutputFile="../bin/pjlib-test-i386-win32-vc8-release.exe"903 LinkIncremental="1"904 SuppressStartupBanner="true"905 GenerateDebugInformation="true"906 SubSystem="1"907 TargetMachine="1"908 776 /> 909 777 <Tool … … 918 786 <Tool 919 787 Name="VCBscMakeTool" 920 SuppressStartupBanner="true"921 OutputFile=".\output\pjlib-test-i386-win32-vc8-release/pjlib_test.bsc"922 788 /> 923 789 <Tool … … 936 802 <Configuration 937 803 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 938 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 939 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 804 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 805 806 ATLMinimizesCRunTimeLibraryUsage="false" 807 808 CharacterSet="1" 809 940 810 ConfigurationType="1" 941 CharacterSet="1"942 811 > 943 812 <Tool … … 955 824 <Tool 956 825 Name="VCMIDLTool" 957 TargetEnvironment="1"958 826 /> 959 827 <Tool 960 828 Name="VCCLCompilerTool" 961 ExecutionBucket="7" 829 PrecompiledHeaderFile="" 830 831 PreprocessorDefinitions="" 832 962 833 AdditionalIncludeDirectories="../include" 963 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"964 WarningLevel="3"965 CompileAs="0"966 CompileForArchitecture="0"967 834 /> 968 835 <Tool … … 978 845 Name="VCLinkerTool" 979 846 AdditionalDependencies="ws2.lib" 980 OptimizeReferences="2"981 EnableCOMDATFolding="2"982 TargetMachine="0"983 847 /> 984 848 <Tool -
pjproject/branches/projects/vs-reorg/pjmedia/build/pjmedia.vcproj
r2622 r2625 23 23 <Configuration 24 24 Name="Release|Win32" 25 IntermediateDirectory="$(ConfigurationName)" 25 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 26 27 ATLMinimizesCRunTimeLibraryUsage="false" 28 29 CharacterSet="2" 30 26 31 ConfigurationType="4" 27 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"28 32 UseOfMFC="0" 29 ATLMinimizesCRunTimeLibraryUsage="false"30 CharacterSet="2"31 33 > 32 34 <Tool … … 47 49 <Tool 48 50 Name="VCCLCompilerTool" 49 Optimization="2" 50 InlineFunctionExpansion="1" 51 PrecompiledHeaderFile="" 52 53 PreprocessorDefinitions="" 54 51 55 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"" 52 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"53 StringPooling="true"54 RuntimeLibrary="2"55 EnableFunctionLevelLinking="true"56 PrecompiledHeaderFile=".\output\pjmedia-i386-win32-vc8-release/pjmedia.pch"57 AssemblerListingLocation=".\output\pjmedia-i386-win32-vc8-release/"58 ObjectFile=".\output\pjmedia-i386-win32-vc8-release/"59 ProgramDataBaseFileName=".\output\pjmedia-i386-win32-vc8-release/"60 BrowseInformation="1"61 WarningLevel="4"62 SuppressStartupBanner="true"63 DebugInformationFormat="3"64 56 /> 65 57 <Tool … … 68 60 <Tool 69 61 Name="VCResourceCompilerTool" 70 PreprocessorDefinitions="NDEBUG"71 Culture="1033"72 62 /> 73 63 <Tool … … 76 66 <Tool 77 67 Name="VCLibrarianTool" 78 OutputFile="../lib/pjmedia-i386-win32-vc8-release.lib"79 SuppressStartupBanner="true"80 68 /> 81 69 <Tool … … 87 75 <Tool 88 76 Name="VCBscMakeTool" 89 SuppressStartupBanner="true"90 OutputFile=".\output\pjmedia-i386-win32-vc8-release/pjmedia.bsc"91 77 /> 92 78 <Tool … … 99 85 <Configuration 100 86 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 101 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 102 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 87 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 88 89 ATLMinimizesCRunTimeLibraryUsage="false" 90 91 CharacterSet="1" 92 103 93 ConfigurationType="4" 104 CharacterSet="1"105 94 > 106 95 <Tool … … 121 110 <Tool 122 111 Name="VCCLCompilerTool" 123 ExecutionBucket="7" 124 Optimization="2" 125 FavorSizeOrSpeed="2" 112 PrecompiledHeaderFile="" 113 114 PreprocessorDefinitions="" 115 126 116 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;../.." 127 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"128 ExceptionHandling="0"129 RuntimeLibrary="0"130 WarningLevel="3"131 DebugInformationFormat="0"132 CompileAs="0"133 117 /> 134 118 <Tool … … 143 127 <Tool 144 128 Name="VCLibrarianTool" 145 AdditionalOptions=""146 129 /> 147 130 <Tool … … 171 154 <Configuration 172 155 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 173 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 174 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 156 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 157 158 ATLMinimizesCRunTimeLibraryUsage="false" 159 160 CharacterSet="1" 161 175 162 ConfigurationType="4" 176 CharacterSet="1"177 163 > 178 164 <Tool … … 190 176 <Tool 191 177 Name="VCMIDLTool" 192 TargetEnvironment="1"193 178 /> 194 179 <Tool 195 180 Name="VCCLCompilerTool" 196 ExecutionBucket="7" 197 Optimization="2" 198 FavorSizeOrSpeed="2" 181 PrecompiledHeaderFile="" 182 183 PreprocessorDefinitions="" 184 199 185 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;../.." 200 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"201 ExceptionHandling="0"202 RuntimeLibrary="0"203 WarningLevel="3"204 DebugInformationFormat="0"205 CompileAs="0"206 186 /> 207 187 <Tool … … 216 196 <Tool 217 197 Name="VCLibrarianTool" 218 AdditionalOptions=""219 198 /> 220 199 <Tool … … 244 223 <Configuration 245 224 Name="Debug|Win32" 225 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 226 227 ATLMinimizesCRunTimeLibraryUsage="false" 228 229 CharacterSet="2" 230 246 231 ConfigurationType="4" 247 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"248 232 UseOfMFC="0" 249 ATLMinimizesCRunTimeLibraryUsage="false"250 CharacterSet="2"251 233 > 252 234 <Tool … … 267 249 <Tool 268 250 Name="VCCLCompilerTool" 251 PrecompiledHeaderFile="" 252 253 PreprocessorDefinitions="" 254 269 255 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"" 270 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"271 MinimalRebuild="true"272 BasicRuntimeChecks="3"273 RuntimeLibrary="1"274 PrecompiledHeaderFile=".\output\pjmedia-i386-win32-vc8-debug/pjmedia.pch"275 AssemblerListingLocation=".\output\pjmedia-i386-win32-vc8-debug/"276 ObjectFile=".\output\pjmedia-i386-win32-vc8-debug/"277 ProgramDataBaseFileName=".\output\pjmedia-i386-win32-vc8-debug/"278 BrowseInformation="1"279 WarningLevel="4"280 SuppressStartupBanner="true"281 256 /> 282 257 <Tool … … 285 260 <Tool 286 261 Name="VCResourceCompilerTool" 287 PreprocessorDefinitions="_DEBUG"288 Culture="1033"289 262 /> 290 263 <Tool … … 293 266 <Tool 294 267 Name="VCLibrarianTool" 295 OutputFile="../lib/pjmedia-i386-win32-vc8-debug.lib"296 SuppressStartupBanner="true"297 268 /> 298 269 <Tool … … 304 275 <Tool 305 276 Name="VCBscMakeTool" 306 SuppressStartupBanner="true"307 OutputFile=".\output\pjmedia-i386-win32-vc8-debug/pjmedia.bsc"308 277 /> 309 278 <Tool … … 316 285 <Configuration 317 286 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 318 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 319 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 287 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 288 289 ATLMinimizesCRunTimeLibraryUsage="false" 290 291 CharacterSet="1" 292 320 293 ConfigurationType="4" 321 CharacterSet="1"322 294 > 323 295 <Tool … … 338 310 <Tool 339 311 Name="VCCLCompilerTool" 340 ExecutionBucket="7" 341 Optimization="0" 342 FavorSizeOrSpeed="0" 312 PrecompiledHeaderFile="" 313 314 PreprocessorDefinitions="" 315 343 316 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;../.." 344 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"345 ExceptionHandling="0"346 RuntimeLibrary="1"347 WarningLevel="3"348 DebugInformationFormat="3"349 CompileAs="0"350 CompileForArchitecture="0"351 317 /> 352 318 <Tool … … 361 327 <Tool 362 328 Name="VCLibrarianTool" 363 AdditionalOptions=""364 329 /> 365 330 <Tool … … 389 354 <Configuration 390 355 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 391 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 392 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 356 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 357 358 ATLMinimizesCRunTimeLibraryUsage="false" 359 360 CharacterSet="1" 361 393 362 ConfigurationType="4" 394 CharacterSet="1"395 363 > 396 364 <Tool … … 408 376 <Tool 409 377 Name="VCMIDLTool" 410 TargetEnvironment="1"411 378 /> 412 379 <Tool 413 380 Name="VCCLCompilerTool" 414 ExecutionBucket="7" 415 Optimization="0" 416 FavorSizeOrSpeed="0" 381 PrecompiledHeaderFile="" 382 383 PreprocessorDefinitions="" 384 417 385 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;../.." 418 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"419 ExceptionHandling="0"420 RuntimeLibrary="1"421 WarningLevel="3"422 DebugInformationFormat="3"423 CompileAs="0"424 CompileForArchitecture="0"425 386 /> 426 387 <Tool … … 435 396 <Tool 436 397 Name="VCLibrarianTool" 437 AdditionalOptions="/subsystem:windowsce,5.02"438 398 /> 439 399 <Tool … … 463 423 <Configuration 464 424 Name="Debug-Static|Win32" 425 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 426 427 ATLMinimizesCRunTimeLibraryUsage="false" 428 429 CharacterSet="2" 430 465 431 ConfigurationType="4" 466 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"467 432 UseOfMFC="0" 468 ATLMinimizesCRunTimeLibraryUsage="false"469 CharacterSet="2"470 433 > 471 434 <Tool … … 486 449 <Tool 487 450 Name="VCCLCompilerTool" 451 PrecompiledHeaderFile="" 452 453 PreprocessorDefinitions="" 454 488 455 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"" 489 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"490 MinimalRebuild="true"491 BasicRuntimeChecks="3"492 RuntimeLibrary="1"493 PrecompiledHeaderFile=".\output\pjmedia-i386-win32-vc8-debug/pjmedia.pch"494 AssemblerListingLocation=".\output\pjmedia-i386-win32-vc8-debug/"495 ObjectFile=".\output\pjmedia-i386-win32-vc8-debug/"496 ProgramDataBaseFileName=".\output\pjmedia-i386-win32-vc8-debug/"497 BrowseInformation="1"498 WarningLevel="4"499 SuppressStartupBanner="true"500 DebugInformationFormat="4"501 456 /> 502 457 <Tool … … 505 460 <Tool 506 461 Name="VCResourceCompilerTool" 507 PreprocessorDefinitions="_DEBUG"508 Culture="1033"509 462 /> 510 463 <Tool … … 513 466 <Tool 514 467 Name="VCLibrarianTool" 515 OutputFile="../lib/pjmedia-i386-win32-vc8-debug.lib"516 SuppressStartupBanner="true"517 468 /> 518 469 <Tool … … 524 475 <Tool 525 476 Name="VCBscMakeTool" 526 SuppressStartupBanner="true"527 OutputFile=".\output\pjmedia-i386-win32-vc8-debug/pjmedia.bsc"528 477 /> 529 478 <Tool … … 536 485 <Configuration 537 486 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 538 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 539 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 487 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 488 489 ATLMinimizesCRunTimeLibraryUsage="false" 490 491 CharacterSet="1" 492 540 493 ConfigurationType="4" 541 CharacterSet="1"542 494 > 543 495 <Tool … … 555 507 <Tool 556 508 Name="VCMIDLTool" 557 TargetEnvironment="1"558 509 /> 559 510 <Tool 560 511 Name="VCCLCompilerTool" 561 ExecutionBucket="7" 562 Optimization="0" 563 FavorSizeOrSpeed="0" 512 PrecompiledHeaderFile="" 513 514 PreprocessorDefinitions="" 515 564 516 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;../.." 565 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"566 ExceptionHandling="0"567 RuntimeLibrary="1"568 WarningLevel="3"569 DebugInformationFormat="3"570 CompileAs="0"571 CompileForArchitecture="0"572 517 /> 573 518 <Tool … … 582 527 <Tool 583 528 Name="VCLibrarianTool" 584 AdditionalOptions=""585 529 /> 586 530 <Tool … … 610 554 <Configuration 611 555 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 612 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 613 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 556 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 557 558 ATLMinimizesCRunTimeLibraryUsage="false" 559 560 CharacterSet="1" 561 614 562 ConfigurationType="4" 615 CharacterSet="1"616 563 > 617 564 <Tool … … 629 576 <Tool 630 577 Name="VCMIDLTool" 631 TargetEnvironment="1"632 578 /> 633 579 <Tool 634 580 Name="VCCLCompilerTool" 635 ExecutionBucket="7" 636 Optimization="0" 637 FavorSizeOrSpeed="0" 581 PrecompiledHeaderFile="" 582 583 PreprocessorDefinitions="" 584 638 585 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;../.." 639 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"640 ExceptionHandling="0"641 RuntimeLibrary="1"642 WarningLevel="3"643 DebugInformationFormat="3"644 CompileAs="0"645 CompileForArchitecture="0"646 586 /> 647 587 <Tool … … 656 596 <Tool 657 597 Name="VCLibrarianTool" 658 AdditionalOptions=""659 598 /> 660 599 <Tool … … 684 623 <Configuration 685 624 Name="Release-Dynamic|Win32" 625 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 626 627 ATLMinimizesCRunTimeLibraryUsage="false" 628 629 CharacterSet="2" 630 686 631 ConfigurationType="4" 687 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"688 632 UseOfMFC="0" 689 ATLMinimizesCRunTimeLibraryUsage="false"690 CharacterSet="2"691 633 > 692 634 <Tool … … 707 649 <Tool 708 650 Name="VCCLCompilerTool" 709 Optimization="2" 710 InlineFunctionExpansion="1" 651 PrecompiledHeaderFile="" 652 653 PreprocessorDefinitions="" 654 711 655 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"" 712 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"713 StringPooling="true"714 RuntimeLibrary="2"715 EnableFunctionLevelLinking="true"716 PrecompiledHeaderFile=".\output\pjmedia-i386-win32-vc8-release/pjmedia.pch"717 AssemblerListingLocation=".\output\pjmedia-i386-win32-vc8-release/"718 ObjectFile=".\output\pjmedia-i386-win32-vc8-release/"719 ProgramDataBaseFileName=".\output\pjmedia-i386-win32-vc8-release/"720 BrowseInformation="1"721 WarningLevel="4"722 SuppressStartupBanner="true"723 DebugInformationFormat="3"724 656 /> 725 657 <Tool … … 728 660 <Tool 729 661 Name="VCResourceCompilerTool" 730 PreprocessorDefinitions="NDEBUG"731 Culture="1033"732 662 /> 733 663 <Tool … … 736 666 <Tool 737 667 Name="VCLibrarianTool" 738 OutputFile="../lib/pjmedia-i386-win32-vc8-release.lib"739 SuppressStartupBanner="true"740 668 /> 741 669 <Tool … … 747 675 <Tool 748 676 Name="VCBscMakeTool" 749 SuppressStartupBanner="true"750 OutputFile=".\output\pjmedia-i386-win32-vc8-release/pjmedia.bsc"751 677 /> 752 678 <Tool … … 759 685 <Configuration 760 686 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 761 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 762 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 687 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 688 689 ATLMinimizesCRunTimeLibraryUsage="false" 690 691 CharacterSet="1" 692 763 693 ConfigurationType="4" 764 CharacterSet="1"765 694 > 766 695 <Tool … … 778 707 <Tool 779 708 Name="VCMIDLTool" 780 TargetEnvironment="1"781 709 /> 782 710 <Tool 783 711 Name="VCCLCompilerTool" 784 ExecutionBucket="7" 785 Optimization="2" 786 FavorSizeOrSpeed="2" 712 PrecompiledHeaderFile="" 713 714 PreprocessorDefinitions="" 715 787 716 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;../.." 788 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"789 ExceptionHandling="0"790 RuntimeLibrary="0"791 WarningLevel="3"792 DebugInformationFormat="0"793 CompileAs="0"794 717 /> 795 718 <Tool … … 804 727 <Tool 805 728 Name="VCLibrarianTool" 806 AdditionalOptions=""807 729 /> 808 730 <Tool … … 832 754 <Configuration 833 755 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 834 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 835 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 756 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 757 758 ATLMinimizesCRunTimeLibraryUsage="false" 759 760 CharacterSet="1" 761 836 762 ConfigurationType="4" 837 CharacterSet="1"838 763 > 839 764 <Tool … … 851 776 <Tool 852 777 Name="VCMIDLTool" 853 TargetEnvironment="1"854 778 /> 855 779 <Tool 856 780 Name="VCCLCompilerTool" 857 ExecutionBucket="7" 858 Optimization="2" 859 FavorSizeOrSpeed="2" 781 PrecompiledHeaderFile="" 782 783 PreprocessorDefinitions="" 784 860 785 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;../.." 861 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"862 ExceptionHandling="0"863 RuntimeLibrary="0"864 WarningLevel="3"865 DebugInformationFormat="0"866 CompileAs="0"867 786 /> 868 787 <Tool … … 877 796 <Tool 878 797 Name="VCLibrarianTool" 879 AdditionalOptions=""880 798 /> 881 799 <Tool … … 905 823 <Configuration 906 824 Name="Debug-Dynamic|Win32" 825 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 826 827 ATLMinimizesCRunTimeLibraryUsage="false" 828 829 CharacterSet="2" 830 907 831 ConfigurationType="4" 908 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"909 832 UseOfMFC="0" 910 ATLMinimizesCRunTimeLibraryUsage="false"911 CharacterSet="2"912 833 > 913 834 <Tool … … 928 849 <Tool 929 850 Name="VCCLCompilerTool" 930 Optimization="0" 851 PrecompiledHeaderFile="" 852 853 PreprocessorDefinitions="" 854 931 855 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"" 932 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"933 MinimalRebuild="true"934 BasicRuntimeChecks="3"935 RuntimeLibrary="3"936 PrecompiledHeaderFile=".\output\pjmedia-i386-win32-vc8-debug/pjmedia.pch"937 AssemblerListingLocation=".\output\pjmedia-i386-win32-vc8-debug/"938 ObjectFile=".\output\pjmedia-i386-win32-vc8-debug/"939 ProgramDataBaseFileName=".\output\pjmedia-i386-win32-vc8-debug/"940 SuppressStartupBanner="true"941 DebugInformationFormat="4"942 856 /> 943 857 <Tool … … 946 860 <Tool 947 861 Name="VCResourceCompilerTool" 948 PreprocessorDefinitions="_DEBUG"949 Culture="1033"950 862 /> 951 863 <Tool … … 954 866 <Tool 955 867 Name="VCLibrarianTool" 956 OutputFile="../lib/pjmedia-i386-win32-vc8-debug.lib"957 SuppressStartupBanner="true"958 868 /> 959 869 <Tool … … 965 875 <Tool 966 876 Name="VCBscMakeTool" 967 SuppressStartupBanner="true"968 OutputFile=".\output\pjmedia-i386-win32-vc8-debug/pjmedia.bsc"969 877 /> 970 878 <Tool … … 977 885 <Configuration 978 886 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 979 OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 980 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 887 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 888 889 ATLMinimizesCRunTimeLibraryUsage="false" 890 891 CharacterSet="1" 892 981 893 ConfigurationType="4" 982 CharacterSet="1"983 894 > 984 895 <Tool … … 996 907 <Tool 997 908 Name="VCMIDLTool" 998 TargetEnvironment="1"999 909 /> 1000 910 <Tool 1001 911 Name="VCCLCompilerTool" 1002 ExecutionBucket="7" 1003 Optimization="0" 1004 FavorSizeOrSpeed="0" 912 PrecompiledHeaderFile="" 913 914 PreprocessorDefinitions="" 915 1005 916 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;../.." 1006 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1007 ExceptionHandling="0"1008 RuntimeLibrary="1"1009 WarningLevel="3"1010 DebugInformationFormat="3"1011 CompileAs="0"1012 CompileForArchitecture="0"1013 917 /> 1014 918 <Tool … … 1023 927 <Tool 1024 928 Name="VCLibrarianTool" 1025 AdditionalOptions=""1026 929 /> 1027 930 <Tool … … 1051 954 <Configuration 1052 955 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1053 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1054 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 956 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 957 958 ATLMinimizesCRunTimeLibraryUsage="false" 959 960 CharacterSet="1" 961 1055 962 ConfigurationType="4" 1056 CharacterSet="1"1057 963 > 1058 964 <Tool … … 1070 976 <Tool 1071 977 Name="VCMIDLTool" 1072 TargetEnvironment="1"1073 978 /> 1074 979 <Tool 1075 980 Name="VCCLCompilerTool" 1076 ExecutionBucket="7" 1077 Optimization="0" 1078 FavorSizeOrSpeed="0" 981 PrecompiledHeaderFile="" 982 983 PreprocessorDefinitions="" 984 1079 985 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;../.." 1080 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1081 ExceptionHandling="0"1082 RuntimeLibrary="1"1083 WarningLevel="3"1084 DebugInformationFormat="3"1085 CompileAs="0"1086 CompileForArchitecture="0"1087 986 /> 1088 987 <Tool … … 1097 996 <Tool 1098 997 Name="VCLibrarianTool" 1099 AdditionalOptions=""