Opentk/Source/Converter/Properties/AssemblyInfo.cs
thefiddler 8dcb8601a2 Normalized line endings
Hopefully this is the first and last time we have to do this.
2013-10-11 01:58:54 +02:00

12 lines
582 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("Generator.Convert")]
[assembly: AssemblyDescription("Converts C headers into XML suitable for the binding generator")]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("01d453bf-8648-4441-953e-7094a0ec1364")]