diff options
author | ​ | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | ​ | 1970-01-01 00:00:00 +0000 |
commit | 11cbd7dc38b57c4ec23b045178508c7eac13ab21 (patch) | |
tree | d0f83a7cbaa9f76559ae56841dcc49fe7f4fac19 /invoice_total_discount/InvoiceTotal/Properties/AssemblyInfo.cs | |
parent | txt to html (diff) | |
download | wf-11cbd7dc38b57c4ec23b045178508c7eac13ab21.tar wf-11cbd7dc38b57c4ec23b045178508c7eac13ab21.tar.gz wf-11cbd7dc38b57c4ec23b045178508c7eac13ab21.tar.bz2 wf-11cbd7dc38b57c4ec23b045178508c7eac13ab21.tar.xz wf-11cbd7dc38b57c4ec23b045178508c7eac13ab21.zip |
2 vers of invoice total
Diffstat (limited to 'invoice_total_discount/InvoiceTotal/Properties/AssemblyInfo.cs')
-rw-r--r-- | invoice_total_discount/InvoiceTotal/Properties/AssemblyInfo.cs | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/invoice_total_discount/InvoiceTotal/Properties/AssemblyInfo.cs b/invoice_total_discount/InvoiceTotal/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..1d4eb9a --- /dev/null +++ b/invoice_total_discount/InvoiceTotal/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("InvoiceTotal")] +[assembly: AssemblyDescription("The solution to exercise 4-1 from 'Murach's C# 2005' by Joel Murach")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Mike Murach & Associates, Inc.")] +[assembly: AssemblyProduct("InvoiceTotal")] +[assembly: AssemblyCopyright("Copyright © 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM componenets. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("d7e81a3a-db10-47e8-9d34-9338f490ba9d")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] |