Changeset 8b206ee in nscp for modules/CheckWMI/CheckWMI-2008.vcproj
- Timestamp:
- 02/03/08 13:27:35 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 6b690bf
- Parents:
- 777180d
- File:
-
- 1 edited
-
modules/CheckWMI/CheckWMI-2008.vcproj (modified) (24 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckWMI/CheckWMI-2008.vcproj
r5044c09 r8b206ee 29 29 ConfigurationType="2" 30 30 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 31 CharacterSet=" 2"31 CharacterSet="1" 32 32 > 33 33 <Tool … … 111 111 ConfigurationType="2" 112 112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 113 CharacterSet=" 2"113 CharacterSet="1" 114 114 > 115 115 <Tool … … 194 194 ConfigurationType="2" 195 195 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 196 CharacterSet=" 2"196 CharacterSet="1" 197 197 > 198 198 <Tool … … 273 273 <Configuration 274 274 Name="Release|Win32" 275 OutputDirectory=" Release"276 IntermediateDirectory=" Release"275 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 276 IntermediateDirectory="$(ConfigurationName)" 277 277 ConfigurationType="2" 278 278 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 279 CharacterSet=" 2"279 CharacterSet="1" 280 280 > 281 281 <Tool … … 353 353 <Configuration 354 354 Name="Release|x64" 355 OutputDirectory="$( PlatformName)\$(ConfigurationName)"355 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 356 356 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 357 357 ConfigurationType="2" 358 358 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 359 CharacterSet=" 2"359 CharacterSet="1" 360 360 > 361 361 <Tool … … 434 434 <Configuration 435 435 Name="Release|Itanium" 436 OutputDirectory="$( PlatformName)\$(ConfigurationName)"436 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 437 437 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 438 438 ConfigurationType="2" 439 439 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 440 CharacterSet=" 2"440 CharacterSet="1" 441 441 > 442 442 <Tool … … 519 519 ConfigurationType="2" 520 520 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 521 CharacterSet=" 2"521 CharacterSet="1" 522 522 > 523 523 <Tool … … 599 599 ConfigurationType="2" 600 600 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 601 CharacterSet=" 2"601 CharacterSet="1" 602 602 > 603 603 <Tool … … 680 680 ConfigurationType="2" 681 681 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 682 CharacterSet=" 2"682 CharacterSet="1" 683 683 > 684 684 <Tool … … 757 757 <Configuration 758 758 Name="Nightly|Win32" 759 OutputDirectory="$( ConfigurationName)"759 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 760 760 IntermediateDirectory="$(ConfigurationName)" 761 761 ConfigurationType="2" 762 762 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 763 CharacterSet=" 2"763 CharacterSet="1" 764 764 > 765 765 <Tool … … 782 782 AdditionalIncludeDirectories="../include;../../include" 783 783 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 784 RuntimeLibrary="0"785 784 UsePrecompiledHeader="2" 786 785 WarningLevel="3" 787 Detect64BitPortabilityProblems="false"788 786 DebugInformationFormat="3" 789 787 /> … … 800 798 Name="VCLinkerTool" 801 799 AdditionalDependencies="Wbemuuid.lib" 802 OutputFile="../../Dist/modules/$(ProjectName).dll"803 800 LinkIncremental="1" 804 801 AdditionalLibraryDirectories="" 805 802 ModuleDefinitionFile="CheckWMI.def" 806 GenerateDebugInformation=" true"803 GenerateDebugInformation="false" 807 804 SubSystem="2" 808 805 OptimizeReferences="2" … … 810 807 RandomizedBaseAddress="1" 811 808 DataExecutionPrevention="0" 812 ImportLibrary="$(OutDir)/CheckWMI.lib"813 809 TargetMachine="1" 814 810 /> … … 837 833 <Configuration 838 834 Name="Nightly|x64" 839 OutputDirectory="$( PlatformName)\$(ConfigurationName)"835 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 840 836 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 841 837 ConfigurationType="2" 842 838 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 843 CharacterSet=" 2"839 CharacterSet="1" 844 840 > 845 841 <Tool … … 863 859 AdditionalIncludeDirectories="../include;../../include" 864 860 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 865 RuntimeLibrary="0"866 861 UsePrecompiledHeader="2" 867 862 WarningLevel="3" 868 Detect64BitPortabilityProblems="false"869 863 DebugInformationFormat="3" 870 864 /> … … 881 875 Name="VCLinkerTool" 882 876 AdditionalDependencies="Wbemuuid.lib" 883 OutputFile="../../Dist/modules/$(ProjectName).dll"884 877 LinkIncremental="1" 885 878 AdditionalLibraryDirectories="" 886 879 ModuleDefinitionFile="CheckWMI.def" 887 GenerateDebugInformation=" true"880 GenerateDebugInformation="false" 888 881 SubSystem="2" 889 882 OptimizeReferences="2" … … 891 884 RandomizedBaseAddress="1" 892 885 DataExecutionPrevention="0" 893 ImportLibrary="$(OutDir)/CheckWMI.lib"894 886 TargetMachine="17" 895 887 /> … … 918 910 <Configuration 919 911 Name="Nightly|Itanium" 920 OutputDirectory="$( PlatformName)\$(ConfigurationName)"912 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 921 913 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 922 914 ConfigurationType="2" 923 915 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 924 CharacterSet=" 2"916 CharacterSet="1" 925 917 > 926 918 <Tool … … 944 936 AdditionalIncludeDirectories="../include;../../include" 945 937 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 946 RuntimeLibrary="0"947 938 UsePrecompiledHeader="2" 948 939 WarningLevel="3" 949 Detect64BitPortabilityProblems="false"950 940 DebugInformationFormat="3" 951 941 /> … … 962 952 Name="VCLinkerTool" 963 953 AdditionalDependencies="Wbemuuid.lib" 964 OutputFile="../../Dist/modules/$(ProjectName).dll"965 954 LinkIncremental="1" 966 955 AdditionalLibraryDirectories="" 967 956 ModuleDefinitionFile="CheckWMI.def" 968 GenerateDebugInformation=" true"957 GenerateDebugInformation="false" 969 958 SubSystem="2" 970 959 OptimizeReferences="2" … … 972 961 RandomizedBaseAddress="1" 973 962 DataExecutionPrevention="0" 974 ImportLibrary="$(OutDir)/CheckWMI.lib"975 963 TargetMachine="5" 976 964 /> … … 1003 991 ConfigurationType="2" 1004 992 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 1005 CharacterSet=" 2"993 CharacterSet="1" 1006 994 > 1007 995 <Tool … … 1085 1073 ConfigurationType="2" 1086 1074 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 1087 CharacterSet=" 2"1075 CharacterSet="1" 1088 1076 > 1089 1077 <Tool … … 1168 1156 ConfigurationType="2" 1169 1157 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 1170 CharacterSet=" 2"1158 CharacterSet="1" 1171 1159 > 1172 1160 <Tool
Note: See TracChangeset
for help on using the changeset viewer.








