Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Slot Machine 1.0 - AssemblyInfo.vb

AssemblyInfo.vb

Caricato da:
Scarica il programma completo

  1. Imports System
  2. Imports System.Reflection
  3. Imports System.Runtime.InteropServices
  4.  
  5. ' General Information about an assembly is controlled through the following
  6. ' set of attributes. Change these attribute values to modify the information
  7. ' associated with an assembly.
  8.  
  9. ' Review the values of the assembly attributes
  10.  
  11. <Assembly: AssemblyTitle("")>
  12. <Assembly: AssemblyDescription("")>
  13. <Assembly: AssemblyCompany("")>
  14. <Assembly: AssemblyProduct("")>
  15. <Assembly: AssemblyCopyright("")>
  16. <Assembly: AssemblyTrademark("")>
  17. <Assembly: CLSCompliant(True)>
  18.  
  19. 'The following GUID is for the ID of the typelib if this project is exposed to COM
  20. <Assembly: Guid("21AB50A2-CB05-4819-B6A3-ABDE51158ACB")>
  21.  
  22. ' Version information for an assembly consists of the following four values:
  23. '
  24. '      Major Version
  25. '      Minor Version
  26. '      Build Number
  27. '      Revision
  28. '
  29. ' You can specify all the values or you can default the Build and Revision Numbers
  30. ' by using the '*' as shown below:
  31.  
  32. <Assembly: AssemblyVersion("1.0.*")>