using System.Reflection; using System.Runtime.InteropServices; using Chernobyl.Properties; // This file defines common assembly attributes for all Chernobyl projects. // Link to this file from a project to include these attributes. // Attributes for that apply to all Chernobyl assemblies. [assembly: AssemblyCompany(LokasGate.Name)] [assembly: AssemblyProduct(LokasGate.Chernobyl.Name)] [assembly: AssemblyCopyright(LokasGate.Copyright)] [assembly: AssemblyTrademark("")] // 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)]