d@0: using System.Reflection; d@0: using System.Runtime.CompilerServices; d@0: using System.Runtime.InteropServices; d@0: d@0: // General Information about an assembly is controlled through the following d@0: // set of attributes. Change these attribute values to modify the information d@0: // associated with an assembly. d@0: [assembly: AssemblyTitle("DeMaskingLT")] d@0: [assembly: AssemblyDescription("")] d@0: [assembly: AssemblyConfiguration("")] d@0: [assembly: AssemblyCompany("")] d@0: [assembly: AssemblyProduct("DeMaskingLT")] d@0: [assembly: AssemblyCopyright("Copyright © 2017")] d@0: [assembly: AssemblyTrademark("")] d@0: [assembly: AssemblyCulture("")] d@0: d@0: // Setting ComVisible to false makes the types in this assembly not visible d@0: // to COM components. If you need to access a type in this assembly from d@0: // COM, set the ComVisible attribute to true on that type. d@0: [assembly: ComVisible(false)] d@0: d@0: // The following GUID is for the ID of the typelib if this project is exposed to COM d@0: [assembly: Guid("519e1a9d-6e92-4b34-a9c2-91710ba93115")] d@0: d@0: // Version information for an assembly consists of the following four values: d@0: // d@0: // Major Version d@0: // Minor Version d@0: // Build Number d@0: // Revision d@0: // d@0: // You can specify all the values or you can default the Build and Revision Numbers d@0: // by using the '*' as shown below: d@0: // [assembly: AssemblyVersion("1.0.*")] d@0: [assembly: AssemblyVersion("1.0.0.0")] d@0: [assembly: AssemblyFileVersion("1.0.0.0")]