for WinForms
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
694 B

// <file>
// <copyright see="prj:///doc/copyright.txt"/>
// <license see="prj:///doc/license.txt"/>
// <owner name="Mike Krüger" email="mike@icsharpcode.net"/>
// <version>$Revision$</version>
// </file>
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
[assembly: AssemblyCompany("ic#code")]
[assembly: AssemblyCopyright("2000-2010 AlphaSierraPapa")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: StringFreezing]
[assembly: AssemblyTitle("ICSharpCode.TextEditor v4.0.2.6466")]
[assembly: AssemblyDescription("This is a GitExtensions fork of SharpDevelop .NET text editor control")]
[assembly: AssemblyConfiguration("")]