1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
8 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
9 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Web.Routing.dll")]
10 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Web.Routing.dll")]
11 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.1")]
12 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.1")]
13 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
14 [assembly:System.Reflection.AssemblyTitleAttribute("System.Web.Routing.dll")]
15 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
16 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
17 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
18 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
19 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
20 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
21 [assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(2), SkipVerificationInFullTrust=true)]
22 [assembly:System.Security.SecurityTransparentAttribute]
23 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.HttpMethodConstraint))]
24 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.IRouteConstraint))]
25 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.IRouteHandler))]
26 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.RequestContext))]
27 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.Route))]
28 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.RouteBase))]
29 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.RouteCollection))]
30 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.RouteData))]
31 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.RouteDirection))]
32 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.RouteTable))]
33 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.RouteValueDictionary))]
34 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.StopRoutingHandler))]
35 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.UrlRoutingHandler))]
36 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.UrlRoutingModule))]
37 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Web.Routing.VirtualPathData))]
38 namespace System
39 {
40     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
41     internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
42     {
MonoDocumentationNoteAttribute(string comment)43         public MonoDocumentationNoteAttribute(string comment) { }
44     }
45     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
46     internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
47     {
MonoExtensionAttribute(string comment)48         public MonoExtensionAttribute(string comment) { }
49     }
50     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
51     internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
52     {
MonoInternalNoteAttribute(string comment)53         public MonoInternalNoteAttribute(string comment) { }
54     }
55     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
56     internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
57     {
MonoLimitationAttribute(string comment)58         public MonoLimitationAttribute(string comment) { }
59     }
60     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
61     internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
62     {
MonoNotSupportedAttribute(string comment)63         public MonoNotSupportedAttribute(string comment) { }
64     }
65     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
66     internal partial class MonoTODOAttribute : System.Attribute
67     {
MonoTODOAttribute()68         public MonoTODOAttribute() { }
MonoTODOAttribute(string comment)69         public MonoTODOAttribute(string comment) { }
70         public string Comment { get { throw null; } }
71     }
72 }
73