comparison Examples/VB/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("")>
12 <Assembly: AssemblyDescription("")>
13 <Assembly: AssemblyCompany("")>
14 <Assembly: AssemblyProduct("")>
15 <Assembly: AssemblyCopyright("")>
16 <Assembly: AssemblyTrademark("")>
17 <Assembly: CLSCompliant(True)>
18
19 'The following GUID is for the ID of the typelib if this project is exposed to COM
20 <Assembly: Guid("77CEAFAA-FE6B-445B-A4BF-AA457A5F2D35")>
21
22 ' Version information for an assembly consists of the following four values:
23 '
24 ' Major Version
25 ' Minor Version
26 ' Build Number
27 ' Revision
28 '
29 ' You can specify all the values or you can default the Build and Revision Numbers
30 ' by using the '*' as shown below:
31
32 <Assembly: AssemblyVersion("1.0.*")>