PageRenderTime 78ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/SimpleDemo/My Project/AssemblyInfo.vb

#
Visual Basic | 35 lines | 13 code | 7 blank | 15 comment | 0 complexity | 2919dd200686e1a6a0790d8b4c79ce71 MD5 | raw file
Possible License(s): LGPL-2.1
  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("SimpleDemo")>
  9. <Assembly: AssemblyDescription("")>
  10. <Assembly: AssemblyCompany("")>
  11. <Assembly: AssemblyProduct("SimpleDemo")>
  12. <Assembly: AssemblyCopyright("Copyright © 2006")>
  13. <Assembly: AssemblyTrademark("")>
  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("5fef2789-cfab-43f8-a93c-4fb5505cfd02")>
  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.0.0")>
  28. <Assembly: AssemblyFileVersion("1.0.0.0")>