|
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
|
|
|
// General Information about an assembly is controlled through the following
|
|
// General Information about an assembly is controlled through the following
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
// associated with an assembly.
|
|
// associated with an assembly.
|
|
|
-[assembly: AssemblyTitle("ConsoleApplication1")]
|
|
|
|
|
|
|
+[assembly: AssemblyTitle("Server")]
|
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyDescription("")]
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyCompany("")]
|
|
|
-[assembly: AssemblyProduct("ConsoleApplication1")]
|
|
|
|
|
|
|
+[assembly: AssemblyProduct("Server")]
|
|
|
[assembly: AssemblyCopyright("Copyright © 2015")]
|
|
[assembly: AssemblyCopyright("Copyright © 2015")]
|
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyTrademark("")]
|
|
|
[assembly: AssemblyCulture("")]
|
|
[assembly: AssemblyCulture("")]
|
|
@@ -20,7 +20,7 @@ using System.Runtime.InteropServices;
|
|
|
[assembly: ComVisible(false)]
|
|
[assembly: ComVisible(false)]
|
|
|
|
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
|
-[assembly: Guid("21feae1b-dc2c-4788-9d25-c7f40f1b3126")]
|
|
|
|
|
|
|
+[assembly: Guid("06c35f7a-ba2d-4f7d-8f8e-39636027707b")]
|
|
|
|
|
|
|
|
// Version information for an assembly consists of the following four values:
|
|
// Version information for an assembly consists of the following four values:
|
|
|
//
|
|
//
|