@@ -1,27 +1,27 | |||||
1 | using System.Reflection; |
|
1 | using System.Reflection; | |
2 | using System.Runtime.CompilerServices; |
|
2 | using System.Runtime.CompilerServices; | |
3 | using System.Runtime.InteropServices; |
|
3 | using System.Runtime.InteropServices; | |
4 |
|
4 | |||
5 | // Information about this assembly is defined by the following attributes. |
|
5 | // Information about this assembly is defined by the following attributes. | |
6 | // Change them to the values specific to your project. |
|
6 | // Change them to the values specific to your project. | |
7 |
|
7 | |||
8 | [assembly: AssemblyTitle("Implab")] |
|
8 | [assembly: AssemblyTitle("Implab")] | |
9 | [assembly: AssemblyDescription("Tools")] |
|
9 | [assembly: AssemblyDescription("Tools")] | |
10 | [assembly: AssemblyConfiguration("")] |
|
10 | [assembly: AssemblyConfiguration("")] | |
11 | [assembly: AssemblyCompany("")] |
|
11 | [assembly: AssemblyCompany("")] | |
12 | [assembly: AssemblyProduct("")] |
|
12 | [assembly: AssemblyProduct("")] | |
13 | [assembly: AssemblyCopyright("Implab")] |
|
13 | [assembly: AssemblyCopyright("Implab")] | |
14 | [assembly: AssemblyTrademark("")] |
|
14 | [assembly: AssemblyTrademark("")] | |
15 | // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". |
|
15 | // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". | |
16 | // The form "{Major}.{Minor}.*" will automatically update the build and revision, |
|
16 | // The form "{Major}.{Minor}.*" will automatically update the build and revision, | |
17 | // and "{Major}.{Minor}.{Build}.*" will update just the revision. |
|
17 | // and "{Major}.{Minor}.{Build}.*" will update just the revision. | |
18 |
|
18 | |||
19 |
[assembly: AssemblyVersion("2. |
|
19 | [assembly: AssemblyVersion("2.1.*")] | |
20 | [assembly: ComVisible(false)] |
|
20 | [assembly: ComVisible(false)] | |
21 |
|
21 | |||
22 | // 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, | |
23 | // if desired. See the Mono documentation for more information about signing. |
|
23 | // if desired. See the Mono documentation for more information about signing. | |
24 |
|
24 | |||
25 | //[assembly: AssemblyDelaySign(false)] |
|
25 | //[assembly: AssemblyDelaySign(false)] | |
26 | //[assembly: AssemblyKeyFile("")] |
|
26 | //[assembly: AssemblyKeyFile("")] | |
27 |
|
27 |
General Comments 0
You need to be logged in to leave comments.
Login now