comparison Implab/Properties/AssemblyInfo.cs @ 59:21611344d366

code cleanup
author cin
date Wed, 18 Jun 2014 03:54:02 +0400
parents 279591fb4df3
children c761fc982e1d
comparison
equal deleted inserted replaced
58:1710dcda34bb 59:21611344d366
1 using System.Reflection; 1 using System.Reflection;
2 using System.Runtime.CompilerServices; 2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices;
3 4
4 // Information about this assembly is defined by the following attributes. 5 // Information about this assembly is defined by the following attributes.
5 // Change them to the values specific to your project. 6 // Change them to the values specific to your project.
6 7
7 [assembly: AssemblyTitle("Implab")] 8 [assembly: AssemblyTitle("Implab")]
14 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". 15 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
15 // The form "{Major}.{Minor}.*" will automatically update the build and revision, 16 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
16 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 17 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
17 18
18 [assembly: AssemblyVersion("1.0.*")] 19 [assembly: AssemblyVersion("1.0.*")]
20 [assembly: ComVisible(false)]
19 21
20 // The following attributes are used to specify the signing key for the assembly, 22 // The following attributes are used to specify the signing key for the assembly,
21 // if desired. See the Mono documentation for more information about signing. 23 // if desired. See the Mono documentation for more information about signing.
22 24
23 //[assembly: AssemblyDelaySign(false)] 25 //[assembly: AssemblyDelaySign(false)]