Changeset 2a94f3f in nscp for modules/CheckEventLog
- Timestamp:
- 03/19/05 20:57:49 (8 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 1eef1ee
- Parents:
- 8223547
- File:
-
- 1 edited
-
modules/CheckEventLog/CheckEventLog.vcproj (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckEventLog/CheckEventLog.vcproj
r8223547 r2a94f3f 12 12 <Configurations> 13 13 <Configuration 14 Name="Debug|Win32"15 OutputDirectory="Debug"16 IntermediateDirectory="Debug"17 ConfigurationType="2"18 CharacterSet="2">19 <Tool20 Name="VCCLCompilerTool"21 Optimization="0"22 AdditionalIncludeDirectories="../include;../../include"23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;_STLP_USE_NEWALLOC,_STLP_DEBUG"24 MinimalRebuild="TRUE"25 BasicRuntimeChecks="3"26 RuntimeLibrary="1"27 UsePrecompiledHeader="3"28 WarningLevel="3"29 Detect64BitPortabilityProblems="TRUE"30 DebugInformationFormat="4"/>31 <Tool32 Name="VCCustomBuildTool"/>33 <Tool34 Name="VCLinkerTool"35 OutputFile="../../Debug/modules/$(ProjectName).dll"36 LinkIncremental="2"37 ModuleDefinitionFile="CheckEventLog.def"38 GenerateDebugInformation="TRUE"39 ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"40 SubSystem="2"41 ImportLibrary="$(OutDir)/CheckEventLog.lib"42 TargetMachine="1"/>43 <Tool44 Name="VCMIDLTool"/>45 <Tool46 Name="VCPostBuildEventTool"/>47 <Tool48 Name="VCPreBuildEventTool"/>49 <Tool50 Name="VCPreLinkEventTool"/>51 <Tool52 Name="VCResourceCompilerTool"/>53 <Tool54 Name="VCWebServiceProxyGeneratorTool"/>55 <Tool56 Name="VCXMLDataGeneratorTool"/>57 <Tool58 Name="VCWebDeploymentTool"/>59 <Tool60 Name="VCManagedWrapperGeneratorTool"/>61 <Tool62 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>63 </Configuration>64 <Configuration65 14 Name="Release|Win32" 66 OutputDirectory="Release"67 IntermediateDirectory="Release"68 ConfigurationType="2"69 CharacterSet="2">70 <Tool71 Name="VCCLCompilerTool"72 AdditionalIncludeDirectories="../include;../../include"73 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;SYSTRAY_EXPORTS"74 RuntimeLibrary="0"75 UsePrecompiledHeader="3"76 WarningLevel="3"77 Detect64BitPortabilityProblems="TRUE"78 DebugInformationFormat="3"/>79 <Tool80 Name="VCCustomBuildTool"/>81 <Tool82 Name="VCLinkerTool"83 OutputFile="../../Release/modules/$(ProjectName).dll"84 LinkIncremental="1"85 ModuleDefinitionFile="CheckEventLog.def"86 GenerateDebugInformation="TRUE"87 SubSystem="2"88 OptimizeReferences="2"89 EnableCOMDATFolding="2"90 ImportLibrary="$(OutDir)/CheckEventLog.lib"91 TargetMachine="1"/>92 <Tool93 Name="VCMIDLTool"/>94 <Tool95 Name="VCPostBuildEventTool"/>96 <Tool97 Name="VCPreBuildEventTool"/>98 <Tool99 Name="VCPreLinkEventTool"/>100 <Tool101 Name="VCResourceCompilerTool"/>102 <Tool103 Name="VCWebServiceProxyGeneratorTool"/>104 <Tool105 Name="VCXMLDataGeneratorTool"/>106 <Tool107 Name="VCWebDeploymentTool"/>108 <Tool109 Name="VCManagedWrapperGeneratorTool"/>110 <Tool111 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>112 </Configuration>113 <Configuration114 Name="Dynamic Linkage|Win32"115 15 OutputDirectory="$(ConfigurationName)" 116 16 IntermediateDirectory="$(ConfigurationName)" … … 162 62 </Configuration> 163 63 <Configuration 164 Name="Debug Dynamic Linkage|Win32"64 Name="Debug|Win32" 165 65 OutputDirectory="$(ConfigurationName)" 166 66 IntermediateDirectory="$(ConfigurationName)" … … 230 130 RelativePath=".\stdafx.cpp"> 231 131 <FileConfiguration 232 Name="Debug|Win32">233 <Tool234 Name="VCCLCompilerTool"235 UsePrecompiledHeader="1"/>236 </FileConfiguration>237 <FileConfiguration238 132 Name="Release|Win32"> 239 133 <Tool … … 242 136 </FileConfiguration> 243 137 <FileConfiguration 244 Name="Dynamic Linkage|Win32"> 245 <Tool 246 Name="VCCLCompilerTool" 247 UsePrecompiledHeader="1"/> 248 </FileConfiguration> 249 <FileConfiguration 250 Name="Debug Dynamic Linkage|Win32"> 138 Name="Debug|Win32"> 251 139 <Tool 252 140 Name="VCCLCompilerTool"
Note: See TracChangeset
for help on using the changeset viewer.








