Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyInfo.cs
Go to the documentation of this file.
7
8[assembly: DefaultDllImportSearchPaths(DllImportSearchPath.System32 | DllImportSearchPath.AssemblyDirectory)]
9[assembly: AssemblyDefaultAlias("System.Diagnostics.DiagnosticSource")]
10[assembly: NeutralResourcesLanguage("en-US")]
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("Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)\r\n\r\nCommonly Used Types:\r\nSystem.Diagnostics.DiagnosticListener\r\nSystem.Diagnostics.DiagnosticSource")]
18[assembly: AssemblyFileVersion("6.0.21.52210")]
19[assembly: AssemblyInformationalVersion("6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6")]
20[assembly: AssemblyProduct("Microsoft® .NET")]
21[assembly: AssemblyTitle("System.Diagnostics.DiagnosticSource")]
22[assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/dotnet/runtime")]
23[assembly: AssemblyVersion("6.0.0.0")]
24[module: System.Runtime.CompilerServices.NullablePublicOnly(false)]
25[module: SkipLocalsInit]