Click here to Skip to main content
15,886,052 members
Articles / Programming Languages / C++

System Information Utility

Rate me:
Please Sign up or sign in to vote.
4.95/5 (12 votes)
17 Apr 2001 500.6K   8.6K   107  
Utility to extract system information
<?xml version="1.0"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.00"
	Name="SystemCPU"
	SccProjectName="&quot;$/SystemApplication&quot;, KOCAAAAA"
	SccAuxPath=""
	SccLocalPath=".."
	SccProvider="MSSCCI:SourceSafe">
	<Build>
		<Settings>
			<Platform
				Name="Win32"/>
			<Configuration
				Name="Debug|Win32"
				IntermediateDirectory=".\Debug"
				OutputDirectory=".\Debug"
				ConfigurationType="2"
				UseOfMFC="0"
				ATLMinimizesCRunTimeLibraryUsage="FALSE"
				CharacterSet="2">
				<Tool
					Name="VCBscMakeTool"
					SuppressStartupMessage="TRUE"
					OutputFile=".\Debug/SystemCPU.bsc"/>
				<Tool
					Name="VCCLCompilerTool"
					Optimization="0"
					Defines="WIN32;_DEBUG;_WINDOWS;_USRDLL"
					RuntimeLibrary="1"
					UsePrecompiledHeader="3"
					PrecompiledHeaderThrough="stdafx.h"
					PrecompiledHeaderFile=".\Debug/SystemCPU.pch"
					AsmListingLocation=".\Debug/"
					ObjectFile=".\Debug/"
					ProgramDataBaseFileName=".\Debug/"
					WarnLevel="3"
					SuppressStartupMessage="TRUE"
					Detect64BitPortabilityProblems="TRUE"
					DebugInformation="3"
					UseManagedExtensions="0"/>
				<Tool
					Name="VCCustomBuildTool"
					Description="Performing registration"
					CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;
echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
"
					Outputs="$(OutDir)\regsvr32.trg"/>
				<Tool
					Name="VCLinkerTool"
					AdditionalOptions="/MACHINE:I386"
					AdditionalInputs="odbc32.lib odbccp32.lib"
					OutputFile="../Bin/Debug/SystemCPU.dll"
					LinkIncremental="2"
					SuppressStartupMessage="TRUE"
					ModuleDefinitionFile=".\SystemCPU.def"
					GenerateDebug="TRUE"
					ProgramDatabaseFile=".\Debug/SystemCPU.pdb"
					SubSystem="2"
					ImportLibrary=".\Debug/SystemCPU.lib"/>
				<Tool
					Name="VCMIDLTool"
					TypeLibraryName=".\Debug/SystemCPU.tlb"/>
				<Tool
					Name="VCPostBuildEventTool"/>
				<Tool
					Name="VCPreBuildEventTool"/>
				<Tool
					Name="VCPreLinkEventTool"/>
				<Tool
					Name="VCResourceCompilerTool"
					Defines="_DEBUG"
					Culture="1033"/>
				<Tool
					Name="VCSDLTool"/>
			</Configuration>
			<Configuration
				Name="Release|Win32"
				IntermediateDirectory="Release"
				OutputDirectory="Release"
				ConfigurationType="2"
				UseOfMFC="0"
				UseOfATL="1"
				ATLMinimizesCRunTimeLibraryUsage="TRUE"
				CharacterSet="2">
				<Tool
					Name="VCBscMakeTool"
					SuppressStartupMessage="TRUE"
					OutputFile=".\ReleaseMinDependency/SystemCPU.bsc"/>
				<Tool
					Name="VCCLCompilerTool"
					InlineFunctionExpansion="1"
					Defines="WIN32;NDEBUG;_WINDOWS;_USRDLL"
					StringPooling="TRUE"
					RuntimeLibrary="0"
					PackageFunctions="TRUE"
					UsePrecompiledHeader="3"
					PrecompiledHeaderThrough="stdafx.h"
					PrecompiledHeaderFile=".\ReleaseMinDependency/SystemCPU.pch"
					AsmListingLocation=".\ReleaseMinDependency/"
					ObjectFile=".\ReleaseMinDependency/"
					ProgramDataBaseFileName=".\ReleaseMinDependency/"
					WarnLevel="3"
					SuppressStartupMessage="TRUE"
					Detect64BitPortabilityProblems="TRUE"
					UseManagedExtensions="0"/>
				<Tool
					Name="VCCustomBuildTool"
					Description="Performing registration"
					CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;
echo regsvr32 exec. time &gt; &quot;$(OutDir)\regsvr32.trg&quot;
"
					Outputs="$(OutDir)\regsvr32.trg"/>
				<Tool
					Name="VCLinkerTool"
					AdditionalOptions="/MACHINE:I386"
					AdditionalInputs="odbc32.lib odbccp32.lib MSVCRT.LIB"
					OutputFile="../Bin/Release/SystemCPU.dll"
					LinkIncremental="1"
					SuppressStartupMessage="TRUE"
					ModuleDefinitionFile=".\SystemCPU.def"
					ProgramDatabaseFile=".\ReleaseMinDependency/SystemCPU.pdb"
					SubSystem="2"
					ImportLibrary=".\ReleaseMinDependency/SystemCPU.lib"/>
				<Tool
					Name="VCMIDLTool"
					TypeLibraryName=".\ReleaseMinDependency/SystemCPU.tlb"/>
				<Tool
					Name="VCPostBuildEventTool"/>
				<Tool
					Name="VCPreBuildEventTool"/>
				<Tool
					Name="VCPreLinkEventTool"/>
				<Tool
					Name="VCResourceCompilerTool"
					Defines="NDEBUG"
					Culture="1033"/>
				<Tool
					Name="VCSDLTool"/>
			</Configuration>
		</Settings>
	</Build>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
			<File
				RelativePath=".\CPUInformation.cpp">
			</File>
			<File
				RelativePath=".\StdAfx.cpp">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\SystemCPU.cpp">
			</File>
			<File
				RelativePath=".\SystemCPU.def">
			</File>
			<File
				RelativePath=".\SystemCPU.idl">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCMIDLTool"
						GenerateStublessProxies="TRUE"
						TypeLibraryName=".\SystemCPU.tlb"
						HeaderFileName="SystemCPU.h"
						InterfaceIdentifierFileName="SystemCPU_i.c"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCMIDLTool"
						GenerateStublessProxies="TRUE"
						TypeLibraryName=".\SystemCPU.tlb"
						HeaderFileName="SystemCPU.h"
						InterfaceIdentifierFileName="SystemCPU_i.c"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\SystemCPU.rc">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCResourceCompilerTool"
						IncludePaths="$(OUTDIR);$(NoInherit)"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCResourceCompilerTool"
						IncludePaths="$(OUTDIR);$(NoInherit)"/>
				</FileConfiguration>
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl">
			<File
				RelativePath=".\CPUInformation.h">
			</File>
			<File
				RelativePath=".\Resource.h">
			</File>
			<File
				RelativePath=".\StdAfx.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
			<File
				RelativePath=".\CPUInformation.rgs">
			</File>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions