Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1452 | chris | 1 | using System.Reflection; |
| 2 | using System.Runtime.CompilerServices; |
||
| 3 | using System.Runtime.InteropServices; |
||
| 4 | |||
| 5 | // General Information about an assembly is controlled through the following |
||
| 6 | // set of attributes. Change these attribute values to modify the information |
||
| 7 | // associated with an assembly. |
||
| 8 | [assembly: AssemblyTitle("OpenTK.Examples")] |
||
| 9 | [assembly: AssemblyDescription("Examples showcasing OpenTK and OpenGL")] |
||
| 10 | |||
| 11 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
||
| 12 | [assembly: Guid("f236c767-678f-4c20-9282-d051a3c39657")] |