forked from aspnet/AspNetWebStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblyInfo.cs
More file actions
26 lines (23 loc) · 1.93 KB
/
Copy pathAssemblyInfo.cs
File metadata and controls
26 lines (23 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Web;
using System.Web.Mvc;
[assembly: AssemblyTitle("System.Web.Mvc.dll")]
[assembly: AssemblyDescription("System.Web.Mvc.dll")]
[assembly: Guid("4b5f4208-c6b0-4c37-9a41-63325ffa52ad")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")]
[assembly: InternalsVisibleTo("System.Web.Mvc.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly: PreApplicationStartMethod(typeof(PreApplicationStartCode), "Start")]
[assembly: TypeForwardedTo(typeof(TagBuilder))]
[assembly: TypeForwardedTo(typeof(TagRenderMode))]
[assembly: TypeForwardedTo(typeof(HttpAntiForgeryException))]
[assembly: TypeForwardedTo(typeof(ModelClientValidationEqualToRule))]
[assembly: TypeForwardedTo(typeof(ModelClientValidationRangeRule))]
[assembly: TypeForwardedTo(typeof(ModelClientValidationRegexRule))]
[assembly: TypeForwardedTo(typeof(ModelClientValidationRemoteRule))]
[assembly: TypeForwardedTo(typeof(ModelClientValidationRequiredRule))]
[assembly: TypeForwardedTo(typeof(ModelClientValidationRule))]
[assembly: TypeForwardedTo(typeof(ModelClientValidationStringLengthRule))]