|
|
using System.Reflection; |
|
|
using System.Runtime.CompilerServices; |
|
|
using System.Runtime.InteropServices; |
|
|
using System.Security; |
|
|
using System.Resources; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[assembly: AssemblyTitle( "ZedGraph" )] |
|
|
[assembly: AssemblyDescription( "ZedGraph Library" )] |
|
|
[assembly: AssemblyConfiguration( "" )] |
|
|
[assembly: AssemblyCompany( "" )] |
|
|
[assembly: AssemblyProduct( "ZedGraph Library" )] |
|
|
[assembly: AssemblyCopyright( "Copyright © 2003-2007 John Champion" )] |
|
|
[assembly: AssemblyTrademark( "" )] |
|
|
[assembly: AssemblyCulture( "" )] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[assembly: ComVisible( false )] |
|
|
|
|
|
|
|
|
[assembly: Guid( "a552bf32-72a3-4d27-968c-72e7a90243f2" )] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[assembly: AssemblyVersion("5.1.5.0")] |
|
|
|
|
|
|
|
|
[assembly: NeutralResourcesLanguageAttribute("en")] |
|
|
|