blob: 6005014417af2802c6f40d50b6ee1b9ee04d583e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
using System.Resources;
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
[assembly: Guid("b958aa5f-8aed-456c-9c07-9e4c6c027042")]
|