Mercurial > pub > bltoolkit
comparison Examples/VB/My Project/AssemblyInfo.vb @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
1 Imports System | |
2 Imports System.Reflection | |
3 Imports System.Runtime.InteropServices | |
4 | |
5 ' General Information about an assembly is controlled through the following | |
6 ' set of attributes. Change these attribute values to modify the information | |
7 ' associated with an assembly. | |
8 | |
9 ' Review the values of the assembly attributes | |
10 | |
11 <Assembly: AssemblyTitle("Examples.VB.2")> | |
12 <Assembly: AssemblyDescription("")> | |
13 <Assembly: AssemblyCompany("")> | |
14 <Assembly: AssemblyProduct("Examples.VB.2")> | |
15 <Assembly: AssemblyCopyright("Copyright 2005")> | |
16 <Assembly: AssemblyTrademark("")> | |
17 | |
18 <Assembly: CLSCompliant(True)> | |
19 | |
20 <Assembly: ComVisible(False)> | |
21 | |
22 'The following GUID is for the ID of the typelib if this project is exposed to COM | |
23 <Assembly: Guid("e0af9647-1fd3-4514-9ab8-1ae39bb81fca")> | |
24 | |
25 ' Version information for an assembly consists of the following four values: | |
26 ' | |
27 ' Major Version | |
28 ' Minor Version | |
29 ' Build Number | |
30 ' Revision | |
31 ' | |
32 ' You can specify all the values or you can default the Build and Revision Numbers | |
33 ' by using the '*' as shown below: | |
34 ' <Assembly: AssemblyVersion("1.0.*")> | |
35 | |
36 <Assembly: AssemblyVersion("1.0.0.0")> | |
37 <Assembly: AssemblyFileVersion("1.0.0.0")> |