PageRenderTime 32ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/e_desk/App_Code/AssemblyInfo.vb

http://github.com/shafiqissani/eDesk-Systems
Visual Basic | 32 lines | 12 code | 6 blank | 14 comment | 0 complexity | 91bad8f899e9c331b375ce68e5d987d6 MD5 | raw file
  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("C05A6D8C-DB2E-4C2D-A1A0-2AA9F6CE23BF")>
  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.*")>