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