Click here to Skip to main content
15,896,154 members
Articles / Programming Languages / C#

Working with Units and Amounts

Rate me:
Please Sign up or sign in to vote.
4.99/5 (76 votes)
17 Jul 2013CPOL17 min read 87.7K   1.5K   150  
The ultimate Unit and Amount classes for your business and physics applications!

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleConsoleApplication", "SampleConsoleApplication\SampleConsoleApplication.csproj", "{202D0504-6A85-4B5B-8C55-0068A1466369}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StandardUnits", "StandardUnits\StandardUnits.csproj", "{6A80136F-C0EB-4798-8BCF-569E249DD76A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject", "TestProject\TestProject.csproj", "{A63AC72D-36A1-4D66-9E74-E18592467A4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypedUnits", "TypedUnits\TypedUnits.csproj", "{D2C9A599-79DD-4CFA-8614-BE3C444EB347}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTests", "UnitTests", "{9BCC19C5-D9BF-406E-9960-00E738379CCF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EFF0427D-2831-4D6C-813B-17076323BF82}"
	ProjectSection(SolutionItems) = preProject
		_strongname.snk = _strongname.snk
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{202D0504-6A85-4B5B-8C55-0068A1466369}.Debug|Any CPU.ActiveCfg = Debug|x86
		{202D0504-6A85-4B5B-8C55-0068A1466369}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{202D0504-6A85-4B5B-8C55-0068A1466369}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{202D0504-6A85-4B5B-8C55-0068A1466369}.Debug|x86.ActiveCfg = Debug|x86
		{202D0504-6A85-4B5B-8C55-0068A1466369}.Debug|x86.Build.0 = Debug|x86
		{202D0504-6A85-4B5B-8C55-0068A1466369}.Release|Any CPU.ActiveCfg = Release|x86
		{202D0504-6A85-4B5B-8C55-0068A1466369}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{202D0504-6A85-4B5B-8C55-0068A1466369}.Release|Mixed Platforms.Build.0 = Release|x86
		{202D0504-6A85-4B5B-8C55-0068A1466369}.Release|x86.ActiveCfg = Release|x86
		{202D0504-6A85-4B5B-8C55-0068A1466369}.Release|x86.Build.0 = Release|x86
		{6A80136F-C0EB-4798-8BCF-569E249DD76A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6A80136F-C0EB-4798-8BCF-569E249DD76A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6A80136F-C0EB-4798-8BCF-569E249DD76A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{6A80136F-C0EB-4798-8BCF-569E249DD76A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{6A80136F-C0EB-4798-8BCF-569E249DD76A}.Debug|x86.ActiveCfg = Debug|Any CPU
		{6A80136F-C0EB-4798-8BCF-569E249DD76A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6A80136F-C0EB-4798-8BCF-569E249DD76A}.Release|Any CPU.Build.0 = Release|Any CPU
		{6A80136F-C0EB-4798-8BCF-569E249DD76A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{6A80136F-C0EB-4798-8BCF-569E249DD76A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{6A80136F-C0EB-4798-8BCF-569E249DD76A}.Release|x86.ActiveCfg = Release|Any CPU
		{A63AC72D-36A1-4D66-9E74-E18592467A4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A63AC72D-36A1-4D66-9E74-E18592467A4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A63AC72D-36A1-4D66-9E74-E18592467A4C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{A63AC72D-36A1-4D66-9E74-E18592467A4C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{A63AC72D-36A1-4D66-9E74-E18592467A4C}.Debug|x86.ActiveCfg = Debug|Any CPU
		{A63AC72D-36A1-4D66-9E74-E18592467A4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A63AC72D-36A1-4D66-9E74-E18592467A4C}.Release|Any CPU.Build.0 = Release|Any CPU
		{A63AC72D-36A1-4D66-9E74-E18592467A4C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{A63AC72D-36A1-4D66-9E74-E18592467A4C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{A63AC72D-36A1-4D66-9E74-E18592467A4C}.Release|x86.ActiveCfg = Release|Any CPU
		{D2C9A599-79DD-4CFA-8614-BE3C444EB347}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D2C9A599-79DD-4CFA-8614-BE3C444EB347}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D2C9A599-79DD-4CFA-8614-BE3C444EB347}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{D2C9A599-79DD-4CFA-8614-BE3C444EB347}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{D2C9A599-79DD-4CFA-8614-BE3C444EB347}.Debug|x86.ActiveCfg = Debug|Any CPU
		{D2C9A599-79DD-4CFA-8614-BE3C444EB347}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D2C9A599-79DD-4CFA-8614-BE3C444EB347}.Release|Any CPU.Build.0 = Release|Any CPU
		{D2C9A599-79DD-4CFA-8614-BE3C444EB347}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{D2C9A599-79DD-4CFA-8614-BE3C444EB347}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{D2C9A599-79DD-4CFA-8614-BE3C444EB347}.Release|x86.ActiveCfg = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{A63AC72D-36A1-4D66-9E74-E18592467A4C} = {9BCC19C5-D9BF-406E-9960-00E738379CCF}
	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 Code Project Open License (CPOL)


Written By
Architect AREBIS
Belgium Belgium
Senior Software Architect and independent consultant.

Comments and Discussions