// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) // This code is distributed under the GNU LGPL (for details please see \doc\license.txt) using System; using System.Reflection; using System.Runtime.CompilerServices; [assembly: CLSCompliant(true)] [assembly: StringFreezing()] [assembly: Dependency("ICSharpCode.Core", LoadHint.Always)] [assembly: Dependency("System.Xml", LoadHint.Always)] [assembly: Dependency("System.Drawing", LoadHint.Always)] [assembly: Dependency("System.Windows.Forms", LoadHint.Always)] [assembly: AssemblyTitle("ICSharpCode.Core.WinForms")] [assembly: AssemblyDescription("Windows Forms binding for ICSharpCode.Core")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]