(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / mbas / testmbas / AssemblyInfo.vb
blobf600c94bc01c8ba74ff582dd24985ea3ab7947bb
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("EA89BB68-1010-427C-A8B5-917940328A4B")>
21 ' Version information for an assembly consists of the following four values:
23 ' Major Version
24 ' Minor Version
25 ' Build Number
26 ' Revision
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("1.0.*")>