cloudflight
2024-06-17 b62f5f0104845c2a3a74707792ebf28a506e24f1
1
2
3
4
5
6
7
8
9
10
11
12
13
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
 
// 将 ComVisible 设置为 false 会使此程序集中的类型
//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
//请将此类型的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]
 
// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid("78653bed-368a-470d-a021-929f2e583313")]