Click here to Skip to main content
15,881,172 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.1K   8.6K   107  
Utility to extract system information
<?xml version="1.0"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.00"
	Name="SystemApplication"
	SccProjectName="&quot;$/SystemApplication&quot;, KOCAAAAA"
	SccAuxPath=""
	SccLocalPath=".."
	SccProvider="MSSCCI:SourceSafe">
	<Build>
		<Settings>
			<Platform
				Name="Win32"/>
			<Configuration
				Name="Release|Win32"
				IntermediateDirectory=".\Release"
				OutputDirectory=".\Release"
				ConfigurationType="1"
				UseOfMFC="1"
				ATLMinimizesCRunTimeLibraryUsage="FALSE"
				CharacterSet="2">
				<Tool
					Name="VCBscMakeTool"
					SuppressStartupMessage="TRUE"
					OutputFile=".\Release/SystemApplication.bsc"/>
				<Tool
					Name="VCCLCompilerTool"
					InlineFunctionExpansion="1"
					Defines="WIN32,NDEBUG,_WINDOWS"
					StringPooling="TRUE"
					RuntimeLibrary="0"
					PackageFunctions="TRUE"
					UsePrecompiledHeader="3"
					PrecompiledHeaderThrough="stdafx.h"
					PrecompiledHeaderFile=".\Release/SystemApplication.pch"
					AsmListingLocation=".\Release/"
					ObjectFile=".\Release/"
					ProgramDataBaseFileName=".\Release/"
					WarnLevel="3"
					SuppressStartupMessage="TRUE"
					Detect64BitPortabilityProblems="TRUE"
					UseManagedExtensions="0"/>
				<Tool
					Name="VCCustomBuildTool"/>
				<Tool
					Name="VCLinkerTool"
					AdditionalOptions="/MACHINE:I386"
					OutputFile="../Bin/Release/SystemApplication.exe"
					LinkIncremental="1"
					SuppressStartupMessage="TRUE"
					ProgramDatabaseFile=".\Release/SystemApplication.pdb"
					SubSystem="2"/>
				<Tool
					Name="VCMIDLTool"
					Defines="NDEBUG"
					MkTypLibCompatibility="TRUE"
					SuppressStartupMessage="TRUE"
					TargetEnvironment="1"
					TypeLibraryName=".\Release/SystemApplication.tlb"/>
				<Tool
					Name="VCPostBuildEventTool"
					CommandLine="@echo on
copy .\Release\$(SolutionName).cnt ..\Bin\Release\$(SolutionName).cnt
copy .\Release\$(SolutionName).hlp ..\Bin\Release\$(SolutionName).hlp
"/>
				<Tool
					Name="VCPreBuildEventTool"/>
				<Tool
					Name="VCPreLinkEventTool"/>
				<Tool
					Name="VCResourceCompilerTool"
					Defines="NDEBUG"
					Culture="1033"/>
				<Tool
					Name="VCSDLTool"/>
			</Configuration>
			<Configuration
				Name="Debug|Win32"
				IntermediateDirectory=".\Debug"
				OutputDirectory=".\Debug"
				ConfigurationType="1"
				UseOfMFC="2"
				ATLMinimizesCRunTimeLibraryUsage="FALSE"
				CharacterSet="2">
				<Tool
					Name="VCBscMakeTool"
					SuppressStartupMessage="TRUE"
					OutputFile=".\Debug/SystemApplication.bsc"/>
				<Tool
					Name="VCCLCompilerTool"
					Optimization="0"
					Defines="WIN32;_DEBUG;_WINDOWS"
					RuntimeLibrary="3"
					UsePrecompiledHeader="3"
					PrecompiledHeaderThrough="stdafx.h"
					PrecompiledHeaderFile=".\Debug/SystemApplication.pch"
					AsmListingLocation=".\Debug/"
					ObjectFile=".\Debug/"
					ProgramDataBaseFileName=".\Debug/"
					WarnLevel="3"
					WarnAsError="FALSE"
					SuppressStartupMessage="TRUE"
					Detect64BitPortabilityProblems="TRUE"
					DebugInformation="3"
					UseManagedExtensions="0"/>
				<Tool
					Name="VCCustomBuildTool"/>
				<Tool
					Name="VCLinkerTool"
					AdditionalOptions="/MACHINE:I386"
					AdditionalInputs="oldnames.lib"
					OutputFile="../Bin/Debug/SystemApplication.exe"
					LinkIncremental="2"
					SuppressStartupMessage="TRUE"
					GenerateDebug="TRUE"
					ProgramDatabaseFile=".\Debug/SystemApplication.pdb"
					SubSystem="2"/>
				<Tool
					Name="VCMIDLTool"
					Defines="_DEBUG"
					MkTypLibCompatibility="TRUE"
					SuppressStartupMessage="TRUE"
					TargetEnvironment="1"
					TypeLibraryName=".\Debug/SystemApplication.tlb"/>
				<Tool
					Name="VCPostBuildEventTool"/>
				<Tool
					Name="VCPreBuildEventTool"/>
				<Tool
					Name="VCPreLinkEventTool"/>
				<Tool
					Name="VCResourceCompilerTool"
					Defines="_AFXDLL;_DEBUG"
					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="AppOptionsDlg.cpp">
			</File>
			<File
				RelativePath=".\CPUInfoPage.cpp">
			</File>
			<File
				RelativePath=".\DialogStatusBar.cpp">
			</File>
			<File
				RelativePath=".\DlgProxy.cpp">
			</File>
			<File
				RelativePath=".\HDiskInfoPage.cpp">
			</File>
			<File
				RelativePath="HWDevicesInfoPage.cpp">
			</File>
			<File
				RelativePath="KeyBoardInfoPage.cpp">
			</File>
			<File
				RelativePath="LocaleInfoPage.cpp">
			</File>
			<File
				RelativePath=".\MemoryInfoPage.cpp">
			</File>
			<File
				RelativePath=".\MiscInfoPage.cpp">
			</File>
			<File
				RelativePath=".\MouseInfoPage.cpp">
			</File>
			<File
				RelativePath=".\MultiMediaInfoPage.cpp">
			</File>
			<File
				RelativePath="NetworkInfoPage.cpp">
			</File>
			<File
				RelativePath=".\OSInfoPage.cpp">
			</File>
			<File
				RelativePath=".\ProtectedFilesPage.cpp">
			</File>
			<File
				RelativePath=".\StdAfx.cpp">
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\StorageInfoPage.cpp">
			</File>
			<File
				RelativePath=".\SystemApplication.cpp">
			</File>
			<File
				RelativePath=".\hlp\SystemApplication.hpj">
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Making help file..."
						CommandLine="start /wait hcw /C /E /M &quot;hlp\$(InputName).hpj&quot;
