AssemblyInfo.cs
上传用户:dzysfj
上传日期:2021-09-14
资源大小:118k
文件大小:1k
源码类别:

菜单

开发平台:

C#

  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // 有关程序集的常规信息通过下列属性集
  5. // 控制。更改这些属性值可修改
  6. // 与程序集关联的信息。
  7. [assembly: AssemblyTitle("SystemMenuDemo")]
  8. [assembly: AssemblyDescription("SystemMenuNativeWindow类实现对系统菜单的操作,SystemMenuDemo提供SystemMenuNativeWindow类的一个应用和实例。")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("C# 程序员之窗")]
  11. [assembly: AssemblyProduct("SystemMenuDemo")]
  12. [assembly: AssemblyCopyright("版权所有 (C) C# 程序员之窗 2009")]
  13. [assembly: AssemblyTrademark("C# 程序员之窗 2009--Starts_2000")]
  14. [assembly: AssemblyCulture("")]
  15. // 将 ComVisible 设置为 false 使此程序集中的类型
  16. // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
  17. // 则将该类型上的 ComVisible 属性设置为 true。
  18. [assembly: ComVisible(false)]
  19. // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
  20. [assembly: Guid("e93fba99-575d-4240-807f-06e1bac3d785")]
  21. // 程序集的版本信息由下面四个值组成:
  22. //
  23. //      主版本
  24. //      次版本 
  25. //      内部版本号
  26. //      修订号
  27. //
  28. [assembly: AssemblyVersion("1.0.0.0")]
  29. [assembly: AssemblyFileVersion("1.0.0.0")]