AssemblyInfo.cs 393 B

123456789101112131415161718
  1. //
  2. // AssemblyInfo.cs
  3. //
  4. // Author:
  5. // Andreas Nahr ([email protected])
  6. //
  7. // (C) 2003 Ximian, Inc. http://www.ximian.com
  8. // (C) 2004 Novell (http://www.novell.com)
  9. //
  10. using System;
  11. using System.Reflection;
  12. using System.Runtime.InteropServices;
  13. [assembly: AssemblyVersion (Consts.FxVersion)]
  14. [assembly: AssemblyDelaySign (true)]
  15. [assembly: AssemblyKeyFile ("../mono.pub")]