23 lines
670 B
C#
Raw Normal View History

2022-08-16 23:17:04 +08:00

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
2022-08-16 23:17:04 +08:00
using System.Resources;
2022-08-16 23:17:04 +08:00
// General Information
2022-08-16 23:31:17 +08:00
[assembly: AssemblyTitle("RageCoop.Client")]
[assembly: AssemblyDescription("RageCoop.Client")]
[assembly: AssemblyConfiguration("")]
2022-08-16 23:31:17 +08:00
[assembly: AssemblyCompany("RAGECOOP")]
[assembly: AssemblyProduct("RageCoop.Client")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("RAGECOOP")]
[assembly: AssemblyCulture("")]
2022-08-16 23:31:17 +08:00
2022-08-16 23:17:04 +08:00
// Version informationr(
[assembly: AssemblyVersion("1.5.2.98")]
[assembly: AssemblyFileVersion("1.5.2.98")]
2022-08-16 23:17:04 +08:00
[assembly: NeutralResourcesLanguageAttribute( "en-US" )]