Author: rolf
Date: 2007-05-31 06:59:34 -0400 (Thu, 31 May 2007)
New Revision: 78311
Modified:
trunk/mcs/class/Managed.Windows.Forms/Assembly/AssemblyInfo.cs
trunk/mcs/class/Managed.Windows.Forms/Assembly/ChangeLog
Log:
* AssemblyInfo.cs: Update assembly attributes.
Modified: trunk/mcs/class/Managed.Windows.Forms/Assembly/AssemblyInfo.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/Assembly/AssemblyInfo.cs
2007-05-31 10:40:47 UTC (rev 78310)
+++ trunk/mcs/class/Managed.Windows.Forms/Assembly/AssemblyInfo.cs
2007-05-31 10:59:34 UTC (rev 78311)
@@ -13,6 +13,7 @@
using System.Security;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
+using System.Diagnostics;
// General Information about the System.Windows.Forms assembly
@@ -24,13 +25,26 @@
[assembly: TypeLibVersion (1, 10)]
#endif
+#if ONLY_1_0 || ONLY_1_1
+[assembly: AssemblyConfiguration("Development version")]
+[assembly: AssemblyTrademark("")]
+#endif
+
+#if NET_2_0
+[assembly: AssemblyFileVersion("2.0.50727.42")]
+[assembly:
Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
+[assembly: CompilationRelaxations(CompilationRelaxations.NoStringInterning)]
+[assembly: Dependency("System.Drawing,", LoadHint.Always)]
+[assembly: Dependency("System,", LoadHint.Always)]
+[assembly: StringFreezing]
+[assembly: ComCompatibleVersion(1, 0, 3300, 0)]
+#endif
+
[assembly: AssemblyTitle("System.Windows.Forms.dll")]
[assembly: AssemblyDescription("System.Windows.Forms.dll")]
-[assembly: AssemblyConfiguration("Development version")]
[assembly: AssemblyCompany("MONO development team")]
[assembly: AssemblyProduct("MONO CLI")]
[assembly: AssemblyCopyright("(c) 2003 Various Authors")]
-[assembly: AssemblyTrademark("")]
[assembly: CLSCompliant(true)]
[assembly: ComVisible(false)]
Modified: trunk/mcs/class/Managed.Windows.Forms/Assembly/ChangeLog
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/Assembly/ChangeLog 2007-05-31
10:40:47 UTC (rev 78310)
+++ trunk/mcs/class/Managed.Windows.Forms/Assembly/ChangeLog 2007-05-31
10:59:34 UTC (rev 78311)
@@ -1,3 +1,7 @@
+2007-05-31 Rolf Bjarne Kvinge <[EMAIL PROTECTED]>
+
+ * AssemblyInfo.cs: Update assembly attributes.
+
2006-12-21 Daniel Nauck <[EMAIL PROTECTED]>
* Locale.cs: Added Locale.GetText (string msg, params object [] args).
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches