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