AssemblyInfo.cs 719 B

123456789101112131415161718
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // 有关程序集的常规信息通过以下
  5. // 特性集控制。更改这些特性值可修改
  6. // 与程序集关联的信息。
  7. [assembly: AssemblyCopyright("Copyright © 2021")]
  8. [assembly: AssemblyTrademark("")]
  9. [assembly: AssemblyCulture("")]
  10. // 将 ComVisible 设置为 false 使此程序集中的类型
  11. // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
  12. // 则将该类型上的 ComVisible 特性设置为 true。
  13. [assembly: ComVisible(false)]
  14. // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
  15. [assembly: Guid("db30c29b-1676-4e48-9312-23ae7d3f4b62")]