summary refs log tree commit diff
path: root/invoice_total1/InvoiceTotal/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
author​1970-01-01 00:00:00 +0000
committer​2025-01-08 04:43:57 +0000
commit0a3d85e2ca50e52b92578ed9e2c1df0548e06e39 (patch)
treef5ff076c3199e7963a5246e575a5f425c4d62b44 /invoice_total1/InvoiceTotal/Properties/AssemblyInfo.cs
parenttodo list (diff)
downloadcs-0a3d85e2ca50e52b92578ed9e2c1df0548e06e39.tar
cs-0a3d85e2ca50e52b92578ed9e2c1df0548e06e39.tar.gz
cs-0a3d85e2ca50e52b92578ed9e2c1df0548e06e39.tar.bz2
cs-0a3d85e2ca50e52b92578ed9e2c1df0548e06e39.tar.xz
cs-0a3d85e2ca50e52b92578ed9e2c1df0548e06e39.zip
invoice total 1
Diffstat (limited to 'invoice_total1/InvoiceTotal/Properties/AssemblyInfo.cs')
-rw-r--r--invoice_total1/InvoiceTotal/Properties/AssemblyInfo.cs33
1 files changed, 33 insertions, 0 deletions
diff --git a/invoice_total1/InvoiceTotal/Properties/AssemblyInfo.cs b/invoice_total1/InvoiceTotal/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..1d4eb9a
--- /dev/null
+++ b/invoice_total1/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")]