Bladeren bron

2004-04-06 Andreas Nahr <[email protected]>

	* AssemblyInfo.cs: Added
	* ChangeLog: Added
	* Locale.cs: Added

svn path=/trunk/mcs/; revision=25112
Andreas N 22 jaren geleden
bovenliggende
commit
a034e004a8

+ 46 - 0
mcs/class/System.Configuration.Install/Assembly/AssemblyInfo.cs

@@ -0,0 +1,46 @@
+//
+// AssemblyInfo.cs
+//
+// Author:
+//   Andreas Nahr ([email protected])
+//
+// (C) 2003 Ximian, Inc.  http://www.ximian.com
+//
+
+using System;
+using System.Reflection;
+using System.Resources;
+using System.Security;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about the System.Configuration.Install assembly
+
+#if (NET_1_0)
+	[assembly: AssemblyVersion ("1.0.3300.0")]
+	[assembly: SatelliteContractVersion ("1.0.3300.0")]
+#endif
+#if (NET_1_1)
+	[assembly: AssemblyVersion ("1.0.5000.0")]
+	[assembly: SatelliteContractVersion ("1.0.5000.0")]
+	[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
+	[assembly: TypeLibVersion (1, 10)]
+#endif
+
+[assembly: AssemblyTitle ("System.Configuration.Install.dll")]
+[assembly: AssemblyDescription ("System.Configuration.Install.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: AssemblyDefaultAlias ("System.Configuration.Install.dll")]
+[assembly: AssemblyInformationalVersion ("0.0.0.1")]
+[assembly: NeutralResourcesLanguage ("en-US")]
+
+[assembly: ComVisible (false)]
+
+//[assembly: AssemblyDelaySign (true)]
+//[assembly: AssemblyKeyFile ("")]

+ 5 - 0
mcs/class/System.Configuration.Install/Assembly/ChangeLog

@@ -0,0 +1,5 @@
+2004-04-06  Andreas Nahr <[email protected]>
+
+	* AssemblyInfo.cs: Added
+	* ChangeLog: Added
+	* Locale.cs: Added

+ 24 - 0
mcs/class/System.Configuration.Install/Assembly/Locale.cs

@@ -0,0 +1,24 @@
+//
+// Locale.cs
+//
+// Author:
+//   Miguel de Icaza ([email protected])
+//   Andreas Nahr ([email protected])
+//
+// (C) 2001 - 2003 Ximian, Inc (http://www.ximian.com)
+//
+
+internal sealed class Locale {
+
+	private Locale ()
+	{
+	}
+
+	/// <summary>
+	///   Returns the translated message for the current locale
+	/// </summary>
+	public static string GetText (string msg)
+	{
+		return msg;
+	}
+}

+ 47 - 0
mcs/class/System.Data.OracleClient/Assembly/AssemblyInfo.cs

@@ -0,0 +1,47 @@
+//
+// AssemblyInfo.cs
+//
+// Author:
+//   Andreas Nahr ([email protected])
+//
+// (C) 2003 Ximian, Inc.  http://www.ximian.com
+//
+
+using System;
+using System.Reflection;
+using System.Resources;
+using System.Security;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about the System.Data.OracleClient assembly
+
+#if (NET_1_0)
+	[assembly: AssemblyVersion ("1.0.3300.0")]
+	[assembly: SatelliteContractVersion ("1.0.3300.0")]
+#endif
+#if (NET_1_1)
+	[assembly: AssemblyVersion ("1.0.5000.0")]
+	[assembly: SatelliteContractVersion ("1.0.5000.0")]
+	[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
+	[assembly: TypeLibVersion (1, 10)]
+#endif
+
+[assembly: AssemblyTitle ("System.Data.OracleClient.dll")]
+[assembly: AssemblyDescription ("System.Data.OracleClient.dll")]
+[assembly: AssemblyConfiguration ("Development version")]
+[assembly: AssemblyCompany ("MONO development team")]
+[assembly: AssemblyProduct ("MONO CLI")]
+[assembly: AssemblyCopyright ("(c) 2003 Various Authors")]
+[assembly: AssemblyTrademark ("")]
+
+// FIXME: add once CLS compliance is reached
+//[assembly: CLSCompliant (true)]
+[assembly: AssemblyDefaultAlias ("System.Data.OracleClient.dll")]
+[assembly: AssemblyInformationalVersion ("0.0.0.1")]
+[assembly: NeutralResourcesLanguage ("en-US")]
+
+[assembly: ComVisible (false)]
+
+//[assembly: AssemblyDelaySign (true)]
+//[assembly: AssemblyKeyFile ("")]

+ 5 - 0
mcs/class/System.Data.OracleClient/Assembly/ChangeLog

@@ -0,0 +1,5 @@
+2004-04-06  Andreas Nahr <[email protected]>
+
+	* AssemblyInfo.cs: Added
+	* ChangeLog: Added
+	* Locale.cs: Added

+ 24 - 0
mcs/class/System.Data.OracleClient/Assembly/Locale.cs

@@ -0,0 +1,24 @@
+//
+// Locale.cs
+//
+// Author:
+//   Miguel de Icaza ([email protected])
+//   Andreas Nahr ([email protected])
+//
+// (C) 2001 - 2003 Ximian, Inc (http://www.ximian.com)
+//
+
+internal sealed class Locale {
+
+	private Locale ()
+	{
+	}
+
+	/// <summary>
+	///   Returns the translated message for the current locale
+	/// </summary>
+	public static string GetText (string msg)
+	{
+		return msg;
+	}
+}

+ 47 - 0
mcs/class/System.Design/Assembly/AssemblyInfo.cs

@@ -0,0 +1,47 @@
+//
+// AssemblyInfo.cs
+//
+// Author:
+//   Andreas Nahr ([email protected])
+//
+// (C) 2003 Ximian, Inc.  http://www.ximian.com
+//
+
+using System;
+using System.Reflection;
+using System.Resources;
+using System.Security;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about the System.Design assembly
+
+#if (NET_1_0)
+	[assembly: AssemblyVersion ("1.0.3300.0")]
+	[assembly: SatelliteContractVersion ("1.0.3300.0")]
+#endif
+#if (NET_1_1)
+	[assembly: AssemblyVersion ("1.0.5000.0")]
+	[assembly: SatelliteContractVersion ("1.0.5000.0")]
+	[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
+	[assembly: TypeLibVersion (1, 10)]
+#endif
+
+[assembly: AssemblyTitle ("System.Design.dll")]
+[assembly: AssemblyDescription ("System.Design.dll")]
+[assembly: AssemblyConfiguration ("Development version")]
+[assembly: AssemblyCompany ("MONO development team")]
+[assembly: AssemblyProduct ("MONO CLI")]
+[assembly: AssemblyCopyright ("(c) 2003 Various Authors")]
+[assembly: AssemblyTrademark ("")]
+
+// FIXME: add once CLS compliance is reached (CLS compliance requests that Accessibility needs to be referenced - doesn't on mcs, probably a mcs bug)
+//[assembly: CLSCompliant (true)]
+[assembly: AssemblyDefaultAlias ("System.Design.dll")]
+[assembly: AssemblyInformationalVersion ("0.0.0.1")]
+[assembly: NeutralResourcesLanguage ("en-US")]
+
+[assembly: ComVisible (false)]
+
+//[assembly: AssemblyDelaySign (true)]
+//[assembly: AssemblyKeyFile ("")]

+ 5 - 0
mcs/class/System.Design/Assembly/ChangeLog

@@ -0,0 +1,5 @@
+2004-04-06  Andreas Nahr <[email protected]>
+
+	* AssemblyInfo.cs: Added
+	* ChangeLog: Added
+	* Locale.cs: Added

+ 24 - 0
mcs/class/System.Design/Assembly/Locale.cs

@@ -0,0 +1,24 @@
+//
+// Locale.cs
+//
+// Author:
+//   Miguel de Icaza ([email protected])
+//   Andreas Nahr ([email protected])
+//
+// (C) 2001 - 2003 Ximian, Inc (http://www.ximian.com)
+//
+
+internal sealed class Locale {
+
+	private Locale ()
+	{
+	}
+
+	/// <summary>
+	///   Returns the translated message for the current locale
+	/// </summary>
+	public static string GetText (string msg)
+	{
+		return msg;
+	}
+}

+ 40 - 0
mcs/class/System.Management/Assembly/AssemblyInfo.cs

@@ -0,0 +1,40 @@
+//
+// AssemblyInfo.cs
+//
+// Author:
+//   Andreas Nahr ([email protected])
+//
+// (C) 2003 Ximian, Inc.  http://www.ximian.com
+//
+
+using System;
+using System.Reflection;
+using System.Resources;
+using System.Security;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about the System.Management assembly
+
+#if (NET_1_0)
+	[assembly: AssemblyVersion ("1.0.3300.0")]
+#endif
+#if (NET_1_1)
+	[assembly: AssemblyVersion ("1.0.5000.0")]
+#endif
+
+[assembly: AssemblyTitle ("System.Management.dll")]
+[assembly: AssemblyDescription ("System.Management.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)]
+
+//[assembly: AssemblyDelaySign (true)]
+//[assembly: AssemblyKeyName ("")]
+//[assembly: AssemblyKeyFile ("")]

+ 5 - 0
mcs/class/System.Management/Assembly/ChangeLog

@@ -0,0 +1,5 @@
+2004-04-06  Andreas Nahr <[email protected]>
+
+	* AssemblyInfo.cs: Added
+	* ChangeLog: Added
+	* Locale.cs: Added

+ 24 - 0
mcs/class/System.Management/Assembly/Locale.cs

@@ -0,0 +1,24 @@
+//
+// Locale.cs
+//
+// Author:
+//   Miguel de Icaza ([email protected])
+//   Andreas Nahr ([email protected])
+//
+// (C) 2001 - 2003 Ximian, Inc (http://www.ximian.com)
+//
+
+internal sealed class Locale {
+
+	private Locale ()
+	{
+	}
+
+	/// <summary>
+	///   Returns the translated message for the current locale
+	/// </summary>
+	public static string GetText (string msg)
+	{
+		return msg;
+	}
+}

+ 44 - 0
mcs/class/System.Messaging/Assembly/AssemblyInfo.cs

@@ -0,0 +1,44 @@
+//
+// AssemblyInfo.cs
+//
+// Author:
+//   Andreas Nahr ([email protected])
+//
+// (C) 2003 Ximian, Inc.  http://www.ximian.com
+//
+
+using System;
+using System.Reflection;
+using System.Resources;
+using System.Security;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about the System.Messaging assembly
+
+#if (NET_1_0)
+	[assembly: AssemblyVersion ("1.0.3300.0")]
+	[assembly: SatelliteContractVersion ("1.0.3300.0")]
+#endif
+#if (NET_1_1)
+	[assembly: AssemblyVersion ("1.0.5000.0")]
+	[assembly: SatelliteContractVersion ("1.0.5000.0")]
+#endif
+
+[assembly: AssemblyTitle ("System.Messaging.dll")]
+[assembly: AssemblyDescription ("System.Messaging.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: AssemblyDefaultAlias ("System.Messaging.dll")]
+[assembly: AssemblyInformationalVersion ("0.0.0.1")]
+[assembly: NeutralResourcesLanguage ("en-US")]
+
+[assembly: ComVisible (false)]
+
+//[assembly: AssemblyDelaySign (true)]
+//[assembly: AssemblyKeyFile ("")]

+ 5 - 0
mcs/class/System.Messaging/Assembly/ChangeLog

@@ -0,0 +1,5 @@
+2004-04-06  Andreas Nahr <[email protected]>
+
+	* AssemblyInfo.cs: Added
+	* ChangeLog: Added
+	* Locale.cs: Added

+ 24 - 0
mcs/class/System.Messaging/Assembly/Locale.cs

@@ -0,0 +1,24 @@
+//
+// Locale.cs
+//
+// Author:
+//   Miguel de Icaza ([email protected])
+//   Andreas Nahr ([email protected])
+//
+// (C) 2001 - 2003 Ximian, Inc (http://www.ximian.com)
+//
+
+internal sealed class Locale {
+
+	private Locale ()
+	{
+	}
+
+	/// <summary>
+	///   Returns the translated message for the current locale
+	/// </summary>
+	public static string GetText (string msg)
+	{
+		return msg;
+	}
+}

+ 44 - 0
mcs/class/System.ServiceProcess/Assembly/AssemblyInfo.cs

@@ -0,0 +1,44 @@
+//
+// AssemblyInfo.cs
+//
+// Author:
+//   Andreas Nahr ([email protected])
+//
+// (C) 2003 Ximian, Inc.  http://www.ximian.com
+//
+
+using System;
+using System.Reflection;
+using System.Resources;
+using System.Security;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about the System.ServiceProcess assembly
+
+#if (NET_1_0)
+	[assembly: AssemblyVersion ("1.0.3300.0")]
+	[assembly: SatelliteContractVersion ("1.0.3300.0")]
+#endif
+#if (NET_1_1)
+	[assembly: AssemblyVersion ("1.0.5000.0")]
+	[assembly: SatelliteContractVersion ("1.0.5000.0")]
+#endif
+
+[assembly: AssemblyTitle ("System.ServiceProcess.dll")]
+[assembly: AssemblyDescription ("System.ServiceProcess.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: AssemblyDefaultAlias ("System.ServiceProcess.dll")]
+[assembly: AssemblyInformationalVersion ("0.0.0.1")]
+[assembly: NeutralResourcesLanguage ("en-US")]
+
+[assembly: ComVisible (false)]
+
+//[assembly: AssemblyDelaySign (true)]
+//[assembly: AssemblyKeyFile ("")]

+ 5 - 0
mcs/class/System.ServiceProcess/Assembly/ChangeLog

@@ -0,0 +1,5 @@
+2004-04-06  Andreas Nahr <[email protected]>
+
+	* AssemblyInfo.cs: Added
+	* ChangeLog: Added
+	* Locale.cs: Added

+ 24 - 0
mcs/class/System.ServiceProcess/Assembly/Locale.cs

@@ -0,0 +1,24 @@
+//
+// Locale.cs
+//
+// Author:
+//   Miguel de Icaza ([email protected])
+//   Andreas Nahr ([email protected])
+//
+// (C) 2001 - 2003 Ximian, Inc (http://www.ximian.com)
+//
+
+internal sealed class Locale {
+
+	private Locale ()
+	{
+	}
+
+	/// <summary>
+	///   Returns the translated message for the current locale
+	/// </summary>
+	public static string GetText (string msg)
+	{
+		return msg;
+	}
+}

+ 46 - 0
mcs/class/System.Web.Mobile/Assembly/AssemblyInfo.cs

@@ -0,0 +1,46 @@
+//
+// AssemblyInfo.cs
+//
+// Author:
+//   Andreas Nahr ([email protected])
+//
+// (C) 2003 Ximian, Inc.  http://www.ximian.com
+//
+
+using System;
+using System.Reflection;
+using System.Resources;
+using System.Security;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about the System.Web.Mobile assembly
+
+#if (NET_1_0)
+	[assembly: AssemblyVersion ("1.0.3300.0")]
+	[assembly: SatelliteContractVersion ("1.0.3300.0")]
+#endif
+#if (NET_1_1)
+	[assembly: AssemblyVersion ("1.0.5000.0")]
+	[assembly: SatelliteContractVersion ("1.0.5000.0")]
+#endif
+
+[assembly: AssemblyTitle ("System.Web.Mobile.dll")]
+[assembly: AssemblyDescription ("System.Web.Mobile.dll")]
+[assembly: AssemblyConfiguration ("Development version")]
+[assembly: AssemblyCompany ("MONO development team")]
+[assembly: AssemblyProduct ("MONO CLI")]
+[assembly: AssemblyCopyright ("(c) 2003 Various Authors")]
+[assembly: AssemblyTrademark ("")]
+
+// FIXME: Add once compliance is reached
+//[assembly: CLSCompliant (true)]
+[assembly: AssemblyDefaultAlias ("System.Web.Mobile.dll")]
+[assembly: AssemblyInformationalVersion ("0.0.0.1")]
+[assembly: NeutralResourcesLanguage ("en-US")]
+
+[assembly: AllowPartiallyTrustedCallers]
+[assembly: ComVisible (false)]
+
+//[assembly: AssemblyDelaySign (true)]
+//[assembly: AssemblyKeyFile ("")]

+ 5 - 0
mcs/class/System.Web.Mobile/Assembly/ChangeLog

@@ -0,0 +1,5 @@
+2004-04-06  Andreas Nahr <[email protected]>
+
+	* AssemblyInfo.cs: Added
+	* ChangeLog: Added
+	* Locale.cs: Added

+ 24 - 0
mcs/class/System.Web.Mobile/Assembly/Locale.cs

@@ -0,0 +1,24 @@
+//
+// Locale.cs
+//
+// Author:
+//   Miguel de Icaza ([email protected])
+//   Andreas Nahr ([email protected])
+//
+// (C) 2001 - 2003 Ximian, Inc (http://www.ximian.com)
+//
+
+internal sealed class Locale {
+
+	private Locale ()
+	{
+	}
+
+	/// <summary>
+	///   Returns the translated message for the current locale
+	/// </summary>
+	public static string GetText (string msg)
+	{
+		return msg;
+	}
+}