Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/class
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2014-01-06 15:05:42 +0400
committerMarek Safar <marek.safar@gmail.com>2014-01-06 15:05:42 +0400
commit76d899d494156cd26aea0d5dfd0c8eccaa58f284 (patch)
tree1665e32a764cdbb6844c4ba54fea68bffaf92e75 /mcs/class
parent2ce91c24814b1d5281ec70a6e0a9d580961cd291 (diff)
[System.Web] Clean up assembly level attributes.
Diffstat (limited to 'mcs/class')
-rw-r--r--mcs/class/System.Web/Assembly/AssemblyInfo.cs9
1 files changed, 3 insertions, 6 deletions
diff --git a/mcs/class/System.Web/Assembly/AssemblyInfo.cs b/mcs/class/System.Web/Assembly/AssemblyInfo.cs
index 432ee8ec5c0..7baf1314ac1 100644
--- a/mcs/class/System.Web/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Web/Assembly/AssemblyInfo.cs
@@ -49,9 +49,9 @@ using System.Web.UI;
#if !NET_4_0
[assembly: AssemblyConfiguration("Development version")]
#endif
-[assembly: AssemblyCompany("MONO development team")]
-[assembly: AssemblyProduct("MONO CLI")]
-[assembly: AssemblyCopyright("(c) 2003 Various Authors")]
+[assembly: AssemblyCompany (Consts.MonoCompany)]
+[assembly: AssemblyProduct (Consts.MonoProduct)]
+[assembly: AssemblyCopyright (Consts.MonoCopyright)]
#if !NET_4_0
[assembly: AssemblyTrademark("")]
#endif
@@ -72,12 +72,9 @@ using System.Web.UI;
[assembly: AssemblyKeyFile("../msfinal.pub")]
#if NET_4_0
-[assembly: Debuggable (true, false)]
[assembly: AssemblyFileVersion (Consts.FxVersion)]
-[assembly: AssemblyTargetedPatchBand ("1.0.21-0")]
[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
[assembly: Dependency ("System", LoadHint.Always)]
-[assembly: TypeLibVersion (4, 2)]
[assembly: SecurityRules (SecurityRuleSet.Level2, SkipVerificationInFullTrust=true)]
[assembly: TypeForwardedTo (typeof (System.Web.Security.MembershipPasswordException))]