Changeset 9ce8b01 in nscp for modules/CheckSystem
- Timestamp:
- 11/15/06 20:53:39 (7 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 1a22e52
- Parents:
- 7aef770
- File:
-
- 1 edited
-
modules/CheckSystem/CheckSystem.vcproj (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckSystem/CheckSystem.vcproj
rf42280d r9ce8b01 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8.00" 5 5 Name="CheckSystem" 6 6 ProjectGUID="{2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}" 7 Keyword="Win32Proj"> 7 Keyword="Win32Proj" 8 > 8 9 <Platforms> 9 10 <Platform 10 Name="Win32"/> 11 Name="Win32" 12 /> 11 13 </Platforms> 14 <ToolFiles> 15 </ToolFiles> 12 16 <Configurations> 13 17 <Configuration … … 16 20 IntermediateDirectory="$(ConfigurationName)" 17 21 ConfigurationType="2" 18 CharacterSet="2"> 22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 23 CharacterSet="2" 24 > 25 <Tool 26 Name="VCPreBuildEventTool" 27 /> 28 <Tool 29 Name="VCCustomBuildTool" 30 /> 31 <Tool 32 Name="VCXMLDataGeneratorTool" 33 /> 34 <Tool 35 Name="VCWebServiceProxyGeneratorTool" 36 /> 37 <Tool 38 Name="VCMIDLTool" 39 /> 19 40 <Tool 20 41 Name="VCCLCompilerTool" … … 22 43 AdditionalIncludeDirectories="../include;../../include" 23 44 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1" 24 MinimalRebuild=" TRUE"45 MinimalRebuild="true" 25 46 BasicRuntimeChecks="3" 26 47 RuntimeLibrary="3" 27 UsePrecompiledHeader=" 3"48 UsePrecompiledHeader="2" 28 49 WarningLevel="3" 29 Detect64BitPortabilityProblems="TRUE" 30 DebugInformationFormat="4"/> 31 <Tool 32 Name="VCCustomBuildTool"/> 50 Detect64BitPortabilityProblems="true" 51 DebugInformationFormat="4" 52 /> 53 <Tool 54 Name="VCManagedResourceCompilerTool" 55 /> 56 <Tool 57 Name="VCResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCPreLinkEventTool" 61 /> 33 62 <Tool 34 63 Name="VCLinkerTool" … … 37 66 LinkIncremental="2" 38 67 ModuleDefinitionFile="CheckSystem.def" 39 GenerateDebugInformation=" TRUE"68 GenerateDebugInformation="true" 40 69 ProgramDatabaseFile="$(OutDir)/CheckSystem.pdb" 41 70 SubSystem="2" 42 71 ImportLibrary="$(OutDir)/CheckSystem.lib" 43 TargetMachine="1"/> 44 <Tool 45 Name="VCMIDLTool"/> 46 <Tool 47 Name="VCPostBuildEventTool"/> 48 <Tool 49 Name="VCPreBuildEventTool"/> 50 <Tool 51 Name="VCPreLinkEventTool"/> 52 <Tool 53 Name="VCResourceCompilerTool"/> 54 <Tool 55 Name="VCWebServiceProxyGeneratorTool"/> 56 <Tool 57 Name="VCXMLDataGeneratorTool"/> 58 <Tool 59 Name="VCWebDeploymentTool"/> 60 <Tool 61 Name="VCManagedWrapperGeneratorTool"/> 62 <Tool 63 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 72 TargetMachine="1" 73 /> 74 <Tool 75 Name="VCALinkTool" 76 /> 77 <Tool 78 Name="VCManifestTool" 79 /> 80 <Tool 81 Name="VCXDCMakeTool" 82 /> 83 <Tool 84 Name="VCBscMakeTool" 85 /> 86 <Tool 87 Name="VCFxCopTool" 88 /> 89 <Tool 90 Name="VCAppVerifierTool" 91 /> 92 <Tool 93 Name="VCWebDeploymentTool" 94 /> 95 <Tool 96 Name="VCPostBuildEventTool" 97 /> 64 98 </Configuration> 65 99 <Configuration … … 68 102 IntermediateDirectory="$(ConfigurationName)" 69 103 ConfigurationType="2" 70 CharacterSet="2"> 104 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 105 CharacterSet="2" 106 > 107 <Tool 108 Name="VCPreBuildEventTool" 109 /> 110 <Tool 111 Name="VCCustomBuildTool" 112 /> 113 <Tool 114 Name="VCXMLDataGeneratorTool" 115 /> 116 <Tool 117 Name="VCWebServiceProxyGeneratorTool" 118 /> 119 <Tool 120 Name="VCMIDLTool" 121 /> 71 122 <Tool 72 123 Name="VCCLCompilerTool" … … 74 125 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 75 126 RuntimeLibrary="2" 76 UsePrecompiledHeader=" 3"127 UsePrecompiledHeader="2" 77 128 WarningLevel="3" 78 Detect64BitPortabilityProblems="TRUE" 79 DebugInformationFormat="3"/> 80 <Tool 81 Name="VCCustomBuildTool"/> 129 Detect64BitPortabilityProblems="true" 130 DebugInformationFormat="3" 131 /> 132 <Tool 133 Name="VCManagedResourceCompilerTool" 134 /> 135 <Tool 136 Name="VCResourceCompilerTool" 137 /> 138 <Tool 139 Name="VCPreLinkEventTool" 140 /> 82 141 <Tool 83 142 Name="VCLinkerTool" … … 86 145 LinkIncremental="1" 87 146 ModuleDefinitionFile="CheckSystem.def" 88 GenerateDebugInformation=" TRUE"147 GenerateDebugInformation="true" 89 148 SubSystem="2" 90 149 OptimizeReferences="2" 91 150 EnableCOMDATFolding="2" 92 151 ImportLibrary="$(OutDir)/CheckSystem.lib" 93 TargetMachine="1"/> 94 <Tool 95 Name="VCMIDLTool"/> 96 <Tool 97 Name="VCPostBuildEventTool"/> 98 <Tool 99 Name="VCPreBuildEventTool"/> 100 <Tool 101 Name="VCPreLinkEventTool"/> 102 <Tool 103 Name="VCResourceCompilerTool"/> 104 <Tool 105 Name="VCWebServiceProxyGeneratorTool"/> 106 <Tool 107 Name="VCXMLDataGeneratorTool"/> 108 <Tool 109 Name="VCWebDeploymentTool"/> 110 <Tool 111 Name="VCManagedWrapperGeneratorTool"/> 112 <Tool 113 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 152 TargetMachine="1" 153 /> 154 <Tool 155 Name="VCALinkTool" 156 /> 157 <Tool 158 Name="VCManifestTool" 159 /> 160 <Tool 161 Name="VCXDCMakeTool" 162 /> 163 <Tool 164 Name="VCBscMakeTool" 165 /> 166 <Tool 167 Name="VCFxCopTool" 168 /> 169 <Tool 170 Name="VCAppVerifierTool" 171 /> 172 <Tool 173 Name="VCWebDeploymentTool" 174 /> 175 <Tool 176 Name="VCPostBuildEventTool" 177 /> 114 178 </Configuration> 115 179 <Configuration … … 118 182 IntermediateDirectory="$(ConfigurationName)" 119 183 ConfigurationType="2" 120 CharacterSet="2"> 184 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 185 CharacterSet="2" 186 > 187 <Tool 188 Name="VCPreBuildEventTool" 189 /> 190 <Tool 191 Name="VCCustomBuildTool" 192 /> 193 <Tool 194 Name="VCXMLDataGeneratorTool" 195 /> 196 <Tool 197 Name="VCWebServiceProxyGeneratorTool" 198 /> 199 <Tool 200 Name="VCMIDLTool" 201 /> 121 202 <Tool 122 203 Name="VCCLCompilerTool" … … 124 205 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 125 206 RuntimeLibrary="2" 126 UsePrecompiledHeader=" 3"207 UsePrecompiledHeader="2" 127 208 WarningLevel="3" 128 Detect64BitPortabilityProblems="TRUE" 129 DebugInformationFormat="3"/> 130 <Tool 131 Name="VCCustomBuildTool"/> 209 Detect64BitPortabilityProblems="true" 210 DebugInformationFormat="3" 211 /> 212 <Tool 213 Name="VCManagedResourceCompilerTool" 214 /> 215 <Tool 216 Name="VCResourceCompilerTool" 217 /> 218 <Tool 219 Name="VCPreLinkEventTool" 220 /> 132 221 <Tool 133 222 Name="VCLinkerTool" … … 136 225 LinkIncremental="1" 137 226 ModuleDefinitionFile="CheckSystem.def" 138 GenerateDebugInformation=" TRUE"227 GenerateDebugInformation="true" 139 228 SubSystem="2" 140 229 OptimizeReferences="2" 141 230 EnableCOMDATFolding="2" 142 231 ImportLibrary="$(OutDir)/CheckSystem.lib" 143 TargetMachine="1"/> 144 <Tool 145 Name="VCMIDLTool"/> 146 <Tool 147 Name="VCPostBuildEventTool"/> 148 <Tool 149 Name="VCPreBuildEventTool"/> 150 <Tool 151 Name="VCPreLinkEventTool"/> 152 <Tool 153 Name="VCResourceCompilerTool"/> 154 <Tool 155 Name="VCWebServiceProxyGeneratorTool"/> 156 <Tool 157 Name="VCXMLDataGeneratorTool"/> 158 <Tool 159 Name="VCWebDeploymentTool"/> 160 <Tool 161 Name="VCManagedWrapperGeneratorTool"/> 162 <Tool 163 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 232 TargetMachine="1" 233 /> 234 <Tool 235 Name="VCALinkTool" 236 /> 237 <Tool 238 Name="VCManifestTool" 239 /> 240 <Tool 241 Name="VCXDCMakeTool" 242 /> 243 <Tool 244 Name="VCBscMakeTool" 245 /> 246 <Tool 247 Name="VCFxCopTool" 248 /> 249 <Tool 250 Name="VCAppVerifierTool" 251 /> 252 <Tool 253 Name="VCWebDeploymentTool" 254 /> 255 <Tool 256 Name="VCPostBuildEventTool" 257 /> 164 258 </Configuration> 165 259 </Configurations> … … 170 264 Name="Source Files" 171 265 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 172 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 173 <File 174 RelativePath="..\..\include\arrayBuffer.cpp"> 175 </File> 176 <File 177 RelativePath=".\CheckSystem.cpp"> 178 </File> 179 <File 180 RelativePath=".\CheckSystem.def"> 181 </File> 182 <File 183 RelativePath="..\..\include\EnumNtSrv.cpp"> 184 </File> 185 <File 186 RelativePath="..\..\include\EnumProcess.cpp"> 187 </File> 188 <File 189 RelativePath="..\..\include\NSCHelper.cpp"> 190 </File> 191 <File 192 RelativePath=".\PDHCollector.cpp"> 193 </File> 194 <File 195 RelativePath="..\..\include\PDHCounter.cpp"> 196 </File> 197 <File 198 RelativePath=".\stdafx.cpp"> 199 <FileConfiguration 200 Name="Debug|Win32"> 201 <Tool 202 Name="VCCLCompilerTool" 203 UsePrecompiledHeader="1"/> 204 </FileConfiguration> 205 <FileConfiguration 206 Name="Release|Win32"> 207 <Tool 208 Name="VCCLCompilerTool" 209 UsePrecompiledHeader="1"/> 210 </FileConfiguration> 211 <FileConfiguration 212 Name="Distribution|Win32"> 213 <Tool 214 Name="VCCLCompilerTool" 215 UsePrecompiledHeader="1"/> 216 </FileConfiguration> 217 </File> 218 <File 219 RelativePath="..\..\include\sysinfo.cpp"> 220 <FileConfiguration 221 Name="Debug|Win32"> 222 <Tool 223 Name="VCCLCompilerTool" 224 UsePrecompiledHeader="0"/> 225 </FileConfiguration> 226 <FileConfiguration 227 Name="Release|Win32"> 228 <Tool 229 Name="VCCLCompilerTool" 230 UsePrecompiledHeader="0"/> 231 </FileConfiguration> 232 <FileConfiguration 233 Name="Distribution|Win32"> 234 <Tool 235 Name="VCCLCompilerTool" 236 UsePrecompiledHeader="0"/> 237 </FileConfiguration> 238 </File> 239 <File 240 RelativePath="..\..\include\utils.cpp"> 241 <FileConfiguration 242 Name="Debug|Win32"> 243 <Tool 244 Name="VCCLCompilerTool" 245 UsePrecompiledHeader="0"/> 246 </FileConfiguration> 247 <FileConfiguration 248 Name="Release|Win32"> 249 <Tool 250 Name="VCCLCompilerTool" 251 UsePrecompiledHeader="0"/> 252 </FileConfiguration> 253 <FileConfiguration 254 Name="Distribution|Win32"> 255 <Tool 256 Name="VCCLCompilerTool" 257 UsePrecompiledHeader="0"/> 266 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 267 > 268 <File 269 RelativePath="..\..\include\arrayBuffer.cpp" 270 > 271 </File> 272 <File 273 RelativePath=".\CheckSystem.cpp" 274 > 275 </File> 276 <File 277 RelativePath=".\CheckSystem.def" 278 > 279 </File> 280 <File 281 RelativePath="..\..\include\EnumNtSrv.cpp" 282 > 283 </File> 284 <File 285 RelativePath="..\..\include\EnumProcess.cpp" 286 > 287 </File> 288 <File 289 RelativePath="..\..\include\NSCHelper.cpp" 290 > 291 </File> 292 <File 293 RelativePath=".\PDHCollector.cpp" 294 > 295 </File> 296 <File 297 RelativePath="..\..\include\PDHCounter.cpp" 298 > 299 </File> 300 <File 301 RelativePath=".\stdafx.cpp" 302 > 303 <FileConfiguration 304 Name="Debug|Win32" 305 > 306 <Tool 307 Name="VCCLCompilerTool" 308 UsePrecompiledHeader="1" 309 /> 310 </FileConfiguration> 311 <FileConfiguration 312 Name="Release|Win32" 313 > 314 <Tool 315 Name="VCCLCompilerTool" 316 UsePrecompiledHeader="1" 317 /> 318 </FileConfiguration> 319 <FileConfiguration 320 Name="Distribution|Win32" 321 > 322 <Tool 323 Name="VCCLCompilerTool" 324 UsePrecompiledHeader="1" 325 /> 326 </FileConfiguration> 327 </File> 328 <File 329 RelativePath="..\..\include\sysinfo.cpp" 330 > 331 <FileConfiguration 332 Name="Debug|Win32" 333 > 334 <Tool 335 Name="VCCLCompilerTool" 336 UsePrecompiledHeader="0" 337 /> 338 </FileConfiguration> 339 <FileConfiguration 340 Name="Release|Win32" 341 > 342 <Tool 343 Name="VCCLCompilerTool" 344 UsePrecompiledHeader="0" 345 /> 346 </FileConfiguration> 347 <FileConfiguration 348 Name="Distribution|Win32" 349 > 350 <Tool 351 Name="VCCLCompilerTool" 352 UsePrecompiledHeader="0" 353 /> 354 </FileConfiguration> 355 </File> 356 <File 357 RelativePath="..\..\include\utils.cpp" 358 > 359 <FileConfiguration 360 Name="Debug|Win32" 361 > 362 <Tool 363 Name="VCCLCompilerTool" 364 UsePrecompiledHeader="0" 365 /> 366 </FileConfiguration> 367 <FileConfiguration 368 Name="Release|Win32" 369 > 370 <Tool 371 Name="VCCLCompilerTool" 372 UsePrecompiledHeader="0" 373 /> 374 </FileConfiguration> 375 <FileConfiguration 376 Name="Distribution|Win32" 377 > 378 <Tool 379 Name="VCCLCompilerTool" 380 UsePrecompiledHeader="0" 381 /> 258 382 </FileConfiguration> 259 383 </File> … … 262 386 Name="Header Files" 263 387 Filter="h;hpp;hxx;hm;inl;inc;xsd" 264 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 265 <File 266 RelativePath="..\..\include\arrayBuffer.h"> 267 </File> 268 <File 269 RelativePath=".\CheckSystem.h"> 270 </File> 271 <File 272 RelativePath="..\..\include\config.h"> 273 </File> 274 <File 275 RelativePath="..\..\include\EnumNtSrv.h"> 276 </File> 277 <File 278 RelativePath=".\PDHCollector.h"> 279 </File> 280 <File 281 RelativePath="..\..\include\PDHCollectors.h"> 282 </File> 283 <File 284 RelativePath="..\..\include\PDHCounter.h"> 285 </File> 286 <File 287 RelativePath=".\stdafx.h"> 288 </File> 289 <File 290 RelativePath="..\..\include\utils.h"> 388 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 389 > 390 <File 391 RelativePath="..\..\include\arrayBuffer.h" 392 > 393 </File> 394 <File 395 RelativePath=".\CheckSystem.h" 396 > 397 </File> 398 <File 399 RelativePath="..\..\include\config.h" 400 > 401 </File> 402 <File 403 RelativePath="..\..\include\EnumNtSrv.h" 404 > 405 </File> 406 <File 407 RelativePath=".\PDHCollector.h" 408 > 409 </File> 410 <File 411 RelativePath="..\..\include\PDHCollectors.h" 412 > 413 </File> 414 <File 415 RelativePath="..\..\include\PDHCounter.h" 416 > 417 </File> 418 <File 419 RelativePath=".\stdafx.h" 420 > 421 </File> 422 <File 423 RelativePath="..\..\include\utils.h" 424 > 291 425 </File> 292 426 </Filter>
Note: See TracChangeset
for help on using the changeset viewer.








