Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyInfo.cs
Go to the documentation of this file.
1using System;
8using System.Web;
9
10[assembly: CLSCompliant(true)]
11[assembly: AssemblyDefaultAlias("System.Web")]
12[assembly: AssemblyMetadata(".NETFrameworkAssembly", "")]
13[assembly: AssemblyMetadata("Serviceable", "True")]
14[assembly: AssemblyMetadata("PreferInbox", "True")]
15[assembly: AssemblyMetadata("IsTrimmable", "True")]
16[assembly: AssemblyCompany("Microsoft Corporation")]
17[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
18[assembly: AssemblyDescription("System.Web")]
19[assembly: AssemblyFileVersion("6.0.21.52210")]
20[assembly: AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")]
21[assembly: AssemblyProduct("Microsoft® .NET")]
22[assembly: AssemblyTitle("System.Web")]
23[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")]
24[assembly: AssemblyVersion("4.0.0.0")]
25[assembly: TypeForwardedTo(typeof(HttpUtility))]
26[module: SkipLocalsInit]