1
Imports System.Reflection
2
Imports System.Runtime.InteropServices
4
' General Information about an assembly is controlled through the following
5
' set of attributes. Change these attribute values to modify the information
6
' associated with an assembly.
8
' Review the values of the assembly attributes
10
<Assembly: AssemblyTitle("")>
11
<Assembly: AssemblyDescription("")>
12
<Assembly: AssemblyCompany("")>
13
<Assembly: AssemblyProduct("")>
14
<Assembly: AssemblyCopyright("")>
15
<Assembly: AssemblyTrademark("")>
16
<Assembly: CLSCompliant(True)>
18
'The following GUID is for the ID of the typelib if this project is exposed to COM
19
<Assembly: Guid("592E12A6-DA65-4E00-BCE6-4AB403604F41")>
21
' Version information for an assembly consists of the following four values:
28
' You can specify all the values or you can default the Build and Revision Numbers
29
' by using the '*' as shown below:
31
<Assembly: AssemblyVersion("2.2.0.0")>
1
Imports System.Reflection
2
Imports System.Runtime.InteropServices
4
' General Information about an assembly is controlled through the following
5
' set of attributes. Change these attribute values to modify the information
6
' associated with an assembly.
8
' Review the values of the assembly attributes
10
<Assembly: AssemblyTitle("")>
11
<Assembly: AssemblyDescription("")>
12
<Assembly: AssemblyCompany("")>
13
<Assembly: AssemblyProduct("")>
14
<Assembly: AssemblyCopyright("")>
15
<Assembly: AssemblyTrademark("")>
16
<Assembly: CLSCompliant(True)>
18
'The following GUID is for the ID of the typelib if this project is exposed to COM
19
<Assembly: Guid("592E12A6-DA65-4E00-BCE6-4AB403604F41")>
21
' Version information for an assembly consists of the following four values:
28
' You can specify all the values or you can default the Build and Revision Numbers
29
' by using the '*' as shown below:
31
<Assembly: AssemblyVersion("2.2.0.0")>