1*cdf0e10cSrcweirImports System.Reflection
2*cdf0e10cSrcweirImports System.Runtime.CompilerServices
3*cdf0e10cSrcweirImports System.Runtime.InteropServices
4*cdf0e10cSrcweir
5*cdf0e10cSrcweir' General Information about an assembly is controlled through the following
6*cdf0e10cSrcweir' set of attributes. Change these attribute values to modify the information
7*cdf0e10cSrcweir' associated with an assembly.
8*cdf0e10cSrcweir
9*cdf0e10cSrcweir
10*cdf0e10cSrcweir' TODO: Review the values of the assembly attributes
11*cdf0e10cSrcweir
12*cdf0e10cSrcweir
13*cdf0e10cSrcweir<Assembly: AssemblyTitle("")>
14*cdf0e10cSrcweir<Assembly: AssemblyDescription("")>
15*cdf0e10cSrcweir<Assembly: AssemblyCompany("StarOffice")>
16*cdf0e10cSrcweir<Assembly: AssemblyProduct("")>
17*cdf0e10cSrcweir<Assembly: AssemblyCopyright("")>
18*cdf0e10cSrcweir<Assembly: AssemblyTrademark("")>
19*cdf0e10cSrcweir<Assembly: AssemblyCulture("")>
20*cdf0e10cSrcweir
21*cdf0e10cSrcweir' Version information for an assembly consists of the following four values:
22*cdf0e10cSrcweir
23*cdf0e10cSrcweir'	Major version
24*cdf0e10cSrcweir'	Minor Version
25*cdf0e10cSrcweir'	Build Number
26*cdf0e10cSrcweir'	Revision
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir' You can specify all the values or you can default the Build and Revision Numbers
29*cdf0e10cSrcweir' by using the '*' as shown below:
30*cdf0e10cSrcweir
31*cdf0e10cSrcweir<Assembly:  AssemblyVersion("1.0.*")>
32*cdf0e10cSrcweir
33*cdf0e10cSrcweir
34