8dcb8601a2
Hopefully this is the first and last time we have to do this.
12 lines
582 B
C#
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")]
|