You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

AssemblyInfo.cs 1.4 kB

12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
12 years ago
123456789101112131415161718192021222324252627282930313233343536
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // 有关程序集的常规信息通过下列属性集
  5. // 控制。更改这些属性值可修改
  6. // 与程序集关联的信息。
  7. [assembly: AssemblyTitle("shadowsocks-csharp")]
  8. [assembly: AssemblyDescription("")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("clowwindy")]
  11. [assembly: AssemblyProduct("shadowsocks-csharp")]
  12. [assembly: AssemblyCopyright("Copyright © clowwindy 2014")]
  13. [assembly: AssemblyTrademark("")]
  14. [assembly: AssemblyCulture("")]
  15. // 将 ComVisible 设置为 false 使此程序集中的类型
  16. // 对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型,
  17. // 则将该类型上的 ComVisible 属性设置为 true。
  18. [assembly: ComVisible(false)]
  19. // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
  20. [assembly: Guid("f8334709-4309-436a-8bbd-6165dcf4a660")]
  21. // 程序集的版本信息由下面四个值组成:
  22. //
  23. // 主版本
  24. // 次版本
  25. // 内部版本号
  26. // 修订号
  27. //
  28. // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
  29. // 方法是按如下所示使用“*”:
  30. // [assembly: AssemblyVersion("1.0.*")]
  31. [assembly: AssemblyVersion("1.1.2")]
  32. [assembly: AssemblyFileVersion("1.1.2")]