Changeset 8b206ee in nscp for modules/CheckSystem/CheckSystem-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/CheckSystem/CheckSystem-2008.vcproj (modified) (24 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckSystem/CheckSystem-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 … … 110 110 ConfigurationType="2" 111 111 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 112 CharacterSet=" 2"112 CharacterSet="1" 113 113 > 114 114 <Tool … … 192 192 ConfigurationType="2" 193 193 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 194 CharacterSet=" 2"194 CharacterSet="1" 195 195 > 196 196 <Tool … … 270 270 <Configuration 271 271 Name="Release|Win32" 272 OutputDirectory="$( ConfigurationName)"272 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 273 273 IntermediateDirectory="$(ConfigurationName)" 274 274 ConfigurationType="2" 275 275 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 276 CharacterSet=" 2"276 CharacterSet="1" 277 277 > 278 278 <Tool … … 349 349 <Configuration 350 350 Name="Release|x64" 351 OutputDirectory="$( PlatformName)\$(ConfigurationName)"351 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 352 352 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 353 353 ConfigurationType="2" 354 354 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 355 CharacterSet=" 2"355 CharacterSet="1" 356 356 > 357 357 <Tool … … 429 429 <Configuration 430 430 Name="Release|Itanium" 431 OutputDirectory="$( PlatformName)\$(ConfigurationName)"431 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 432 432 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 433 433 ConfigurationType="2" 434 434 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 435 CharacterSet=" 2"435 CharacterSet="1" 436 436 > 437 437 <Tool … … 513 513 ConfigurationType="2" 514 514 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 515 CharacterSet=" 2"515 CharacterSet="1" 516 516 > 517 517 <Tool … … 592 592 ConfigurationType="2" 593 593 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 594 CharacterSet=" 2"594 CharacterSet="1" 595 595 > 596 596 <Tool … … 672 672 ConfigurationType="2" 673 673 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 674 CharacterSet=" 2"674 CharacterSet="1" 675 675 > 676 676 <Tool … … 748 748 <Configuration 749 749 Name="Nightly|Win32" 750 OutputDirectory="$( ConfigurationName)"750 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 751 751 IntermediateDirectory="$(ConfigurationName)" 752 752 ConfigurationType="2" 753 753 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 754 CharacterSet=" 2"754 CharacterSet="1" 755 755 > 756 756 <Tool … … 773 773 AdditionalIncludeDirectories="../../include" 774 774 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 775 RuntimeLibrary="0"776 775 UsePrecompiledHeader="2" 777 776 WarningLevel="3" 778 Detect64BitPortabilityProblems="false"779 777 DebugInformationFormat="3" 780 778 /> … … 791 789 Name="VCLinkerTool" 792 790 AdditionalDependencies="Pdh.lib" 793 OutputFile="../../Dist/modules/$(ProjectName).dll"794 791 LinkIncremental="1" 795 792 ModuleDefinitionFile="CheckSystem.def" 796 GenerateDebugInformation=" true"793 GenerateDebugInformation="false" 797 794 SubSystem="2" 798 795 OptimizeReferences="2" … … 800 797 RandomizedBaseAddress="1" 801 798 DataExecutionPrevention="0" 802 ImportLibrary="$(OutDir)/CheckSystem.lib"803 799 TargetMachine="1" 804 800 /> … … 827 823 <Configuration 828 824 Name="Nightly|x64" 829 OutputDirectory="$( PlatformName)\$(ConfigurationName)"825 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 830 826 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 831 827 ConfigurationType="2" 832 828 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 833 CharacterSet=" 2"829 CharacterSet="1" 834 830 > 835 831 <Tool … … 853 849 AdditionalIncludeDirectories="../../include" 854 850 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 855 RuntimeLibrary="0"856 851 UsePrecompiledHeader="2" 857 852 WarningLevel="3" 858 Detect64BitPortabilityProblems="false"859 853 DebugInformationFormat="3" 860 854 /> … … 871 865 Name="VCLinkerTool" 872 866 AdditionalDependencies="Pdh.lib" 873 OutputFile="../../Dist/modules/$(ProjectName).dll"874 867 LinkIncremental="1" 875 868 ModuleDefinitionFile="CheckSystem.def" 876 GenerateDebugInformation=" true"869 GenerateDebugInformation="false" 877 870 SubSystem="2" 878 871 OptimizeReferences="2" … … 880 873 RandomizedBaseAddress="1" 881 874 DataExecutionPrevention="0" 882 ImportLibrary="$(OutDir)/CheckSystem.lib"883 875 TargetMachine="17" 884 876 /> … … 907 899 <Configuration 908 900 Name="Nightly|Itanium" 909 OutputDirectory="$( PlatformName)\$(ConfigurationName)"901 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 910 902 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 911 903 ConfigurationType="2" 912 904 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 913 CharacterSet=" 2"905 CharacterSet="1" 914 906 > 915 907 <Tool … … 933 925 AdditionalIncludeDirectories="../../include" 934 926 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 935 RuntimeLibrary="0"936 927 UsePrecompiledHeader="2" 937 928 WarningLevel="3" 938 Detect64BitPortabilityProblems="false"939 929 DebugInformationFormat="3" 940 930 /> … … 951 941 Name="VCLinkerTool" 952 942 AdditionalDependencies="Pdh.lib" 953 OutputFile="../../Dist/modules/$(ProjectName).dll"954 943 LinkIncremental="1" 955 944 ModuleDefinitionFile="CheckSystem.def" 956 GenerateDebugInformation=" true"945 GenerateDebugInformation="false" 957 946 SubSystem="2" 958 947 OptimizeReferences="2" … … 960 949 RandomizedBaseAddress="1" 961 950 DataExecutionPrevention="0" 962 ImportLibrary="$(OutDir)/CheckSystem.lib"963 951 TargetMachine="5" 964 952 /> … … 991 979 ConfigurationType="2" 992 980 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 993 CharacterSet=" 2"981 CharacterSet="1" 994 982 > 995 983 <Tool … … 1072 1060 ConfigurationType="2" 1073 1061 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 1074 CharacterSet=" 2"1062 CharacterSet="1" 1075 1063 > 1076 1064 <Tool … … 1154 1142 ConfigurationType="2" 1155 1143 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 1156 CharacterSet=" 2"1144 CharacterSet="1" 1157 1145 > 1158 1146 <Tool
Note: See TracChangeset
for help on using the changeset viewer.








