Changeset 2559 for pjproject/trunk/pjnath/build/pjnath.vcproj
- Timestamp:
- Mar 30, 2009 12:15:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/build/pjnath.vcproj
r2430 r2559 316 316 /> 317 317 </Configuration> 318 <Configuration 319 Name="Debug-Static|Win32" 320 OutputDirectory="$(ConfigurationName)" 321 IntermediateDirectory="$(ConfigurationName)" 322 ConfigurationType="4" 323 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 324 UseOfMFC="0" 325 ATLMinimizesCRunTimeLibraryUsage="false" 326 CharacterSet="2" 327 > 328 <Tool 329 Name="VCPreBuildEventTool" 330 /> 331 <Tool 332 Name="VCCustomBuildTool" 333 /> 334 <Tool 335 Name="VCXMLDataGeneratorTool" 336 /> 337 <Tool 338 Name="VCWebServiceProxyGeneratorTool" 339 /> 340 <Tool 341 Name="VCMIDLTool" 342 /> 343 <Tool 344 Name="VCCLCompilerTool" 345 Optimization="0" 346 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 347 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 348 MinimalRebuild="true" 349 BasicRuntimeChecks="3" 350 RuntimeLibrary="1" 351 PrecompiledHeaderFile="./output/pjnath-i386-win32-vc8-debug/pjnath.pch" 352 AssemblerListingLocation="./output/pjnath-i386-win32-vc8-debug/" 353 ObjectFile="./output/pjnath-i386-win32-vc8-debug/" 354 ProgramDataBaseFileName="./output/pjnath-i386-win32-vc8-debug/" 355 BrowseInformation="1" 356 WarningLevel="4" 357 SuppressStartupBanner="true" 358 DebugInformationFormat="4" 359 /> 360 <Tool 361 Name="VCManagedResourceCompilerTool" 362 /> 363 <Tool 364 Name="VCResourceCompilerTool" 365 PreprocessorDefinitions="_DEBUG" 366 Culture="1033" 367 /> 368 <Tool 369 Name="VCPreLinkEventTool" 370 /> 371 <Tool 372 Name="VCLibrarianTool" 373 OutputFile="../lib/pjnath-i386-win32-vc8-debug.lib" 374 SuppressStartupBanner="true" 375 /> 376 <Tool 377 Name="VCALinkTool" 378 /> 379 <Tool 380 Name="VCXDCMakeTool" 381 /> 382 <Tool 383 Name="VCBscMakeTool" 384 SuppressStartupBanner="true" 385 OutputFile="./output/pjnath-i386-win32-vc8-debug/pjnath.bsc" 386 /> 387 <Tool 388 Name="VCFxCopTool" 389 /> 390 <Tool 391 Name="VCPostBuildEventTool" 392 /> 393 </Configuration> 394 <Configuration 395 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 396 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 397 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 398 ConfigurationType="4" 399 CharacterSet="1" 400 > 401 <Tool 402 Name="VCPreBuildEventTool" 403 /> 404 <Tool 405 Name="VCCustomBuildTool" 406 /> 407 <Tool 408 Name="VCXMLDataGeneratorTool" 409 /> 410 <Tool 411 Name="VCWebServiceProxyGeneratorTool" 412 /> 413 <Tool 414 Name="VCMIDLTool" 415 TargetEnvironment="1" 416 /> 417 <Tool 418 Name="VCCLCompilerTool" 419 ExecutionBucket="7" 420 Optimization="0" 421 FavorSizeOrSpeed="0" 422 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 423 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 424 ExceptionHandling="0" 425 RuntimeLibrary="1" 426 WarningLevel="3" 427 DebugInformationFormat="3" 428 CompileAs="0" 429 CompileForArchitecture="0" 430 /> 431 <Tool 432 Name="VCManagedResourceCompilerTool" 433 /> 434 <Tool 435 Name="VCResourceCompilerTool" 436 /> 437 <Tool 438 Name="VCPreLinkEventTool" 439 /> 440 <Tool 441 Name="VCLibrarianTool" 442 AdditionalOptions="" 443 /> 444 <Tool 445 Name="VCALinkTool" 446 /> 447 <Tool 448 Name="VCXDCMakeTool" 449 /> 450 <Tool 451 Name="VCBscMakeTool" 452 /> 453 <Tool 454 Name="VCCodeSignTool" 455 /> 456 <Tool 457 Name="VCPostBuildEventTool" 458 /> 459 <DeploymentTool 460 ForceDirty="-1" 461 RemoteDirectory="" 462 RegisterOutput="0" 463 AdditionalFiles="" 464 /> 465 <DebuggerTool 466 /> 467 </Configuration> 468 <Configuration 469 Name="Release-Dynamic|Win32" 470 OutputDirectory="$(ConfigurationName)" 471 IntermediateDirectory="$(ConfigurationName)" 472 ConfigurationType="4" 473 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 474 UseOfMFC="0" 475 ATLMinimizesCRunTimeLibraryUsage="false" 476 CharacterSet="2" 477 > 478 <Tool 479 Name="VCPreBuildEventTool" 480 /> 481 <Tool 482 Name="VCCustomBuildTool" 483 /> 484 <Tool 485 Name="VCXMLDataGeneratorTool" 486 /> 487 <Tool 488 Name="VCWebServiceProxyGeneratorTool" 489 /> 490 <Tool 491 Name="VCMIDLTool" 492 /> 493 <Tool 494 Name="VCCLCompilerTool" 495 Optimization="2" 496 InlineFunctionExpansion="2" 497 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 498 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 499 StringPooling="true" 500 RuntimeLibrary="2" 501 EnableFunctionLevelLinking="true" 502 PrecompiledHeaderFile="./output/pjnath-i386-win32-vc8-release/pjnath.pch" 503 AssemblerListingLocation="./output/pjnath-i386-win32-vc8-release/" 504 ObjectFile="./output/pjnath-i386-win32-vc8-release/" 505 ProgramDataBaseFileName="./output/pjnath-i386-win32-vc8-release/" 506 BrowseInformation="1" 507 WarningLevel="4" 508 SuppressStartupBanner="true" 509 DebugInformationFormat="3" 510 /> 511 <Tool 512 Name="VCManagedResourceCompilerTool" 513 /> 514 <Tool 515 Name="VCResourceCompilerTool" 516 PreprocessorDefinitions="NDEBUG" 517 Culture="1033" 518 /> 519 <Tool 520 Name="VCPreLinkEventTool" 521 /> 522 <Tool 523 Name="VCLibrarianTool" 524 OutputFile="../lib/pjnath-i386-win32-vc8-release.lib" 525 SuppressStartupBanner="true" 526 /> 527 <Tool 528 Name="VCALinkTool" 529 /> 530 <Tool 531 Name="VCXDCMakeTool" 532 /> 533 <Tool 534 Name="VCBscMakeTool" 535 SuppressStartupBanner="true" 536 OutputFile="./output/pjnath-i386-win32-vc8-release/pjnath.bsc" 537 /> 538 <Tool 539 Name="VCFxCopTool" 540 /> 541 <Tool 542 Name="VCPostBuildEventTool" 543 /> 544 </Configuration> 545 <Configuration 546 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 547 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 548 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 549 ConfigurationType="4" 550 CharacterSet="1" 551 > 552 <Tool 553 Name="VCPreBuildEventTool" 554 /> 555 <Tool 556 Name="VCCustomBuildTool" 557 /> 558 <Tool 559 Name="VCXMLDataGeneratorTool" 560 /> 561 <Tool 562 Name="VCWebServiceProxyGeneratorTool" 563 /> 564 <Tool 565 Name="VCMIDLTool" 566 TargetEnvironment="1" 567 /> 568 <Tool 569 Name="VCCLCompilerTool" 570 ExecutionBucket="7" 571 Optimization="2" 572 FavorSizeOrSpeed="2" 573 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 574 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 575 ExceptionHandling="0" 576 RuntimeLibrary="0" 577 WarningLevel="3" 578 DebugInformationFormat="0" 579 CompileAs="0" 580 /> 581 <Tool 582 Name="VCManagedResourceCompilerTool" 583 /> 584 <Tool 585 Name="VCResourceCompilerTool" 586 /> 587 <Tool 588 Name="VCPreLinkEventTool" 589 /> 590 <Tool 591 Name="VCLibrarianTool" 592 AdditionalOptions="" 593 /> 594 <Tool 595 Name="VCALinkTool" 596 /> 597 <Tool 598 Name="VCXDCMakeTool" 599 /> 600 <Tool 601 Name="VCBscMakeTool" 602 /> 603 <Tool 604 Name="VCCodeSignTool" 605 /> 606 <Tool 607 Name="VCPostBuildEventTool" 608 /> 609 <DeploymentTool 610 ForceDirty="-1" 611 RemoteDirectory="" 612 RegisterOutput="0" 613 AdditionalFiles="" 614 /> 615 <DebuggerTool 616 /> 617 </Configuration> 618 <Configuration 619 Name="Debug-Dynamic|Win32" 620 OutputDirectory="$(ConfigurationName)" 621 IntermediateDirectory="$(ConfigurationName)" 622 ConfigurationType="4" 623 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 624 UseOfMFC="0" 625 ATLMinimizesCRunTimeLibraryUsage="false" 626 CharacterSet="2" 627 > 628 <Tool 629 Name="VCPreBuildEventTool" 630 /> 631 <Tool 632 Name="VCCustomBuildTool" 633 /> 634 <Tool 635 Name="VCXMLDataGeneratorTool" 636 /> 637 <Tool 638 Name="VCWebServiceProxyGeneratorTool" 639 /> 640 <Tool 641 Name="VCMIDLTool" 642 /> 643 <Tool 644 Name="VCCLCompilerTool" 645 Optimization="0" 646 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 647 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 648 MinimalRebuild="true" 649 BasicRuntimeChecks="3" 650 RuntimeLibrary="3" 651 PrecompiledHeaderFile="./output/pjnath-i386-win32-vc8-debug/pjnath.pch" 652 AssemblerListingLocation="./output/pjnath-i386-win32-vc8-debug/" 653 ObjectFile="./output/pjnath-i386-win32-vc8-debug/" 654 ProgramDataBaseFileName="./output/pjnath-i386-win32-vc8-debug/" 655 BrowseInformation="1" 656 WarningLevel="4" 657 SuppressStartupBanner="true" 658 DebugInformationFormat="4" 659 /> 660 <Tool 661 Name="VCManagedResourceCompilerTool" 662 /> 663 <Tool 664 Name="VCResourceCompilerTool" 665 PreprocessorDefinitions="_DEBUG" 666 Culture="1033" 667 /> 668 <Tool 669 Name="VCPreLinkEventTool" 670 /> 671 <Tool 672 Name="VCLibrarianTool" 673 OutputFile="../lib/pjnath-i386-win32-vc8-debug.lib" 674 SuppressStartupBanner="true" 675 /> 676 <Tool 677 Name="VCALinkTool" 678 /> 679 <Tool 680 Name="VCXDCMakeTool" 681 /> 682 <Tool 683 Name="VCBscMakeTool" 684 SuppressStartupBanner="true" 685 OutputFile="./output/pjnath-i386-win32-vc8-debug/pjnath.bsc" 686 /> 687 <Tool 688 Name="VCFxCopTool" 689 /> 690 <Tool 691 Name="VCPostBuildEventTool" 692 /> 693 </Configuration> 694 <Configuration 695 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 696 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 697 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 698 ConfigurationType="4" 699 CharacterSet="1" 700 > 701 <Tool 702 Name="VCPreBuildEventTool" 703 /> 704 <Tool 705 Name="VCCustomBuildTool" 706 /> 707 <Tool 708 Name="VCXMLDataGeneratorTool" 709 /> 710 <Tool 711 Name="VCWebServiceProxyGeneratorTool" 712 /> 713 <Tool 714 Name="VCMIDLTool" 715 TargetEnvironment="1" 716 /> 717 <Tool 718 Name="VCCLCompilerTool" 719 ExecutionBucket="7" 720 Optimization="0" 721 FavorSizeOrSpeed="0" 722 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 723 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 724 ExceptionHandling="0" 725 RuntimeLibrary="1" 726 WarningLevel="3" 727 DebugInformationFormat="3" 728 CompileAs="0" 729 CompileForArchitecture="0" 730 /> 731 <Tool 732 Name="VCManagedResourceCompilerTool" 733 /> 734 <Tool 735 Name="VCResourceCompilerTool" 736 /> 737 <Tool 738 Name="VCPreLinkEventTool" 739 /> 740 <Tool 741 Name="VCLibrarianTool" 742 AdditionalOptions="" 743 /> 744 <Tool 745 Name="VCALinkTool" 746 /> 747 <Tool 748 Name="VCXDCMakeTool" 749 /> 750 <Tool 751 Name="VCBscMakeTool" 752 /> 753 <Tool 754 Name="VCCodeSignTool" 755 /> 756 <Tool 757 Name="VCPostBuildEventTool" 758 /> 759 <DeploymentTool 760 ForceDirty="-1" 761 RemoteDirectory="" 762 RegisterOutput="0" 763 AdditionalFiles="" 764 /> 765 <DebuggerTool 766 /> 767 </Configuration> 768 <Configuration 769 Name="Release-Static|Win32" 770 OutputDirectory="$(ConfigurationName)" 771 IntermediateDirectory="$(ConfigurationName)" 772 ConfigurationType="4" 773 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 774 UseOfMFC="0" 775 ATLMinimizesCRunTimeLibraryUsage="false" 776 CharacterSet="2" 777 > 778 <Tool 779 Name="VCPreBuildEventTool" 780 /> 781 <Tool 782 Name="VCCustomBuildTool" 783 /> 784 <Tool 785 Name="VCXMLDataGeneratorTool" 786 /> 787 <Tool 788 Name="VCWebServiceProxyGeneratorTool" 789 /> 790 <Tool 791 Name="VCMIDLTool" 792 /> 793 <Tool 794 Name="VCCLCompilerTool" 795 Optimization="2" 796 InlineFunctionExpansion="2" 797 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 798 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 799 StringPooling="true" 800 RuntimeLibrary="0" 801 EnableFunctionLevelLinking="true" 802 PrecompiledHeaderFile="./output/pjnath-i386-win32-vc8-release/pjnath.pch" 803 AssemblerListingLocation="./output/pjnath-i386-win32-vc8-release/" 804 ObjectFile="./output/pjnath-i386-win32-vc8-release/" 805 ProgramDataBaseFileName="./output/pjnath-i386-win32-vc8-release/" 806 BrowseInformation="1" 807 WarningLevel="4" 808 SuppressStartupBanner="true" 809 DebugInformationFormat="3" 810 /> 811 <Tool 812 Name="VCManagedResourceCompilerTool" 813 /> 814 <Tool 815 Name="VCResourceCompilerTool" 816 PreprocessorDefinitions="NDEBUG" 817 Culture="1033" 818 /> 819 <Tool 820 Name="VCPreLinkEventTool" 821 /> 822 <Tool 823 Name="VCLibrarianTool" 824 OutputFile="../lib/pjnath-i386-win32-vc8-release.lib" 825 SuppressStartupBanner="true" 826 /> 827 <Tool 828 Name="VCALinkTool" 829 /> 830 <Tool 831 Name="VCXDCMakeTool" 832 /> 833 <Tool 834 Name="VCBscMakeTool" 835 SuppressStartupBanner="true" 836 OutputFile="./output/pjnath-i386-win32-vc8-release/pjnath.bsc" 837 /> 838 <Tool 839 Name="VCFxCopTool" 840 /> 841 <Tool 842 Name="VCPostBuildEventTool" 843 /> 844 </Configuration> 845 <Configuration 846 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 847 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 848 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 849 ConfigurationType="4" 850 CharacterSet="1" 851 > 852 <Tool 853 Name="VCPreBuildEventTool" 854 /> 855 <Tool 856 Name="VCCustomBuildTool" 857 /> 858 <Tool 859 Name="VCXMLDataGeneratorTool" 860 /> 861 <Tool 862 Name="VCWebServiceProxyGeneratorTool" 863 /> 864 <Tool 865 Name="VCMIDLTool" 866 TargetEnvironment="1" 867 /> 868 <Tool 869 Name="VCCLCompilerTool" 870 ExecutionBucket="7" 871 Optimization="2" 872 FavorSizeOrSpeed="2" 873 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 874 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 875 ExceptionHandling="0" 876 RuntimeLibrary="0" 877 WarningLevel="3" 878 DebugInformationFormat="0" 879 CompileAs="0" 880 /> 881 <Tool 882 Name="VCManagedResourceCompilerTool" 883 /> 884 <Tool 885 Name="VCResourceCompilerTool" 886 /> 887 <Tool 888 Name="VCPreLinkEventTool" 889 /> 890 <Tool 891 Name="VCLibrarianTool" 892 AdditionalOptions="" 893 /> 894 <Tool 895 Name="VCALinkTool" 896 /> 897 <Tool 898 Name="VCXDCMakeTool" 899 /> 900 <Tool 901 Name="VCBscMakeTool" 902 /> 903 <Tool 904 Name="VCCodeSignTool" 905 /> 906 <Tool 907 Name="VCPostBuildEventTool" 908 /> 909 <DeploymentTool 910 ForceDirty="-1" 911 RemoteDirectory="" 912 RegisterOutput="0" 913 AdditionalFiles="" 914 /> 915 <DebuggerTool 916 /> 917 </Configuration> 318 918 </Configurations> 319 919 <References> … … 345 945 /> 346 946 </FileConfiguration> 947 <FileConfiguration 948 Name="Debug-Static|Win32" 949 > 950 <Tool 951 Name="VCCLCompilerTool" 952 AdditionalIncludeDirectories="" 953 PreprocessorDefinitions="" 954 /> 955 </FileConfiguration> 956 <FileConfiguration 957 Name="Release-Dynamic|Win32" 958 > 959 <Tool 960 Name="VCCLCompilerTool" 961 AdditionalIncludeDirectories="" 962 PreprocessorDefinitions="" 963 /> 964 </FileConfiguration> 965 <FileConfiguration 966 Name="Debug-Dynamic|Win32" 967 > 968 <Tool 969 Name="VCCLCompilerTool" 970 AdditionalIncludeDirectories="" 971 PreprocessorDefinitions="" 972 /> 973 </FileConfiguration> 974 <FileConfiguration 975 Name="Release-Static|Win32" 976 > 977 <Tool 978 Name="VCCLCompilerTool" 979 AdditionalIncludeDirectories="" 980 PreprocessorDefinitions="" 981 /> 982 </FileConfiguration> 347 983 </File> 348 984 <File … … 379 1015 /> 380 1016 </FileConfiguration> 1017 <FileConfiguration 1018 Name="Debug-Static|Win32" 1019 > 1020 <Tool 1021 Name="VCCLCompilerTool" 1022 AdditionalIncludeDirectories="" 1023 PreprocessorDefinitions="" 1024 /> 1025 </FileConfiguration> 1026 <FileConfiguration 1027 Name="Release-Dynamic|Win32" 1028 > 1029 <Tool 1030 Name="VCCLCompilerTool" 1031 AdditionalIncludeDirectories="" 1032 PreprocessorDefinitions="" 1033 /> 1034 </FileConfiguration> 1035 <FileConfiguration 1036 Name="Debug-Dynamic|Win32" 1037 > 1038 <Tool 1039 Name="VCCLCompilerTool" 1040 AdditionalIncludeDirectories="" 1041 PreprocessorDefinitions="" 1042 /> 1043 </FileConfiguration> 1044 <FileConfiguration 1045 Name="Release-Static|Win32" 1046 > 1047 <Tool 1048 Name="VCCLCompilerTool" 1049 AdditionalIncludeDirectories="" 1050 PreprocessorDefinitions="" 1051 /> 1052 </FileConfiguration> 381 1053 </File> 382 1054 <File … … 401 1073 /> 402 1074 </FileConfiguration> 1075 <FileConfiguration 1076 Name="Debug-Static|Win32" 1077 > 1078 <Tool 1079 Name="VCCLCompilerTool" 1080 AdditionalIncludeDirectories="" 1081 PreprocessorDefinitions="" 1082 /> 1083 </FileConfiguration> 1084 <FileConfiguration 1085 Name="Release-Dynamic|Win32" 1086 > 1087 <Tool 1088 Name="VCCLCompilerTool" 1089 AdditionalIncludeDirectories="" 1090 PreprocessorDefinitions="" 1091 /> 1092 </FileConfiguration> 1093 <FileConfiguration 1094 Name="Debug-Dynamic|Win32" 1095 > 1096 <Tool 1097 Name="VCCLCompilerTool" 1098 AdditionalIncludeDirectories="" 1099 PreprocessorDefinitions="" 1100 /> 1101 </FileConfiguration> 1102 <FileConfiguration 1103 Name="Release-Static|Win32" 1104 > 1105 <Tool 1106 Name="VCCLCompilerTool" 1107 AdditionalIncludeDirectories="" 1108 PreprocessorDefinitions="" 1109 /> 1110 </FileConfiguration> 403 1111 </File> 404 1112 <File … … 423 1131 /> 424 1132 </FileConfiguration> 1133 <FileConfiguration 1134 Name="Debug-Static|Win32" 1135 > 1136 <Tool 1137 Name="VCCLCompilerTool" 1138 AdditionalIncludeDirectories="" 1139 PreprocessorDefinitions="" 1140 /> 1141 </FileConfiguration> 1142 <FileConfiguration 1143 Name="Release-Dynamic|Win32" 1144 > 1145 <Tool 1146 Name="VCCLCompilerTool" 1147 AdditionalIncludeDirectories="" 1148 PreprocessorDefinitions="" 1149 /> 1150 </FileConfiguration> 1151 <FileConfiguration 1152 Name="Debug-Dynamic|Win32" 1153 > 1154 <Tool 1155 Name="VCCLCompilerTool" 1156 AdditionalIncludeDirectories="" 1157 PreprocessorDefinitions="" 1158 /> 1159 </FileConfiguration> 1160 <FileConfiguration 1161 Name="Release-Static|Win32" 1162 > 1163 <Tool 1164 Name="VCCLCompilerTool" 1165 AdditionalIncludeDirectories="" 1166 PreprocessorDefinitions="" 1167 /> 1168 </FileConfiguration> 425 1169 </File> 426 1170 <File … … 445 1189 /> 446 1190 </FileConfiguration> 1191 <FileConfiguration 1192 Name="Debug-Static|Win32" 1193 > 1194 <Tool 1195 Name="VCCLCompilerTool" 1196 AdditionalIncludeDirectories="" 1197 PreprocessorDefinitions="" 1198 /> 1199 </FileConfiguration> 1200 <FileConfiguration 1201 Name="Release-Dynamic|Win32" 1202 > 1203 <Tool 1204 Name="VCCLCompilerTool" 1205 AdditionalIncludeDirectories="" 1206 PreprocessorDefinitions="" 1207 /> 1208 </FileConfiguration> 1209 <FileConfiguration 1210 Name="Debug-Dynamic|Win32" 1211 > 1212 <Tool 1213 Name="VCCLCompilerTool" 1214 AdditionalIncludeDirectories="" 1215 PreprocessorDefinitions="" 1216 /> 1217 </FileConfiguration> 1218 <FileConfiguration 1219 Name="Release-Static|Win32" 1220 > 1221 <Tool 1222 Name="VCCLCompilerTool" 1223 AdditionalIncludeDirectories="" 1224 PreprocessorDefinitions="" 1225 /> 1226 </FileConfiguration> 447 1227 </File> 448 1228 <File … … 464 1244 <FileConfiguration 465 1245 Name="Debug|Win32" 1246 > 1247 <Tool 1248 Name="VCCLCompilerTool" 1249 AdditionalIncludeDirectories="" 1250 PreprocessorDefinitions="" 1251 /> 1252 </FileConfiguration> 1253 <FileConfiguration 1254 Name="Debug-Static|Win32" 1255 > 1256 <Tool 1257 Name="VCCLCompilerTool" 1258 AdditionalIncludeDirectories="" 1259 PreprocessorDefinitions="" 1260 /> 1261 </FileConfiguration> 1262 <FileConfiguration 1263 Name="Release-Dynamic|Win32" 1264 > 1265 <Tool 1266 Name="VCCLCompilerTool" 1267 AdditionalIncludeDirectories="" 1268 PreprocessorDefinitions="" 1269 /> 1270 </FileConfiguration> 1271 <FileConfiguration 1272 Name="Debug-Dynamic|Win32" 1273 > 1274 <Tool 1275 Name="VCCLCompilerTool" 1276 AdditionalIncludeDirectories="" 1277 PreprocessorDefinitions="" 1278 /> 1279 </FileConfiguration> 1280 <FileConfiguration 1281 Name="Release-Static|Win32" 466 1282 > 467 1283 <Tool
Note: See TracChangeset
for help on using the changeset viewer.