2009-02-22 10:43:35 +00:00
|
|
|
|
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.
|
2010-10-04 21:37:33 +00:00
|
|
|
|
[assembly: AssemblyTitle("Generator.Bind")]
|
2009-09-05 18:37:42 +00:00
|
|
|
|
[assembly: AssemblyDescription("Generates C# bindings for the the Open Toolkit Library")]
|
2009-02-22 10:43:35 +00:00
|
|
|
|
|
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
|
|
|
[assembly: Guid("0d681958-ca78-4a67-b71c-ff8755488e23")]
|