annotate DeMaskingLT/Properties/AssemblyInfo.cs @ 3:e0bd22354f3f tip

Fixed name bug
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Fri, 07 Jul 2017 12:34:24 +0100
parents e8147674e932
children
rev   line source
d@0 1 using System.Reflection;
d@0 2 using System.Runtime.CompilerServices;
d@0 3 using System.Runtime.InteropServices;
d@0 4
d@0 5 // General Information about an assembly is controlled through the following
d@0 6 // set of attributes. Change these attribute values to modify the information
d@0 7 // associated with an assembly.
d@0 8 [assembly: AssemblyTitle("DeMaskingLT")]
d@0 9 [assembly: AssemblyDescription("")]
d@0 10 [assembly: AssemblyConfiguration("")]
d@0 11 [assembly: AssemblyCompany("")]
d@0 12 [assembly: AssemblyProduct("DeMaskingLT")]
d@0 13 [assembly: AssemblyCopyright("Copyright © 2017")]
d@0 14 [assembly: AssemblyTrademark("")]
d@0 15 [assembly: AssemblyCulture("")]
d@0 16
d@0 17 // Setting ComVisible to false makes the types in this assembly not visible
d@0 18 // to COM components. If you need to access a type in this assembly from
d@0 19 // COM, set the ComVisible attribute to true on that type.
d@0 20 [assembly: ComVisible(false)]
d@0 21
d@0 22 // The following GUID is for the ID of the typelib if this project is exposed to COM
d@0 23 [assembly: Guid("519e1a9d-6e92-4b34-a9c2-91710ba93115")]
d@0 24
d@0 25 // Version information for an assembly consists of the following four values:
d@0 26 //
d@0 27 // Major Version
d@0 28 // Minor Version
d@0 29 // Build Number
d@0 30 // Revision
d@0 31 //
d@0 32 // You can specify all the values or you can default the Build and Revision Numbers
d@0 33 // by using the '*' as shown below:
d@0 34 // [assembly: AssemblyVersion("1.0.*")]
d@0 35 [assembly: AssemblyVersion("1.0.0.0")]
d@0 36 [assembly: AssemblyFileVersion("1.0.0.0")]