0
|
1 using System.Reflection;
|
59
|
2 using System.Runtime.InteropServices;
|
0
|
3
|
|
4 // Information about this assembly is defined by the following attributes.
|
|
5 // Change them to the values specific to your project.
|
|
6
|
|
7 [assembly: AssemblyTitle("Implab")]
|
|
8 [assembly: AssemblyDescription("Tools")]
|
234
|
9 [assembly: AssemblyCompany("Implab.org")]
|
0
|
10 [assembly: AssemblyCopyright("Implab")]
|
234
|
11 [assembly: AssemblyTrademark("Implab")]
|
0
|
12 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
|
|
13 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
|
|
14 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
|
|
15
|
191
|
16 [assembly: AssemblyVersion("2.1.*")]
|
59
|
17 [assembly: ComVisible(false)]
|
0
|
18
|
|
19 // The following attributes are used to specify the signing key for the assembly,
|
|
20 // if desired. See the Mono documentation for more information about signing.
|
|
21
|
|
22 //[assembly: AssemblyDelaySign(false)]
|
|
23 //[assembly: AssemblyKeyFile("")]
|
|
24
|