mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-23 09:34:35 -05:00
12 lines
No EOL
549 B
C#
12 lines
No EOL
549 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("OpenTK")]
|
|
[assembly: AssemblyDescription("Open source game development toolkit for .Net/Mono.")]
|
|
[assembly: AssemblyCompany("The Open Toolkit Library")]
|
|
[assembly: AssemblyProduct("The Open Toolkit Library")]
|
|
[assembly: AssemblyCopyright("Copyright © 2006 - 2010 the Open Toolkit Library")]
|
|
[assembly: AssemblyTrademark("OpenTK")]
|
|
[assembly: System.Security.AllowPartiallyTrustedCallers]
|
|
[assembly: ComVisible(false)]
|
|
[assembly: AssemblyVersion("0.99.6")] |