2008-04-23 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
authorAndreas N <andreas@mono-cvs.ximian.com>
Wed, 23 Apr 2008 09:32:18 +0000 (09:32 -0000)
committerAndreas N <andreas@mono-cvs.ximian.com>
Wed, 23 Apr 2008 09:32:18 +0000 (09:32 -0000)
* AssemblyInfo.cs: Added missing attributes

svn path=/trunk/mcs/; revision=101512

mcs/class/System.Drawing/Assembly/AssemblyInfo.cs
mcs/class/System.Drawing/Assembly/ChangeLog

index 5f97be84c20466bcc6363186e8320a9a9c79c4d7..5f9b12e7aad0397f81c0549a838a16d9b79211b9 100644 (file)
@@ -31,45 +31,46 @@ using System;
 using System.Reflection;
 using System.Resources;
 using System.Security;
+using System.Diagnostics;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
-// General Information about the system assembly
+// General Information about the System.Drawing assembly
 
+[assembly: AssemblyTitle ("System.Drawing.dll")]
+[assembly: AssemblyDescription ("System.Drawing.dll")]
+[assembly: AssemblyDefaultAlias ("System.Drawing.dll")]
+
+[assembly: AssemblyCompany (Consts.MonoCompany)]
+[assembly: AssemblyProduct (Consts.MonoProduct)]
+[assembly: AssemblyCopyright (Consts.MonoCopyright)]
 [assembly: AssemblyVersion (Consts.FxVersion)]
 [assembly: SatelliteContractVersion (Consts.FxVersion)]
+[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
 
-#if NET_2_0
-[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Dependency ("System,", LoadHint.Always)]
-#else
-[assembly: TypeLibVersion (1, 10)]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyConfiguration("Development version")]
-#endif
-
-[assembly: AssemblyTitle("System.Drawing.dll")]
-[assembly: AssemblyDescription("System.Drawing.dll")]
-[assembly: AssemblyCompany("MONO development team")]
-[assembly: AssemblyProduct("MONO CLI")]
-[assembly: AssemblyCopyright("(c) 2003 Various Authors")]
-
-#if !TARGET_JVM
-[assembly: CLSCompliant(true)]
-#endif
-[assembly: AssemblyDefaultAlias("System.Drawing.dll")]
-[assembly: AssemblyInformationalVersion("0.0.0.1")]
-[assembly: NeutralResourcesLanguage("en-US")]
+[assembly: NeutralResourcesLanguage ("en-US")]
 
+[assembly: ComVisible (false)]
 [assembly: ComCompatibleVersion (1, 0, 3300, 0)]
-[assembly: ComVisible(false)]
 [assembly: AllowPartiallyTrustedCallers]
 
-#if TARGET_JVM
-[assembly: AssemblyDelaySign(false)]
-#else
-[assembly: AssemblyDelaySign(true)]
-[assembly: AssemblyKeyFile("../msfinal.pub")]
+#if !TARGET_JVM
+       [assembly: CLSCompliant (true)]
+       [assembly: AssemblyDelaySign (true)]
+       [assembly: AssemblyKeyFile("../msfinal.pub")]
 #endif
 
+#if NET_2_0
+       [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
+       [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
+       [assembly: Dependency ("System,", LoadHint.Always)]
+       [assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
+#elif NET_1_1
+       [assembly: AssemblyTrademark ("")]
+       [assembly: AssemblyConfiguration ("")]
+       [assembly: TypeLibVersion (1, 10)]
+#elif NET_1_0
+       [assembly: AssemblyTrademark ("")]
+       [assembly: AssemblyConfiguration ("")]
+       [assembly: TypeLibVersion (1, 10)]
+#endif
index 9d4f9673fc58eb60389c02352127f6567e48901d..3a2453a97177030806b83f1c0fbd9d8555959208 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-23  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * AssemblyInfo.cs: Added missing attributes
+
 2006-12-03  Sebastien Pouliot  <sebastien@ximian.com>
 
        * Mono.ico: Add mono icon to be included in SystemIcons.