21 lines
808 B
C#
21 lines
808 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("AsterNET")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("AsterNET")]
|
|
[assembly: AssemblyCopyright("Copyright © 2017")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
[assembly: Guid("abe98502-ea83-4b04-98c3-ffe3eabe06b0")]
|
|
[assembly: AssemblyVersion("1.3.0.0")]
|
|
[assembly: AssemblyFileVersion("1.3.0.0")]
|
|
|
|
// Setting ComVisible to false makes the types in this assembly not visible
|
|
// to COM components. If you need to access a type in this assembly from
|
|
// COM, set the ComVisible attribute to true on that type.
|
|
[assembly: ComVisible(false)]
|