- Timestamp:
- 11/10/07 12:11:26 (6 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 30bfe74
- Parents:
- 860f310
- Location:
- modules
- Files:
-
- 14 edited
-
CheckDisk/CheckDisk.cpp (modified) (1 diff)
-
CheckDisk/CheckDisk.vcproj (modified) (6 diffs)
-
CheckEventLog/CheckEventLog.vcproj (modified) (6 diffs)
-
CheckHelpers/CheckHelpers.vcproj (modified) (6 diffs)
-
CheckSystem/CheckSystem.vcproj (modified) (8 diffs)
-
CheckWMI/CheckWMI.cpp (modified) (3 diffs)
-
CheckWMI/CheckWMI.vcproj (modified) (6 diffs)
-
FileLogger/FileLogger.vcproj (modified) (5 diffs)
-
NRPEListener/NRPEListener.cpp (modified) (2 diffs)
-
NRPEListener/NRPEListener.vcproj (modified) (8 diffs)
-
NRPEListener/NRPEPacket.cpp (modified) (2 diffs)
-
NSClientListener/NSClientListener.vcproj (modified) (6 diffs)
-
RemoteConfiguration/RemoteConfiguration.vcproj (modified) (6 diffs)
-
SysTray/SysTray.vcproj (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckDisk/CheckDisk.cpp
rb749b8d receb8c7 25 25 #include <filter_framework.hpp> 26 26 #include <error.hpp> 27 28 27 29 28 -
modules/CheckDisk/CheckDisk.vcproj
r0bc9fdd receb8c7 16 16 Name="x64" 17 17 /> 18 <Platform 19 Name="Itanium" 20 /> 18 21 </Platforms> 19 22 <ToolFiles> … … 650 653 /> 651 654 </Configuration> 655 <Configuration 656 Name="Debug|Itanium" 657 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 658 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 659 ConfigurationType="2" 660 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 661 CharacterSet="2" 662 > 663 <Tool 664 Name="VCPreBuildEventTool" 665 /> 666 <Tool 667 Name="VCCustomBuildTool" 668 /> 669 <Tool 670 Name="VCXMLDataGeneratorTool" 671 /> 672 <Tool 673 Name="VCWebServiceProxyGeneratorTool" 674 /> 675 <Tool 676 Name="VCMIDLTool" 677 TargetEnvironment="2" 678 /> 679 <Tool 680 Name="VCCLCompilerTool" 681 Optimization="0" 682 AdditionalIncludeDirectories="../include;../../include" 683 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 684 MinimalRebuild="true" 685 BasicRuntimeChecks="3" 686 RuntimeLibrary="3" 687 UsePrecompiledHeader="2" 688 WarningLevel="3" 689 Detect64BitPortabilityProblems="false" 690 DebugInformationFormat="3" 691 /> 692 <Tool 693 Name="VCManagedResourceCompilerTool" 694 /> 695 <Tool 696 Name="VCResourceCompilerTool" 697 /> 698 <Tool 699 Name="VCPreLinkEventTool" 700 /> 701 <Tool 702 Name="VCLinkerTool" 703 OutputFile="../../Debug/modules/$(ProjectName).dll" 704 LinkIncremental="2" 705 ModuleDefinitionFile="CheckDisk.def" 706 GenerateDebugInformation="true" 707 ProgramDatabaseFile="$(OutDir)/CheckDisk.pdb" 708 SubSystem="2" 709 RandomizedBaseAddress="1" 710 DataExecutionPrevention="0" 711 ImportLibrary="$(OutDir)/CheckDisk.lib" 712 TargetMachine="5" 713 /> 714 <Tool 715 Name="VCALinkTool" 716 /> 717 <Tool 718 Name="VCManifestTool" 719 /> 720 <Tool 721 Name="VCXDCMakeTool" 722 /> 723 <Tool 724 Name="VCBscMakeTool" 725 /> 726 <Tool 727 Name="VCFxCopTool" 728 /> 729 <Tool 730 Name="VCAppVerifierTool" 731 /> 732 <Tool 733 Name="VCPostBuildEventTool" 734 /> 735 </Configuration> 736 <Configuration 737 Name="Release|Itanium" 738 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 739 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 740 ConfigurationType="2" 741 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 742 CharacterSet="2" 743 > 744 <Tool 745 Name="VCPreBuildEventTool" 746 /> 747 <Tool 748 Name="VCCustomBuildTool" 749 /> 750 <Tool 751 Name="VCXMLDataGeneratorTool" 752 /> 753 <Tool 754 Name="VCWebServiceProxyGeneratorTool" 755 /> 756 <Tool 757 Name="VCMIDLTool" 758 TargetEnvironment="2" 759 /> 760 <Tool 761 Name="VCCLCompilerTool" 762 AdditionalIncludeDirectories="../include;../../include" 763 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 764 RuntimeLibrary="0" 765 UsePrecompiledHeader="2" 766 WarningLevel="3" 767 Detect64BitPortabilityProblems="false" 768 DebugInformationFormat="3" 769 /> 770 <Tool 771 Name="VCManagedResourceCompilerTool" 772 /> 773 <Tool 774 Name="VCResourceCompilerTool" 775 /> 776 <Tool 777 Name="VCPreLinkEventTool" 778 /> 779 <Tool 780 Name="VCLinkerTool" 781 OutputFile="../../Release/modules/$(ProjectName).dll" 782 LinkIncremental="1" 783 ModuleDefinitionFile="CheckDisk.def" 784 GenerateDebugInformation="false" 785 SubSystem="2" 786 OptimizeReferences="2" 787 EnableCOMDATFolding="2" 788 RandomizedBaseAddress="1" 789 DataExecutionPrevention="0" 790 ImportLibrary="$(OutDir)/CheckDisk.lib" 791 TargetMachine="5" 792 /> 793 <Tool 794 Name="VCALinkTool" 795 /> 796 <Tool 797 Name="VCManifestTool" 798 /> 799 <Tool 800 Name="VCXDCMakeTool" 801 /> 802 <Tool 803 Name="VCBscMakeTool" 804 /> 805 <Tool 806 Name="VCFxCopTool" 807 /> 808 <Tool 809 Name="VCAppVerifierTool" 810 /> 811 <Tool 812 Name="VCPostBuildEventTool" 813 /> 814 </Configuration> 815 <Configuration 816 Name="Distribution|Itanium" 817 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 818 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 819 ConfigurationType="2" 820 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 821 CharacterSet="2" 822 > 823 <Tool 824 Name="VCPreBuildEventTool" 825 /> 826 <Tool 827 Name="VCCustomBuildTool" 828 /> 829 <Tool 830 Name="VCXMLDataGeneratorTool" 831 /> 832 <Tool 833 Name="VCWebServiceProxyGeneratorTool" 834 /> 835 <Tool 836 Name="VCMIDLTool" 837 TargetEnvironment="2" 838 /> 839 <Tool 840 Name="VCCLCompilerTool" 841 AdditionalIncludeDirectories="../include;../../include" 842 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 843 RuntimeLibrary="0" 844 UsePrecompiledHeader="2" 845 WarningLevel="3" 846 Detect64BitPortabilityProblems="false" 847 DebugInformationFormat="3" 848 /> 849 <Tool 850 Name="VCManagedResourceCompilerTool" 851 /> 852 <Tool 853 Name="VCResourceCompilerTool" 854 /> 855 <Tool 856 Name="VCPreLinkEventTool" 857 /> 858 <Tool 859 Name="VCLinkerTool" 860 OutputFile="../../Dist/modules/$(ProjectName).dll" 861 LinkIncremental="1" 862 ModuleDefinitionFile="CheckDisk.def" 863 GenerateDebugInformation="false" 864 SubSystem="2" 865 OptimizeReferences="2" 866 EnableCOMDATFolding="2" 867 RandomizedBaseAddress="1" 868 DataExecutionPrevention="0" 869 ImportLibrary="$(OutDir)/CheckDisk.lib" 870 TargetMachine="5" 871 /> 872 <Tool 873 Name="VCALinkTool" 874 /> 875 <Tool 876 Name="VCManifestTool" 877 /> 878 <Tool 879 Name="VCXDCMakeTool" 880 /> 881 <Tool 882 Name="VCBscMakeTool" 883 /> 884 <Tool 885 Name="VCFxCopTool" 886 /> 887 <Tool 888 Name="VCAppVerifierTool" 889 /> 890 <Tool 891 Name="VCPostBuildEventTool" 892 /> 893 </Configuration> 894 <Configuration 895 Name="Nightly|Itanium" 896 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 897 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 898 ConfigurationType="2" 899 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 900 CharacterSet="2" 901 > 902 <Tool 903 Name="VCPreBuildEventTool" 904 /> 905 <Tool 906 Name="VCCustomBuildTool" 907 /> 908 <Tool 909 Name="VCXMLDataGeneratorTool" 910 /> 911 <Tool 912 Name="VCWebServiceProxyGeneratorTool" 913 /> 914 <Tool 915 Name="VCMIDLTool" 916 TargetEnvironment="2" 917 /> 918 <Tool 919 Name="VCCLCompilerTool" 920 AdditionalIncludeDirectories="../include;../../include" 921 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 922 UsePrecompiledHeader="2" 923 WarningLevel="3" 924 Detect64BitPortabilityProblems="false" 925 DebugInformationFormat="3" 926 /> 927 <Tool 928 Name="VCManagedResourceCompilerTool" 929 /> 930 <Tool 931 Name="VCResourceCompilerTool" 932 /> 933 <Tool 934 Name="VCPreLinkEventTool" 935 /> 936 <Tool 937 Name="VCLinkerTool" 938 OutputFile="../../Dist/modules/$(ProjectName).dll" 939 LinkIncremental="1" 940 ModuleDefinitionFile="CheckDisk.def" 941 GenerateDebugInformation="true" 942 SubSystem="2" 943 OptimizeReferences="2" 944 EnableCOMDATFolding="2" 945 RandomizedBaseAddress="1" 946 DataExecutionPrevention="0" 947 ImportLibrary="$(OutDir)/CheckDisk.lib" 948 TargetMachine="5" 949 /> 950 <Tool 951 Name="VCALinkTool" 952 /> 953 <Tool 954 Name="VCManifestTool" 955 /> 956 <Tool 957 Name="VCXDCMakeTool" 958 /> 959 <Tool 960 Name="VCBscMakeTool" 961 /> 962 <Tool 963 Name="VCFxCopTool" 964 /> 965 <Tool 966 Name="VCAppVerifierTool" 967 /> 968 <Tool 969 Name="VCPostBuildEventTool" 970 /> 971 </Configuration> 652 972 </Configurations> 653 973 <References> … … 734 1054 /> 735 1055 </FileConfiguration> 1056 <FileConfiguration 1057 Name="Debug|Itanium" 1058 > 1059 <Tool 1060 Name="VCCLCompilerTool" 1061 UsePrecompiledHeader="0" 1062 PrecompiledHeaderThrough="" 1063 /> 1064 </FileConfiguration> 1065 <FileConfiguration 1066 Name="Release|Itanium" 1067 > 1068 <Tool 1069 Name="VCCLCompilerTool" 1070 UsePrecompiledHeader="0" 1071 PrecompiledHeaderThrough="" 1072 /> 1073 </FileConfiguration> 1074 <FileConfiguration 1075 Name="Distribution|Itanium" 1076 > 1077 <Tool 1078 Name="VCCLCompilerTool" 1079 UsePrecompiledHeader="0" 1080 PrecompiledHeaderThrough="" 1081 /> 1082 </FileConfiguration> 1083 <FileConfiguration 1084 Name="Nightly|Itanium" 1085 > 1086 <Tool 1087 Name="VCCLCompilerTool" 1088 UsePrecompiledHeader="0" 1089 PrecompiledHeaderThrough="" 1090 /> 1091 </FileConfiguration> 736 1092 </File> 737 1093 <File … … 814 1170 /> 815 1171 </FileConfiguration> 1172 <FileConfiguration 1173 Name="Debug|Itanium" 1174 > 1175 <Tool 1176 Name="VCCLCompilerTool" 1177 UsePrecompiledHeader="0" 1178 PrecompiledHeaderThrough="" 1179 /> 1180 </FileConfiguration> 1181 <FileConfiguration 1182 Name="Release|Itanium" 1183 > 1184 <Tool 1185 Name="VCCLCompilerTool" 1186 UsePrecompiledHeader="0" 1187 PrecompiledHeaderThrough="" 1188 /> 1189 </FileConfiguration> 1190 <FileConfiguration 1191 Name="Distribution|Itanium" 1192 > 1193 <Tool 1194 Name="VCCLCompilerTool" 1195 UsePrecompiledHeader="0" 1196 PrecompiledHeaderThrough="" 1197 /> 1198 </FileConfiguration> 1199 <FileConfiguration 1200 Name="Nightly|Itanium" 1201 > 1202 <Tool 1203 Name="VCCLCompilerTool" 1204 UsePrecompiledHeader="0" 1205 PrecompiledHeaderThrough="" 1206 /> 1207 </FileConfiguration> 816 1208 </File> 817 1209 <File … … 882 1274 /> 883 1275 </FileConfiguration> 1276 <FileConfiguration 1277 Name="Debug|Itanium" 1278 > 1279 <Tool 1280 Name="VCCLCompilerTool" 1281 UsePrecompiledHeader="1" 1282 /> 1283 </FileConfiguration> 1284 <FileConfiguration 1285 Name="Release|Itanium" 1286 > 1287 <Tool 1288 Name="VCCLCompilerTool" 1289 UsePrecompiledHeader="1" 1290 /> 1291 </FileConfiguration> 1292 <FileConfiguration 1293 Name="Distribution|Itanium" 1294 > 1295 <Tool 1296 Name="VCCLCompilerTool" 1297 UsePrecompiledHeader="1" 1298 /> 1299 </FileConfiguration> 1300 <FileConfiguration 1301 Name="Nightly|Itanium" 1302 > 1303 <Tool 1304 Name="VCCLCompilerTool" 1305 UsePrecompiledHeader="1" 1306 /> 1307 </FileConfiguration> 884 1308 </File> 885 1309 <File … … 951 1375 <FileConfiguration 952 1376 Name="Nightly|x64" 1377 > 1378 <Tool 1379 Name="VCCLCompilerTool" 1380 UsePrecompiledHeader="0" 1381 PrecompiledHeaderThrough="" 1382 /> 1383 </FileConfiguration> 1384 <FileConfiguration 1385 Name="Debug|Itanium" 1386 > 1387 <Tool 1388 Name="VCCLCompilerTool" 1389 UsePrecompiledHeader="0" 1390 PrecompiledHeaderThrough="" 1391 /> 1392 </FileConfiguration> 1393 <FileConfiguration 1394 Name="Release|Itanium" 1395 > 1396 <Tool 1397 Name="VCCLCompilerTool" 1398 UsePrecompiledHeader="0" 1399 PrecompiledHeaderThrough="" 1400 /> 1401 </FileConfiguration> 1402 <FileConfiguration 1403 Name="Distribution|Itanium" 1404 > 1405 <Tool 1406 Name="VCCLCompilerTool" 1407 UsePrecompiledHeader="0" 1408 PrecompiledHeaderThrough="" 1409 /> 1410 </FileConfiguration> 1411 <FileConfiguration 1412 Name="Nightly|Itanium" 953 1413 > 954 1414 <Tool -
modules/CheckEventLog/CheckEventLog.vcproj
r0bc9fdd receb8c7 16 16 Name="x64" 17 17 /> 18 <Platform 19 Name="Itanium" 20 /> 18 21 </Platforms> 19 22 <ToolFiles> … … 661 664 /> 662 665 </Configuration> 666 <Configuration 667 Name="Release|Itanium" 668 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 669 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 670 ConfigurationType="2" 671 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 672 CharacterSet="2" 673 > 674 <Tool 675 Name="VCPreBuildEventTool" 676 ExcludedFromBuild="true" 677 /> 678 <Tool 679 Name="VCCustomBuildTool" 680 /> 681 <Tool 682 Name="VCXMLDataGeneratorTool" 683 /> 684 <Tool 685 Name="VCWebServiceProxyGeneratorTool" 686 /> 687 <Tool 688 Name="VCMIDLTool" 689 TargetEnvironment="2" 690 /> 691 <Tool 692 Name="VCCLCompilerTool" 693 AdditionalIncludeDirectories="../include;../../include" 694 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 695 RuntimeLibrary="0" 696 UsePrecompiledHeader="2" 697 WarningLevel="3" 698 Detect64BitPortabilityProblems="false" 699 DebugInformationFormat="3" 700 /> 701 <Tool 702 Name="VCManagedResourceCompilerTool" 703 /> 704 <Tool 705 Name="VCResourceCompilerTool" 706 /> 707 <Tool 708 Name="VCPreLinkEventTool" 709 /> 710 <Tool 711 Name="VCLinkerTool" 712 OutputFile="../../Release/modules/$(ProjectName).dll" 713 LinkIncremental="1" 714 ModuleDefinitionFile="CheckEventLog.def" 715 GenerateDebugInformation="false" 716 SubSystem="2" 717 OptimizeReferences="2" 718 EnableCOMDATFolding="2" 719 RandomizedBaseAddress="1" 720 DataExecutionPrevention="0" 721 ImportLibrary="$(OutDir)/CheckEventLog.lib" 722 TargetMachine="5" 723 /> 724 <Tool 725 Name="VCALinkTool" 726 /> 727 <Tool 728 Name="VCManifestTool" 729 /> 730 <Tool 731 Name="VCXDCMakeTool" 732 /> 733 <Tool 734 Name="VCBscMakeTool" 735 /> 736 <Tool 737 Name="VCFxCopTool" 738 /> 739 <Tool 740 Name="VCAppVerifierTool" 741 /> 742 <Tool 743 Name="VCPostBuildEventTool" 744 /> 745 </Configuration> 746 <Configuration 747 Name="Debug|Itanium" 748 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 749 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 750 ConfigurationType="2" 751 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 752 CharacterSet="2" 753 > 754 <Tool 755 Name="VCPreBuildEventTool" 756 ExcludedFromBuild="true" 757 /> 758 <Tool 759 Name="VCCustomBuildTool" 760 /> 761 <Tool 762 Name="VCXMLDataGeneratorTool" 763 /> 764 <Tool 765 Name="VCWebServiceProxyGeneratorTool" 766 /> 767 <Tool 768 Name="VCMIDLTool" 769 TargetEnvironment="2" 770 /> 771 <Tool 772 Name="VCCLCompilerTool" 773 Optimization="0" 774 AdditionalIncludeDirectories="../include;../../include" 775 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 776 MinimalRebuild="true" 777 BasicRuntimeChecks="3" 778 RuntimeLibrary="3" 779 UsePrecompiledHeader="2" 780 WarningLevel="3" 781 Detect64BitPortabilityProblems="false" 782 DebugInformationFormat="3" 783 /> 784 <Tool 785 Name="VCManagedResourceCompilerTool" 786 /> 787 <Tool 788 Name="VCResourceCompilerTool" 789 /> 790 <Tool 791 Name="VCPreLinkEventTool" 792 /> 793 <Tool 794 Name="VCLinkerTool" 795 OutputFile="../../Debug/modules/$(ProjectName).dll" 796 LinkIncremental="2" 797 ModuleDefinitionFile="CheckEventLog.def" 798 GenerateDebugInformation="true" 799 ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb" 800 SubSystem="2" 801 RandomizedBaseAddress="1" 802 DataExecutionPrevention="0" 803 ImportLibrary="$(OutDir)/CheckEventLog.lib" 804 TargetMachine="5" 805 /> 806 <Tool 807 Name="VCALinkTool" 808 /> 809 <Tool 810 Name="VCManifestTool" 811 /> 812 <Tool 813 Name="VCXDCMakeTool" 814 /> 815 <Tool 816 Name="VCBscMakeTool" 817 /> 818 <Tool 819 Name="VCFxCopTool" 820 /> 821 <Tool 822 Name="VCAppVerifierTool" 823 /> 824 <Tool 825 Name="VCPostBuildEventTool" 826 /> 827 </Configuration> 828 <Configuration 829 Name="Distribution|Itanium" 830 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 831 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 832 ConfigurationType="2" 833 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 834 CharacterSet="2" 835 > 836 <Tool 837 Name="VCPreBuildEventTool" 838 ExcludedFromBuild="true" 839 /> 840 <Tool 841 Name="VCCustomBuildTool" 842 /> 843 <Tool 844 Name="VCXMLDataGeneratorTool" 845 /> 846 <Tool 847 Name="VCWebServiceProxyGeneratorTool" 848 /> 849 <Tool 850 Name="VCMIDLTool" 851 TargetEnvironment="2" 852 /> 853 <Tool 854 Name="VCCLCompilerTool" 855 AdditionalIncludeDirectories="../include;../../include" 856 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;NO_BOOST_DEP" 857 RuntimeLibrary="0" 858 UsePrecompiledHeader="2" 859 WarningLevel="3" 860 Detect64BitPortabilityProblems="false" 861 DebugInformationFormat="3" 862 /> 863 <Tool 864 Name="VCManagedResourceCompilerTool" 865 /> 866 <Tool 867 Name="VCResourceCompilerTool" 868 /> 869 <Tool 870 Name="VCPreLinkEventTool" 871 /> 872 <Tool 873 Name="VCLinkerTool" 874 AdditionalDependencies="libboost_regex-vc80-mt.lib" 875 OutputFile="../../Dist/modules/$(ProjectName).dll" 876 LinkIncremental="1" 877 ModuleDefinitionFile="CheckEventLog.def" 878 GenerateDebugInformation="false" 879 SubSystem="2" 880 OptimizeReferences="2" 881 EnableCOMDATFolding="2" 882 RandomizedBaseAddress="1" 883 DataExecutionPrevention="0" 884 ImportLibrary="$(OutDir)/CheckEventLog.lib" 885 TargetMachine="5" 886 /> 887 <Tool 888 Name="VCALinkTool" 889 /> 890 <Tool 891 Name="VCManifestTool" 892 /> 893 <Tool 894 Name="VCXDCMakeTool" 895 /> 896 <Tool 897 Name="VCBscMakeTool" 898 /> 899 <Tool 900 Name="VCFxCopTool" 901 /> 902 <Tool 903 Name="VCAppVerifierTool" 904 /> 905 <Tool 906 Name="VCPostBuildEventTool" 907 /> 908 </Configuration> 909 <Configuration 910 Name="Nightly|Itanium" 911 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 912 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 913 ConfigurationType="2" 914 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 915 CharacterSet="2" 916 > 917 <Tool 918 Name="VCPreBuildEventTool" 919 ExcludedFromBuild="true" 920 /> 921 <Tool 922 Name="VCCustomBuildTool" 923 /> 924 <Tool 925 Name="VCXMLDataGeneratorTool" 926 /> 927 <Tool 928 Name="VCWebServiceProxyGeneratorTool" 929 /> 930 <Tool 931 Name="VCMIDLTool" 932 TargetEnvironment="2" 933 /> 934 <Tool 935 Name="VCCLCompilerTool" 936 AdditionalIncludeDirectories="../include;../../include" 937 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;" 938 RuntimeLibrary="0" 939 UsePrecompiledHeader="2" 940 WarningLevel="3" 941 Detect64BitPortabilityProblems="false" 942 DebugInformationFormat="3" 943 /> 944 <Tool 945 Name="VCManagedResourceCompilerTool" 946 /> 947 <Tool 948 Name="VCResourceCompilerTool" 949 /> 950 <Tool 951 Name="VCPreLinkEventTool" 952 /> 953 <Tool 954 Name="VCLinkerTool" 955 OutputFile="../../Dist/modules/$(ProjectName).dll" 956 LinkIncremental="1" 957 ModuleDefinitionFile="CheckEventLog.def" 958 GenerateDebugInformation="true" 959 SubSystem="2" 960 OptimizeReferences="2" 961 EnableCOMDATFolding="2" 962 RandomizedBaseAddress="1" 963 DataExecutionPrevention="0" 964 ImportLibrary="$(OutDir)/CheckEventLog.lib" 965 TargetMachine="5" 966 /> 967 <Tool 968 Name="VCALinkTool" 969 /> 970 <Tool 971 Name="VCManifestTool" 972 /> 973 <Tool 974 Name="VCXDCMakeTool" 975 /> 976 <Tool 977 Name="VCBscMakeTool" 978 /> 979 <Tool 980 Name="VCFxCopTool" 981 /> 982 <Tool 983 Name="VCAppVerifierTool" 984 /> 985 <Tool 986 Name="VCPostBuildEventTool" 987 /> 988 </Configuration> 663 989 </Configurations> 664 990 <References> … … 745 1071 /> 746 1072 </FileConfiguration> 1073 <FileConfiguration 1074 Name="Release|Itanium" 1075 > 1076 <Tool 1077 Name="VCCLCompilerTool" 1078 UsePrecompiledHeader="0" 1079 PrecompiledHeaderThrough="" 1080 /> 1081 </FileConfiguration> 1082 <FileConfiguration 1083 Name="Debug|Itanium" 1084 > 1085 <Tool 1086 Name="VCCLCompilerTool" 1087 UsePrecompiledHeader="0" 1088 PrecompiledHeaderThrough="" 1089 /> 1090 </FileConfiguration> 1091 <FileConfiguration 1092 Name="Distribution|Itanium" 1093 > 1094 <Tool 1095 Name="VCCLCompilerTool" 1096 UsePrecompiledHeader="0" 1097 PrecompiledHeaderThrough="" 1098 /> 1099 </FileConfiguration> 1100 <FileConfiguration 1101 Name="Nightly|Itanium" 1102 > 1103 <Tool 1104 Name="VCCLCompilerTool" 1105 UsePrecompiledHeader="0" 1106 PrecompiledHeaderThrough="" 1107 /> 1108 </FileConfiguration> 747 1109 </File> 748 1110 <File … … 825 1187 /> 826 1188 </FileConfiguration> 1189 <FileConfiguration 1190 Name="Release|Itanium" 1191 > 1192 <Tool 1193 Name="VCCLCompilerTool" 1194 UsePrecompiledHeader="0" 1195 PrecompiledHeaderThrough="" 1196 /> 1197 </FileConfiguration> 1198 <FileConfiguration 1199 Name="Debug|Itanium" 1200 > 1201 <Tool 1202 Name="VCCLCompilerTool" 1203 UsePrecompiledHeader="0" 1204 PrecompiledHeaderThrough="" 1205 /> 1206 </FileConfiguration> 1207 <FileConfiguration 1208 Name="Distribution|Itanium" 1209 > 1210 <Tool 1211 Name="VCCLCompilerTool" 1212 UsePrecompiledHeader="0" 1213 PrecompiledHeaderThrough="" 1214 /> 1215 </FileConfiguration> 1216 <FileConfiguration 1217 Name="Nightly|Itanium" 1218 > 1219 <Tool 1220 Name="VCCLCompilerTool" 1221 UsePrecompiledHeader="0" 1222 PrecompiledHeaderThrough="" 1223 /> 1224 </FileConfiguration> 827 1225 </File> 828 1226 <File … … 893 1291 /> 894 1292 </FileConfiguration> 1293 <FileConfiguration 1294 Name="Release|Itanium" 1295 > 1296 <Tool 1297 Name="VCCLCompilerTool" 1298 UsePrecompiledHeader="1" 1299 /> 1300 </FileConfiguration> 1301 <FileConfiguration 1302 Name="Debug|Itanium" 1303 > 1304 <Tool 1305 Name="VCCLCompilerTool" 1306 UsePrecompiledHeader="1" 1307 /> 1308 </FileConfiguration> 1309 <FileConfiguration 1310 Name="Distribution|Itanium" 1311 > 1312 <Tool 1313 Name="VCCLCompilerTool" 1314 UsePrecompiledHeader="1" 1315 /> 1316 </FileConfiguration> 1317 <FileConfiguration 1318 Name="Nightly|Itanium" 1319 > 1320 <Tool 1321 Name="VCCLCompilerTool" 1322 UsePrecompiledHeader="1" 1323 /> 1324 </FileConfiguration> 895 1325 </File> 896 1326 <File … … 962 1392 <FileConfiguration 963 1393 Name="Nightly|x64" 1394 > 1395 <Tool 1396 Name="VCCLCompilerTool" 1397 UsePrecompiledHeader="0" 1398 PrecompiledHeaderThrough="" 1399 /> 1400 </FileConfiguration> 1401 <FileConfiguration 1402 Name="Release|Itanium" 1403 > 1404 <Tool 1405 Name="VCCLCompilerTool" 1406 UsePrecompiledHeader="0" 1407 PrecompiledHeaderThrough="" 1408 /> 1409 </FileConfiguration> 1410 <FileConfiguration 1411 Name="Debug|Itanium" 1412 > 1413 <Tool 1414 Name="VCCLCompilerTool" 1415 UsePrecompiledHeader="0" 1416 PrecompiledHeaderThrough="" 1417 /> 1418 </FileConfiguration> 1419 <FileConfiguration 1420 Name="Distribution|Itanium" 1421 > 1422 <Tool 1423 Name="VCCLCompilerTool" 1424 UsePrecompiledHeader="0" 1425 PrecompiledHeaderThrough="" 1426 /> 1427 </FileConfiguration> 1428 <FileConfiguration 1429 Name="Nightly|Itanium" 964 1430 > 965 1431 <Tool -
modules/CheckHelpers/CheckHelpers.vcproj
r0bc9fdd receb8c7 16 16 Name="x64" 17 17 /> 18 <Platform 19 Name="Itanium" 20 /> 18 21 </Platforms> 19 22 <ToolFiles> … … 652 655 /> 653 656 </Configuration> 657 <Configuration 658 Name="Debug|Itanium" 659 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 660 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 661 ConfigurationType="2" 662 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 663 CharacterSet="2" 664 > 665 <Tool 666 Name="VCPreBuildEventTool" 667 /> 668 <Tool 669 Name="VCCustomBuildTool" 670 /> 671 <Tool 672 Name="VCXMLDataGeneratorTool" 673 /> 674 <Tool 675 Name="VCWebServiceProxyGeneratorTool" 676 /> 677 <Tool 678 Name="VCMIDLTool" 679 TargetEnvironment="2" 680 /> 681 <Tool 682 Name="VCCLCompilerTool" 683 Optimization="0" 684 AdditionalIncludeDirectories="../include;../../include" 685 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 686 MinimalRebuild="true" 687 BasicRuntimeChecks="3" 688 RuntimeLibrary="3" 689 UsePrecompiledHeader="2" 690 WarningLevel="3" 691 Detect64BitPortabilityProblems="false" 692 DebugInformationFormat="3" 693 /> 694 <Tool 695 Name="VCManagedResourceCompilerTool" 696 /> 697 <Tool 698 Name="VCResourceCompilerTool" 699 /> 700 <Tool 701 Name="VCPreLinkEventTool" 702 /> 703 <Tool 704 Name="VCLinkerTool" 705 OutputFile="../../Debug/modules/$(ProjectName).dll" 706 LinkIncremental="2" 707 ModuleDefinitionFile="CheckHelpers.def" 708 GenerateDebugInformation="true" 709 ProgramDatabaseFile="$(OutDir)/CheckDisk.pdb" 710 SubSystem="2" 711 RandomizedBaseAddress="1" 712 DataExecutionPrevention="0" 713 ImportLibrary="$(OutDir)/CheckDisk.lib" 714 TargetMachine="5" 715 /> 716 <Tool 717 Name="VCALinkTool" 718 /> 719 <Tool 720 Name="VCManifestTool" 721 /> 722 <Tool 723 Name="VCXDCMakeTool" 724 /> 725 <Tool 726 Name="VCBscMakeTool" 727 /> 728 <Tool 729 Name="VCFxCopTool" 730 /> 731 <Tool 732 Name="VCAppVerifierTool" 733 /> 734 <Tool 735 Name="VCPostBuildEventTool" 736 /> 737 </Configuration> 738 <Configuration 739 Name="Release|Itanium" 740 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 741 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 742 ConfigurationType="2" 743 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 744 CharacterSet="2" 745 > 746 <Tool 747 Name="VCPreBuildEventTool" 748 /> 749 <Tool 750 Name="VCCustomBuildTool" 751 /> 752 <Tool 753 Name="VCXMLDataGeneratorTool" 754 /> 755 <Tool 756 Name="VCWebServiceProxyGeneratorTool" 757 /> 758 <Tool 759 Name="VCMIDLTool" 760 TargetEnvironment="2" 761 /> 762 <Tool 763 Name="VCCLCompilerTool" 764 AdditionalIncludeDirectories="../include;../../include" 765 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 766 RuntimeLibrary="0" 767 UsePrecompiledHeader="2" 768 WarningLevel="3" 769 Detect64BitPortabilityProblems="false" 770 DebugInformationFormat="3" 771 /> 772 <Tool 773 Name="VCManagedResourceCompilerTool" 774 /> 775 <Tool 776 Name="VCResourceCompilerTool" 777 /> 778 <Tool 779 Name="VCPreLinkEventTool" 780 /> 781 <Tool 782 Name="VCLinkerTool" 783 OutputFile="../../Release/modules/$(ProjectName).dll" 784 LinkIncremental="1" 785 ModuleDefinitionFile="CheckHelpers.def" 786 GenerateDebugInformation="false" 787 SubSystem="2" 788 OptimizeReferences="2" 789 EnableCOMDATFolding="2" 790 RandomizedBaseAddress="1" 791 DataExecutionPrevention="0" 792 ImportLibrary="$(OutDir)/CheckDisk.lib" 793 TargetMachine="5" 794 /> 795 <Tool 796 Name="VCALinkTool" 797 /> 798 <Tool 799 Name="VCManifestTool" 800 /> 801 <Tool 802 Name="VCXDCMakeTool" 803 /> 804 <Tool 805 Name="VCBscMakeTool" 806 /> 807 <Tool 808 Name="VCFxCopTool" 809 /> 810 <Tool 811 Name="VCAppVerifierTool" 812 /> 813 <Tool 814 Name="VCPostBuildEventTool" 815 /> 816 </Configuration> 817 <Configuration 818 Name="Distribution|Itanium" 819 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 820 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 821 ConfigurationType="2" 822 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 823 CharacterSet="2" 824 > 825 <Tool 826 Name="VCPreBuildEventTool" 827 /> 828 <Tool 829 Name="VCCustomBuildTool" 830 /> 831 <Tool 832 Name="VCXMLDataGeneratorTool" 833 /> 834 <Tool 835 Name="VCWebServiceProxyGeneratorTool" 836 /> 837 <Tool 838 Name="VCMIDLTool" 839 TargetEnvironment="2" 840 /> 841 <Tool 842 Name="VCCLCompilerTool" 843 AdditionalIncludeDirectories="../include;../../include" 844 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 845 RuntimeLibrary="0" 846 UsePrecompiledHeader="2" 847 WarningLevel="3" 848 Detect64BitPortabilityProblems="false" 849 DebugInformationFormat="3" 850 /> 851 <Tool 852 Name="VCManagedResourceCompilerTool" 853 /> 854 <Tool 855 Name="VCResourceCompilerTool" 856 /> 857 <Tool 858 Name="VCPreLinkEventTool" 859 /> 860 <Tool 861 Name="VCLinkerTool" 862 OutputFile="../../Dist/modules/$(ProjectName).dll" 863 LinkIncremental="1" 864 ModuleDefinitionFile="CheckHelpers.def" 865 GenerateDebugInformation="false" 866 SubSystem="2" 867 OptimizeReferences="2" 868 EnableCOMDATFolding="2" 869 RandomizedBaseAddress="1" 870 DataExecutionPrevention="0" 871 ImportLibrary="$(OutDir)/CheckDisk.lib" 872 TargetMachine="5" 873 /> 874 <Tool 875 Name="VCALinkTool" 876 /> 877 <Tool 878 Name="VCManifestTool" 879 /> 880 <Tool 881 Name="VCXDCMakeTool" 882 /> 883 <Tool 884 Name="VCBscMakeTool" 885 /> 886 <Tool 887 Name="VCFxCopTool" 888 /> 889 <Tool 890 Name="VCAppVerifierTool" 891 /> 892 <Tool 893 Name="VCPostBuildEventTool" 894 /> 895 </Configuration> 896 <Configuration 897 Name="Nightly|Itanium" 898 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 899 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 900 ConfigurationType="2" 901 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 902 CharacterSet="2" 903 > 904 <Tool 905 Name="VCPreBuildEventTool" 906 /> 907 <Tool 908 Name="VCCustomBuildTool" 909 /> 910 <Tool 911 Name="VCXMLDataGeneratorTool" 912 /> 913 <Tool 914 Name="VCWebServiceProxyGeneratorTool" 915 /> 916 <Tool 917 Name="VCMIDLTool" 918 TargetEnvironment="2" 919 /> 920 <Tool 921 Name="VCCLCompilerTool" 922 AdditionalIncludeDirectories="../include;../../include" 923 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 924 RuntimeLibrary="0" 925 UsePrecompiledHeader="2" 926 WarningLevel="3" 927 Detect64BitPortabilityProblems="false" 928 DebugInformationFormat="3" 929 /> 930 <Tool 931 Name="VCManagedResourceCompilerTool" 932 /> 933 <Tool 934 Name="VCResourceCompilerTool" 935 /> 936 <Tool 937 Name="VCPreLinkEventTool" 938 /> 939 <Tool 940 Name="VCLinkerTool" 941 OutputFile="../../Dist/modules/$(ProjectName).dll" 942 LinkIncremental="1" 943 ModuleDefinitionFile="CheckHelpers.def" 944 GenerateDebugInformation="true" 945 SubSystem="2" 946 OptimizeReferences="2" 947 EnableCOMDATFolding="2" 948 RandomizedBaseAddress="1" 949 DataExecutionPrevention="0" 950 ImportLibrary="$(OutDir)/CheckHelpers.lib" 951 TargetMachine="5" 952 /> 953 <Tool 954 Name="VCALinkTool" 955 /> 956 <Tool 957 Name="VCManifestTool" 958 /> 959 <Tool 960 Name="VCXDCMakeTool" 961 /> 962 <Tool 963 Name="VCBscMakeTool" 964 /> 965 <Tool 966 Name="VCFxCopTool" 967 /> 968 <Tool 969 Name="VCAppVerifierTool" 970 /> 971 <Tool 972 Name="VCPostBuildEventTool" 973 /> 974 </Configuration> 654 975 </Configurations> 655 976 <References> … … 729 1050 <FileConfiguration 730 1051 Name="Nightly|x64" 1052 > 1053 <Tool 1054 Name="VCCLCompilerTool" 1055 UsePrecompiledHeader="0" 1056 PrecompiledHeaderThrough="" 1057 /> 1058 </FileConfiguration> 1059 <FileConfiguration 1060 Name="Debug|Itanium" 1061 > 1062 <Tool 1063 Name="VCCLCompilerTool" 1064 UsePrecompiledHeader="0" 1065 PrecompiledHeaderThrough="" 1066 /> 1067 </FileConfiguration> 1068 <FileConfiguration 1069 Name="Release|Itanium" 1070 > 1071 <Tool 1072 Name="VCCLCompilerTool" 1073 UsePrecompiledHeader="0" 1074 PrecompiledHeaderThrough="" 1075 /> 1076 </FileConfiguration> 1077 <FileConfiguration 1078 Name="Distribution|Itanium" 1079 > 1080 <Tool 1081 Name="VCCLCompilerTool" 1082 UsePrecompiledHeader="0" 1083 PrecompiledHeaderThrough="" 1084 /> 1085 </FileConfiguration> 1086 <FileConfiguration 1087 Name="Nightly|Itanium" 731 1088 > 732 1089 <Tool … … 820 1177 /> 821 1178 </FileConfiguration> 1179 <FileConfiguration 1180 Name="Debug|Itanium" 1181 > 1182 <Tool 1183 Name="VCCLCompilerTool" 1184 UsePrecompiledHeader="0" 1185 PrecompiledHeaderThrough="" 1186 /> 1187 </FileConfiguration> 1188 <FileConfiguration 1189 Name="Release|Itanium" 1190 > 1191 <Tool 1192 Name="VCCLCompilerTool" 1193 UsePrecompiledHeader="0" 1194 PrecompiledHeaderThrough="" 1195 /> 1196 </FileConfiguration> 1197 <FileConfiguration 1198 Name="Distribution|Itanium" 1199 > 1200 <Tool 1201 Name="VCCLCompilerTool" 1202 UsePrecompiledHeader="0" 1203 PrecompiledHeaderThrough="" 1204 /> 1205 </FileConfiguration> 1206 <FileConfiguration 1207 Name="Nightly|Itanium" 1208 > 1209 <Tool 1210 Name="VCCLCompilerTool" 1211 UsePrecompiledHeader="0" 1212 PrecompiledHeaderThrough="" 1213 /> 1214 </FileConfiguration> 822 1215 </File> 823 1216 <File … … 888 1281 /> 889 1282 </FileConfiguration> 1283 <FileConfiguration 1284 Name="Debug|Itanium" 1285 > 1286 <Tool 1287 Name="VCCLCompilerTool" 1288 UsePrecompiledHeader="1" 1289 /> 1290 </FileConfiguration> 1291 <FileConfiguration 1292 Name="Release|Itanium" 1293 > 1294 <Tool 1295 Name="VCCLCompilerTool" 1296 UsePrecompiledHeader="1" 1297 /> 1298 </FileConfiguration> 1299 <FileConfiguration 1300 Name="Distribution|Itanium" 1301 > 1302 <Tool 1303 Name="VCCLCompilerTool" 1304 UsePrecompiledHeader="1" 1305 /> 1306 </FileConfiguration> 1307 <FileConfiguration 1308 Name="Nightly|Itanium" 1309 > 1310 <Tool 1311 Name="VCCLCompilerTool" 1312 UsePrecompiledHeader="1" 1313 /> 1314 </FileConfiguration> 890 1315 </File> 891 1316 <File … … 957 1382 <FileConfiguration 958 1383 Name="Nightly|x64" 1384 > 1385 <Tool 1386 Name="VCCLCompilerTool" 1387 UsePrecompiledHeader="0" 1388 PrecompiledHeaderThrough="" 1389 /> 1390 </FileConfiguration> 1391 <FileConfiguration 1392 Name="Debug|Itanium" 1393 > 1394 <Tool 1395 Name="VCCLCompilerTool" 1396 UsePrecompiledHeader="0" 1397 PrecompiledHeaderThrough="" 1398 /> 1399 </FileConfiguration> 1400 <FileConfiguration 1401 Name="Release|Itanium" 1402 > 1403 <Tool 1404 Name="VCCLCompilerTool" 1405 UsePrecompiledHeader="0" 1406 PrecompiledHeaderThrough="" 1407 /> 1408 </FileConfiguration> 1409 <FileConfiguration 1410 Name="Distribution|Itanium" 1411 > 1412 <Tool 1413 Name="VCCLCompilerTool" 1414 UsePrecompiledHeader="0" 1415 PrecompiledHeaderThrough="" 1416 /> 1417 </FileConfiguration> 1418 <FileConfiguration 1419 Name="Nightly|Itanium" 959 1420 > 960 1421 <Tool -
modules/CheckSystem/CheckSystem.vcproj
r0bc9fdd receb8c7 16 16 Name="x64" 17 17 /> 18 <Platform 19 Name="Itanium" 20 /> 18 21 </Platforms> 19 22 <ToolFiles> … … 660 663 /> 661 664 </Configuration> 665 <Configuration 666 Name="Debug|Itanium" 667 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 668 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 669 ConfigurationType="2" 670 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 671 CharacterSet="2" 672 > 673 <Tool 674 Name="VCPreBuildEventTool" 675 /> 676 <Tool 677 Name="VCCustomBuildTool" 678 /> 679 <Tool 680 Name="VCXMLDataGeneratorTool" 681 /> 682 <Tool 683 Name="VCWebServiceProxyGeneratorTool" 684 /> 685 <Tool 686 Name="VCMIDLTool" 687 TargetEnvironment="2" 688 /> 689 <Tool 690 Name="VCCLCompilerTool" 691 Optimization="0" 692 AdditionalIncludeDirectories="../include;../../include" 693 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 694 MinimalRebuild="true" 695 BasicRuntimeChecks="3" 696 RuntimeLibrary="3" 697 UsePrecompiledHeader="2" 698 WarningLevel="3" 699 Detect64BitPortabilityProblems="false" 700 DebugInformationFormat="3" 701 /> 702 <Tool 703 Name="VCManagedResourceCompilerTool" 704 /> 705 <Tool 706 Name="VCResourceCompilerTool" 707 /> 708 <Tool 709 Name="VCPreLinkEventTool" 710 /> 711 <Tool 712 Name="VCLinkerTool" 713 AdditionalDependencies="Pdh.lib" 714 OutputFile="../../Debug/modules/$(ProjectName).dll" 715 LinkIncremental="2" 716 ModuleDefinitionFile="CheckSystem.def" 717 GenerateDebugInformation="true" 718 ProgramDatabaseFile="$(OutDir)/CheckSystem.pdb" 719 SubSystem="2" 720 RandomizedBaseAddress="1" 721 DataExecutionPrevention="0" 722 ImportLibrary="$(OutDir)/CheckSystem.lib" 723 TargetMachine="5" 724 /> 725 <Tool 726 Name="VCALinkTool" 727 /> 728 <Tool 729 Name="VCManifestTool" 730 /> 731 <Tool 732 Name="VCXDCMakeTool" 733 /> 734 <Tool 735 Name="VCBscMakeTool" 736 /> 737 <Tool 738 Name="VCFxCopTool" 739 /> 740 <Tool 741 Name="VCAppVerifierTool" 742 /> 743 <Tool 744 Name="VCPostBuildEventTool" 745 /> 746 </Configuration> 747 <Configuration 748 Name="Release|Itanium" 749 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 750 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 751 ConfigurationType="2" 752 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 753 CharacterSet="2" 754 > 755 <Tool 756 Name="VCPreBuildEventTool" 757 /> 758 <Tool 759 Name="VCCustomBuildTool" 760 /> 761 <Tool 762 Name="VCXMLDataGeneratorTool" 763 /> 764 <Tool 765 Name="VCWebServiceProxyGeneratorTool" 766 /> 767 <Tool 768 Name="VCMIDLTool" 769 TargetEnvironment="2" 770 /> 771 <Tool 772 Name="VCCLCompilerTool" 773 AdditionalIncludeDirectories="../../include" 774 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 775 RuntimeLibrary="0" 776 UsePrecompiledHeader="2" 777 WarningLevel="3" 778 Detect64BitPortabilityProblems="false" 779 DebugInformationFormat="3" 780 /> 781 <Tool 782 Name="VCManagedResourceCompilerTool" 783 /> 784 <Tool 785 Name="VCResourceCompilerTool" 786 /> 787 <Tool 788 Name="VCPreLinkEventTool" 789 /> 790 <Tool 791 Name="VCLinkerTool" 792 AdditionalDependencies="Pdh.lib" 793 OutputFile="../../Release/modules/$(ProjectName).dll" 794 LinkIncremental="1" 795 ModuleDefinitionFile="CheckSystem.def" 796 GenerateDebugInformation="false" 797 SubSystem="2" 798 OptimizeReferences="2" 799 EnableCOMDATFolding="2" 800 RandomizedBaseAddress="1" 801 DataExecutionPrevention="0" 802 ImportLibrary="$(OutDir)/CheckSystem.lib" 803 TargetMachine="5" 804 /> 805 <Tool 806 Name="VCALinkTool" 807 /> 808 <Tool 809 Name="VCManifestTool" 810 /> 811 <Tool 812 Name="VCXDCMakeTool" 813 /> 814 <Tool 815 Name="VCBscMakeTool" 816 /> 817 <Tool 818 Name="VCFxCopTool" 819 /> 820 <Tool 821 Name="VCAppVerifierTool" 822 /> 823 <Tool 824 Name="VCPostBuildEventTool" 825 /> 826 </Configuration> 827 <Configuration 828 Name="Distribution|Itanium" 829 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 830 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 831 ConfigurationType="2" 832 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 833 CharacterSet="2" 834 > 835 <Tool 836 Name="VCPreBuildEventTool" 837 /> 838 <Tool 839 Name="VCCustomBuildTool" 840 /> 841 <Tool 842 Name="VCXMLDataGeneratorTool" 843 /> 844 <Tool 845 Name="VCWebServiceProxyGeneratorTool" 846 /> 847 <Tool 848 Name="VCMIDLTool" 849 TargetEnvironment="2" 850 /> 851 <Tool 852 Name="VCCLCompilerTool" 853 AdditionalIncludeDirectories="../../include" 854 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 855 RuntimeLibrary="0" 856 UsePrecompiledHeader="2" 857 WarningLevel="3" 858 Detect64BitPortabilityProblems="false" 859 DebugInformationFormat="3" 860 /> 861 <Tool 862 Name="VCManagedResourceCompilerTool" 863 /> 864 <Tool 865 Name="VCResourceCompilerTool" 866 /> 867 <Tool 868 Name="VCPreLinkEventTool" 869 /> 870 <Tool 871 Name="VCLinkerTool" 872 AdditionalDependencies="Pdh.lib" 873 OutputFile="../../Dist/modules/$(ProjectName).dll" 874 LinkIncremental="1" 875 ModuleDefinitionFile="CheckSystem.def" 876 GenerateDebugInformation="false" 877 SubSystem="2" 878 OptimizeReferences="2" 879 EnableCOMDATFolding="2" 880 RandomizedBaseAddress="1" 881 DataExecutionPrevention="0" 882 ImportLibrary="$(OutDir)/CheckSystem.lib" 883 TargetMachine="5" 884 /> 885 <Tool 886 Name="VCALinkTool" 887 /> 888 <Tool 889 Name="VCManifestTool" 890 /> 891 <Tool 892 Name="VCXDCMakeTool" 893 /> 894 <Tool 895 Name="VCBscMakeTool" 896 /> 897 <Tool 898 Name="VCFxCopTool" 899 /> 900 <Tool 901 Name="VCAppVerifierTool" 902 /> 903 <Tool 904 Name="VCPostBuildEventTool" 905 /> 906 </Configuration> 907 <Configuration 908 Name="Nightly|Itanium" 909 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 910 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 911 ConfigurationType="2" 912 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 913 CharacterSet="2" 914 > 915 <Tool 916 Name="VCPreBuildEventTool" 917 /> 918 <Tool 919 Name="VCCustomBuildTool" 920 /> 921 <Tool 922 Name="VCXMLDataGeneratorTool" 923 /> 924 <Tool 925 Name="VCWebServiceProxyGeneratorTool" 926 /> 927 <Tool 928 Name="VCMIDLTool" 929 TargetEnvironment="2" 930 /> 931 <Tool 932 Name="VCCLCompilerTool" 933 AdditionalIncludeDirectories="../../include" 934 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 935 RuntimeLibrary="0" 936 UsePrecompiledHeader="2" 937 WarningLevel="3" 938 Detect64BitPortabilityProblems="false" 939 DebugInformationFormat="3" 940 /> 941 <Tool 942 Name="VCManagedResourceCompilerTool" 943 /> 944 <Tool 945 Name="VCResourceCompilerTool" 946 /> 947 <Tool 948 Name="VCPreLinkEventTool" 949 /> 950 <Tool 951 Name="VCLinkerTool" 952 AdditionalDependencies="Pdh.lib" 953 OutputFile="../../Dist/modules/$(ProjectName).dll" 954 LinkIncremental="1" 955 ModuleDefinitionFile="CheckSystem.def" 956 GenerateDebugInformation="true" 957 SubSystem="2" 958 OptimizeReferences="2" 959 EnableCOMDATFolding="2" 960 RandomizedBaseAddress="1" 961 DataExecutionPrevention="0" 962 ImportLibrary="$(OutDir)/CheckSystem.lib" 963 TargetMachine="5" 964 /> 965 <Tool 966 Name="VCALinkTool" 967 /> 968 <Tool 969 Name="VCManifestTool" 970 /> 971 <Tool 972 Name="VCXDCMakeTool" 973 /> 974 <Tool 975 Name="VCBscMakeTool" 976 /> 977 <Tool 978 Name="VCFxCopTool" 979 /> 980 <Tool 981 Name="VCAppVerifierTool" 982 /> 983 <Tool 984 Name="VCPostBuildEventTool" 985 /> 986 </Configuration> 662 987 </Configurations> 663 988 <References> … … 744 1069 /> 745 1070 </FileConfiguration> 1071 <FileConfiguration 1072 Name="Debug|Itanium" 1073 > 1074 <Tool 1075 Name="VCCLCompilerTool" 1076 UsePrecompiledHeader="0" 1077 PrecompiledHeaderThrough="" 1078 /> 1079 </FileConfiguration> 1080 <FileConfiguration 1081 Name="Release|Itanium" 1082 > 1083 <Tool 1084 Name="VCCLCompilerTool" 1085 UsePrecompiledHeader="0" 1086 PrecompiledHeaderThrough="" 1087 /> 1088 </FileConfiguration> 1089 <FileConfiguration 1090 Name="Distribution|Itanium" 1091 > 1092 <Tool 1093 Name="VCCLCompilerTool" 1094 UsePrecompiledHeader="0" 1095 PrecompiledHeaderThrough="" 1096 /> 1097 </FileConfiguration> 1098 <FileConfiguration 1099 Name="Nightly|Itanium" 1100 > 1101 <Tool 1102 Name="VCCLCompilerTool" 1103 UsePrecompiledHeader="0" 1104 PrecompiledHeaderThrough="" 1105 /> 1106 </FileConfiguration> 746 1107 </File> 747 1108 <File … … 828 1189 /> 829 1190 </FileConfiguration> 1191 <FileConfiguration 1192 Name="Debug|Itanium" 1193 > 1194 <Tool 1195 Name="VCCLCompilerTool" 1196 UsePrecompiledHeader="0" 1197 PrecompiledHeaderThrough="" 1198 /> 1199 </FileConfiguration> 1200 <FileConfiguration 1201 Name="Release|Itanium" 1202 > 1203 <Tool 1204 Name="VCCLCompilerTool" 1205 UsePrecompiledHeader="0" 1206 PrecompiledHeaderThrough="" 1207 /> 1208 </FileConfiguration> 1209 <FileConfiguration 1210 Name="Distribution|Itanium" 1211 > 1212 <Tool 1213 Name="VCCLCompilerTool" 1214 UsePrecompiledHeader="0" 1215 PrecompiledHeaderThrough="" 1216 /> 1217 </FileConfiguration> 1218 <FileConfiguration 1219 Name="Nightly|Itanium" 1220 > 1221 <Tool 1222 Name="VCCLCompilerTool" 1223 UsePrecompiledHeader="0" 1224 PrecompiledHeaderThrough="" 1225 /> 1226 </FileConfiguration> 830 1227 </File> 831 1228 <File … … 904 1301 /> 905 1302 </FileConfiguration> 1303 <FileConfiguration 1304 Name="Debug|Itanium" 1305 > 1306 <Tool 1307 Name="VCCLCompilerTool" 1308 UsePrecompiledHeader="0" 1309 PrecompiledHeaderThrough="" 1310 /> 1311 </FileConfiguration> 1312 <FileConfiguration 1313 Name="Release|Itanium" 1314 > 1315 <Tool 1316 Name="VCCLCompilerTool" 1317 UsePrecompiledHeader="0" 1318 PrecompiledHeaderThrough="" 1319 /> 1320 </FileConfiguration> 1321 <FileConfiguration 1322 Name="Distribution|Itanium" 1323 > 1324 <Tool 1325 Name="VCCLCompilerTool" 1326 UsePrecompiledHeader="0" 1327 PrecompiledHeaderThrough="" 1328 /> 1329 </FileConfiguration> 1330 <FileConfiguration 1331 Name="Nightly|Itanium" 1332 > 1333 <Tool 1334 Name="VCCLCompilerTool" 1335 UsePrecompiledHeader="0" 1336 PrecompiledHeaderThrough="" 1337 /> 1338 </FileConfiguration> 906 1339 </File> 907 1340 <File … … 980 1413 /> 981 1414 </FileConfiguration> 1415 <FileConfiguration 1416 Name="Debug|Itanium" 1417 > 1418 <Tool 1419 Name="VCCLCompilerTool" 1420 UsePrecompiledHeader="0" 1421 PrecompiledHeaderThrough="" 1422 /> 1423 </FileConfiguration> 1424 <FileConfiguration 1425 Name="Release|Itanium" 1426 > 1427 <Tool 1428 Name="VCCLCompilerTool" 1429 UsePrecompiledHeader="0" 1430 PrecompiledHeaderThrough="" 1431 /> 1432 </FileConfiguration> 1433 <FileConfiguration 1434 Name="Distribution|Itanium" 1435 > 1436 <Tool 1437 Name="VCCLCompilerTool" 1438 UsePrecompiledHeader="0" 1439 PrecompiledHeaderThrough="" 1440 /> 1441 </FileConfiguration> 1442 <FileConfiguration 1443 Name="Nightly|Itanium" 1444 > 1445 <Tool 1446 Name="VCCLCompilerTool" 1447 UsePrecompiledHeader="0" 1448 PrecompiledHeaderThrough="" 1449 /> 1450 </FileConfiguration> 982 1451 </File> 983 1452 <File … … 1056 1525 /> 1057 1526 </FileConfiguration> 1527 <FileConfiguration 1528 Name="Debug|Itanium" 1529 > 1530 <Tool 1531 Name="VCCLCompilerTool" 1532 UsePrecompiledHeader="1" 1533 /> 1534 </FileConfiguration> 1535 <FileConfiguration 1536 Name="Release|Itanium" 1537 > 1538 <Tool 1539 Name="VCCLCompilerTool" 1540 UsePrecompiledHeader="1" 1541 /> 1542 </FileConfiguration> 1543 <FileConfiguration 1544 Name="Distribution|Itanium" 1545 > 1546 <Tool 1547 Name="VCCLCompilerTool" 1548 UsePrecompiledHeader="1" 1549 /> 1550 </FileConfiguration> 1551 <FileConfiguration 1552 Name="Nightly|Itanium" 1553 > 1554 <Tool 1555 Name="VCCLCompilerTool" 1556 UsePrecompiledHeader="1" 1557 /> 1558 </FileConfiguration> 1058 1559 </File> 1059 1560 <File … … 1129 1630 <FileConfiguration 1130 1631 Name="Nightly|x64" 1632 > 1633 <Tool 1634 Name="VCCLCompilerTool" 1635 UsePrecompiledHeader="0" 1636 PrecompiledHeaderThrough="" 1637 /> 1638 </FileConfiguration> 1639 <FileConfiguration 1640 Name="Debug|Itanium" 1641 > 1642 <Tool 1643 Name="VCCLCompilerTool" 1644 UsePrecompiledHeader="0" 1645 PrecompiledHeaderThrough="" 1646 /> 1647 </FileConfiguration> 1648 <FileConfiguration 1649 Name="Release|Itanium" 1650 > 1651 <Tool 1652 Name="VCCLCompilerTool" 1653 UsePrecompiledHeader="0" 1654 PrecompiledHeaderThrough="" 1655 /> 1656 </FileConfiguration> 1657 <FileConfiguration 1658 Name="Distribution|Itanium" 1659 > 1660 <Tool 1661 Name="VCCLCompilerTool" 1662 UsePrecompiledHeader="0" 1663 PrecompiledHeaderThrough="" 1664 /> 1665 </FileConfiguration> 1666 <FileConfiguration 1667 Name="Nightly|Itanium" 1131 1668 > 1132 1669 <Tool -
modules/CheckWMI/CheckWMI.cpp
r3ece2bd receb8c7 243 243 return -1; 244 244 } 245 std::vector< int> widths;245 std::vector<std::string::size_type> widths; 246 246 for (WMIQuery::result_type::const_iterator citRow = rows.begin(); citRow != rows.end(); ++citRow) { 247 247 const WMIQuery::wmi_row vals = *citRow; … … 264 264 std::string row1 = "|"; 265 265 for (WMIQuery::wmi_row::list_type::const_iterator citCol = vals.results.begin(); citCol != vals.results.end(); ++citCol, i++) { 266 intw = widths[i]-(*citCol).first.length();266 std::string::size_type w = widths[i]-(*citCol).first.length(); 267 267 if (w<0) w=0; 268 268 row1 += std::string(w, ' ') + (*citCol).first + " |"; … … 277 277 std::string row = "|"; 278 278 for (WMIQuery::wmi_row::list_type::const_iterator citCol = vals.results.begin(); citCol != vals.results.end(); ++citCol, i++) { 279 intw = widths[i]-(*citCol).second.string.length();279 std::string::size_type w = widths[i]-(*citCol).second.string.length(); 280 280 if (w<0) w=0; 281 281 row += std::string(w, ' ') + (*citCol).second.string + " |"; -
modules/CheckWMI/CheckWMI.vcproj
r22d2739 receb8c7 16 16 Name="x64" 17 17 /> 18 <Platform 19 Name="Itanium" 20 /> 18 21 </Platforms> 19 22 <ToolFiles> … … 668 671 /> 669 672 </Configuration> 673 <Configuration 674 Name="Debug|Itanium" 675 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 676 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 677 ConfigurationType="2" 678 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 679 CharacterSet="2" 680 > 681 <Tool 682 Name="VCPreBuildEventTool" 683 /> 684 <Tool 685 Name="VCCustomBuildTool" 686 /> 687 <Tool 688 Name="VCXMLDataGeneratorTool" 689 /> 690 <Tool 691 Name="VCWebServiceProxyGeneratorTool" 692 /> 693 <Tool 694 Name="VCMIDLTool" 695 TargetEnvironment="2" 696 /> 697 <Tool 698 Name="VCCLCompilerTool" 699 Optimization="0" 700 AdditionalIncludeDirectories="../include;../../include" 701 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 702 MinimalRebuild="true" 703 BasicRuntimeChecks="3" 704 RuntimeLibrary="3" 705 UsePrecompiledHeader="2" 706 WarningLevel="3" 707 Detect64BitPortabilityProblems="false" 708 DebugInformationFormat="3" 709 /> 710 <Tool 711 Name="VCManagedResourceCompilerTool" 712 /> 713 <Tool 714 Name="VCResourceCompilerTool" 715 /> 716 <Tool 717 Name="VCPreLinkEventTool" 718 /> 719 <Tool 720 Name="VCLinkerTool" 721 AdditionalDependencies="Wbemuuid.lib" 722 OutputFile="../../Debug/modules/$(ProjectName).dll" 723 LinkIncremental="2" 724 AdditionalLibraryDirectories="" 725 ModuleDefinitionFile="CheckWMI.def" 726 GenerateDebugInformation="true" 727 ProgramDatabaseFile="$(OutDir)/CheckWMI.pdb" 728 SubSystem="2" 729 RandomizedBaseAddress="1" 730 DataExecutionPrevention="0" 731 ImportLibrary="$(OutDir)/CheckWMI.lib" 732 TargetMachine="5" 733 /> 734 <Tool 735 Name="VCALinkTool" 736 /> 737 <Tool 738 Name="VCManifestTool" 739 /> 740 <Tool 741 Name="VCXDCMakeTool" 742 /> 743 <Tool 744 Name="VCBscMakeTool" 745 /> 746 <Tool 747 Name="VCFxCopTool" 748 /> 749 <Tool 750 Name="VCAppVerifierTool" 751 /> 752 <Tool 753 Name="VCPostBuildEventTool" 754 /> 755 </Configuration> 756 <Configuration 757 Name="Release|Itanium" 758 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 759 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 760 ConfigurationType="2" 761 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 762 CharacterSet="2" 763 > 764 <Tool 765 Name="VCPreBuildEventTool" 766 /> 767 <Tool 768 Name="VCCustomBuildTool" 769 /> 770 <Tool 771 Name="VCXMLDataGeneratorTool" 772 /> 773 <Tool 774 Name="VCWebServiceProxyGeneratorTool" 775 /> 776 <Tool 777 Name="VCMIDLTool" 778 TargetEnvironment="2" 779 /> 780 <Tool 781 Name="VCCLCompilerTool" 782 AdditionalIncludeDirectories="../include;../../include" 783 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 784 RuntimeLibrary="0" 785 UsePrecompiledHeader="2" 786 WarningLevel="3" 787 Detect64BitPortabilityProblems="false" 788 DebugInformationFormat="3" 789 /> 790 <Tool 791 Name="VCManagedResourceCompilerTool" 792 /> 793 <Tool 794 Name="VCResourceCompilerTool" 795 /> 796 <Tool 797 Name="VCPreLinkEventTool" 798 /> 799 <Tool 800 Name="VCLinkerTool" 801 AdditionalDependencies="Wbemuuid.lib" 802 OutputFile="../../Release/modules/$(ProjectName).dll" 803 LinkIncremental="1" 804 AdditionalLibraryDirectories="" 805 ModuleDefinitionFile="CheckWMI.def" 806 GenerateDebugInformation="false" 807 SubSystem="2" 808 OptimizeReferences="2" 809 EnableCOMDATFolding="2" 810 RandomizedBaseAddress="1" 811 DataExecutionPrevention="0" 812 ImportLibrary="$(OutDir)/CheckWMI.lib" 813 TargetMachine="5" 814 /> 815 <Tool 816 Name="VCALinkTool" 817 /> 818 <Tool 819 Name="VCManifestTool" 820 /> 821 <Tool 822 Name="VCXDCMakeTool" 823 /> 824 <Tool 825 Name="VCBscMakeTool" 826 /> 827 <Tool 828 Name="VCFxCopTool" 829 /> 830 <Tool 831 Name="VCAppVerifierTool" 832 /> 833 <Tool 834 Name="VCPostBuildEventTool" 835 /> 836 </Configuration> 837 <Configuration 838 Name="Distribution|Itanium" 839 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 840 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 841 ConfigurationType="2" 842 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 843 CharacterSet="2" 844 > 845 <Tool 846 Name="VCPreBuildEventTool" 847 /> 848 <Tool 849 Name="VCCustomBuildTool" 850 /> 851 <Tool 852 Name="VCXMLDataGeneratorTool" 853 /> 854 <Tool 855 Name="VCWebServiceProxyGeneratorTool" 856 /> 857 <Tool 858 Name="VCMIDLTool" 859 TargetEnvironment="2" 860 /> 861 <Tool 862 Name="VCCLCompilerTool" 863 AdditionalIncludeDirectories="../include;../../include" 864 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 865 RuntimeLibrary="0" 866 UsePrecompiledHeader="2" 867 WarningLevel="3" 868 Detect64BitPortabilityProblems="false" 869 DebugInformationFormat="3" 870 /> 871 <Tool 872 Name="VCManagedResourceCompilerTool" 873 /> 874 <Tool 875 Name="VCResourceCompilerTool" 876 /> 877 <Tool 878 Name="VCPreLinkEventTool" 879 /> 880 <Tool 881 Name="VCLinkerTool" 882 AdditionalDependencies="Wbemuuid.lib" 883 OutputFile="../../Dist/modules/$(ProjectName).dll" 884 LinkIncremental="1" 885 AdditionalLibraryDirectories="" 886 ModuleDefinitionFile="CheckWMI.def" 887 GenerateDebugInformation="false" 888 SubSystem="2" 889 OptimizeReferences="2" 890 EnableCOMDATFolding="2" 891 RandomizedBaseAddress="1" 892 DataExecutionPrevention="0" 893 ImportLibrary="$(OutDir)/CheckWMI.lib" 894 TargetMachine="5" 895 /> 896 <Tool 897 Name="VCALinkTool" 898 /> 899 <Tool 900 Name="VCManifestTool" 901 /> 902 <Tool 903 Name="VCXDCMakeTool" 904 /> 905 <Tool 906 Name="VCBscMakeTool" 907 /> 908 <Tool 909 Name="VCFxCopTool" 910 /> 911 <Tool 912 Name="VCAppVerifierTool" 913 /> 914 <Tool 915 Name="VCPostBuildEventTool" 916 /> 917 </Configuration> 918 <Configuration 919 Name="Nightly|Itanium" 920 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 921 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 922 ConfigurationType="2" 923 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 924 CharacterSet="2" 925 > 926 <Tool 927 Name="VCPreBuildEventTool" 928 /> 929 <Tool 930 Name="VCCustomBuildTool" 931 /> 932 <Tool 933 Name="VCXMLDataGeneratorTool" 934 /> 935 <Tool 936 Name="VCWebServiceProxyGeneratorTool" 937 /> 938 <Tool 939 Name="VCMIDLTool" 940 TargetEnvironment="2" 941 /> 942 <Tool 943 Name="VCCLCompilerTool" 944 AdditionalIncludeDirectories="../include;../../include" 945 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 946 RuntimeLibrary="0" 947 UsePrecompiledHeader="2" 948 WarningLevel="3" 949 Detect64BitPortabilityProblems="false" 950 DebugInformationFormat="3" 951 /> 952 <Tool 953 Name="VCManagedResourceCompilerTool" 954 /> 955 <Tool 956 Name="VCResourceCompilerTool" 957 /> 958 <Tool 959 Name="VCPreLinkEventTool" 960 /> 961 <Tool 962 Name="VCLinkerTool" 963 AdditionalDependencies="Wbemuuid.lib" 964 OutputFile="../../Dist/modules/$(ProjectName).dll" 965 LinkIncremental="1" 966 AdditionalLibraryDirectories="" 967 ModuleDefinitionFile="CheckWMI.def" 968 GenerateDebugInformation="true" 969 SubSystem="2" 970 OptimizeReferences="2" 971 EnableCOMDATFolding="2" 972 RandomizedBaseAddress="1" 973 DataExecutionPrevention="0" 974 ImportLibrary="$(OutDir)/CheckWMI.lib" 975 TargetMachine="5" 976 /> 977 <Tool 978 Name="VCALinkTool" 979 /> 980 <Tool 981 Name="VCManifestTool" 982 /> 983 <Tool 984 Name="VCXDCMakeTool" 985 /> 986 <Tool 987 Name="VCBscMakeTool" 988 /> 989 <Tool 990 Name="VCFxCopTool" 991 /> 992 <Tool 993 Name="VCAppVerifierTool" 994 /> 995 <Tool 996 Name="VCPostBuildEventTool" 997 /> 998 </Configuration> 670 999 </Configurations> 671 1000 <References> … … 752 1081 /> 753 1082 </FileConfiguration> 1083 <FileConfiguration 1084 Name="Debug|Itanium" 1085 > 1086 <Tool 1087 Name="VCCLCompilerTool" 1088 UsePrecompiledHeader="0" 1089 PrecompiledHeaderThrough="" 1090 /> 1091 </FileConfiguration> 1092 <FileConfiguration 1093 Name="Release|Itanium" 1094 > 1095 <Tool 1096 Name="VCCLCompilerTool" 1097 UsePrecompiledHeader="0" 1098 PrecompiledHeaderThrough="" 1099 /> 1100 </FileConfiguration> 1101 <FileConfiguration 1102 Name="Distribution|Itanium" 1103 > 1104 <Tool 1105 Name="VCCLCompilerTool" 1106 UsePrecompiledHeader="0" 1107 PrecompiledHeaderThrough="" 1108 /> 1109 </FileConfiguration> 1110 <FileConfiguration 1111 Name="Nightly|Itanium" 1112 > 1113 <Tool 1114 Name="VCCLCompilerTool" 1115 UsePrecompiledHeader="0" 1116 PrecompiledHeaderThrough="" 1117 /> 1118 </FileConfiguration> 754 1119 </File> 755 1120 <File … … 836 1201 /> 837 1202 </FileConfiguration> 1203 <FileConfiguration 1204 Name="Debug|Itanium" 1205 > 1206 <Tool 1207 Name="VCCLCompilerTool" 1208 UsePrecompiledHeader="0" 1209 PrecompiledHeaderThrough="" 1210 /> 1211 </FileConfiguration> 1212 <FileConfiguration 1213 Name="Release|Itanium" 1214 > 1215 <Tool 1216 Name="VCCLCompilerTool" 1217 UsePrecompiledHeader="0" 1218 PrecompiledHeaderThrough="" 1219 /> 1220 </FileConfiguration> 1221 <FileConfiguration 1222 Name="Distribution|Itanium" 1223 > 1224 <Tool 1225 Name="VCCLCompilerTool" 1226 UsePrecompiledHeader="0" 1227 PrecompiledHeaderThrough="" 1228 /> 1229 </FileConfiguration> 1230 <FileConfiguration 1231 Name="Nightly|Itanium" 1232 > 1233 <Tool 1234 Name="VCCLCompilerTool" 1235 UsePrecompiledHeader="0" 1236 PrecompiledHeaderThrough="" 1237 /> 1238 </FileConfiguration> 838 1239 </File> 839 1240 <File … … 904 1305 /> 905 1306 </FileConfiguration> 1307 <FileConfiguration 1308 Name="Debug|Itanium" 1309 > 1310 <Tool 1311 Name="VCCLCompilerTool" 1312 UsePrecompiledHeader="1" 1313 /> 1314 </FileConfiguration> 1315 <FileConfiguration 1316 Name="Release|Itanium" 1317 > 1318 <Tool 1319 Name="VCCLCompilerTool" 1320 UsePrecompiledHeader="1" 1321 /> 1322 </FileConfiguration> 1323 <FileConfiguration 1324 Name="Distribution|Itanium" 1325 > 1326 <Tool 1327 Name="VCCLCompilerTool" 1328 UsePrecompiledHeader="1" 1329 /> 1330 </FileConfiguration> 1331 <FileConfiguration 1332 Name="Nightly|Itanium" 1333 > 1334 <Tool 1335 Name="VCCLCompilerTool" 1336 UsePrecompiledHeader="1" 1337 /> 1338 </FileConfiguration> 906 1339 </File> 907 1340 <File … … 973 1406 <FileConfiguration 974 1407 Name="Nightly|x64" 1408 > 1409 <Tool 1410 Name="VCCLCompilerTool" 1411 UsePrecompiledHeader="0" 1412 PrecompiledHeaderThrough="" 1413 /> 1414 </FileConfiguration> 1415 <FileConfiguration 1416 Name="Debug|Itanium" 1417 > 1418 <Tool 1419 Name="VCCLCompilerTool" 1420 UsePrecompiledHeader="0" 1421 PrecompiledHeaderThrough="" 1422 /> 1423 </FileConfiguration> 1424 <FileConfiguration 1425 Name="Release|Itanium" 1426 > 1427 <Tool 1428 Name="VCCLCompilerTool" 1429 UsePrecompiledHeader="0" 1430 PrecompiledHeaderThrough="" 1431 /> 1432 </FileConfiguration> 1433 <FileConfiguration 1434 Name="Distribution|Itanium" 1435 > 1436 <Tool 1437 Name="VCCLCompilerTool" 1438 UsePrecompiledHeader="0" 1439 PrecompiledHeaderThrough="" 1440 /> 1441 </FileConfiguration> 1442 <FileConfiguration 1443 Name="Nightly|Itanium" 975 1444 > 976 1445 <Tool -
modules/FileLogger/FileLogger.vcproj
r0bc9fdd receb8c7 16 16 Name="x64" 17 17 /> 18 <Platform 19 Name="Itanium" 20 /> 18 21 </Platforms> 19 22 <ToolFiles> … … 652 655 /> 653 656 </Configuration> 657 <Configuration 658 Name="Release|Itanium" 659 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 660 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 661 ConfigurationType="2" 662 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 663 CharacterSet="2" 664 > 665 <Tool 666 Name="VCPreBuildEventTool" 667 /> 668 <Tool 669 Name="VCCustomBuildTool" 670 /> 671 <Tool 672 Name="VCXMLDataGeneratorTool" 673 /> 674 <Tool 675 Name="VCWebServiceProxyGeneratorTool" 676 /> 677 <Tool 678 Name="VCMIDLTool" 679 TargetEnvironment="2" 680 /> 681 <Tool 682 Name="VCCLCompilerTool" 683 AdditionalIncludeDirectories="../include;../../include" 684 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 685 RuntimeLibrary="0" 686 UsePrecompiledHeader="2" 687 WarningLevel="3" 688 Detect64BitPortabilityProblems="false" 689 DebugInformationFormat="3" 690 /> 691 <Tool 692 Name="VCManagedResourceCompilerTool" 693 /> 694 <Tool 695 Name="VCResourceCompilerTool" 696 /> 697 <Tool 698 Name="VCPreLinkEventTool" 699 /> 700 <Tool 701 Name="VCLinkerTool" 702 OutputFile="../../Release/modules/$(ProjectName).dll" 703 LinkIncremental="1" 704 ModuleDefinitionFile="FileLogger.def" 705 GenerateDebugInformation="false" 706 SubSystem="2" 707 OptimizeReferences="2" 708 EnableCOMDATFolding="2" 709 RandomizedBaseAddress="1" 710 DataExecutionPrevention="0" 711 ImportLibrary="$(OutDir)/FileLogger.lib" 712 TargetMachine="5" 713 /> 714 <Tool 715 Name="VCALinkTool" 716 /> 717 <Tool 718 Name="VCManifestTool" 719 /> 720 <Tool 721 Name="VCXDCMakeTool" 722 /> 723 <Tool 724 Name="VCBscMakeTool" 725 /> 726 <Tool 727 Name="VCFxCopTool" 728 /> 729 <Tool 730 Name="VCAppVerifierTool" 731 /> 732 <Tool 733 Name="VCPostBuildEventTool" 734 /> 735 </Configuration> 736 <Configuration 737 Name="Debug|Itanium" 738 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 739 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 740 ConfigurationType="2" 741 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 742 CharacterSet="2" 743 > 744 <Tool 745 Name="VCPreBuildEventTool" 746 /> 747 <Tool 748 Name="VCCustomBuildTool" 749 /> 750 <Tool 751 Name="VCXMLDataGeneratorTool" 752 /> 753 <Tool 754 Name="VCWebServiceProxyGeneratorTool" 755 /> 756 <Tool 757 Name="VCMIDLTool" 758 TargetEnvironment="2" 759 /> 760 <Tool 761 Name="VCCLCompilerTool" 762 Optimization="0" 763 AdditionalIncludeDirectories="../include;../../include" 764 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 765 MinimalRebuild="true" 766 BasicRuntimeChecks="3" 767 RuntimeLibrary="3" 768 UsePrecompiledHeader="2" 769 WarningLevel="3" 770 Detect64BitPortabilityProblems="false" 771 DebugInformationFormat="3" 772 /> 773 <Tool 774 Name="VCManagedResourceCompilerTool" 775 /> 776 <Tool 777 Name="VCResourceCompilerTool" 778 /> 779 <Tool 780 Name="VCPreLinkEventTool" 781 /> 782 <Tool 783 Name="VCLinkerTool" 784 OutputFile="../../Debug/modules/$(ProjectName).dll" 785 LinkIncremental="2" 786 ModuleDefinitionFile="FileLogger.def" 787 GenerateDebugInformation="true" 788 ProgramDatabaseFile="$(OutDir)/FileLogger.pdb" 789 SubSystem="2" 790 RandomizedBaseAddress="1" 791 DataExecutionPrevention="0" 792 ImportLibrary="$(OutDir)/FileLogger.lib" 793 TargetMachine="5" 794 /> 795 <Tool 796 Name="VCALinkTool" 797 /> 798 <Tool 799 Name="VCManifestTool" 800 /> 801 <Tool 802 Name="VCXDCMakeTool" 803 /> 804 <Tool 805 Name="VCBscMakeTool" 806 /> 807 <Tool 808 Name="VCFxCopTool" 809 /> 810 <Tool 811 Name="VCAppVerifierTool" 812 /> 813 <Tool 814 Name="VCPostBuildEventTool" 815 /> 816 </Configuration> 817 <Configuration 818 Name="Distribution|Itanium" 819 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 820 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 821 ConfigurationType="2" 822 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 823 CharacterSet="2" 824 > 825 <Tool 826 Name="VCPreBuildEventTool" 827 /> 828 <Tool 829 Name="VCCustomBuildTool" 830 /> 831 <Tool 832 Name="VCXMLDataGeneratorTool" 833 /> 834 <Tool 835 Name="VCWebServiceProxyGeneratorTool" 836 /> 837 <Tool 838 Name="VCMIDLTool" 839 TargetEnvironment="2" 840 /> 841 <Tool 842 Name="VCCLCompilerTool" 843 AdditionalIncludeDirectories="../include;../../include" 844 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 845 RuntimeLibrary="0" 846 UsePrecompiledHeader="2" 847 WarningLevel="3" 848 Detect64BitPortabilityProblems="false" 849 DebugInformationFormat="3" 850 /> 851 <Tool 852 Name="VCManagedResourceCompilerTool" 853 /> 854 <Tool 855 Name="VCResourceCompilerTool" 856 /> 857 <Tool 858 Name="VCPreLinkEventTool" 859 /> 860 <Tool 861 Name="VCLinkerTool" 862 OutputFile="../../Dist/modules/$(ProjectName).dll" 863 LinkIncremental="1" 864 ModuleDefinitionFile="FileLogger.def" 865 GenerateDebugInformation="false" 866 SubSystem="2" 867 OptimizeReferences="2" 868 EnableCOMDATFolding="2" 869 RandomizedBaseAddress="1" 870 DataExecutionPrevention="0" 871 ImportLibrary="$(OutDir)/FileLogger.lib" 872 TargetMachine="5" 873 /> 874 <Tool 875 Name="VCALinkTool" 876 /> 877 <Tool 878 Name="VCManifestTool" 879 /> 880 <Tool 881 Name="VCXDCMakeTool" 882 /> 883 <Tool 884 Name="VCBscMakeTool" 885 /> 886 <Tool 887 Name="VCFxCopTool" 888 /> 889 <Tool 890 Name="VCAppVerifierTool" 891 /> 892 <Tool 893 Name="VCPostBuildEventTool" 894 /> 895 </Configuration> 896 <Configuration 897 Name="Nightly|Itanium" 898 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 899 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 900 ConfigurationType="2" 901 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 902 CharacterSet="2" 903 > 904 <Tool 905 Name="VCPreBuildEventTool" 906 /> 907 <Tool 908 Name="VCCustomBuildTool" 909 /> 910 <Tool 911 Name="VCXMLDataGeneratorTool" 912 /> 913 <Tool 914 Name="VCWebServiceProxyGeneratorTool" 915 /> 916 <Tool 917 Name="VCMIDLTool" 918 TargetEnvironment="2" 919 /> 920 <Tool 921 Name="VCCLCompilerTool" 922 AdditionalIncludeDirectories="../include;../../include" 923 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 924 RuntimeLibrary="0" 925 UsePrecompiledHeader="2" 926 WarningLevel="3" 927 Detect64BitPortabilityProblems="false" 928 DebugInformationFormat="3" 929 /> 930 <Tool 931 Name="VCManagedResourceCompilerTool" 932 /> 933 <Tool 934 Name="VCResourceCompilerTool" 935 /> 936 <Tool 937 Name="VCPreLinkEventTool" 938 /> 939 <Tool 940 Name="VCLinkerTool" 941 OutputFile="../../Dist/modules/$(ProjectName).dll" 942 LinkIncremental="1" 943 ModuleDefinitionFile="FileLogger.def" 944 GenerateDebugInformation="true" 945 SubSystem="2" 946 OptimizeReferences="2" 947 EnableCOMDATFolding="2" 948 RandomizedBaseAddress="1" 949 DataExecutionPrevention="0" 950 ImportLibrary="$(OutDir)/FileLogger.lib" 951 TargetMachine="5" 952 /> 953 <Tool 954 Name="VCALinkTool" 955 /> 956 <Tool 957 Name="VCManifestTool" 958 /> 959 <Tool 960 Name="VCXDCMakeTool" 961 /> 962 <Tool 963 Name="VCBscMakeTool" 964 /> 965 <Tool 966 Name="VCFxCopTool" 967 /> 968 <Tool 969 Name="VCAppVerifierTool" 970 /> 971 <Tool 972 Name="VCPostBuildEventTool" 973 /> 974 </Configuration> 654 975 </Configurations> 655 976 <References> … … 728 1049 /> 729 1050 </FileConfiguration> 1051 <FileConfiguration 1052 Name="Release|Itanium" 1053 > 1054 <Tool 1055 Name="VCCLCompilerTool" 1056 UsePrecompiledHeader="0" 1057 /> 1058 </FileConfiguration> 1059 <FileConfiguration 1060 Name="Debug|Itanium" 1061 > 1062 <Tool 1063 Name="VCCLCompilerTool" 1064 UsePrecompiledHeader="0" 1065 /> 1066 </FileConfiguration> 1067 <FileConfiguration 1068 Name="Distribution|Itanium" 1069 > 1070 <Tool 1071 Name="VCCLCompilerTool" 1072 UsePrecompiledHeader="0" 1073 /> 1074 </FileConfiguration> 1075 <FileConfiguration 1076 Name="Nightly|Itanium" 1077 > 1078 <Tool 1079 Name="VCCLCompilerTool" 1080 UsePrecompiledHeader="0" 1081 /> 1082 </FileConfiguration> 730 1083 </File> 731 1084 <File … … 800 1153 /> 801 1154 </FileConfiguration> 1155 <FileConfiguration 1156 Name="Release|Itanium" 1157 > 1158 <Tool 1159 Name="VCCLCompilerTool" 1160 UsePrecompiledHeader="0" 1161 /> 1162 </FileConfiguration> 1163 <FileConfiguration 1164 Name="Debug|Itanium" 1165 > 1166 <Tool 1167 Name="VCCLCompilerTool" 1168 UsePrecompiledHeader="0" 1169 /> 1170 </FileConfiguration> 1171 <FileConfiguration 1172 Name="Distribution|Itanium" 1173 > 1174 <Tool 1175 Name="VCCLCompilerTool" 1176 UsePrecompiledHeader="0" 1177 /> 1178 </FileConfiguration> 1179 <FileConfiguration 1180 Name="Nightly|Itanium" 1181 > 1182 <Tool 1183 Name="VCCLCompilerTool" 1184 UsePrecompiledHeader="0" 1185 /> 1186 </FileConfiguration> 802 1187 </File> 803 1188 <File … … 862 1247 <FileConfiguration 863 1248 Name="Nightly|x64" 1249 > 1250 <Tool 1251 Name="VCCLCompilerTool" 1252 UsePrecompiledHeader="1" 1253 /> 1254 </FileConfiguration> 1255 <FileConfiguration 1256 Name="Release|Itanium" 1257 > 1258 <Tool 1259 Name="VCCLCompilerTool" 1260 UsePrecompiledHeader="1" 1261 /> 1262 </FileConfiguration> 1263 <FileConfiguration 1264 Name="Debug|Itanium" 1265 > 1266 <Tool 1267 Name="VCCLCompilerTool" 1268 UsePrecompiledHeader="1" 1269 /> 1270 </FileConfiguration> 1271 <FileConfiguration 1272 Name="Distribution|Itanium" 1273 > 1274 <Tool 1275 Name="VCCLCompilerTool" 1276 UsePrecompiledHeader="1" 1277 /> 1278 </FileConfiguration> 1279 <FileConfiguration 1280 Name="Nightly|Itanium" 864 1281 > 865 1282 <Tool -
modules/NRPEListener/NRPEListener.cpp
ra6aaf0a receb8c7 25 25 #include <config.h> 26 26 #include "NRPEPacket.h" 27 #include <msvc_wrappers.h> 27 28 28 29 NRPEListener gNRPEListener; … … 271 272 // CreateProcess doesn't work with a const command 272 273 char *cmd = new char[command.length()+1]; 273 strncpy (cmd, command.c_str(), command.length());274 strncpy_s(cmd, command.length()+1, command.c_str(), command.length()); 274 275 cmd[command.length()] = 0; 275 276 -
modules/NRPEListener/NRPEListener.vcproj
rb749b8d receb8c7 16 16 Name="x64" 17 17 /> 18 <Platform 19 Name="Itanium" 20 /> 18 21 </Platforms> 19 22 <ToolFiles> … … 665 668 /> 666 669 </Configuration> 670 <Configuration 671 Name="Debug|Itanium" 672 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 673 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 674 ConfigurationType="2" 675 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 676 CharacterSet="2" 677 > 678 <Tool 679 Name="VCPreBuildEventTool" 680 /> 681 <Tool 682 Name="VCCustomBuildTool" 683 /> 684 <Tool 685 Name="VCXMLDataGeneratorTool" 686 /> 687 <Tool 688 Name="VCWebServiceProxyGeneratorTool" 689 /> 690 <Tool 691 Name="VCMIDLTool" 692 TargetEnvironment="2" 693 /> 694 <Tool 695 Name="VCCLCompilerTool" 696 Optimization="0" 697 AdditionalIncludeDirectories="../include;../../include" 698 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 699 MinimalRebuild="true" 700 BasicRuntimeChecks="3" 701 RuntimeLibrary="1" 702 UsePrecompiledHeader="2" 703 WarningLevel="3" 704 Detect64BitPortabilityProblems="false" 705 DebugInformationFormat="3" 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="../../Debug/modules/$(ProjectName).dll" 720 LinkIncremental="2" 721 AdditionalLibraryDirectories="" 722 IgnoreDefaultLibraryNames="MSVCRT" 723 ModuleDefinitionFile="NRPEListener.def" 724 GenerateDebugInformation="true" 725 ProgramDatabaseFile="$(OutDir)/NRPEListener.pdb" 726 SubSystem="2" 727 RandomizedBaseAddress="1" 728 DataExecutionPrevention="0" 729 ImportLibrary="$(OutDir)/NRPEListener.lib" 730 TargetMachine="5" 731 /> 732 <Tool 733 Name="VCALinkTool" 734 /> 735 <Tool 736 Name="VCManifestTool" 737 /> 738 <Tool 739 Name="VCXDCMakeTool" 740 /> 741 <Tool 742 Name="VCBscMakeTool" 743 /> 744 <Tool 745 Name="VCFxCopTool" 746 /> 747 <Tool 748 Name="VCAppVerifierTool" 749 /> 750 <Tool 751 Name="VCPostBuildEventTool" 752 /> 753 </Configuration> 754 <Configuration 755 Name="Release|Itanium" 756 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 757 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 758 ConfigurationType="2" 759 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 760 CharacterSet="2" 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="2" 777 /> 778 <Tool 779 Name="VCCLCompilerTool" 780 AdditionalIncludeDirectories="../include;../../include" 781 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 782 RuntimeLibrary="0" 783 UsePrecompiledHeader="2" 784 WarningLevel="3" 785 Detect64BitPortabilityProblems="false" 786 DebugInformationFormat="3" 787 /> 788 <Tool 789 Name="VCManagedResourceCompilerTool" 790 /> 791 <Tool 792 Name="VCResourceCompilerTool" 793 /> 794 <Tool 795 Name="VCPreLinkEventTool" 796 /> 797 <Tool 798 Name="VCLinkerTool" 799 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 800 OutputFile="../../Release/modules/$(ProjectName).dll" 801 LinkIncremental="1" 802 AdditionalLibraryDirectories="" 803 ModuleDefinitionFile="NRPEListener.def" 804 GenerateDebugInformation="false" 805 SubSystem="2" 806 OptimizeReferences="2" 807 EnableCOMDATFolding="2" 808 RandomizedBaseAddress="1" 809 DataExecutionPrevention="0" 810 ImportLibrary="$(OutDir)/NRPEListener.lib" 811 TargetMachine="5" 812 /> 813 <Tool 814 Name="VCALinkTool" 815 /> 816 <Tool 817 Name="VCManifestTool" 818 /> 819 <Tool 820 Name="VCXDCMakeTool" 821 /> 822 <Tool 823 Name="VCBscMakeTool" 824 /> 825 <Tool 826 Name="VCFxCopTool" 827 /> 828 <Tool 829 Name="VCAppVerifierTool" 830 /> 831 <Tool 832 Name="VCPostBuildEventTool" 833 /> 834 </Configuration> 835 <Configuration 836 Name="Distribution|Itanium" 837 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 838 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 839 ConfigurationType="2" 840 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 841 CharacterSet="2" 842 > 843 <Tool 844 Name="VCPreBuildEventTool" 845 /> 846 <Tool 847 Name="VCCustomBuildTool" 848 /> 849 <Tool 850 Name="VCXMLDataGeneratorTool" 851 /> 852 <Tool 853 Name="VCWebServiceProxyGeneratorTool" 854 /> 855 <Tool 856 Name="VCMIDLTool" 857 TargetEnvironment="2" 858 /> 859 <Tool 860 Name="VCCLCompilerTool" 861 AdditionalIncludeDirectories="../include;../../include" 862 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 863 RuntimeLibrary="0" 864 UsePrecompiledHeader="2" 865 WarningLevel="3" 866 Detect64BitPortabilityProblems="false" 867 DebugInformationFormat="3" 868 /> 869 <Tool 870 Name="VCManagedResourceCompilerTool" 871 /> 872 <Tool 873 Name="VCResourceCompilerTool" 874 /> 875 <Tool 876 Name="VCPreLinkEventTool" 877 /> 878 <Tool 879 Name="VCLinkerTool" 880 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 881 OutputFile="../../Dist/modules/$(ProjectName).dll" 882 LinkIncremental="1" 883 ModuleDefinitionFile="NRPEListener.def" 884 GenerateDebugInformation="false" 885 SubSystem="2" 886 OptimizeReferences="2" 887 EnableCOMDATFolding="2" 888 RandomizedBaseAddress="1" 889 DataExecutionPrevention="0" 890 ImportLibrary="$(OutDir)/NRPEListener.lib" 891 TargetMachine="5" 892 /> 893 <Tool 894 Name="VCALinkTool" 895 /> 896 <Tool 897 Name="VCManifestTool" 898 /> 899 <Tool 900 Name="VCXDCMakeTool" 901 /> 902 <Tool 903 Name="VCBscMakeTool" 904 /> 905 <Tool 906 Name="VCFxCopTool" 907 /> 908 <Tool 909 Name="VCAppVerifierTool" 910 /> 911 <Tool 912 Name="VCPostBuildEventTool" 913 /> 914 </Configuration> 915 <Configuration 916 Name="Nightly|Itanium" 917 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 918 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 919 ConfigurationType="2" 920 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 921 CharacterSet="2" 922 > 923 <Tool 924 Name="VCPreBuildEventTool" 925 /> 926 <Tool 927 Name="VCCustomBuildTool" 928 /> 929 <Tool 930 Name="VCXMLDataGeneratorTool" 931 /> 932 <Tool 933 Name="VCWebServiceProxyGeneratorTool" 934 /> 935 <Tool 936 Name="VCMIDLTool" 937 TargetEnvironment="2" 938 /> 939 <Tool 940 Name="VCCLCompilerTool" 941 AdditionalIncludeDirectories="../include;../../include" 942 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 943 RuntimeLibrary="2" 944 UsePrecompiledHeader="2" 945 WarningLevel="3" 946 Detect64BitPortabilityProblems="false" 947 DebugInformationFormat="3" 948 /> 949 <Tool 950 Name="VCManagedResourceCompilerTool" 951 /> 952 <Tool 953 Name="VCResourceCompilerTool" 954 /> 955 <Tool 956 Name="VCPreLinkEventTool" 957 /> 958 <Tool 959 Name="VCLinkerTool" 960 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 961 OutputFile="../../Dist/modules/$(ProjectName).dll" 962 LinkIncremental="1" 963 ModuleDefinitionFile="NRPEListener.def" 964 GenerateDebugInformation="true" 965 SubSystem="2" 966 OptimizeReferences="2" 967 EnableCOMDATFolding="2" 968 RandomizedBaseAddress="1" 969 DataExecutionPrevention="0" 970 ImportLibrary="$(OutDir)/NRPEListener.lib" 971 TargetMachine="5" 972 /> 973 <Tool 974 Name="VCALinkTool" 975 /> 976 <Tool 977 Name="VCManifestTool" 978 /> 979 <Tool 980 Name="VCXDCMakeTool" 981 /> 982 <Tool 983 Name="VCBscMakeTool" 984 /> 985 <Tool 986 Name="VCFxCopTool" 987 /> 988 <Tool 989 Name="VCAppVerifierTool" 990 /> 991 <Tool 992 Name="VCPostBuildEventTool" 993 /> 994 </Configuration> 667 995 </Configurations> 668 996 <References> … … 749 1077 /> 750 1078 </FileConfiguration> 1079 <FileConfiguration 1080 Name="Debug|Itanium" 1081 > 1082 <Tool 1083 Name="VCCLCompilerTool" 1084 UsePrecompiledHeader="0" 1085 PrecompiledHeaderThrough="" 1086 /> 1087 </FileConfiguration> 1088 <FileConfiguration 1089 Name="Release|Itanium" 1090 > 1091 <Tool 1092 Name="VCCLCompilerTool" 1093 UsePrecompiledHeader="0" 1094 PrecompiledHeaderThrough="" 1095 /> 1096 </FileConfiguration> 1097 <FileConfiguration 1098 Name="Distribution|Itanium" 1099 > 1100 <Tool 1101 Name="VCCLCompilerTool" 1102 UsePrecompiledHeader="0" 1103 PrecompiledHeaderThrough="" 1104 /> 1105 </FileConfiguration> 1106 <FileConfiguration 1107 Name="Nightly|Itanium" 1108 > 1109 <Tool 1110 Name="VCCLCompilerTool" 1111 UsePrecompiledHeader="0" 1112 PrecompiledHeaderThrough="" 1113 /> 1114 </FileConfiguration> 751 1115 </File> 752 1116 <File … … 837 1201 /> 838 1202 </FileConfiguration> 1203 <FileConfiguration 1204 Name="Debug|Itanium" 1205 > 1206 <Tool 1207 Name="VCCLCompilerTool" 1208 UsePrecompiledHeader="0" 1209 PrecompiledHeaderThrough="" 1210 /> 1211 </FileConfiguration> 1212 <FileConfiguration 1213 Name="Release|Itanium" 1214 > 1215 <Tool 1216 Name="VCCLCompilerTool" 1217 UsePrecompiledHeader="0" 1218 PrecompiledHeaderThrough="" 1219 /> 1220 </FileConfiguration> 1221 <FileConfiguration 1222 Name="Distribution|Itanium" 1223 > 1224 <Tool 1225 Name="VCCLCompilerTool" 1226 UsePrecompiledHeader="0" 1227 PrecompiledHeaderThrough="" 1228 /> 1229 </FileConfiguration> 1230 <FileConfiguration 1231 Name="Nightly|Itanium" 1232 > 1233 <Tool 1234 Name="VCCLCompilerTool" 1235 UsePrecompiledHeader="0" 1236 PrecompiledHeaderThrough="" 1237 /> 1238 </FileConfiguration> 839 1239 </File> 840 1240 <File … … 913 1313 /> 914 1314 </FileConfiguration> 1315 <FileConfiguration 1316 Name="Debug|Itanium" 1317 > 1318 <Tool 1319 Name="VCCLCompilerTool" 1320 UsePrecompiledHeader="0" 1321 PrecompiledHeaderThrough="" 1322 /> 1323 </FileConfiguration> 1324 <FileConfiguration 1325 Name="Release|Itanium" 1326 > 1327 <Tool 1328 Name="VCCLCompilerTool" 1329 UsePrecompiledHeader="0" 1330 PrecompiledHeaderThrough="" 1331 /> 1332 </FileConfiguration> 1333 <FileConfiguration 1334 Name="Distribution|Itanium" 1335 > 1336 <Tool 1337 Name="VCCLCompilerTool" 1338 UsePrecompiledHeader="0" 1339 PrecompiledHeaderThrough="" 1340 /> 1341 </FileConfiguration> 1342 <FileConfiguration 1343 Name="Nightly|Itanium" 1344 > 1345 <Tool 1346 Name="VCCLCompilerTool" 1347 UsePrecompiledHeader="0" 1348 PrecompiledHeaderThrough="" 1349 /> 1350 </FileConfiguration> 915 1351 </File> 916 1352 <File … … 989 1425 /> 990 1426 </FileConfiguration> 1427 <FileConfiguration 1428 Name="Debug|Itanium" 1429 > 1430 <Tool 1431 Name="VCCLCompilerTool" 1432 UsePrecompiledHeader="0" 1433 PrecompiledHeaderThrough="" 1434 /> 1435 </FileConfiguration> 1436 <FileConfiguration 1437 Name="Release|Itanium" 1438 > 1439 <Tool 1440 Name="VCCLCompilerTool" 1441 UsePrecompiledHeader="0" 1442 PrecompiledHeaderThrough="" 1443 /> 1444 </FileConfiguration> 1445 <FileConfiguration 1446 Name="Distribution|Itanium" 1447 > 1448 <Tool 1449 Name="VCCLCompilerTool" 1450 UsePrecompiledHeader="0" 1451 PrecompiledHeaderThrough="" 1452 /> 1453 </FileConfiguration> 1454 <FileConfiguration 1455 Name="Nightly|Itanium" 1456 > 1457 <Tool 1458 Name="VCCLCompilerTool" 1459 UsePrecompiledHeader="0" 1460 PrecompiledHeaderThrough="" 1461 /> 1462 </FileConfiguration> 991 1463 </File> 992 1464 <File … … 1057 1529 /> 1058 1530 </FileConfiguration> 1531 <FileConfiguration 1532 Name="Debug|Itanium" 1533 > 1534 <Tool 1535 Name="VCCLCompilerTool" 1536 UsePrecompiledHeader="1" 1537 /> 1538 </FileConfiguration> 1539 <FileConfiguration 1540 Name="Release|Itanium" 1541 > 1542 <Tool 1543 Name="VCCLCompilerTool" 1544 UsePrecompiledHeader="1" 1545 /> 1546 </FileConfiguration> 1547 <FileConfiguration 1548 Name="Distribution|Itanium" 1549 > 1550 <Tool 1551 Name="VCCLCompilerTool" 1552 UsePrecompiledHeader="1" 1553 /> 1554 </FileConfiguration> 1555 <FileConfiguration 1556 Name="Nightly|Itanium" 1557 > 1558 <Tool 1559 Name="VCCLCompilerTool" 1560 UsePrecompiledHeader="1" 1561 /> 1562 </FileConfiguration> 1059 1563 </File> 1060 1564 <File … … 1126 1630 <FileConfiguration 1127 1631 Name="Nightly|x64" 1632 > 1633 <Tool 1634 Name="VCCLCompilerTool" 1635 UsePrecompiledHeader="0" 1636 PrecompiledHeaderThrough="" 1637 /> 1638 </FileConfiguration> 1639 <FileConfiguration 1640 Name="Debug|Itanium" 1641 > 1642 <Tool 1643 Name="VCCLCompilerTool" 1644 UsePrecompiledHeader="0" 1645 PrecompiledHeaderThrough="" 1646 /> 1647 </FileConfiguration> 1648 <FileConfiguration 1649 Name="Release|Itanium" 1650 > 1651 <Tool 1652 Name="VCCLCompilerTool" 1653 UsePrecompiledHeader="0" 1654 PrecompiledHeaderThrough="" 1655 /> 1656 </FileConfiguration> 1657 <FileConfiguration 1658 Name="Distribution|Itanium" 1659 > 1660 <Tool 1661 Name="VCCLCompilerTool" 1662 UsePrecompiledHeader="0" 1663 PrecompiledHeaderThrough="" 1664 /> 1665 </FileConfiguration> 1666 <FileConfiguration 1667 Name="Nightly|Itanium" 1128 1668 > 1129 1669 <Tool -
modules/NRPEListener/NRPEPacket.cpp
rdc65e35 receb8c7 22 22 #include <WinSock2.h> 23 23 #include "NRPEPacket.h" 24 #include <msvc_wrappers.h> 24 25 25 26 const char* NRPEPacket::getBuffer() { … … 31 32 p->packet_version = htons(version_); 32 33 p->crc32_value = 0; 33 strncpy (p->buffer, payload_.c_str(), 1023);34 strncpy_s(p->buffer, 1024, payload_.c_str(), 1023); 34 35 p->buffer[1024] = 0; 35 36 p->crc32_value = htonl(calculate_crc32(tmpBuffer, getBufferLength())); -
modules/NSClientListener/NSClientListener.vcproj
r0bc9fdd receb8c7 16 16 Name="x64" 17 17 /> 18 <Platform 19 Name="Itanium" 20 /> 18 21 </Platforms> 19 22 <ToolFiles> … … 660 663 /> 661 664 </Configuration> 665 <Configuration 666 Name="Debug|Itanium" 667 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 668 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 669 ConfigurationType="2" 670 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 671 CharacterSet="2" 672 > 673 <Tool 674 Name="VCPreBuildEventTool" 675 /> 676 <Tool 677 Name="VCCustomBuildTool" 678 /> 679 <Tool 680 Name="VCXMLDataGeneratorTool" 681 /> 682 <Tool 683 Name="VCWebServiceProxyGeneratorTool" 684 /> 685 <Tool 686 Name="VCMIDLTool" 687 TargetEnvironment="2" 688 /> 689 <Tool 690 Name="VCCLCompilerTool" 691 Optimization="0" 692 AdditionalIncludeDirectories="../include;../../include" 693 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 694 MinimalRebuild="true" 695 BasicRuntimeChecks="3" 696 RuntimeLibrary="3" 697 UsePrecompiledHeader="2" 698 WarningLevel="3" 699 Detect64BitPortabilityProblems="false" 700 DebugInformationFormat="3" 701 /> 702 <Tool 703 Name="VCManagedResourceCompilerTool" 704 /> 705 <Tool 706 Name="VCResourceCompilerTool" 707 /> 708 <Tool 709 Name="VCPreLinkEventTool" 710 /> 711 <Tool 712 Name="VCLinkerTool" 713 AdditionalDependencies="ws2_32.lib" 714 OutputFile="../../Debug/modules/$(ProjectName).dll" 715 LinkIncremental="2" 716 ModuleDefinitionFile="NSClientListener.def" 717 GenerateDebugInformation="true" 718 ProgramDatabaseFile="$(OutDir)/NSClientListener.pdb" 719 SubSystem="2" 720 RandomizedBaseAddress="1" 721 DataExecutionPrevention="0" 722 ImportLibrary="$(OutDir)/NSClientListener.lib" 723 TargetMachine="5" 724 /> 725 <Tool 726 Name="VCALinkTool" 727 /> 728 <Tool 729 Name="VCManifestTool" 730 /> 731 <Tool 732 Name="VCXDCMakeTool" 733 /> 734 <Tool 735 Name="VCBscMakeTool" 736 /> 737 <Tool 738 Name="VCFxCopTool" 739 /> 740 <Tool 741 Name="VCAppVerifierTool" 742 /> 743 <Tool 744 Name="VCPostBuildEventTool" 745 /> 746 </Configuration> 747 <Configuration 748 Name="Release|Itanium" 749 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 750 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 751 ConfigurationType="2" 752 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 753 CharacterSet="2" 754 > 755 <Tool 756 Name="VCPreBuildEventTool" 757 /> 758 <Tool 759 Name="VCCustomBuildTool" 760 /> 761 <Tool 762 Name="VCXMLDataGeneratorTool" 763 /> 764 <Tool 765 Name="VCWebServiceProxyGeneratorTool" 766 /> 767 <Tool 768 Name="VCMIDLTool" 769 TargetEnvironment="2" 770 /> 771 <Tool 772 Name="VCCLCompilerTool" 773 AdditionalIncludeDirectories="../include;../../include" 774 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 775 RuntimeLibrary="0" 776 UsePrecompiledHeader="2" 777 WarningLevel="3" 778 Detect64BitPortabilityProblems="false" 779 DebugInformationFormat="3" 780 /> 781 <Tool 782 Name="VCManagedResourceCompilerTool" 783 /> 784 <Tool 785 Name="VCResourceCompilerTool" 786 /> 787 <Tool 788 Name="VCPreLinkEventTool" 789 /> 790 <Tool 791 Name="VCLinkerTool" 792 AdditionalDependencies="ws2_32.lib" 793 OutputFile="../../Release/modules/$(ProjectName).dll" 794 LinkIncremental="1" 795 ModuleDefinitionFile="NSClientListener.def" 796 GenerateDebugInformation="false" 797 SubSystem="2" 798 OptimizeReferences="2" 799 EnableCOMDATFolding="2" 800 RandomizedBaseAddress="1" 801 DataExecutionPrevention="0" 802 ImportLibrary="$(OutDir)/NSClientListener.lib" 803 TargetMachine="5" 804 /> 805 <Tool 806 Name="VCALinkTool" 807 /> 808 <Tool 809 Name="VCManifestTool" 810 /> 811 <Tool 812 Name="VCXDCMakeTool" 813 /> 814 <Tool 815 Name="VCBscMakeTool" 816 /> 817 <Tool 818 Name="VCFxCopTool" 819 /> 820 <Tool 821 Name="VCAppVerifierTool" 822 /> 823 <Tool 824 Name="VCPostBuildEventTool" 825 /> 826 </Configuration> 827 <Configuration 828 Name="Distribution|Itanium" 829 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 830 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 831 ConfigurationType="2" 832 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 833 CharacterSet="2" 834 > 835 <Tool 836 Name="VCPreBuildEventTool" 837 /> 838 <Tool 839 Name="VCCustomBuildTool" 840 /> 841 <Tool 842 Name="VCXMLDataGeneratorTool" 843 /> 844 <Tool 845 Name="VCWebServiceProxyGeneratorTool" 846 /> 847 <Tool 848 Name="VCMIDLTool" 849 TargetEnvironment="2" 850 /> 851 <Tool 852 Name="VCCLCompilerTool" 853 AdditionalIncludeDirectories="../include;../../include" 854 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 855 RuntimeLibrary="0" 856 UsePrecompiledHeader="2" 857 WarningLevel="3" 858 Detect64BitPortabilityProblems="false" 859 DebugInformationFormat="3" 860 /> 861 <Tool 862 Name="VCManagedResourceCompilerTool" 863 /> 864 <Tool 865 Name="VCResourceCompilerTool" 866 /> 867 <Tool 868 Name="VCPreLinkEventTool" 869 /> 870 <Tool 871 Name="VCLinkerTool" 872 AdditionalDependencies="ws2_32.lib" 873 OutputFile="../../Dist/modules/$(ProjectName).dll" 874 LinkIncremental="1" 875 ModuleDefinitionFile="NSClientListener.def" 876 GenerateDebugInformation="false" 877 SubSystem="2" 878 OptimizeReferences="2" 879 EnableCOMDATFolding="2" 880 RandomizedBaseAddress="1" 881 DataExecutionPrevention="0" 882 ImportLibrary="$(OutDir)/NSClientListener.lib" 883 TargetMachine="5" 884 /> 885 <Tool 886 Name="VCALinkTool" 887 /> 888 <Tool 889 Name="VCManifestTool" 890 /> 891 <Tool 892 Name="VCXDCMakeTool" 893 /> 894 <Tool 895 Name="VCBscMakeTool" 896 /> 897 <Tool 898 Name="VCFxCopTool" 899 /> 900 <Tool 901 Name="VCAppVerifierTool" 902 /> 903 <Tool 904 Name="VCPostBuildEventTool" 905 /> 906 </Configuration> 907 <Configuration 908 Name="Nightly|Itanium" 909 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 910 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 911 ConfigurationType="2" 912 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 913 CharacterSet="2" 914 > 915 <Tool 916 Name="VCPreBuildEventTool" 917 /> 918 <Tool 919 Name="VCCustomBuildTool" 920 /> 921 <Tool 922 Name="VCXMLDataGeneratorTool" 923 /> 924 <Tool 925 Name="VCWebServiceProxyGeneratorTool" 926 /> 927 <Tool 928 Name="VCMIDLTool" 929 TargetEnvironment="2" 930 /> 931 <Tool 932 Name="VCCLCompilerTool" 933 AdditionalIncludeDirectories="../include;../../include" 934 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 935 RuntimeLibrary="0" 936 UsePrecompiledHeader="2" 937 WarningLevel="3" 938 Detect64BitPortabilityProblems="false" 939 DebugInformationFormat="3" 940 /> 941 <Tool 942 Name="VCManagedResourceCompilerTool" 943 /> 944 <Tool 945 Name="VCResourceCompilerTool" 946 /> 947 <Tool 948 Name="VCPreLinkEventTool" 949 /> 950 <Tool 951 Name="VCLinkerTool" 952 AdditionalDependencies="ws2_32.lib" 953 OutputFile="../../Dist/modules/$(ProjectName).dll" 954 LinkIncremental="1" 955 ModuleDefinitionFile="NSClientListener.def" 956 GenerateDebugInformation="true" 957 SubSystem="2" 958 OptimizeReferences="2" 959 EnableCOMDATFolding="2" 960 RandomizedBaseAddress="1" 961 DataExecutionPrevention="0" 962 ImportLibrary="$(OutDir)/NSClientListener.lib" 963 TargetMachine="5" 964 /> 965 <Tool 966 Name="VCALinkTool" 967 /> 968 <Tool 969 Name="VCManifestTool" 970 /> 971 <Tool 972 Name="VCXDCMakeTool" 973 /> 974 <Tool 975 Name="VCBscMakeTool" 976 /> 977 <Tool 978 Name="VCFxCopTool" 979 /> 980 <Tool 981 Name="VCAppVerifierTool" 982 /> 983 <Tool 984 Name="VCPostBuildEventTool" 985 /> 986 </Configuration> 662 987 </Configurations> 663 988 <References> … … 736 1061 /> 737 1062 </FileConfiguration> 1063 <FileConfiguration 1064 Name="Debug|Itanium" 1065 > 1066 <Tool 1067 Name="VCCLCompilerTool" 1068 UsePrecompiledHeader="0" 1069 /> 1070 </FileConfiguration> 1071 <FileConfiguration 1072 Name="Release|Itanium" 1073 > 1074 <Tool 1075 Name="VCCLCompilerTool" 1076 UsePrecompiledHeader="0" 1077 /> 1078 </FileConfiguration> 1079 <FileConfiguration 1080 Name="Distribution|Itanium" 1081 > 1082 <Tool 1083 Name="VCCLCompilerTool" 1084 UsePrecompiledHeader="0" 1085 /> 1086 </FileConfiguration> 1087 <FileConfiguration 1088 Name="Nightly|Itanium" 1089 > 1090 <Tool 1091 Name="VCCLCompilerTool" 1092 UsePrecompiledHeader="0" 1093 /> 1094 </FileConfiguration> 738 1095 </File> 739 1096 <File … … 798 1155 <FileConfiguration 799 1156 Name="Nightly|x64" 1157 > 1158 <Tool 1159 Name="VCCLCompilerTool" 1160 UsePrecompiledHeader="0" 1161 /> 1162 </FileConfiguration> 1163 <FileConfiguration 1164 Name="Debug|Itanium" 1165 > 1166 <Tool 1167 Name="VCCLCompilerTool" 1168 UsePrecompiledHeader="0" 1169 /> 1170 </FileConfiguration> 1171 <FileConfiguration 1172 Name="Release|Itanium" 1173 > 1174 <Tool 1175 Name="VCCLCompilerTool" 1176 UsePrecompiledHeader="0" 1177 /> 1178 </FileConfiguration> 1179 <FileConfiguration 1180 Name="Distribution|Itanium" 1181 > 1182 <Tool 1183 Name="VCCLCompilerTool" 1184 UsePrecompiledHeader="0" 1185 /> 1186 </FileConfiguration> 1187 <FileConfiguration 1188 Name="Nightly|Itanium" 800 1189 > 801 1190 <Tool … … 880 1269 /> 881 1270 </FileConfiguration> 1271 <FileConfiguration 1272 Name="Debug|Itanium" 1273 > 1274 <Tool 1275 Name="VCCLCompilerTool" 1276 UsePrecompiledHeader="0" 1277 /> 1278 </FileConfiguration> 1279 <FileConfiguration 1280 Name="Release|Itanium" 1281 > 1282 <Tool 1283 Name="VCCLCompilerTool" 1284 UsePrecompiledHeader="0" 1285 /> 1286 </FileConfiguration> 1287 <FileConfiguration 1288 Name="Distribution|Itanium" 1289 > 1290 <Tool 1291 Name="VCCLCompilerTool" 1292 UsePrecompiledHeader="0" 1293 /> 1294 </FileConfiguration> 1295 <FileConfiguration 1296 Name="Nightly|Itanium" 1297 > 1298 <Tool 1299 Name="VCCLCompilerTool" 1300 UsePrecompiledHeader="0" 1301 /> 1302 </FileConfiguration> 882 1303 </File> 883 1304 <File … … 942 1363 <FileConfiguration 943 1364 Name="Nightly|x64" 1365 > 1366 <Tool 1367 Name="VCCLCompilerTool" 1368 UsePrecompiledHeader="1" 1369 /> 1370 </FileConfiguration> 1371 <FileConfiguration 1372 Name="Debug|Itanium" 1373 > 1374 <Tool 1375 Name="VCCLCompilerTool" 1376 UsePrecompiledHeader="1" 1377 /> 1378 </FileConfiguration> 1379 <FileConfiguration 1380 Name="Release|Itanium" 1381 > 1382 <Tool 1383 Name="VCCLCompilerTool" 1384 UsePrecompiledHeader="1" 1385 /> 1386 </FileConfiguration> 1387 <FileConfiguration 1388 Name="Distribution|Itanium" 1389 > 1390 <Tool 1391 Name="VCCLCompilerTool" 1392 UsePrecompiledHeader="1" 1393 /> 1394 </FileConfiguration> 1395 <FileConfiguration 1396 Name="Nightly|Itanium" 944 1397 > 945 1398 <Tool -
modules/RemoteConfiguration/RemoteConfiguration.vcproj
r0bc9fdd receb8c7 16 16 Name="x64" 17 17 /> 18 <Platform 19 Name="Itanium" 20 /> 18 21 </Platforms> 19 22 <ToolFiles> … … 652 655 /> 653 656 </Configuration> 657 <Configuration 658 Name="Debug|Itanium" 659 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 660 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 661 ConfigurationType="2" 662 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 663 CharacterSet="2" 664 > 665 <Tool 666 Name="VCPreBuildEventTool" 667 /> 668 <Tool 669 Name="VCCustomBuildTool" 670 /> 671 <Tool 672 Name="VCXMLDataGeneratorTool" 673 /> 674 <Tool 675 Name="VCWebServiceProxyGeneratorTool" 676 /> 677 <Tool 678 Name="VCMIDLTool" 679 TargetEnvironment="2" 680 /> 681 <Tool 682 Name="VCCLCompilerTool" 683 Optimization="0" 684 AdditionalIncludeDirectories="../include;../../include" 685 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1" 686 MinimalRebuild="true" 687 BasicRuntimeChecks="3" 688 RuntimeLibrary="3" 689 UsePrecompiledHeader="2" 690 WarningLevel="3" 691 Detect64BitPortabilityProblems="false" 692 DebugInformationFormat="3" 693 /> 694 <Tool 695 Name="VCManagedResourceCompilerTool" 696 /> 697 <Tool 698 Name="VCResourceCompilerTool" 699 /> 700 <Tool 701 Name="VCPreLinkEventTool" 702 /> 703 <Tool 704 Name="VCLinkerTool" 705 OutputFile="../../Debug/modules/$(ProjectName).dll" 706 LinkIncremental="2" 707 ModuleDefinitionFile="RemoteConfiguration.def" 708 GenerateDebugInformation="true" 709 ProgramDatabaseFile="$(OutDir)/RemoteConfiguration.pdb" 710 SubSystem="2" 711 RandomizedBaseAddress="1" 712 DataExecutionPrevention="0" 713 ImportLibrary="$(OutDir)/RemoteConfiguration.lib" 714 TargetMachine="5" 715 /> 716 <Tool 717 Name="VCALinkTool" 718 /> 719 <Tool 720 Name="VCManifestTool" 721 /> 722 <Tool 723 Name="VCXDCMakeTool" 724 /> 725 <Tool 726 Name="VCBscMakeTool" 727 /> 728 <Tool 729 Name="VCFxCopTool" 730 /> 731 <Tool 732 Name="VCAppVerifierTool" 733 /> 734 <Tool 735 Name="VCPostBuildEventTool" 736 /> 737 </Configuration> 738 <Configuration 739 Name="Release|Itanium" 740 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 741 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 742 ConfigurationType="2" 743 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 744 CharacterSet="2" 745 > 746 <Tool 747 Name="VCPreBuildEventTool" 748 /> 749 <Tool 750 Name="VCCustomBuildTool" 751 /> 752 <Tool 753 Name="VCXMLDataGeneratorTool" 754 /> 755 <Tool 756 Name="VCWebServiceProxyGeneratorTool" 757 /> 758 <Tool 759 Name="VCMIDLTool" 760 TargetEnvironment="2" 761 /> 762 <Tool 763 Name="VCCLCompilerTool" 764 AdditionalIncludeDirectories="../include;../../include" 765 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 766 RuntimeLibrary="2" 767 UsePrecompiledHeader="2" 768 WarningLevel="3" 769 Detect64BitPortabilityProblems="false" 770 DebugInformationFormat="3" 771 /> 772 <Tool 773 Name="VCManagedResourceCompilerTool" 774 /> 775 <Tool 776 Name="VCResourceCompilerTool" 777 /> 778 <Tool 779 Name="VCPreLinkEventTool" 780 /> 781 <Tool 782 Name="VCLinkerTool" 783 OutputFile="../../Release/modules/$(ProjectName).dll" 784 LinkIncremental="1" 785 ModuleDefinitionFile="RemoteConfiguration.def" 786 GenerateDebugInformation="true" 787 SubSystem="2" 788 OptimizeReferences="2" 789 EnableCOMDATFolding="2" 790 RandomizedBaseAddress="1" 791 DataExecutionPrevention="0" 792 ImportLibrary="$(OutDir)/RemoteConfiguration.lib" 793 TargetMachine="5" 794 /> 795 <Tool 796 Name="VCALinkTool" 797 /> 798 <Tool 799 Name="VCManifestTool" 800 /> 801 <Tool 802 Name="VCXDCMakeTool" 803 /> 804 <Tool 805 Name="VCBscMakeTool" 806 /> 807 <Tool 808 Name="VCFxCopTool" 809 /> 810 <Tool 811 Name="VCAppVerifierTool" 812 /> 813 <Tool 814 Name="VCPostBuildEventTool" 815 /> 816 </Configuration> 817 <Configuration 818 Name="Distribution|Itanium" 819 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 820 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 821 ConfigurationType="2" 822 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 823 CharacterSet="2" 824 > 825 <Tool 826 Name="VCPreBuildEventTool" 827 /> 828 <Tool 829 Name="VCCustomBuildTool" 830 /> 831 <Tool 832 Name="VCXMLDataGeneratorTool" 833 /> 834 <Tool 835 Name="VCWebServiceProxyGeneratorTool" 836 /> 837 <Tool 838 Name="VCMIDLTool" 839 TargetEnvironment="2" 840 /> 841 <Tool 842 Name="VCCLCompilerTool" 843 AdditionalIncludeDirectories="../include;../../include" 844 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 845 RuntimeLibrary="0" 846 UsePrecompiledHeader="2" 847 WarningLevel="3" 848 Detect64BitPortabilityProblems="false" 849 DebugInformationFormat="3" 850 /> 851 <Tool 852 Name="VCManagedResourceCompilerTool" 853 /> 854 <Tool 855 Name="VCResourceCompilerTool" 856 /> 857 <Tool 858 Name="VCPreLinkEventTool" 859 /> 860 <Tool 861 Name="VCLinkerTool" 862 OutputFile="../../Dist/modules/$(ProjectName).dll" 863 LinkIncremental="1" 864 ModuleDefinitionFile="RemoteConfiguration.def" 865 GenerateDebugInformation="false" 866 SubSystem="2" 867 OptimizeReferences="2" 868 EnableCOMDATFolding="2" 869 RandomizedBaseAddress="1" 870 DataExecutionPrevention="0" 871 ImportLibrary="$(OutDir)/RemoteConfiguration.lib" 872 TargetMachine="5" 873 /> 874 <Tool 875 Name="VCALinkTool" 876 /> 877 <Tool 878 Name="VCManifestTool" 879 /> 880 <Tool 881 Name="VCXDCMakeTool" 882 /> 883 <Tool 884 Name="VCBscMakeTool" 885 /> 886 <Tool 887 Name="VCFxCopTool" 888 /> 889 <Tool 890 Name="VCAppVerifierTool" 891 /> 892 <Tool 893 Name="VCPostBuildEventTool" 894 /> 895 </Configuration> 896 <Configuration 897 Name="Nightly|Itanium" 898 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 899 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 900 ConfigurationType="2" 901 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 902 CharacterSet="2" 903 > 904 <Tool 905 Name="VCPreBuildEventTool" 906 /> 907 <Tool 908 Name="VCCustomBuildTool" 909 /> 910 <Tool 911 Name="VCXMLDataGeneratorTool" 912 /> 913 <Tool 914 Name="VCWebServiceProxyGeneratorTool" 915 /> 916 <Tool 917 Name="VCMIDLTool" 918 TargetEnvironment="2" 919 /> 920 <Tool 921 Name="VCCLCompilerTool" 922 AdditionalIncludeDirectories="../include;../../include" 923 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 924 RuntimeLibrary="2" 925 UsePrecompiledHeader="2" 926 WarningLevel="3" 927 Detect64BitPortabilityProblems="false" 928 DebugInformationFormat="3" 929 /> 930 <Tool 931 Name="VCManagedResourceCompilerTool" 932 /> 933 <Tool 934 Name="VCResourceCompilerTool" 935 /> 936 <Tool 937 Name="VCPreLinkEventTool" 938 /> 939 <Tool 940 Name="VCLinkerTool" 941 OutputFile="../../Dist/modules/$(ProjectName).dll" 942 LinkIncremental="1" 943 ModuleDefinitionFile="RemoteConfiguration.def" 944 GenerateDebugInformation="true" 945 SubSystem="2" 946 OptimizeReferences="2" 947 EnableCOMDATFolding="2" 948 RandomizedBaseAddress="1" 949 DataExecutionPrevention="0" 950 ImportLibrary="$(OutDir)/RemoteConfiguration.lib" 951 TargetMachine="5" 952 /> 953 <Tool 954 Name="VCALinkTool" 955 /> 956 <Tool 957 Name="VCManifestTool" 958 /> 959 <Tool 960 Name="VCXDCMakeTool" 961 /> 962 <Tool 963 Name="VCBscMakeTool" 964 /> 965 <Tool 966 Name="VCFxCopTool" 967 /> 968 <Tool 969 Name="VCAppVerifierTool" 970 /> 971 <Tool 972 Name="VCPostBuildEventTool" 973 /> 974 </Configuration> 654 975 </Configurations> 655 976 <References> … … 736 1057 /> 737 1058 </FileConfiguration> 1059 <FileConfiguration 1060 Name="Debug|Itanium" 1061 > 1062 <Tool 1063 Name="VCCLCompilerTool" 1064 UsePrecompiledHeader="0" 1065 PrecompiledHeaderThrough="" 1066 /> 1067 </FileConfiguration> 1068 <FileConfiguration 1069 Name="Release|Itanium" 1070 > 1071 <Tool 1072 Name="VCCLCompilerTool" 1073 UsePrecompiledHeader="0" 1074 PrecompiledHeaderThrough="" 1075 /> 1076 </FileConfiguration> 1077 <FileConfiguration 1078 Name="Distribution|Itanium" 1079 > 1080 <Tool 1081 Name="VCCLCompilerTool" 1082 UsePrecompiledHeader="0" 1083 PrecompiledHeaderThrough="" 1084 /> 1085 </FileConfiguration> 1086 <FileConfiguration 1087 Name="Nightly|Itanium" 1088 > 1089 <Tool 1090 Name="VCCLCompilerTool" 1091 UsePrecompiledHeader="0" 1092 PrecompiledHeaderThrough="" 1093 /> 1094 </FileConfiguration> 738 1095 </File> 739 1096 <File … … 805 1162 <FileConfiguration 806 1163 Name="Nightly|x64" 1164 > 1165 <Tool 1166 Name="VCCLCompilerTool" 1167 UsePrecompiledHeader="0" 1168 PrecompiledHeaderThrough="" 1169 /> 1170 </FileConfiguration> 1171 <FileConfiguration 1172 Name="Debug|Itanium" 1173 > 1174 <Tool 1175 Name="VCCLCompilerTool" 1176 UsePrecompiledHeader="0" 1177 PrecompiledHeaderThrough="" 1178 /> 1179 </FileConfiguration> 1180 <FileConfiguration 1181 Name="Release|Itanium" 1182 > 1183 <Tool 1184 Name="VCCLCompilerTool" 1185 UsePrecompiledHeader="0" 1186 PrecompiledHeaderThrough="" 1187 /> 1188 </FileConfiguration> 1189 <FileConfiguration 1190 Name="Distribution|Itanium" 1191 > 1192 <Tool 1193 Name="VCCLCompilerTool" 1194 UsePrecompiledHeader="0" 1195 PrecompiledHeaderThrough="" 1196 /> 1197 </FileConfiguration> 1198 <FileConfiguration 1199 Name="Nightly|Itanium" 807 1200 > 808 1201 <Tool … … 888 1281 /> 889 1282 </FileConfiguration> 1283 <FileConfiguration 1284 Name="Debug|Itanium" 1285 > 1286 <Tool 1287 Name="VCCLCompilerTool" 1288 UsePrecompiledHeader="1" 1289 /> 1290 </FileConfiguration> 1291 <FileConfiguration 1292 Name="Release|Itanium" 1293 > 1294 <Tool 1295 Name="VCCLCompilerTool" 1296 UsePrecompiledHeader="1" 1297 /> 1298 </FileConfiguration> 1299 <FileConfiguration 1300 Name="Distribution|Itanium" 1301 > 1302 <Tool 1303 Name="VCCLCompilerTool" 1304 UsePrecompiledHeader="1" 1305 /> 1306 </FileConfiguration> 1307 <FileConfiguration 1308 Name="Nightly|Itanium" 1309 > 1310 <Tool 1311 Name="VCCLCompilerTool" 1312 UsePrecompiledHeader="1" 1313 /> 1314 </FileConfiguration> 890 1315 </File> 891 1316 <File … … 957 1382 <FileConfiguration 958 1383 Name="Nightly|x64" 1384 > 1385 <Tool 1386 Name="VCCLCompilerTool" 1387 UsePrecompiledHeader="0" 1388 PrecompiledHeaderThrough="" 1389 /> 1390 </FileConfiguration> 1391 <FileConfiguration 1392 Name="Debug|Itanium" 1393 > 1394 <Tool 1395 Name="VCCLCompilerTool" 1396 UsePrecompiledHeader="0" 1397 PrecompiledHeaderThrough="" 1398 /> 1399 </FileConfiguration> 1400 <FileConfiguration 1401 Name="Release|Itanium" 1402 > 1403 <Tool 1404 Name="VCCLCompilerTool" 1405 UsePrecompiledHeader="0" 1406 PrecompiledHeaderThrough="" 1407 /> 1408 </FileConfiguration> 1409 <FileConfiguration 1410 Name="Distribution|Itanium" 1411 > 1412 <Tool 1413 Name="VCCLCompilerTool" 1414 UsePrecompiledHeader="0" 1415 PrecompiledHeaderThrough="" 1416 /> 1417 </FileConfiguration> 1418 <FileConfiguration 1419 Name="Nightly|Itanium" 959 1420 > 960 1421 <Tool -
modules/SysTray/SysTray.vcproj
r0bc9fdd receb8c7 16 16 Name="x64" 17 17 /> 18 <Platform 19 Name="Itanium" 20 /> 18 21 </Platforms> 19 22 <ToolFiles> … … 646 649 /> 647 650 </Configuration> 651 <Configuration 652 Name="Release|Itanium" 653 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 654 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 655 ConfigurationType="2" 656 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 657 CharacterSet="2" 658 > 659 <Tool 660 Name="VCPreBuildEventTool" 661 /> 662 <Tool 663 Name="VCCustomBuildTool" 664 /> 665 <Tool 666 Name="VCXMLDataGeneratorTool" 667 /> 668 <Tool 669 Name="VCWebServiceProxyGeneratorTool" 670 /> 671 <Tool 672 Name="VCMIDLTool" 673 TargetEnvironment="2" 674 /> 675 <Tool 676 Name="VCCLCompilerTool" 677 AdditionalIncludeDirectories="../include;../../include" 678 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE" 679 RuntimeLibrary="0" 680 UsePrecompiledHeader="2" 681 WarningLevel="3" 682 Detect64BitPortabilityProblems="false" 683 DebugInformationFormat="3" 684 /> 685 <Tool 686 Name="VCManagedResourceCompilerTool" 687 /> 688 <Tool 689 Name="VCResourceCompilerTool" 690 /> 691 <Tool 692 Name="VCPreLinkEventTool" 693 /> 694 <Tool 695 Name="VCLinkerTool" 696 OutputFile="../../Release/modules/$(ProjectName).dll" 697 LinkIncremental="1" 698 ModuleDefinitionFile="SysTray.def" 699 GenerateDebugInformation="false" 700 SubSystem="2" 701 OptimizeReferences="2" 702 EnableCOMDATFolding="2" 703 RandomizedBaseAddress="1" 704 DataExecutionPrevention="0" 705 ImportLibrary="$(OutDir)/SysTray.lib" 706 TargetMachine="5" 707 /> 708 <Tool 709 Name="VCALinkTool" 710 /> 711 <Tool 712 Name="VCManifestTool" 713 /> 714 <Tool 715 Name="VCXDCMakeTool" 716 /> 717 <Tool 718 Name="VCBscMakeTool" 719 /> 720 <Tool 721 Name="VCFxCopTool" 722 /> 723 <Tool 724 Name="VCAppVerifierTool" 725 /> 726 <Tool 727 Name="VCPostBuildEventTool" 728 /> 729 </Configuration> 730 <Configuration 731 Name="Debug|Itanium" 732 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 733 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 734 ConfigurationType="2" 735 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 736 CharacterSet="2" 737 > 738 <Tool 739 Name="VCPreBuildEventTool" 740 /> 741 <Tool 742 Name="VCCustomBuildTool" 743 /> 744 <Tool 745 Name="VCXMLDataGeneratorTool" 746 /> 747 <Tool 748 Name="VCWebServiceProxyGeneratorTool" 749 /> 750 <Tool 751 Name="VCMIDLTool" 752 TargetEnvironment="2" 753 /> 754 <Tool 755 Name="VCCLCompilerTool" 756 Optimization="0" 757 AdditionalIncludeDirectories="../include;../../include" 758 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE" 759 MinimalRebuild="true" 760 BasicRuntimeChecks="3" 761 RuntimeLibrary="3" 762 UsePrecompiledHeader="2" 763 WarningLevel="3" 764 Detect64BitPortabilityProblems="false" 765 DebugInformationFormat="3" 766 /> 767 <Tool 768 Name="VCManagedResourceCompilerTool" 769 /> 770 <Tool 771 Name="VCResourceCompilerTool" 772 /> 773 <Tool 774 Name="VCPreLinkEventTool" 775 /> 776 <Tool 777 Name="VCLinkerTool" 778 OutputFile="../../Debug/modules/$(ProjectName).dll" 779 ModuleDefinitionFile="SysTray.def" 780 GenerateDebugInformation="true" 781 RandomizedBaseAddress="1" 782 DataExecutionPrevention="0" 783 ImportLibrary="$(OutDir)/SysTray.lib" 784 TargetMachine="5" 785 /> 786 <Tool 787 Name="VCALinkTool" 788 /> 789 <Tool 790 Name="VCManifestTool" 791 /> 792 <Tool 793 Name="VCXDCMakeTool" 794 /> 795 <Tool 796 Name="VCBscMakeTool" 797 /> 798 <Tool 799 Name="VCFxCopTool" 800 /> 801 <Tool 802 Name="VCAppVerifierTool" 803 /> 804 <Tool 805 Name="VCPostBuildEventTool" 806 /> 807 </Configuration> 808 <Configuration 809 Name="Distribution|Itanium" 810 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 811 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 812 ConfigurationType="2" 813 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 814 CharacterSet="2" 815 > 816 <Tool 817 Name="VCPreBuildEventTool" 818 /> 819 <Tool 820 Name="VCCustomBuildTool" 821 /> 822 <Tool 823 Name="VCXMLDataGeneratorTool" 824 /> 825 <Tool 826 Name="VCWebServiceProxyGeneratorTool" 827 /> 828 <Tool 829 Name="VCMIDLTool" 830 TargetEnvironment="2" 831 /> 832 <Tool 833 Name="VCCLCompilerTool" 834 AdditionalIncludeDirectories="../include;../../include" 835 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 836 RuntimeLibrary="0" 837 UsePrecompiledHeader="2" 838 WarningLevel="3" 839 Detect64BitPortabilityProblems="false" 840 DebugInformationFormat="3" 841 /> 842 <Tool 843 Name="VCManagedResourceCompilerTool" 844 /> 845 <Tool 846 Name="VCResourceCompilerTool" 847 /> 848 <Tool 849 Name="VCPreLinkEventTool" 850 /> 851 <Tool 852 Name="VCLinkerTool" 853 OutputFile="../../Dist/modules/$(ProjectName).dll" 854 LinkIncremental="1" 855 ModuleDefinitionFile="SysTray.def" 856 GenerateDebugInformation="false" 857 SubSystem="2" 858 OptimizeReferences="2" 859 EnableCOMDATFolding="2" 860 RandomizedBaseAddress="1" 861 DataExecutionPrevention="0" 862 ImportLibrary="$(OutDir)/SysTray.lib" 863 TargetMachine="5" 864 /> 865 <Tool 866 Name="VCALinkTool" 867 /> 868 <Tool 869 Name="VCManifestTool" 870 /> 871 <Tool 872 Name="VCXDCMakeTool" 873 /> 874 <Tool 875 Name="VCBscMakeTool" 876 /> 877 <Tool 878 Name="VCFxCopTool" 879 /> 880 <Tool 881 Name="VCAppVerifierTool" 882 /> 883 <Tool 884 Name="VCPostBuildEventTool" 885 /> 886 </Configuration> 887 <Configuration 888 Name="Nightly|Itanium" 889 OutputDirectory="$(PlatformName)\$(ConfigurationName)" 890 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 891 ConfigurationType="2" 892 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 893 CharacterSet="2" 894 > 895 <Tool 896 Name="VCPreBuildEventTool" 897 /> 898 <Tool 899 Name="VCCustomBuildTool" 900 /> 901 <Tool 902 Name="VCXMLDataGeneratorTool" 903 /> 904 <Tool 905 Name="VCWebServiceProxyGeneratorTool" 906 /> 907 <Tool 908 Name="VCMIDLTool" 909 TargetEnvironment="2" 910 /> 911 <Tool 912 Name="VCCLCompilerTool" 913 AdditionalIncludeDirectories="../include;../../include" 914 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 915 RuntimeLibrary="0" 916 UsePrecompiledHeader="2" 917 WarningLevel="3" 918 Detect64BitPortabilityProblems="false" 919 DebugInformationFormat="3" 920 /> 921 <Tool 922 Name="VCManagedResourceCompilerTool" 923 /> 924 <Tool 925 Name="VCResourceCompilerTool" 926 /> 927 <Tool 928 Name="VCPreLinkEventTool" 929 /> 930 <Tool 931 Name="VCLinkerTool" 932 OutputFile="../../Dist/modules/$(ProjectName).dll" 933 LinkIncremental="1" 934 ModuleDefinitionFile="SysTray.def" 935 GenerateDebugInformation="true" 936 SubSystem="2" 937 OptimizeReferences="2" 938 EnableCOMDATFolding="2" 939 RandomizedBaseAddress="1" 940 DataExecutionPrevention="0" 941 ImportLibrary="$(OutDir)/SysTray.lib" 942 TargetMachine="5" 943 /> 944 <Tool 945 Name="VCALinkTool" 946 /> 947 <Tool 948 Name="VCManifestTool" 949 /> 950 <Tool 951 Name="VCXDCMakeTool" 952 /> 953 <Tool 954 Name="VCBscMakeTool" 955 /> 956 <Tool 957 Name="VCFxCopTool" 958 /> 959 <Tool 960 Name="VCAppVerifierTool" 961 /> 962 <Tool 963 Name="VCPostBuildEventTool" 964 /> 965 </Configuration> 648 966 </Configurations> 649 967 <References> … … 722 1040 /> 723 1041 </FileConfiguration> 1042 <FileConfiguration 1043 Name="Release|Itanium" 1044 > 1045 <Tool 1046 Name="VCCLCompilerTool" 1047 UsePrecompiledHeader="0" 1048 /> 1049 </FileConfiguration> 1050 <FileConfiguration 1051 Name="Debug|Itanium" 1052 > 1053 <Tool 1054 Name="VCCLCompilerTool" 1055 UsePrecompiledHeader="0" 1056 /> 1057 </FileConfiguration> 1058 <FileConfiguration 1059 Name="Distribution|Itanium" 1060 > 1061 <Tool 1062 Name="VCCLCompilerTool" 1063 UsePrecompiledHeader="0" 1064 /> 1065 </FileConfiguration> 1066 <FileConfiguration 1067 Name="Nightly|Itanium" 1068 > 1069 <Tool 1070 Name="VCCLCompilerTool" 1071 UsePrecompiledHeader="0" 1072 /> 1073 </FileConfiguration> 724 1074 </File> 725 1075 <File … … 790 1140 /> 791 1141 </FileConfiguration> 1142 <FileConfiguration 1143 Name="Release|Itanium" 1144 > 1145 <Tool 1146 Name="VCCLCompilerTool" 1147 UsePrecompiledHeader="0" 1148 /> 1149 </FileConfiguration> 1150 <FileConfiguration 1151 Name="Debug|Itanium" 1152 > 1153 <Tool 1154 Name="VCCLCompilerTool" 1155 UsePrecompiledHeader="0" 1156 /> 1157 </FileConfiguration> 1158 <FileConfiguration 1159 Name="Distribution|Itanium" 1160 > 1161 <Tool 1162 Name="VCCLCompilerTool" 1163 UsePrecompiledHeader="0" 1164 /> 1165 </FileConfiguration> 1166 <FileConfiguration 1167 Name="Nightly|Itanium" 1168 > 1169 <Tool 1170 Name="VCCLCompilerTool" 1171 UsePrecompiledHeader="0" 1172 /> 1173 </FileConfiguration> 792 1174 </File> 793 1175 <File … … 858 1240 /> 859 1241 </FileConfiguration> 1242 <FileConfiguration 1243 Name="Release|Itanium" 1244 > 1245 <Tool 1246 Name="VCCLCompilerTool" 1247 UsePrecompiledHeader="0" 1248 /> 1249 </FileConfiguration> 1250 <FileConfiguration 1251 Name="Debug|Itanium" 1252 > 1253 <Tool 1254 Name="VCCLCompilerTool" 1255 UsePrecompiledHeader="0" 1256 /> 1257 </FileConfiguration> 1258 <FileConfiguration 1259 Name="Distribution|Itanium" 1260 > 1261 <Tool 1262 Name="VCCLCompilerTool" 1263 UsePrecompiledHeader="0" 1264 /> 1265 </FileConfiguration> 1266 <FileConfiguration 1267 Name="Nightly|Itanium" 1268 > 1269 <Tool 1270 Name="VCCLCompilerTool" 1271 UsePrecompiledHeader="0" 1272 /> 1273 </FileConfiguration> 860 1274 </File> 861 1275 <File … … 920 1334 <FileConfiguration 921 1335 Name="Nightly|x64" 1336 > 1337 <Tool 1338 Name="VCCLCompilerTool" 1339 UsePrecompiledHeader="1" 1340 /> 1341 </FileConfiguration> 1342 <FileConfiguration 1343 Name="Release|Itanium" 1344 > 1345 <Tool 1346 Name="VCCLCompilerTool" 1347 UsePrecompiledHeader="1" 1348 /> 1349 </FileConfiguration> 1350 <FileConfiguration 1351 Name="Debug|Itanium" 1352 > 1353 <Tool 1354 Name="VCCLCompilerTool" 1355 UsePrecompiledHeader="1" 1356 /> 1357 </FileConfiguration> 1358 <FileConfiguration 1359 Name="Distribution|Itanium" 1360 > 1361 <Tool 1362 Name="VCCLCompilerTool" 1363 UsePrecompiledHeader="1" 1364 /> 1365 </FileConfiguration> 1366 <FileConfiguration 1367 Name="Nightly|Itanium" 922 1368 > 923 1369 <Tool
Note: See TracChangeset
for help on using the changeset viewer.








