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