This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
PortableGL/PortableGL.OpenTK/Properties/AssemblyInfo.cs
Gered f2b9884651 add OpenTK backend
This is using a pre-built release assembly from the code at: https://github.com/andykorth/opentk
2013-08-11 13:49:02 -04:00

6 lines
218 B
C#

using System.Reflection;
[assembly: AssemblyTitle("PortableGL.OpenTK")]
[assembly: AssemblyDescription("PortableGL OpenTK backend.")]
[assembly: AssemblyProduct("PortableGL.OpenTK")]
[assembly: AssemblyVersion("0.1")]