X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web.Routing%2FAssembly%2FAssemblyInfo.cs;h=5487f687a3e3d7bc9a83931a0578678ffde23a63;hb=40c3407ab94ccaf31a9b57ee106de2de61604ee3;hp=d11ae830b2d3706b1516143fbc20b452beb8ee11;hpb=8ef4e4703172fd32ada3f74b22df5203b4683493;p=mono.git diff --git a/mcs/class/System.Web.Routing/Assembly/AssemblyInfo.cs b/mcs/class/System.Web.Routing/Assembly/AssemblyInfo.cs index d11ae830b2d..5487f687a3e 100644 --- a/mcs/class/System.Web.Routing/Assembly/AssemblyInfo.cs +++ b/mcs/class/System.Web.Routing/Assembly/AssemblyInfo.cs @@ -41,7 +41,6 @@ using System.Runtime.Versioning; using System.Web.Routing; // General Information about the System.Web.Routing assembly -// v3.5 Assembly [assembly: AssemblyTitle ("System.Web.Routing.dll")] [assembly: AssemblyDescription ("System.Web.Routing.dll")] @@ -61,24 +60,11 @@ using System.Web.Routing; [assembly: AssemblyKeyFile ("../winfx.pub")] [assembly: ComVisible (false)] -#if !NET_4_0 -[assembly: ComCompatibleVersion (1, 0, 3300, 0)] -#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: AssemblyTargetedPatchBandAttribute ("1.0.21-0")] -[assembly: Dependency ("System.Web,", LoadHint.Always)] -[assembly: TargetFramework (".NETFramework,Version=v4.0")] [assembly: SecurityRules (SecurityRuleSet.Level2, SkipVerificationInFullTrust = true)] [assembly: SecurityTransparent] [assembly: TypeForwardedToAttribute (typeof (System.Web.Routing.RouteBase))] @@ -96,4 +82,3 @@ using System.Web.Routing; [assembly: TypeForwardedToAttribute (typeof (System.Web.Routing.RouteDirection))] [assembly: TypeForwardedToAttribute (typeof (System.Web.Routing.StopRoutingHandler))] [assembly: TypeForwardedToAttribute (typeof (System.Web.Routing.RouteValueDictionary))] -#endif