Changeset 6672c56 in nscp for modules/CheckExternalScripts
- Timestamp:
- 11/10/09 00:02:12 (4 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 773ad32
- Parents:
- 7f9c823
- Location:
- modules/CheckExternalScripts
- Files:
-
- 2 edited
-
CheckExternalScripts-2005.vcproj (modified) (24 diffs)
-
CheckExternalScripts.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckExternalScripts/CheckExternalScripts-2005.vcproj
r7f9c823 r6672c56 23 23 <Configurations> 24 24 <Configuration 25 Name="Debug|Win32" 26 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 27 IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 28 ConfigurationType="2" 29 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 30 CharacterSet="1" 31 > 32 <Tool 33 Name="VCPreBuildEventTool" 34 /> 35 <Tool 36 Name="VCCustomBuildTool" 37 /> 38 <Tool 39 Name="VCXMLDataGeneratorTool" 40 /> 41 <Tool 42 Name="VCWebServiceProxyGeneratorTool" 43 /> 44 <Tool 45 Name="VCMIDLTool" 46 /> 47 <Tool 48 Name="VCCLCompilerTool" 49 Optimization="0" 50 AdditionalIncludeDirectories="../include;../../include" 51 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 52 MinimalRebuild="true" 53 BasicRuntimeChecks="3" 54 RuntimeLibrary="1" 55 UsePrecompiledHeader="2" 56 WarningLevel="3" 57 Detect64BitPortabilityProblems="false" 58 DebugInformationFormat="4" 59 /> 60 <Tool 61 Name="VCManagedResourceCompilerTool" 62 /> 63 <Tool 64 Name="VCResourceCompilerTool" 65 /> 66 <Tool 67 Name="VCPreLinkEventTool" 68 /> 69 <Tool 70 Name="VCLinkerTool" 71 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 72 OutputFile="$(OutDir)\$(ProjectName).dll" 73 LinkIncremental="2" 74 AdditionalLibraryDirectories="" 75 ModuleDefinitionFile="CheckExternalScripts.def" 76 GenerateDebugInformation="true" 77 ProgramDatabaseFile="$(OutDir)/CheckExternalScripts.pdb" 78 SubSystem="2" 79 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 80 TargetMachine="1" 81 /> 82 <Tool 83 Name="VCALinkTool" 84 /> 85 <Tool 86 Name="VCManifestTool" 87 /> 88 <Tool 89 Name="VCXDCMakeTool" 90 /> 91 <Tool 92 Name="VCBscMakeTool" 93 /> 94 <Tool 95 Name="VCFxCopTool" 96 /> 97 <Tool 98 Name="VCAppVerifierTool" 99 /> 100 <Tool 101 Name="VCWebDeploymentTool" 102 /> 103 <Tool 104 Name="VCPostBuildEventTool" 105 /> 106 </Configuration> 107 <Configuration 108 Name="Debug|x64" 109 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 110 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 111 ConfigurationType="2" 112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 113 CharacterSet="1" 114 > 115 <Tool 116 Name="VCPreBuildEventTool" 117 /> 118 <Tool 119 Name="VCCustomBuildTool" 120 /> 121 <Tool 122 Name="VCXMLDataGeneratorTool" 123 /> 124 <Tool 125 Name="VCWebServiceProxyGeneratorTool" 126 /> 127 <Tool 128 Name="VCMIDLTool" 129 TargetEnvironment="3" 130 /> 131 <Tool 132 Name="VCCLCompilerTool" 133 Optimization="0" 134 AdditionalIncludeDirectories="../include;../../include" 135 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 136 MinimalRebuild="true" 137 BasicRuntimeChecks="3" 138 RuntimeLibrary="1" 139 UsePrecompiledHeader="2" 140 WarningLevel="3" 141 Detect64BitPortabilityProblems="false" 142 DebugInformationFormat="3" 143 /> 144 <Tool 145 Name="VCManagedResourceCompilerTool" 146 /> 147 <Tool 148 Name="VCResourceCompilerTool" 149 /> 150 <Tool 151 Name="VCPreLinkEventTool" 152 /> 153 <Tool 154 Name="VCLinkerTool" 155 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 156 OutputFile="$(OutDir)\$(ProjectName).dll" 157 LinkIncremental="2" 158 AdditionalLibraryDirectories="" 159 IgnoreDefaultLibraryNames="MSVCRT" 160 ModuleDefinitionFile="CheckExternalScripts.def" 161 GenerateDebugInformation="true" 162 ProgramDatabaseFile="$(OutDir)/CheckExternalScripts.pdb" 163 SubSystem="2" 164 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 165 TargetMachine="17" 166 /> 167 <Tool 168 Name="VCALinkTool" 169 /> 170 <Tool 171 Name="VCManifestTool" 172 /> 173 <Tool 174 Name="VCXDCMakeTool" 175 /> 176 <Tool 177 Name="VCBscMakeTool" 178 /> 179 <Tool 180 Name="VCFxCopTool" 181 /> 182 <Tool 183 Name="VCAppVerifierTool" 184 /> 185 <Tool 186 Name="VCWebDeploymentTool" 187 /> 188 <Tool 189 Name="VCPostBuildEventTool" 190 /> 191 </Configuration> 192 <Configuration 25 193 Name="Release|Win32" 26 194 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" … … 32 200 <Tool 33 201 Name="VCPreBuildEventTool" 34 ExcludedFromBuild="true"35 202 /> 36 203 <Tool … … 49 216 Name="VCCLCompilerTool" 50 217 AdditionalIncludeDirectories="../include;../../include" 51 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;USE_BOOST" 218 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 219 RuntimeLibrary="0" 220 UsePrecompiledHeader="2" 221 WarningLevel="3" 222 Detect64BitPortabilityProblems="false" 223 DebugInformationFormat="3" 52 224 /> 53 225 <Tool … … 63 235 Name="VCLinkerTool" 64 236 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 237 OutputFile="$(OutDir)\$(ProjectName).dll" 238 LinkIncremental="1" 239 AdditionalLibraryDirectories="" 240 ModuleDefinitionFile="CheckExternalScripts.def" 241 GenerateDebugInformation="false" 242 SubSystem="2" 243 OptimizeReferences="2" 244 EnableCOMDATFolding="2" 245 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 246 TargetMachine="1" 65 247 /> 66 248 <Tool … … 91 273 <Configuration 92 274 Name="Release|x64" 275 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 276 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 277 ConfigurationType="2" 278 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 279 CharacterSet="1" 280 > 281 <Tool 282 Name="VCPreBuildEventTool" 283 /> 284 <Tool 285 Name="VCCustomBuildTool" 286 /> 287 <Tool 288 Name="VCXMLDataGeneratorTool" 289 /> 290 <Tool 291 Name="VCWebServiceProxyGeneratorTool" 292 /> 293 <Tool 294 Name="VCMIDLTool" 295 TargetEnvironment="3" 296 /> 297 <Tool 298 Name="VCCLCompilerTool" 299 AdditionalIncludeDirectories="../include;../../include" 300 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 301 RuntimeLibrary="0" 302 UsePrecompiledHeader="2" 303 WarningLevel="3" 304 Detect64BitPortabilityProblems="false" 305 DebugInformationFormat="3" 306 /> 307 <Tool 308 Name="VCManagedResourceCompilerTool" 309 /> 310 <Tool 311 Name="VCResourceCompilerTool" 312 /> 313 <Tool 314 Name="VCPreLinkEventTool" 315 /> 316 <Tool 317 Name="VCLinkerTool" 318 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 319 OutputFile="$(OutDir)\$(ProjectName).dll" 320 LinkIncremental="1" 321 AdditionalLibraryDirectories="" 322 ModuleDefinitionFile="CheckExternalScripts.def" 323 GenerateDebugInformation="false" 324 SubSystem="2" 325 OptimizeReferences="2" 326 EnableCOMDATFolding="2" 327 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 328 TargetMachine="17" 329 /> 330 <Tool 331 Name="VCALinkTool" 332 /> 333 <Tool 334 Name="VCManifestTool" 335 /> 336 <Tool 337 Name="VCXDCMakeTool" 338 /> 339 <Tool 340 Name="VCBscMakeTool" 341 /> 342 <Tool 343 Name="VCFxCopTool" 344 /> 345 <Tool 346 Name="VCAppVerifierTool" 347 /> 348 <Tool 349 Name="VCWebDeploymentTool" 350 /> 351 <Tool 352 Name="VCPostBuildEventTool" 353 /> 354 </Configuration> 355 <Configuration 356 Name="Distribution|Win32" 93 357 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 94 358 IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" … … 115 379 Name="VCCLCompilerTool" 116 380 AdditionalIncludeDirectories="../include;../../include" 117 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;USE_BOOST" 381 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 382 RuntimeLibrary="0" 383 UsePrecompiledHeader="2" 384 WarningLevel="3" 385 Detect64BitPortabilityProblems="false" 386 DebugInformationFormat="3" 118 387 /> 119 388 <Tool … … 129 398 Name="VCLinkerTool" 130 399 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 400 OutputFile="$(OutDir)\$(ProjectName).dll" 401 LinkIncremental="1" 402 ModuleDefinitionFile="CheckExternalScripts.def" 403 GenerateDebugInformation="false" 404 SubSystem="2" 405 OptimizeReferences="2" 406 EnableCOMDATFolding="2" 407 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 408 TargetMachine="1" 131 409 /> 132 410 <Tool … … 156 434 </Configuration> 157 435 <Configuration 158 Name="D ebug|Win32"159 OutputDirectory="$( SolutionDir)$(ConfigurationName)"160 IntermediateDirectory="$( ConfigurationName)"436 Name="Distribution|x64" 437 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 438 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 161 439 ConfigurationType="2" 440 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 162 441 CharacterSet="1" 163 442 > … … 176 455 <Tool 177 456 Name="VCMIDLTool" 457 TargetEnvironment="3" 178 458 /> 179 459 <Tool 180 460 Name="VCCLCompilerTool" 181 461 AdditionalIncludeDirectories="../include;../../include" 182 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;USE_BOOST" 462 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 463 RuntimeLibrary="0" 464 UsePrecompiledHeader="2" 465 WarningLevel="3" 466 Detect64BitPortabilityProblems="false" 467 DebugInformationFormat="3" 183 468 /> 184 469 <Tool … … 193 478 <Tool 194 479 Name="VCLinkerTool" 480 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 481 OutputFile="$(OutDir)\$(ProjectName).dll" 482 LinkIncremental="1" 483 ModuleDefinitionFile="CheckExternalScripts.def" 484 GenerateDebugInformation="false" 485 SubSystem="2" 486 OptimizeReferences="2" 487 EnableCOMDATFolding="2" 488 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 489 TargetMachine="17" 195 490 /> 196 491 <Tool … … 220 515 </Configuration> 221 516 <Configuration 222 Name="Debug|x64" 223 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 517 Name="Nightly|Win32" 518 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 519 IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 520 ConfigurationType="2" 521 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 522 CharacterSet="1" 523 > 524 <Tool 525 Name="VCPreBuildEventTool" 526 /> 527 <Tool 528 Name="VCCustomBuildTool" 529 /> 530 <Tool 531 Name="VCXMLDataGeneratorTool" 532 /> 533 <Tool 534 Name="VCWebServiceProxyGeneratorTool" 535 /> 536 <Tool 537 Name="VCMIDLTool" 538 /> 539 <Tool 540 Name="VCCLCompilerTool" 541 AdditionalIncludeDirectories="../include;../../include" 542 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 543 UsePrecompiledHeader="2" 544 WarningLevel="3" 545 DebugInformationFormat="3" 546 /> 547 <Tool 548 Name="VCManagedResourceCompilerTool" 549 /> 550 <Tool 551 Name="VCResourceCompilerTool" 552 /> 553 <Tool 554 Name="VCPreLinkEventTool" 555 /> 556 <Tool 557 Name="VCLinkerTool" 558 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 559 OutputFile="$(OutDir)\$(ProjectName).dll" 560 LinkIncremental="1" 561 ModuleDefinitionFile="CheckExternalScripts.def" 562 GenerateDebugInformation="false" 563 SubSystem="2" 564 OptimizeReferences="2" 565 EnableCOMDATFolding="2" 566 TargetMachine="1" 567 /> 568 <Tool 569 Name="VCALinkTool" 570 /> 571 <Tool 572 Name="VCManifestTool" 573 /> 574 <Tool 575 Name="VCXDCMakeTool" 576 /> 577 <Tool 578 Name="VCBscMakeTool" 579 /> 580 <Tool 581 Name="VCFxCopTool" 582 /> 583 <Tool 584 Name="VCAppVerifierTool" 585 /> 586 <Tool 587 Name="VCWebDeploymentTool" 588 /> 589 <Tool 590 Name="VCPostBuildEventTool" 591 /> 592 </Configuration> 593 <Configuration 594 Name="Nightly|x64" 595 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 224 596 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 225 597 ConfigurationType="2" 598 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 226 599 CharacterSet="1" 227 600 > … … 240 613 <Tool 241 614 Name="VCMIDLTool" 615 TargetEnvironment="3" 242 616 /> 243 617 <Tool 244 618 Name="VCCLCompilerTool" 245 619 AdditionalIncludeDirectories="../include;../../include" 246 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;USE_BOOST" 620 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 621 UsePrecompiledHeader="2" 622 WarningLevel="3" 623 DebugInformationFormat="3" 247 624 /> 248 625 <Tool … … 257 634 <Tool 258 635 Name="VCLinkerTool" 636 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 637 OutputFile="$(OutDir)\$(ProjectName).dll" 638 LinkIncremental="1" 639 ModuleDefinitionFile="CheckExternalScripts.def" 640 GenerateDebugInformation="false" 641 SubSystem="2" 642 OptimizeReferences="2" 643 EnableCOMDATFolding="2" 644 TargetMachine="17" 259 645 /> 260 646 <Tool … … 278 664 <Tool 279 665 Name="VCWebDeploymentTool" 666 /> 667 <Tool 668 Name="VCPostBuildEventTool" 669 /> 670 </Configuration> 671 <Configuration 672 Name="Debug-MemCheck|Win32" 673 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 674 IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)" 675 ConfigurationType="2" 676 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 677 CharacterSet="1" 678 > 679 <Tool 680 Name="VCPreBuildEventTool" 681 /> 682 <Tool 683 Name="VCCustomBuildTool" 684 /> 685 <Tool 686 Name="VCXMLDataGeneratorTool" 687 /> 688 <Tool 689 Name="VCWebServiceProxyGeneratorTool" 690 /> 691 <Tool 692 Name="VCMIDLTool" 693 /> 694 <Tool 695 Name="VCCLCompilerTool" 696 Optimization="0" 697 AdditionalIncludeDirectories="../include;../../include" 698 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MEMCHECK" 699 MinimalRebuild="true" 700 BasicRuntimeChecks="3" 701 RuntimeLibrary="1" 702 UsePrecompiledHeader="2" 703 WarningLevel="3" 704 Detect64BitPortabilityProblems="false" 705 DebugInformationFormat="4" 706 /> 707 <Tool 708 Name="VCManagedResourceCompilerTool" 709 /> 710 <Tool 711 Name="VCResourceCompilerTool" 712 /> 713 <Tool 714 Name="VCPreLinkEventTool" 715 /> 716 <Tool 717 Name="VCLinkerTool" 718 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 719 OutputFile="$(OutDir)\$(ProjectName).dll" 720 LinkIncremental="2" 721 AdditionalLibraryDirectories="" 722 ModuleDefinitionFile="CheckExternalScripts.def" 723 GenerateDebugInformation="true" 724 ProgramDatabaseFile="$(OutDir)/CheckExternalScripts.pdb" 725 SubSystem="2" 726 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 727 TargetMachine="1" 728 /> 729 <Tool 730 Name="VCALinkTool" 731 /> 732 <Tool 733 Name="VCManifestTool" 734 /> 735 <Tool 736 Name="VCXDCMakeTool" 737 /> 738 <Tool 739 Name="VCBscMakeTool" 740 /> 741 <Tool 742 Name="VCFxCopTool" 743 /> 744 <Tool 745 Name="VCAppVerifierTool" 746 /> 747 <Tool 748 Name="VCWebDeploymentTool" 749 /> 750 <Tool 751 Name="VCPostBuildEventTool" 752 /> 753 </Configuration> 754 <Configuration 755 Name="Debug-MemCheck|x64" 756 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 757 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 758 ConfigurationType="2" 759 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 760 CharacterSet="1" 761 > 762 <Tool 763 Name="VCPreBuildEventTool" 764 /> 765 <Tool 766 Name="VCCustomBuildTool" 767 /> 768 <Tool 769 Name="VCXMLDataGeneratorTool" 770 /> 771 <Tool 772 Name="VCWebServiceProxyGeneratorTool" 773 /> 774 <Tool 775 Name="VCMIDLTool" 776 TargetEnvironment="3" 777 /> 778 <Tool 779 Name="VCCLCompilerTool" 780 Optimization="0" 781 AdditionalIncludeDirectories="../include;../../include" 782 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 783 MinimalRebuild="true" 784 BasicRuntimeChecks="3" 785 RuntimeLibrary="1" 786 UsePrecompiledHeader="2" 787 WarningLevel="3" 788 Detect64BitPortabilityProblems="false" 789 DebugInformationFormat="3" 790 /> 791 <Tool 792 Name="VCManagedResourceCompilerTool" 793 /> 794 <Tool 795 Name="VCResourceCompilerTool" 796 /> 797 <Tool 798 Name="VCPreLinkEventTool" 799 /> 800 <Tool 801 Name="VCLinkerTool" 802 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 803 OutputFile="$(OutDir)\$(ProjectName).dll" 804 LinkIncremental="2" 805 AdditionalLibraryDirectories="" 806 IgnoreDefaultLibraryNames="MSVCRT" 807 ModuleDefinitionFile="CheckExternalScripts.def" 808 GenerateDebugInformation="true" 809 ProgramDatabaseFile="$(OutDir)/CheckExternalScripts.pdb" 810 SubSystem="2" 811 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 812 TargetMachine="17" 813 /> 814 <Tool 815 Name="VCALinkTool" 816 /> 817 <Tool 818 Name="VCManifestTool" 819 /> 820 <Tool 821 Name="VCXDCMakeTool" 822 /> 823 <Tool 824 Name="VCBscMakeTool" 825 /> 826 <Tool 827 Name="VCFxCopTool" 828 /> 829 <Tool 830 Name="VCAppVerifierTool" 831 /> 832 <Tool 833 Name="VCWebDeploymentTool" 834 /> 835 <Tool 836 Name="VCPostBuildEventTool" 837 /> 838 </Configuration> 839 <Configuration 840 Name="Debug|Itanium" 841 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 842 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 843 ConfigurationType="2" 844 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 845 CharacterSet="2" 846 > 847 <Tool 848 Name="VCPreBuildEventTool" 849 /> 850 <Tool 851 Name="VCCustomBuildTool" 852 /> 853 <Tool 854 Name="VCXMLDataGeneratorTool" 855 /> 856 <Tool 857 Name="VCWebServiceProxyGeneratorTool" 858 /> 859 <Tool 860 Name="VCMIDLTool" 861 TargetEnvironment="2" 862 /> 863 <Tool 864 Name="VCCLCompilerTool" 865 Optimization="0" 866 AdditionalIncludeDirectories="../include;../../include" 867 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 868 MinimalRebuild="true" 869 BasicRuntimeChecks="3" 870 RuntimeLibrary="1" 871 UsePrecompiledHeader="2" 872 WarningLevel="3" 873 Detect64BitPortabilityProblems="false" 874 DebugInformationFormat="3" 875 /> 876 <Tool 877 Name="VCManagedResourceCompilerTool" 878 /> 879 <Tool 880 Name="VCResourceCompilerTool" 881 /> 882 <Tool 883 Name="VCPreLinkEventTool" 884 /> 885 <Tool 886 Name="VCLinkerTool" 887 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 888 OutputFile="../../Debug/modules/$(ProjectName).dll" 889 LinkIncremental="2" 890 AdditionalLibraryDirectories="" 891 IgnoreDefaultLibraryNames="MSVCRT" 892 ModuleDefinitionFile="CheckExternalScripts.def" 893 GenerateDebugInformation="true" 894 ProgramDatabaseFile="$(OutDir)/CheckExternalScripts.pdb" 895 SubSystem="2" 896 RandomizedBaseAddress="1" 897 DataExecutionPrevention="0" 898 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 899 TargetMachine="5" 900 /> 901 <Tool 902 Name="VCALinkTool" 903 /> 904 <Tool 905 Name="VCManifestTool" 906 /> 907 <Tool 908 Name="VCXDCMakeTool" 909 /> 910 <Tool 911 Name="VCBscMakeTool" 912 /> 913 <Tool 914 Name="VCFxCopTool" 915 /> 916 <Tool 917 Name="VCAppVerifierTool" 918 /> 919 <Tool 920 Name="VCPostBuildEventTool" 921 /> 922 </Configuration> 923 <Configuration 924 Name="Release|Itanium" 925 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 926 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 927 ConfigurationType="2" 928 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 929 CharacterSet="2" 930 > 931 <Tool 932 Name="VCPreBuildEventTool" 933 /> 934 <Tool 935 Name="VCCustomBuildTool" 936 /> 937 <Tool 938 Name="VCXMLDataGeneratorTool" 939 /> 940 <Tool 941 Name="VCWebServiceProxyGeneratorTool" 942 /> 943 <Tool 944 Name="VCMIDLTool" 945 TargetEnvironment="2" 946 /> 947 <Tool 948 Name="VCCLCompilerTool" 949 AdditionalIncludeDirectories="../include;../../include" 950 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 951 RuntimeLibrary="0" 952 UsePrecompiledHeader="2" 953 WarningLevel="3" 954 Detect64BitPortabilityProblems="false" 955 DebugInformationFormat="3" 956 /> 957 <Tool 958 Name="VCManagedResourceCompilerTool" 959 /> 960 <Tool 961 Name="VCResourceCompilerTool" 962 /> 963 <Tool 964 Name="VCPreLinkEventTool" 965 /> 966 <Tool 967 Name="VCLinkerTool" 968 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 969 OutputFile="../../Release/modules/$(ProjectName).dll" 970 LinkIncremental="1" 971 AdditionalLibraryDirectories="" 972 ModuleDefinitionFile="CheckExternalScripts.def" 973 GenerateDebugInformation="false" 974 SubSystem="2" 975 OptimizeReferences="2" 976 EnableCOMDATFolding="2" 977 RandomizedBaseAddress="1" 978 DataExecutionPrevention="0" 979 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 980 TargetMachine="5" 981 /> 982 <Tool 983 Name="VCALinkTool" 984 /> 985 <Tool 986 Name="VCManifestTool" 987 /> 988 <Tool 989 Name="VCXDCMakeTool" 990 /> 991 <Tool 992 Name="VCBscMakeTool" 993 /> 994 <Tool 995 Name="VCFxCopTool" 996 /> 997 <Tool 998 Name="VCAppVerifierTool" 999 /> 1000 <Tool 1001 Name="VCPostBuildEventTool" 1002 /> 1003 </Configuration> 1004 <Configuration 1005 Name="Distribution|Itanium" 1006 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 1007 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 1008 ConfigurationType="2" 1009 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 1010 CharacterSet="2" 1011 > 1012 <Tool 1013 Name="VCPreBuildEventTool" 1014 /> 1015 <Tool 1016 Name="VCCustomBuildTool" 1017 /> 1018 <Tool 1019 Name="VCXMLDataGeneratorTool" 1020 /> 1021 <Tool 1022 Name="VCWebServiceProxyGeneratorTool" 1023 /> 1024 <Tool 1025 Name="VCMIDLTool" 1026 TargetEnvironment="2" 1027 /> 1028 <Tool 1029 Name="VCCLCompilerTool" 1030 AdditionalIncludeDirectories="../include;../../include" 1031 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 1032 RuntimeLibrary="0" 1033 UsePrecompiledHeader="2" 1034 WarningLevel="3" 1035 Detect64BitPortabilityProblems="false" 1036 DebugInformationFormat="3" 1037 /> 1038 <Tool 1039 Name="VCManagedResourceCompilerTool" 1040 /> 1041 <Tool 1042 Name="VCResourceCompilerTool" 1043 /> 1044 <Tool 1045 Name="VCPreLinkEventTool" 1046 /> 1047 <Tool 1048 Name="VCLinkerTool" 1049 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 1050 OutputFile="../../Dist/modules/$(ProjectName).dll" 1051 LinkIncremental="1" 1052 ModuleDefinitionFile="CheckExternalScripts.def" 1053 GenerateDebugInformation="false" 1054 SubSystem="2" 1055 OptimizeReferences="2" 1056 EnableCOMDATFolding="2" 1057 RandomizedBaseAddress="1" 1058 DataExecutionPrevention="0" 1059 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 1060 TargetMachine="5" 1061 /> 1062 <Tool 1063 Name="VCALinkTool" 1064 /> 1065 <Tool 1066 Name="VCManifestTool" 1067 /> 1068 <Tool 1069 Name="VCXDCMakeTool" 1070 /> 1071 <Tool 1072 Name="VCBscMakeTool" 1073 /> 1074 <Tool 1075 Name="VCFxCopTool" 1076 /> 1077 <Tool 1078 Name="VCAppVerifierTool" 1079 /> 1080 <Tool 1081 Name="VCPostBuildEventTool" 1082 /> 1083 </Configuration> 1084 <Configuration 1085 Name="Nightly|Itanium" 1086 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 1087 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 1088 ConfigurationType="2" 1089 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 1090 CharacterSet="2" 1091 > 1092 <Tool 1093 Name="VCPreBuildEventTool" 1094 /> 1095 <Tool 1096 Name="VCCustomBuildTool" 1097 /> 1098 <Tool 1099 Name="VCXMLDataGeneratorTool" 1100 /> 1101 <Tool 1102 Name="VCWebServiceProxyGeneratorTool" 1103 /> 1104 <Tool 1105 Name="VCMIDLTool" 1106 TargetEnvironment="2" 1107 /> 1108 <Tool 1109 Name="VCCLCompilerTool" 1110 AdditionalIncludeDirectories="../include;../../include" 1111 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 1112 RuntimeLibrary="2" 1113 UsePrecompiledHeader="2" 1114 WarningLevel="3" 1115 Detect64BitPortabilityProblems="false" 1116 DebugInformationFormat="3" 1117 /> 1118 <Tool 1119 Name="VCManagedResourceCompilerTool" 1120 /> 1121 <Tool 1122 Name="VCResourceCompilerTool" 1123 /> 1124 <Tool 1125 Name="VCPreLinkEventTool" 1126 /> 1127 <Tool 1128 Name="VCLinkerTool" 1129 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 1130 OutputFile="../../Dist/modules/$(ProjectName).dll" 1131 LinkIncremental="1" 1132 ModuleDefinitionFile="CheckExternalScripts.def" 1133 GenerateDebugInformation="true" 1134 SubSystem="2" 1135 OptimizeReferences="2" 1136 EnableCOMDATFolding="2" 1137 RandomizedBaseAddress="1" 1138 DataExecutionPrevention="0" 1139 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 1140 TargetMachine="5" 1141 /> 1142 <Tool 1143 Name="VCALinkTool" 1144 /> 1145 <Tool 1146 Name="VCManifestTool" 1147 /> 1148 <Tool 1149 Name="VCXDCMakeTool" 1150 /> 1151 <Tool 1152 Name="VCBscMakeTool" 1153 /> 1154 <Tool 1155 Name="VCFxCopTool" 1156 /> 1157 <Tool 1158 Name="VCAppVerifierTool" 1159 /> 1160 <Tool 1161 Name="VCPostBuildEventTool" 1162 /> 1163 </Configuration> 1164 <Configuration 1165 Name="Debug-MemCheck|Itanium" 1166 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 1167 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 1168 ConfigurationType="2" 1169 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 1170 CharacterSet="2" 1171 > 1172 <Tool 1173 Name="VCPreBuildEventTool" 1174 /> 1175 <Tool 1176 Name="VCCustomBuildTool" 1177 /> 1178 <Tool 1179 Name="VCXMLDataGeneratorTool" 1180 /> 1181 <Tool 1182 Name="VCWebServiceProxyGeneratorTool" 1183 /> 1184 <Tool 1185 Name="VCMIDLTool" 1186 TargetEnvironment="2" 1187 /> 1188 <Tool 1189 Name="VCCLCompilerTool" 1190 Optimization="0" 1191 AdditionalIncludeDirectories="../include;../../include" 1192 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 1193 MinimalRebuild="true" 1194 BasicRuntimeChecks="3" 1195 RuntimeLibrary="1" 1196 UsePrecompiledHeader="2" 1197 WarningLevel="3" 1198 Detect64BitPortabilityProblems="false" 1199 DebugInformationFormat="3" 1200 /> 1201 <Tool 1202 Name="VCManagedResourceCompilerTool" 1203 /> 1204 <Tool 1205 Name="VCResourceCompilerTool" 1206 /> 1207 <Tool 1208 Name="VCPreLinkEventTool" 1209 /> 1210 <Tool 1211 Name="VCLinkerTool" 1212 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 1213 OutputFile="../../Debug/modules/$(ProjectName).dll" 1214 LinkIncremental="2" 1215 AdditionalLibraryDirectories="" 1216 IgnoreDefaultLibraryNames="MSVCRT" 1217 ModuleDefinitionFile="CheckExternalScripts.def" 1218 GenerateDebugInformation="true" 1219 ProgramDatabaseFile="$(OutDir)/CheckExternalScripts.pdb" 1220 SubSystem="2" 1221 RandomizedBaseAddress="1" 1222 DataExecutionPrevention="0" 1223 ImportLibrary="$(OutDir)/CheckExternalScripts.lib" 1224 TargetMachine="5" 1225 /> 1226 <Tool 1227 Name="VCALinkTool" 1228 /> 1229 <Tool 1230 Name="VCManifestTool" 1231 /> 1232 <Tool 1233 Name="VCXDCMakeTool" 1234 /> 1235 <Tool 1236 Name="VCBscMakeTool" 1237 /> 1238 <Tool 1239 Name="VCFxCopTool" 1240 /> 1241 <Tool 1242 Name="VCAppVerifierTool" 280 1243 /> 281 1244 <Tool … … 296 1259 > 297 1260 <FileConfiguration 1261 Name="Debug|Win32" 1262 > 1263 <Tool 1264 Name="VCCLCompilerTool" 1265 UsePrecompiledHeader="0" 1266 PrecompiledHeaderThrough="" 1267 /> 1268 </FileConfiguration> 1269 <FileConfiguration 1270 Name="Debug|x64" 1271 > 1272 <Tool 1273 Name="VCCLCompilerTool" 1274 UsePrecompiledHeader="0" 1275 PrecompiledHeaderThrough="" 1276 /> 1277 </FileConfiguration> 1278 <FileConfiguration 298 1279 Name="Release|Win32" 299 1280 > … … 306 1287 <FileConfiguration 307 1288 Name="Release|x64" 308 >309 <Tool310 Name="VCCLCompilerTool"311 UsePrecompiledHeader="0"312 PrecompiledHeaderThrough=""313 />314 </FileConfiguration>315 <FileConfiguration316 Name="Debug|Win32"317 >318 <Tool319 Name="VCCLCompilerTool"320 UsePrecompiledHeader="0"321 PrecompiledHeaderThrough=""322 />323 </FileConfiguration>324 <FileConfiguration325 Name="Debug|x64"326 1289 > 327 1290 <Tool … … 443 1406 > 444 1407 <FileConfiguration 1408 Name="Debug|Win32" 1409 > 1410 <Tool 1411 Name="VCCLCompilerTool" 1412 UsePrecompiledHeader="0" 1413 PrecompiledHeaderThrough="" 1414 /> 1415 </FileConfiguration> 1416 <FileConfiguration 1417 Name="Debug|x64" 1418 > 1419 <Tool 1420 Name="VCCLCompilerTool" 1421 UsePrecompiledHeader="0" 1422 PrecompiledHeaderThrough="" 1423 /> 1424 </FileConfiguration> 1425 <FileConfiguration 445 1426 Name="Release|Win32" 446 1427 > … … 461 1442 </FileConfiguration> 462 1443 <FileConfiguration 1444 Name="Distribution|Win32" 1445 > 1446 <Tool 1447 Name="VCCLCompilerTool" 1448 UsePrecompiledHeader="0" 1449 PrecompiledHeaderThrough="" 1450 /> 1451 </FileConfiguration> 1452 <FileConfiguration 1453 Name="Distribution|x64" 1454 > 1455 <Tool 1456 Name="VCCLCompilerTool" 1457 UsePrecompiledHeader="0" 1458 PrecompiledHeaderThrough="" 1459 /> 1460 </FileConfiguration> 1461 <FileConfiguration 1462 Name="Nightly|Win32" 1463 > 1464 <Tool 1465 Name="VCCLCompilerTool" 1466 UsePrecompiledHeader="0" 1467 PrecompiledHeaderThrough="" 1468 /> 1469 </FileConfiguration> 1470 <FileConfiguration 1471 Name="Nightly|x64" 1472 > 1473 <Tool 1474 Name="VCCLCompilerTool" 1475 UsePrecompiledHeader="0" 1476 PrecompiledHeaderThrough="" 1477 /> 1478 </FileConfiguration> 1479 <FileConfiguration 1480 Name="Debug-MemCheck|Win32" 1481 > 1482 <Tool 1483 Name="VCCLCompilerTool" 1484 UsePrecompiledHeader="0" 1485 PrecompiledHeaderThrough="" 1486 /> 1487 </FileConfiguration> 1488 <FileConfiguration 1489 Name="Debug-MemCheck|x64" 1490 > 1491 <Tool 1492 Name="VCCLCompilerTool" 1493 UsePrecompiledHeader="0" 1494 PrecompiledHeaderThrough="" 1495 /> 1496 </FileConfiguration> 1497 <FileConfiguration 1498 Name="Debug|Itanium" 1499 > 1500 <Tool 1501 Name="VCCLCompilerTool" 1502 UsePrecompiledHeader="0" 1503 PrecompiledHeaderThrough="" 1504 /> 1505 </FileConfiguration> 1506 <FileConfiguration 1507 Name="Release|Itanium" 1508 > 1509 <Tool 1510 Name="VCCLCompilerTool" 1511 UsePrecompiledHeader="0" 1512 PrecompiledHeaderThrough="" 1513 /> 1514 </FileConfiguration> 1515 <FileConfiguration 1516 Name="Distribution|Itanium" 1517 > 1518 <Tool 1519 Name="VCCLCompilerTool" 1520 UsePrecompiledHeader="0" 1521 PrecompiledHeaderThrough="" 1522 /> 1523 </FileConfiguration> 1524 <FileConfiguration 1525 Name="Nightly|Itanium" 1526 > 1527 <Tool 1528 Name="VCCLCompilerTool" 1529 UsePrecompiledHeader="0" 1530 PrecompiledHeaderThrough="" 1531 /> 1532 </FileConfiguration> 1533 <FileConfiguration 1534 Name="Debug-MemCheck|Itanium" 1535 > 1536 <Tool 1537 Name="VCCLCompilerTool" 1538 UsePrecompiledHeader="0" 1539 PrecompiledHeaderThrough="" 1540 /> 1541 </FileConfiguration> 1542 </File> 1543 <File 1544 RelativePath="..\..\include\Socket.cpp" 1545 > 1546 <FileConfiguration 463 1547 Name="Debug|Win32" 464 1548 > … … 471 1555 <FileConfiguration 472 1556 Name="Debug|x64" 1557 > 1558 <Tool 1559 Name="VCCLCompilerTool" 1560 UsePrecompiledHeader="0" 1561 PrecompiledHeaderThrough="" 1562 /> 1563 </FileConfiguration> 1564 <FileConfiguration 1565 Name="Release|Win32" 1566 > 1567 <Tool 1568 Name="VCCLCompilerTool" 1569 UsePrecompiledHeader="0" 1570 PrecompiledHeaderThrough="" 1571 /> 1572 </FileConfiguration> 1573 <FileConfiguration 1574 Name="Release|x64" 473 1575 > 474 1576 <Tool … … 582 1684 > 583 1685 <FileConfiguration 1686 Name="Debug|Win32" 1687 > 1688 <Tool 1689 Name="VCCLCompilerTool" 1690 UsePrecompiledHeader="1" 1691 /> 1692 </FileConfiguration> 1693 <FileConfiguration 1694 Name="Debug|x64" 1695 > 1696 <Tool 1697 Name="VCCLCompilerTool" 1698 UsePrecompiledHeader="1" 1699 /> 1700 </FileConfiguration> 1701 <FileConfiguration 584 1702 Name="Release|Win32" 585 1703 > … … 591 1709 <FileConfiguration 592 1710 Name="Release|x64" 593 >594 <Tool595 Name="VCCLCompilerTool"596 UsePrecompiledHeader="1"597 />598 </FileConfiguration>599 <FileConfiguration600 Name="Debug|Win32"601 >602 <Tool603 Name="VCCLCompilerTool"604 UsePrecompiledHeader="1"605 />606 </FileConfiguration>607 <FileConfiguration608 Name="Debug|x64"609 1711 > 610 1712 <Tool … … 706 1808 > 707 1809 <FileConfiguration 1810 Name="Debug|Win32" 1811 > 1812 <Tool 1813 Name="VCCLCompilerTool" 1814 UsePrecompiledHeader="0" 1815 PrecompiledHeaderThrough="" 1816 /> 1817 </FileConfiguration> 1818 <FileConfiguration 1819 Name="Debug|x64" 1820 > 1821 <Tool 1822 Name="VCCLCompilerTool" 1823 UsePrecompiledHeader="0" 1824 PrecompiledHeaderThrough="" 1825 /> 1826 </FileConfiguration> 1827 <FileConfiguration 708 1828 Name="Release|Win32" 709 1829 > … … 716 1836 <FileConfiguration 717 1837 Name="Release|x64" 718 >719 <Tool720 Name="VCCLCompilerTool"721 UsePrecompiledHeader="0"722 PrecompiledHeaderThrough=""723 />724 </FileConfiguration>725 <FileConfiguration726 Name="Debug|Win32"727 >728 <Tool729 Name="VCCLCompilerTool"730 UsePrecompiledHeader="0"731 PrecompiledHeaderThrough=""732 />733 </FileConfiguration>734 <FileConfiguration735 Name="Debug|x64"736 1838 > 737 1839 <Tool … … 864 1966 </File> 865 1967 <File 866 RelativePath="..\..\include\ execute_process.hpp"1968 RelativePath="..\..\include\NSCHelper.h" 867 1969 > 868 1970 </File> 869 1971 <File 870 RelativePath="..\..\include\ file_helpers.hpp"1972 RelativePath="..\..\include\Socket.h" 871 1973 > 872 1974 </File> 873 1975 <File 874 RelativePath="..\..\include\ NSCHelper.h"1976 RelativePath="..\..\include\SSLSocket.h" 875 1977 > 876 1978 </File> -
modules/CheckExternalScripts/CheckExternalScripts.cpp
rd5356c1 r6672c56 85 85 if ((*it).empty()) 86 86 continue; 87 NSC_DEBUG_MSG_STD(_T("Looking under: ") + setting_keys::external_scripts::SCRIPT_SECTION_PATH + _T(", ") + (*it)); 87 88 std::wstring s = NSCModuleHelper::getSettingsString(setting_keys::external_scripts::SCRIPT_SECTION_PATH, (*it), _T("")); 88 89 if (s.empty()) {
Note: See TracChangeset
for help on using the changeset viewer.








