22 lines
811 B
C#
22 lines
811 B
C#
using System;
|
|
using System.Diagnostics;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
using System.Runtime.Versioning;
|
|
|
|
[assembly: AssemblyVersion("1.0.*")]
|
|
[assembly: CompilationRelaxations(8)]
|
|
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
|
|
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
|
|
[assembly: AssemblyTitle("TarkovHax")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("TarkovHax")]
|
|
[assembly: AssemblyCopyright("Copyright © 2017")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: ComVisible(false)]
|
|
[assembly: Guid("87a9c8b1-7e18-410f-b75a-4f3b99f20f53")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|