AssemblyInfo.cs
上传用户:wdhx888
上传日期:2017-06-08
资源大小:112k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

C#

  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. // Information about this assembly is defined by the following
  4. // attributes.
  5. //
  6. // change them to the information which is associated with the assembly
  7. // you compile.
  8. [assembly: AssemblyTitle("")]
  9. [assembly: AssemblyDescription("")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("")]
  12. [assembly: AssemblyProduct("")]
  13. [assembly: AssemblyCopyright("")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. // The assembly version has following format :
  17. //
  18. // Major.Minor.Build.Revision
  19. //
  20. // You can specify all values by your own or you can build default build and revision
  21. // numbers with the '*' character (the default):
  22. [assembly: AssemblyVersion("1.0.*")]
  23. // The following attributes specify the key for the sign of your assembly. See the
  24. // .NET Framework documentation for more information about signing.
  25. // This is not required, if you don't want signing let these attributes like they're.
  26. [assembly: AssemblyDelaySign(false)]
  27. [assembly: AssemblyKeyFile("")]