/Visual Studio 2008/VBASPNETAjaxExtender/My Project/AssemblyInfo.vb

# · Visual Basic · 33 lines · 12 code · 7 blank · 14 comment · 0 complexity · 52a4219ca1a73984fbe019910602dab2 MD5 · raw file

  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("VBASPNETAjaxExtender")>
  8. <Assembly: AssemblyDescription("")>
  9. <Assembly: AssemblyCompany("Microsoft Corporation")>
  10. <Assembly: AssemblyProduct("VBASPNETAjaxExtender")>
  11. <Assembly: AssemblyCopyright("Copyright © Microsoft 2010")>
  12. <Assembly: AssemblyTrademark("")>
  13. <Assembly: ComVisible(False)>
  14. 'The following GUID is for the ID of the typelib if this project is exposed to COM
  15. <Assembly: Guid("22487ace-7d1d-46fb-b0b8-caeab32eabca")>
  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.*")>
  26. <Assembly: AssemblyFileVersion("1.0.0.0")>