if errorlevel 1 goto :Error
if not exist &quot;hlp\$(InputName).hlp&quot; goto :Error
copy &quot;hlp\$(InputName).hlp&quot; $(OutDir)
goto :done
:Error
echo hlp\$(InputName).hpj(1) : error:
type &quot;hlp\$(InputName).log&quot;
:done
"
						Outputs="$(OutDir)\$(InputName).hlp"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Making help file..."
						CommandLine="start /wait hcw /C /E /M &quot;hlp\$(InputName).hpj&quot;
if errorlevel 1 goto :Error
if not exist &quot;hlp\$(InputName).hlp&quot; goto :Error
copy &quot;hlp\$(InputName).hlp&quot; $(OutDir)
goto :done
:Error
echo hlp\$(InputName).hpj(1) : error:
type &quot;hlp\$(InputName).log&quot;
:done
"
						Outputs="$(OutDir)\$(InputName).hlp"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\SystemApplication.rc">
			</File>
			<File
				RelativePath=".\SystemApplicationDlg.cpp">
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl">
			<File
				RelativePath="AppOptionsDlg.h">
			</File>
			<File
				RelativePath=".\CPUInfoPage.h">
			</File>
			<File
				RelativePath=".\DialogStatusBar.h">
			</File>
			<File
				RelativePath=".\DlgProxy.h">
			</File>
			<File
				RelativePath=".\HDiskInfoPage.h">
			</File>
			<File
				RelativePath="HWDevicesInfoPage.h">
			</File>
			<File
				RelativePath="KeyBoardInfoPage.h">
			</File>
			<File
				RelativePath="LocaleInfoPage.h">
			</File>
			<File
				RelativePath=".\MemoryInfoPage.h">
			</File>
			<File
				RelativePath=".\MiscInfoPage.h">
			</File>
			<File
				RelativePath=".\MouseInfoPage.h">
			</File>
			<File
				RelativePath=".\MultiMediaInfoPage.h">
			</File>
			<File
				RelativePath="NetworkInfoPage.h">
			</File>
			<File
				RelativePath=".\OSInfoPage.h">
			</File>
			<File
				RelativePath=".\ProtectedFilesPage.h">
			</File>
			<File
				RelativePath=".\Resource.h">
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Making help include file..."
						CommandLine="echo. &gt;&quot;hlp\$(TargetName).hm&quot;
echo // Commands (ID_* and IDM_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo // Prompts (IDP_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
makehm IDP_,HIDP_,0x30000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo // Resources (IDR_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
makehm IDR_,HIDR_,0x20000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo // Dialogs (IDD_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
makehm IDD_,HIDD_,0x20000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo // Frame Controls (IDW_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
makehm IDW_,HIDW_,0x50000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
"
						Outputs="hlp\$(TargetName).hm"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Making help include file..."
						CommandLine="echo. &gt;&quot;hlp\$(TargetName).hm&quot;
echo // Commands (ID_* and IDM_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo // Prompts (IDP_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
makehm IDP_,HIDP_,0x30000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo // Resources (IDR_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
makehm IDR_,HIDR_,0x20000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo // Dialogs (IDD_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
makehm IDD_,HIDD_,0x20000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
echo // Frame Controls (IDW_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
makehm IDW_,HIDW_,0x50000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
"
						Outputs="hlp\$(TargetName).hm"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\StdAfx.h">
			</File>
			<File
				RelativePath=".\StorageInfoPage.h">
			</File>
			<File
				RelativePath=".\SystemApplication.h">
			</File>
			<File
				RelativePath=".\SystemApplicationDlg.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
			<File
				RelativePath="res\SysApp.ico">
			</File>
			<File
				RelativePath=".\res\SystemApplication.ico">
			</File>
			<File
				RelativePath=".\res\SystemApplication.rc2">
			</File>
		</Filter>
		<Filter
			Name="Help Files"
			Filter="cnt;rtf">
			<File
				RelativePath=".\hlp\AfxDlg.rtf">
			</File>
			<File
				RelativePath=".\hlp\SystemApplication.cnt">
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Copying contents file..."
						CommandLine="copy &quot;hlp\$(InputName).cnt&quot; $(OutDir)
"
						Outputs="$(OutDir)\$(InputName).cnt"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Copying contents file..."
						CommandLine="copy &quot;hlp\$(InputName).cnt&quot; $(OutDir)
"
						Outputs="$(OutDir)\$(InputName).cnt"/>
				</FileConfiguration>
			</File>
		</Filter>
		<File
			RelativePath=".\ReadMe.txt">
		</File>
		<File
			RelativePath=".\SystemApplication.reg">
		</File>
	</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