Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
997 B

  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("CD55E015-7D08-4AA7-9E08-E9961204D02F")>
  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.*")>