Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

28 lines
894 B
C#

using System;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
using System.Web;
[assembly: AssemblyTitle("System.Web.Mvc.dll")]
[assembly: AssemblyDescription("System.Web.Mvc.dll")]
[assembly: ComVisible(false)]
[assembly: Guid("4b5f4208-c6b0-4c37-9a41-63325ffa52ad")]
#if !CODE_COVERAGE
[assembly: AllowPartiallyTrustedCallers]
[assembly: SecurityTransparent]
#endif
[assembly: CLSCompliant(true)]
#if !MONO
[assembly: InternalsVisibleTo("System.Web.Mvc.Test")]
#endif
[assembly: PreApplicationStartMethod(typeof(System.Web.Mvc.PreApplicationStartCode), "Start")]
[assembly: TypeForwardedTo(typeof(System.Web.Mvc.TagBuilder))]
[assembly: TypeForwardedTo(typeof(System.Web.Mvc.TagRenderMode))]
[assembly: TypeForwardedTo(typeof(System.Web.Mvc.HttpAntiForgeryException))]