PageRenderTime 40ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/Source Code/UnitTests/My Project/AssemblyInfo.vb

#
Visual Basic | 37 lines | 14 code | 8 blank | 15 comment | 0 complexity | c24e6fed8990ac222b4e8baa93398e6b 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("UnitTests")>
  9. <Assembly: AssemblyDescription("")>
  10. <Assembly: AssemblyCompany("")>
  11. <Assembly: AssemblyProduct("UnitTests")>
  12. <Assembly: AssemblyCopyright("Copyright © 2009")>
  13. <Assembly: AssemblyTrademark("")>
  14. <Assembly: CLSCompliant(True)>
  15. <Assembly: ComVisible(False)>
  16. 'The following GUID is for the ID of the typelib if this project is exposed to COM
  17. <Assembly: Guid("023375f1-86fc-46a8-a32d-19849d4fee6f")>
  18. ' Version information for an assembly consists of the following four values:
  19. '
  20. ' Major Version
  21. ' Minor Version
  22. ' Build Number
  23. ' Revision
  24. '
  25. ' You can specify all the values or you can default the Build and Revision Numbers
  26. ' by using the '*' as shown below:
  27. ' <Assembly: AssemblyVersion("1.0.*")>
  28. <Assembly: AssemblyVersion("1.0.0.0")>
  29. <Assembly: AssemblyFileVersion("1.0.0.0")>