Changeset eceb8c7 in nscp for modules/CheckDisk
- 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/CheckDisk
- Files:
-
- 2 edited
-
CheckDisk.cpp (modified) (1 diff)
-
CheckDisk.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
Note: See TracChangeset
for help on using the changeset viewer.








