AssemblyInfo.vb
上传用户:c_chunwei
上传日期:2022-05-07
资源大小:80k
文件大小:1k
源码类别:

其他智力游戏

开发平台:

Visual Basic

  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("")> 
  9. <Assembly: AssemblyDescription("")> 
  10. <Assembly: AssemblyCompany("")> 
  11. <Assembly: AssemblyProduct("")> 
  12. <Assembly: AssemblyCopyright("")> 
  13. <Assembly: AssemblyTrademark("")> 
  14. <Assembly: CLSCompliant(True)> 
  15. 'The Following GUID Is For The ID Of The Typelib If This Project Is Exposed To COM
  16. <Assembly: Guid("A4FC5CEF-583F-4636-B630-5B4AF33E573D")> 
  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.*")>