| 123456789101112131415161718 |
- //
- // AssemblyInfo.cs
- //
- // Author:
- // Andreas Nahr ([email protected])
- //
- // (C) 2003 Ximian, Inc. http://www.ximian.com
- // (C) 2004 Novell (http://www.novell.com)
- //
- using System;
- using System.Reflection;
- using System.Runtime.InteropServices;
- [assembly: AssemblyVersion (Consts.FxVersion)]
- [assembly: AssemblyDelaySign (true)]
- [assembly: AssemblyKeyFile ("../mono.pub")]
|