AssemblyInfo.cs
上传用户:hncsjykj
上传日期:2022-08-09
资源大小:461k
文件大小:2k
源码类别:

Email客户端

开发平台:

C#

  1. /******************************************************************************
  2. Copyright 2003-2004 Hamid Qureshi and Unruled Boy 
  3. OpenPOP.Net is free software; you can redistribute it and/or modify
  4. it under the terms of the Lesser GNU General Public License as published by
  5. the Free Software Foundation; either version 2 of the License, or
  6. (at your option) any later version.
  7. OpenPOP.Net is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  10. Lesser GNU General Public License for more details.
  11. You should have received a copy of the Lesser GNU General Public License
  12. along with this program; if not, write to the Free Software
  13. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  14. /*******************************************************************************/
  15. /*
  16. *Name: Assembly
  17. *Function: Assembly
  18. *Author: Hamid Qureshi
  19. *Created: 2003/8
  20. *Modified: 2004/6/16 18:34 GMT+8 by Unruled Boy
  21. *Description :
  22. */
  23. using System.Reflection;
  24. using System.Runtime.CompilerServices;
  25. [assembly: AssemblyTitle("OpenPOP")]
  26. [assembly: AssemblyDescription("POP3 Mail Library")]
  27. [assembly: AssemblyConfiguration("")]
  28. [assembly: AssemblyCompany("Hamid Qureshi and Unruled Boy")]
  29. [assembly: AssemblyProduct("OpenPOP")]
  30. [assembly: AssemblyCopyright("Hamid Qureshi and Unruled Boy")]
  31. [assembly: AssemblyTrademark("OpenPOP")]
  32. [assembly: AssemblyCulture("")]
  33. [assembly: AssemblyVersion("2004.06.16.1248")]
  34. [assembly: AssemblyDelaySign(false)]
  35. [assembly: AssemblyKeyFile("")]
  36. [assembly: AssemblyKeyName("")]