* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Mono.Data.SqliteClient / Assembly / AssemblyInfo.cs
1 //
2 // AssemblyInfo.cs
3 //
4 // Author:
5 //   Andreas Nahr (ClassDevelopment@A-SoftTech.com)
6 //
7 // (C) 2003 Ximian, Inc.  http://www.ximian.com
8 // (C) 2004 Novell (http://www.novell.com)
9 //
10
11 using System;
12 using System.Reflection;
13 using System.Runtime.InteropServices;
14
15 [assembly: AssemblyVersion (Consts.FxVersion)]
16
17 /* TODO COMPLETE INFORMATION
18
19 [assembly: AssemblyTitle ("")]
20 [assembly: AssemblyDescription ("")]
21
22 [assembly: CLSCompliant (true)]
23 [assembly: AssemblyFileVersion ("0.0.0.1")]
24
25 [assembly: ComVisible (false)]
26
27 */
28
29 [assembly: AssemblyDelaySign (true)]
30 [assembly: AssemblyKeyFile ("../mono.pub")]
31