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
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-02-16 20:29:18 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-17 16:37:25 +0400
commit76dac96b4b953a6a1b795ee20b2bb0dab35e60df (patch)
tree4ee827805a7d69b68984c87af5913a3f7cdca3f0 /mcs/class/System.Web.Abstractions
parent2531552bdcee25f89e28f69127fb6088f7e21b0c (diff)
Cleanup some assembly attributes
Diffstat (limited to 'mcs/class/System.Web.Abstractions')
-rw-r--r--mcs/class/System.Web.Abstractions/Assembly/AssemblyInfo.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/mcs/class/System.Web.Abstractions/Assembly/AssemblyInfo.cs b/mcs/class/System.Web.Abstractions/Assembly/AssemblyInfo.cs
index d15b52a0996..8055508ca60 100644
--- a/mcs/class/System.Web.Abstractions/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Web.Abstractions/Assembly/AssemblyInfo.cs
@@ -41,7 +41,6 @@ using System.Runtime.Versioning;
using System.Web;
// General Information about the System.Web.Abstractions assembly
-// v3.5 Assembly
[assembly: AssemblyTitle ("System.Web.Abstractions.dll")]
[assembly: AssemblyDescription ("System.Web.Abstractions.dll")]
@@ -66,19 +65,10 @@ using System.Web;
#endif
[assembly: AllowPartiallyTrustedCallers]
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityCritical (SecurityCriticalScope.Explicit)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
-
// FIXME: We get collisions with this internalsVisibleTo because of Consts.cs and MonoTodo
//[assembly: InternalsVisibleTo ("System.ServiceModel.Web, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
#if NET_4_0
-[assembly: AssemblyTargetedPatchBand ("1.0.21-0")]
-[assembly: Dependency ("System.Web,", LoadHint.Always)]
-[assembly: TargetFramework (".NETFramework,Version=v4.0")]
[assembly: SecurityRules (SecurityRuleSet.Level2, SkipVerificationInFullTrust = true)]
[assembly: TypeForwardedTo (typeof (System.Web.HttpStaticObjectsCollectionBase))]
[assembly: TypeForwardedTo (typeof (System.Web.HttpStaticObjectsCollectionWrapper))]