Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.7/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Properties/AssemblyInfo.cs @ 13398

Last change on this file since 13398 was 4068, checked in by swagner, 14 years ago

Sorted usings and removed unused usings in entire solution (#1094)

File size: 1.6 KB
Line 
1using System;
2using System.Diagnostics.CodeAnalysis;
3using System.Reflection;
4using System.Runtime.InteropServices;
5
6[assembly: AssemblyTitle("DockPanel Suite for .Net 2.0")]
7[assembly: AssemblyDescription(".Net Docking Library for Windows Forms")]
8[assembly: AssemblyConfiguration("")]
9[assembly: AssemblyCompany("Weifen Luo")]
10[assembly: AssemblyProduct("DockPanel Suite")]
11[assembly: AssemblyCopyright("Copyright © Weifen Luo 2007")]
12[assembly: AssemblyTrademark("")]
13[assembly: AssemblyCulture("")]
14[assembly: CLSCompliant(true)]
15
16[assembly: ComVisible(false)]
17
18[assembly: Guid("9d690ef9-ce19-4c69-874c-e24d8eb36aff")]
19
20[assembly: AssemblyVersion("2.3.1.0")]
21[assembly: AssemblyFileVersion("2.3.1.0")]
22
23[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "namespace", Target = "WeifenLuo.WinFormsUI.Docking", MessageId = "Weifen")]
24[module: SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Scope = "namespace", Target = "WeifenLuo.WinFormsUI.Docking", MessageId = "Luo")]
25[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "WeifenLuo.WinFormsUI.Docking.Strings.resources", MessageId = "Weifen")]
26[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "WeifenLuo.WinFormsUI.Docking.Strings.resources", MessageId = "Luo")]
27[module: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", Scope = "resource", Target = "WeifenLuo.WinFormsUI.Docking.Strings.resources", MessageId = "Dockable")]
Note: See TracBrowser for help on using the repository browser.