* expression.cs:
[mono.git] / mcs / mbas / Test / misc / AssemblyInfo.vb
1 Imports System.Reflection\r
2 Imports System.Runtime.InteropServices\r
3 \r
4 ' General Information about an assembly is controlled through the following \r
5 ' set of attributes. Change these attribute values to modify the information\r
6 ' associated with an assembly.\r
7 \r
8 ' Review the values of the assembly attributes\r
9 \r
10 <Assembly: AssemblyTitle("")> \r
11 <Assembly: AssemblyDescription("")> \r
12 <Assembly: AssemblyCompany("")> \r
13 <Assembly: AssemblyProduct("")> \r
14 <Assembly: AssemblyCopyright("")> \r
15 <Assembly: AssemblyTrademark("")> \r
16 <Assembly: CLSCompliant(True)> \r
17 \r
18 'The following GUID is for the ID of the typelib if this project is exposed to COM\r
19 <Assembly: Guid("EA89BB68-1010-427C-A8B5-917940328A4B")> \r
20 \r
21 ' Version information for an assembly consists of the following four values:\r
22 '\r
23 '      Major Version\r
24 '      Minor Version \r
25 '      Build Number\r
26 '      Revision\r
27 '\r
28 ' You can specify all the values or you can default the Build and Revision Numbers \r
29 ' by using the '*' as shown below:\r
30 \r
31 <Assembly: AssemblyVersion("1.0.*")> \r