This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
chovy-gm/Properties/AssemblyInfo.cs

24 lines
998 B
C#

using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
using System.Security.Permissions;
[assembly: AssemblyProduct("GMAssetCompiler")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCompany("YoYo Games Ltd.")]
[assembly: AssemblyCopyright("Copyright © YoYo Games Ltd 2010,2011")]
[assembly: ComVisible(false)]
[assembly: Guid("9d2777dc-e99e-4215-9554-ed7469715d7f")]
[assembly: AssemblyFileVersion("1.0.98.11948")]
[assembly: AssemblyConfiguration("Release")]
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly: CompilationRelaxations(8)]
[assembly: AssemblyDescription("")]
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
[assembly: AssemblyTitle("GMAssetCompiler")]
[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
[assembly: AssemblyVersion("1.0.98.11948")]
[module: UnverifiableCode]