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