AssemblyInfo.vb
上传用户:wangting
上传日期:2020-01-24
资源大小:2226k
文件大小:1k
源码类别:

破解

开发平台:

ASP/ASPX

  1. Imports System
  2. Imports System.Reflection
  3. Imports System.Runtime.InteropServices
  4. ' General Information about an assembly is controlled through the following 
  5. ' set of attributes. Change these attribute values to modify the information
  6. ' associated with an assembly.
  7. ' Review the values of the assembly attributes
  8. <Assembly: AssemblyTitle("XSS Tunneling Library")> 
  9. <Assembly: AssemblyDescription("DLL for XSS Tunneling Tools")> 
  10. <Assembly: AssemblyCompany("Ferruh Mavituna")> 
  11. <Assembly: AssemblyProduct("XSS Tunneling Library")> 
  12. <Assembly: AssemblyCopyright("Copyright ©  2007")> 
  13. <Assembly: AssemblyTrademark("Ferruh Mavituna")> 
  14. <Assembly: ComVisible(False)>
  15. 'The following GUID is for the ID of the typelib if this project is exposed to COM
  16. <Assembly: Guid("67cdba1f-65ee-4fa7-8249-c55f24fd17e2")> 
  17. ' Version information for an assembly consists of the following four values:
  18. '
  19. '      Major Version
  20. '      Minor Version 
  21. '      Build Number
  22. '      Revision
  23. '
  24. ' You can specify all the values or you can default the Build and Revision Numbers 
  25. ' by using the '*' as shown below:
  26. ' <Assembly: AssemblyVersion("1.0.*")> 
  27. <Assembly: AssemblyVersion("1.0.8.0")> 
  28. <Assembly: AssemblyFileVersion("1.0.8.0")>