12 lines
555 B
C#
12 lines
555 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
// set of attributes. Change these attribute values to modify the information
|
|
// associated with an assembly.
|
|
[assembly: AssemblyTitle("OpenTK.Examples")]
|
|
[assembly: AssemblyDescription("Examples showcasing OpenTK and OpenGL")]
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
[assembly: Guid("f236c767-678f-4c20-9282-d051a3c39657")]
|