Changeset f7f536b in nscp for trunk/modules/CheckEventLog/CheckEventLog.vcproj
- Timestamp:
- 02/25/05 21:47:45 (8 years ago)
- Children:
- cab471b
- Parents:
- 107bd0f
- File:
-
- 1 edited
-
trunk/modules/CheckEventLog/CheckEventLog.vcproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/CheckEventLog/CheckEventLog.vcproj
re0705d4 rf7f536b 21 21 Optimization="0" 22 22 AdditionalIncludeDirectories="../include;../../include" 23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;_STLP_USE_NEWALLOC "23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;_STLP_USE_NEWALLOC,_STLP_DEBUG" 24 24 MinimalRebuild="TRUE" 25 25 BasicRuntimeChecks="3" … … 96 96 <Tool 97 97 Name="VCPreBuildEventTool"/> 98 <Tool 99 Name="VCPreLinkEventTool"/> 100 <Tool 101 Name="VCResourceCompilerTool"/> 102 <Tool 103 Name="VCWebServiceProxyGeneratorTool"/> 104 <Tool 105 Name="VCXMLDataGeneratorTool"/> 106 <Tool 107 Name="VCWebDeploymentTool"/> 108 <Tool 109 Name="VCManagedWrapperGeneratorTool"/> 110 <Tool 111 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 112 </Configuration> 113 <Configuration 114 Name="Dynamic Linkage|Win32" 115 OutputDirectory="$(ConfigurationName)" 116 IntermediateDirectory="$(ConfigurationName)" 117 ConfigurationType="2" 118 CharacterSet="2"> 119 <Tool 120 Name="VCCLCompilerTool" 121 AdditionalIncludeDirectories="../include;../../include" 122 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;SYSTRAY_EXPORTS" 123 RuntimeLibrary="0" 124 UsePrecompiledHeader="3" 125 WarningLevel="3" 126 Detect64BitPortabilityProblems="TRUE" 127 DebugInformationFormat="3"/> 128 <Tool 129 Name="VCCustomBuildTool"/> 130 <Tool 131 Name="VCLinkerTool" 132 OutputFile="../../Release/modules/$(ProjectName).dll" 133 LinkIncremental="1" 134 ModuleDefinitionFile="CheckEventLog.def" 135 GenerateDebugInformation="TRUE" 136 SubSystem="2" 137 OptimizeReferences="2" 138 EnableCOMDATFolding="2" 139 ImportLibrary="$(OutDir)/CheckEventLog.lib" 140 TargetMachine="1"/> 141 <Tool 142 Name="VCMIDLTool"/> 143 <Tool 144 Name="VCPostBuildEventTool"/> 145 <Tool 146 Name="VCPreBuildEventTool" 147 ExcludedFromBuild="TRUE"/> 148 <Tool 149 Name="VCPreLinkEventTool"/> 150 <Tool 151 Name="VCResourceCompilerTool"/> 152 <Tool 153 Name="VCWebServiceProxyGeneratorTool"/> 154 <Tool 155 Name="VCXMLDataGeneratorTool"/> 156 <Tool 157 Name="VCWebDeploymentTool"/> 158 <Tool 159 Name="VCManagedWrapperGeneratorTool"/> 160 <Tool 161 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 162 </Configuration> 163 <Configuration 164 Name="Debug Dynamic Linkage|Win32" 165 OutputDirectory="$(ConfigurationName)" 166 IntermediateDirectory="$(ConfigurationName)" 167 ConfigurationType="2" 168 CharacterSet="2"> 169 <Tool 170 Name="VCCLCompilerTool" 171 Optimization="0" 172 AdditionalIncludeDirectories="../include;../../include" 173 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1" 174 MinimalRebuild="TRUE" 175 BasicRuntimeChecks="3" 176 RuntimeLibrary="3" 177 UsePrecompiledHeader="3" 178 WarningLevel="3" 179 Detect64BitPortabilityProblems="TRUE" 180 DebugInformationFormat="4"/> 181 <Tool 182 Name="VCCustomBuildTool"/> 183 <Tool 184 Name="VCLinkerTool" 185 OutputFile="../../Debug/modules/$(ProjectName).dll" 186 LinkIncremental="2" 187 ModuleDefinitionFile="CheckEventLog.def" 188 GenerateDebugInformation="TRUE" 189 ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb" 190 SubSystem="2" 191 ImportLibrary="$(OutDir)/CheckEventLog.lib" 192 TargetMachine="1"/> 193 <Tool 194 Name="VCMIDLTool"/> 195 <Tool 196 Name="VCPostBuildEventTool"/> 197 <Tool 198 Name="VCPreBuildEventTool" 199 ExcludedFromBuild="TRUE"/> 98 200 <Tool 99 201 Name="VCPreLinkEventTool"/> … … 135 237 <FileConfiguration 136 238 Name="Release|Win32"> 239 <Tool 240 Name="VCCLCompilerTool" 241 UsePrecompiledHeader="1"/> 242 </FileConfiguration> 243 <FileConfiguration 244 Name="Dynamic Linkage|Win32"> 245 <Tool 246 Name="VCCLCompilerTool" 247 UsePrecompiledHeader="1"/> 248 </FileConfiguration> 249 <FileConfiguration 250 Name="Debug Dynamic Linkage|Win32"> 137 251 <Tool 138 252 Name="VCCLCompilerTool"
Note: See TracChangeset
for help on using the changeset viewer.








