Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1452 | chris | 1 | using System; |
| 2 | using System.Reflection; |
||
| 3 | using System.Runtime.CompilerServices; |
||
| 4 | using System.Runtime.InteropServices; |
||
| 5 | |||
| 6 | // General Information about an assembly is controlled through the following |
||
| 7 | // set of attributes. Change these attribute values to modify the information |
||
| 8 | // associated with an assembly. |
||
| 9 | [assembly: AssemblyTitle("OpenTK")] |
||
| 10 | [assembly: AssemblyDescription("Open source game development toolkit for .Net/Mono.")] |
||
| 11 | |||
| 12 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
||
| 13 | [assembly: Guid("7652241e-158d-4eb1-85f4-ed40ee356791")] |
||
| 14 | |||
| 15 | [assembly: CLSCompliant(true)] |
||
| 16 | [assembly: System.Security.AllowPartiallyTrustedCallers] |
||
| 17 | #if NET40 |
||
| 18 | [assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)] |
||
| 19 | #endif |