Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyInfo.cs
Go to the documentation of this file.
1using System;
8
9[assembly: CLSCompliant(true)]
10[assembly: DefaultDllImportSearchPaths(DllImportSearchPath.System32 | DllImportSearchPath.AssemblyDirectory)]
11[assembly: AssemblyDefaultAlias("System.Numerics.Vectors")]
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.Numerics.Vectors")]
19[assembly: AssemblyFileVersion("6.0.21.52210")]
20[assembly: AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")]
21[assembly: AssemblyProduct("Microsoft® .NET")]
22[assembly: AssemblyTitle("System.Numerics.Vectors")]
23[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")]
24[assembly: AssemblyVersion("6.0.0.0")]
25[assembly: TypeForwardedTo(typeof(Matrix3x2))]
26[assembly: TypeForwardedTo(typeof(Matrix4x4))]
27[assembly: TypeForwardedTo(typeof(Plane))]
28[assembly: TypeForwardedTo(typeof(Quaternion))]
29[assembly: TypeForwardedTo(typeof(Vector))]
30[assembly: TypeForwardedTo(typeof(Vector<>))]
31[assembly: TypeForwardedTo(typeof(Vector2))]
32[assembly: TypeForwardedTo(typeof(Vector3))]
33[assembly: TypeForwardedTo(typeof(Vector4))]
34[module: SkipLocalsInit]