xref: /AOO41X/main/extensions/test/ole/VisualBasic/AssemblyInfo.vb (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1Imports System.Reflection
2Imports System.Runtime.CompilerServices
3Imports 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
10' TODO: Review the values of the assembly attributes
11
12
13<Assembly: AssemblyTitle("")>
14<Assembly: AssemblyDescription("")>
15<Assembly: AssemblyCompany("StarOffice")>
16<Assembly: AssemblyProduct("")>
17<Assembly: AssemblyCopyright("")>
18<Assembly: AssemblyTrademark("")>
19<Assembly: AssemblyCulture("")>
20
21' Version information for an assembly consists of the following four values:
22
23'	Major version
24'	Minor Version
25'	Build Number
26'	Revision
27
28' You can specify all the values or you can default the Build and Revision Numbers
29' by using the '*' as shown below:
30
31<Assembly:  AssemblyVersion("1.0.*")>
32
33
34