AssemblyInfo.vb
上传用户:websnack
上传日期:2022-08-01
资源大小:53k
文件大小:1k
源码类别:

系统编程

开发平台:

Visual C++

  1. Imports System.Reflection
  2. Imports System.Runtime.InteropServices
  3. ' General Information about an assembly is controlled through the following 
  4. ' set of attributes. Change these attribute values to modify the information
  5. ' associated with an assembly.
  6. ' Review the values of the assembly attributes
  7. <Assembly: AssemblyTitle("")> 
  8. <Assembly: AssemblyDescription("")> 
  9. <Assembly: AssemblyCompany("")> 
  10. <Assembly: AssemblyProduct("")> 
  11. <Assembly: AssemblyCopyright("")> 
  12. <Assembly: AssemblyTrademark("")> 
  13. <Assembly: CLSCompliant(True)> 
  14. 'The following GUID is for the ID of the typelib if this project is exposed to COM
  15. <Assembly: Guid("53825AF5-C136-4EB4-BF5D-94A9DD7D34B9")> 
  16. ' Version information for an assembly consists of the following four values:
  17. '
  18. '      Major Version
  19. '      Minor Version 
  20. '      Build Number
  21. '      Revision
  22. '
  23. ' You can specify all the values or you can default the Build and Revision Numbers 
  24. ' by using the '*' as shown below:
  25. <Assembly: AssemblyVersion("1.0.*")>