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

搜索引擎

开发平台:

ASP/ASPX

  1. /*
  2. IFilter article found here
  3. http://www.codeproject.com/csharp/IFilter.asp
  4. and referenced here
  5. http://www.epocalipse.com/blog/2006/03/12/using-ifilters-in-c-by-bypassing-com/
  6. */
  7. using System.Reflection;
  8. using System.Runtime.CompilerServices;
  9. using System.Runtime.InteropServices;
  10. // General Information about an assembly is controlled through the following 
  11. // set of attributes. Change these attribute values to modify the information
  12. // associated with an assembly.
  13. [assembly: AssemblyTitle("EPocalipse.IFilter")]
  14. [assembly: AssemblyDescription("")]
  15. [assembly: AssemblyConfiguration("")]
  16. [assembly: AssemblyCompany("")]
  17. [assembly: AssemblyProduct("EPocalipse.IFilter")]
  18. [assembly: AssemblyCopyright("Copyright ©  2006")]
  19. [assembly: AssemblyTrademark("")]
  20. [assembly: AssemblyCulture("")]
  21. // Setting ComVisible to false makes the types in this assembly not visible 
  22. // to COM components.  If you need to access a type in this assembly from 
  23. // COM, set the ComVisible attribute to true on that type.
  24. [assembly: ComVisible(false)]
  25. // The following GUID is for the ID of the typelib if this project is exposed to COM
  26. [assembly: Guid("da53005f-425b-4812-bc03-474ce26d1d23")]
  27. // Version information for an assembly consists of the following four values:
  28. //
  29. //      Major Version
  30. //      Minor Version 
  31. //      Build Number
  32. //      Revision
  33. //
  34. // You can specify all the values or you can default the Revision and Build Numbers 
  35. // by using the '*' as shown below:
  36. [assembly: AssemblyVersion("1.0.0.0")]
  37. [assembly: AssemblyFileVersion("1.0.0.0")]