AssemblyInfo.cs 489 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// Setting ComVisible to false makes the types in this assembly not visible 
// to COM components.  If you need to access a type in this assembly from 
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
11
[assembly: Guid("6ab1d266-f201-46c0-9d14-523768eb18db")]