Click here to Skip to main content
15,881,757 members
Articles / Programming Languages / C#

.NET DUMeter clone

Rate me:
Please Sign up or sign in to vote.
4.86/5 (47 votes)
10 Feb 2003BSD4 min read 343.8K   7.4K   111  
A DUMeter clone, but with some better/different reporting features.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyDUMeter", "MyDUMeter\MyDUMeter.csproj", "{63612068-2997-4E1E-BF7B-22F499966EE7}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{63612068-2997-4E1E-BF7B-22F499966EE7}.Debug.ActiveCfg = Debug|.NET
		{63612068-2997-4E1E-BF7B-22F499966EE7}.Debug.Build.0 = Debug|.NET
		{63612068-2997-4E1E-BF7B-22F499966EE7}.Release.ActiveCfg = Release|.NET
		{63612068-2997-4E1E-BF7B-22F499966EE7}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(SolutionItems) = postSolution
		Item:1 = article.htm
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

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, along with any associated source code and files, is licensed under The BSD License


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

Comments and Discussions