1 Namespace ApplicationServices.Development
2
3     ''' <summary>
4     ''' ``My Project\AssemblyInfo.vb``
5     ''' </summary>
6     Public Class AssemblyInfo
7
8         ' General Information about an assembly is controlled through the following
9         ' set of attributes. Change these attribute values to modify the information
10         ' associated with an assembly.
11
12         ' Review the values of the assembly attributes
13
14         Public Property AssemblyTitle As String
15         Public Property AssemblyDescription As String
16         Public Property AssemblyCompany As String
17         Public Property AssemblyProduct As String
18         Public Property AssemblyCopyright As String
19         Public Property AssemblyTrademark As String
20
21         Public Property ComVisible As Boolean
22
23         ''' <summary>
24         ''' The following GUID is for the ID of the typelib if this project is exposed to COM
25         ''' </summary>
26         ''' <returns></returns>
27         Public Property Guid As String
28
29         ' Version information for an assembly consists of the following four values:
30         '         '      Major Version
31         '      Minor Version
32         '      Build Number
33         '      Revision
34         '         ' You can specify all the values or you can default the Build and Revision Numbers
35         ' by using the '*' as shown below:
36         ' <Assembly: AssemblyVersion("1.0.*")>
37
38         Public Property AssemblyVersion As String
39         Public Property AssemblyFileVersion As String
40
41     End Class
42 End Namespace