Changeset 9ce8b01 in nscp for modules/CheckWMI
- 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/CheckWMI/CheckWMI.vcproj (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckWMI/CheckWMI.vcproj
r1b7ae3d r9ce8b01 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8.00" 5 5 Name="CheckWMI" 6 ProjectGUID="{E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}" 7 Keyword="Win32Proj"> 6 ProjectGUID="{05DE66AC-E55C-43B3-849F-7EC695D8B8D0}" 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="Debug" 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" … … 38 67 AdditionalLibraryDirectories="" 39 68 ModuleDefinitionFile="CheckWMI.def" 40 GenerateDebugInformation=" TRUE"69 GenerateDebugInformation="true" 41 70 ProgramDatabaseFile="$(OutDir)/CheckWMI.pdb" 42 71 SubSystem="2" 43 72 ImportLibrary="$(OutDir)/CheckWMI.lib" 44 TargetMachine="1"/> 45 <Tool 46 Name="VCMIDLTool"/> 47 <Tool 48 Name="VCPostBuildEventTool"/> 49 <Tool 50 Name="VCPreBuildEventTool"/> 51 <Tool 52 Name="VCPreLinkEventTool"/> 53 <Tool 54 Name="VCResourceCompilerTool"/> 55 <Tool 56 Name="VCWebServiceProxyGeneratorTool"/> 57 <Tool 58 Name="VCXMLDataGeneratorTool"/> 59 <Tool 60 Name="VCWebDeploymentTool"/> 61 <Tool 62 Name="VCManagedWrapperGeneratorTool"/> 63 <Tool 64 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 73 TargetMachine="1" 74 /> 75 <Tool 76 Name="VCALinkTool" 77 /> 78 <Tool 79 Name="VCManifestTool" 80 /> 81 <Tool 82 Name="VCXDCMakeTool" 83 /> 84 <Tool 85 Name="VCBscMakeTool" 86 /> 87 <Tool 88 Name="VCFxCopTool" 89 /> 90 <Tool 91 Name="VCAppVerifierTool" 92 /> 93 <Tool 94 Name="VCWebDeploymentTool" 95 /> 96 <Tool 97 Name="VCPostBuildEventTool" 98 /> 65 99 </Configuration> 66 100 <Configuration … … 69 103 IntermediateDirectory="Release" 70 104 ConfigurationType="2" 71 CharacterSet="2"> 105 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 106 CharacterSet="2" 107 > 108 <Tool 109 Name="VCPreBuildEventTool" 110 /> 111 <Tool 112 Name="VCCustomBuildTool" 113 /> 114 <Tool 115 Name="VCXMLDataGeneratorTool" 116 /> 117 <Tool 118 Name="VCWebServiceProxyGeneratorTool" 119 /> 120 <Tool 121 Name="VCMIDLTool" 122 /> 72 123 <Tool 73 124 Name="VCCLCompilerTool" … … 75 126 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 76 127 RuntimeLibrary="2" 77 UsePrecompiledHeader=" 3"128 UsePrecompiledHeader="2" 78 129 WarningLevel="3" 79 Detect64BitPortabilityProblems="TRUE" 80 DebugInformationFormat="3"/> 81 <Tool 82 Name="VCCustomBuildTool"/> 130 Detect64BitPortabilityProblems="true" 131 DebugInformationFormat="3" 132 /> 133 <Tool 134 Name="VCManagedResourceCompilerTool" 135 /> 136 <Tool 137 Name="VCResourceCompilerTool" 138 /> 139 <Tool 140 Name="VCPreLinkEventTool" 141 /> 83 142 <Tool 84 143 Name="VCLinkerTool" … … 88 147 AdditionalLibraryDirectories="" 89 148 ModuleDefinitionFile="CheckWMI.def" 90 GenerateDebugInformation=" TRUE"149 GenerateDebugInformation="true" 91 150 SubSystem="2" 92 151 OptimizeReferences="2" 93 152 EnableCOMDATFolding="2" 94 153 ImportLibrary="$(OutDir)/CheckWMI.lib" 95 TargetMachine="1"/> 96 <Tool 97 Name="VCMIDLTool"/> 98 <Tool 99 Name="VCPostBuildEventTool"/> 100 <Tool 101 Name="VCPreBuildEventTool"/> 102 <Tool 103 Name="VCPreLinkEventTool"/> 104 <Tool 105 Name="VCResourceCompilerTool"/> 106 <Tool 107 Name="VCWebServiceProxyGeneratorTool"/> 108 <Tool 109 Name="VCXMLDataGeneratorTool"/> 110 <Tool 111 Name="VCWebDeploymentTool"/> 112 <Tool 113 Name="VCManagedWrapperGeneratorTool"/> 114 <Tool 115 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 154 TargetMachine="1" 155 /> 156 <Tool 157 Name="VCALinkTool" 158 /> 159 <Tool 160 Name="VCManifestTool" 161 /> 162 <Tool 163 Name="VCXDCMakeTool" 164 /> 165 <Tool 166 Name="VCBscMakeTool" 167 /> 168 <Tool 169 Name="VCFxCopTool" 170 /> 171 <Tool 172 Name="VCAppVerifierTool" 173 /> 174 <Tool 175 Name="VCWebDeploymentTool" 176 /> 177 <Tool 178 Name="VCPostBuildEventTool" 179 /> 116 180 </Configuration> 117 181 <Configuration … … 120 184 IntermediateDirectory="$(ConfigurationName)" 121 185 ConfigurationType="2" 122 CharacterSet="2"> 186 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 187 CharacterSet="2" 188 > 189 <Tool 190 Name="VCPreBuildEventTool" 191 /> 192 <Tool 193 Name="VCCustomBuildTool" 194 /> 195 <Tool 196 Name="VCXMLDataGeneratorTool" 197 /> 198 <Tool 199 Name="VCWebServiceProxyGeneratorTool" 200 /> 201 <Tool 202 Name="VCMIDLTool" 203 /> 123 204 <Tool 124 205 Name="VCCLCompilerTool" … … 126 207 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 127 208 RuntimeLibrary="2" 128 UsePrecompiledHeader=" 3"209 UsePrecompiledHeader="2" 129 210 WarningLevel="3" 130 Detect64BitPortabilityProblems="TRUE" 131 DebugInformationFormat="3"/> 132 <Tool 133 Name="VCCustomBuildTool"/> 211 Detect64BitPortabilityProblems="true" 212 DebugInformationFormat="3" 213 /> 214 <Tool 215 Name="VCManagedResourceCompilerTool" 216 /> 217 <Tool 218 Name="VCResourceCompilerTool" 219 /> 220 <Tool 221 Name="VCPreLinkEventTool" 222 /> 134 223 <Tool 135 224 Name="VCLinkerTool" … … 139 228 AdditionalLibraryDirectories="" 140 229 ModuleDefinitionFile="CheckWMI.def" 141 GenerateDebugInformation=" TRUE"230 GenerateDebugInformation="true" 142 231 SubSystem="2" 143 232 OptimizeReferences="2" 144 233 EnableCOMDATFolding="2" 145 234 ImportLibrary="$(OutDir)/CheckWMI.lib" 146 TargetMachine="1"/> 147 <Tool 148 Name="VCMIDLTool"/> 149 <Tool 150 Name="VCPostBuildEventTool"/> 151 <Tool 152 Name="VCPreBuildEventTool"/> 153 <Tool 154 Name="VCPreLinkEventTool"/> 155 <Tool 156 Name="VCResourceCompilerTool"/> 157 <Tool 158 Name="VCWebServiceProxyGeneratorTool"/> 159 <Tool 160 Name="VCXMLDataGeneratorTool"/> 161 <Tool 162 Name="VCWebDeploymentTool"/> 163 <Tool 164 Name="VCManagedWrapperGeneratorTool"/> 165 <Tool 166 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 235 TargetMachine="1" 236 /> 237 <Tool 238 Name="VCALinkTool" 239 /> 240 <Tool 241 Name="VCManifestTool" 242 /> 243 <Tool 244 Name="VCXDCMakeTool" 245 /> 246 <Tool 247 Name="VCBscMakeTool" 248 /> 249 <Tool 250 Name="VCFxCopTool" 251 /> 252 <Tool 253 Name="VCAppVerifierTool" 254 /> 255 <Tool 256 Name="VCWebDeploymentTool" 257 /> 258 <Tool 259 Name="VCPostBuildEventTool" 260 /> 167 261 </Configuration> 168 262 </Configurations> … … 173 267 Name="Source Files" 174 268 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 175 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 176 <File 177 RelativePath="..\..\include\arrayBuffer.cpp"> 178 </File> 179 <File 180 RelativePath=".\CheckWMI.cpp"> 181 </File> 182 <File 183 RelativePath="..\..\include\NSCHelper.cpp"> 184 </File> 185 <File 186 RelativePath=".\stdafx.cpp"> 187 <FileConfiguration 188 Name="Debug|Win32"> 189 <Tool 190 Name="VCCLCompilerTool" 191 UsePrecompiledHeader="1"/> 192 </FileConfiguration> 193 <FileConfiguration 194 Name="Release|Win32"> 195 <Tool 196 Name="VCCLCompilerTool" 197 UsePrecompiledHeader="1"/> 198 </FileConfiguration> 199 <FileConfiguration 200 Name="Distribution|Win32"> 201 <Tool 202 Name="VCCLCompilerTool" 203 UsePrecompiledHeader="1"/> 204 </FileConfiguration> 205 </File> 206 <File 207 RelativePath="..\..\include\utils.cpp"> 208 <FileConfiguration 209 Name="Debug|Win32"> 210 <Tool 211 Name="VCCLCompilerTool" 212 UsePrecompiledHeader="0"/> 213 </FileConfiguration> 214 <FileConfiguration 215 Name="Release|Win32"> 216 <Tool 217 Name="VCCLCompilerTool" 218 UsePrecompiledHeader="0"/> 219 </FileConfiguration> 220 <FileConfiguration 221 Name="Distribution|Win32"> 222 <Tool 223 Name="VCCLCompilerTool" 224 UsePrecompiledHeader="0"/> 225 </FileConfiguration> 226 </File> 227 <File 228 RelativePath=".\WMIQuery.cpp"> 269 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 270 > 271 <File 272 RelativePath="..\..\include\arrayBuffer.cpp" 273 > 274 </File> 275 <File 276 RelativePath=".\CheckWMI.cpp" 277 > 278 </File> 279 <File 280 RelativePath="..\..\include\NSCHelper.cpp" 281 > 282 </File> 283 <File 284 RelativePath=".\stdafx.cpp" 285 > 286 <FileConfiguration 287 Name="Debug|Win32" 288 > 289 <Tool 290 Name="VCCLCompilerTool" 291 UsePrecompiledHeader="1" 292 /> 293 </FileConfiguration> 294 <FileConfiguration 295 Name="Release|Win32" 296 > 297 <Tool 298 Name="VCCLCompilerTool" 299 UsePrecompiledHeader="1" 300 /> 301 </FileConfiguration> 302 <FileConfiguration 303 Name="Distribution|Win32" 304 > 305 <Tool 306 Name="VCCLCompilerTool" 307 UsePrecompiledHeader="1" 308 /> 309 </FileConfiguration> 310 </File> 311 <File 312 RelativePath="..\..\include\utils.cpp" 313 > 314 <FileConfiguration 315 Name="Debug|Win32" 316 > 317 <Tool 318 Name="VCCLCompilerTool" 319 UsePrecompiledHeader="0" 320 /> 321 </FileConfiguration> 322 <FileConfiguration 323 Name="Release|Win32" 324 > 325 <Tool 326 Name="VCCLCompilerTool" 327 UsePrecompiledHeader="0" 328 /> 329 </FileConfiguration> 330 <FileConfiguration 331 Name="Distribution|Win32" 332 > 333 <Tool 334 Name="VCCLCompilerTool" 335 UsePrecompiledHeader="0" 336 /> 337 </FileConfiguration> 338 </File> 339 <File 340 RelativePath=".\WMIQuery.cpp" 341 > 229 342 </File> 230 343 </Filter> … … 232 345 Name="Header Files" 233 346 Filter="h;hpp;hxx;hm;inl;inc;xsd" 234 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 235 <File 236 RelativePath="..\..\include\checkHelpers.hpp"> 237 </File> 238 <File 239 RelativePath=".\CheckWMI.h"> 240 </File> 241 <File 242 RelativePath="..\..\include\NSCHelper.h"> 243 </File> 244 <File 245 RelativePath=".\stdafx.h"> 246 </File> 247 <File 248 RelativePath="..\..\include\utils.h"> 249 </File> 250 <File 251 RelativePath=".\WMIQuery.h"> 347 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 348 > 349 <File 350 RelativePath="..\..\include\checkHelpers.hpp" 351 > 352 </File> 353 <File 354 RelativePath=".\CheckWMI.h" 355 > 356 </File> 357 <File 358 RelativePath="..\..\include\NSCHelper.h" 359 > 360 </File> 361 <File 362 RelativePath=".\stdafx.h" 363 > 364 </File> 365 <File 366 RelativePath="..\..\include\utils.h" 367 > 368 </File> 369 <File 370 RelativePath=".\WMIQuery.h" 371 > 252 372 </File> 253 373 </Filter> … … 255 375 Name="Resource Files" 256 376 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 257 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> 377 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 378 > 258 379 </Filter> 259 380 <File 260 RelativePath=".\ReadMe.txt"> 381 RelativePath=".\ReadMe.txt" 382 > 261 383 </File> 262 384 </Files>
Note: See TracChangeset
for help on using the changeset viewer.








