home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic .NET - Read Less - Learn More / Visual_Basic.NET_Read_Less_Learn_More_Richard_Bowman_Visual_2002.iso / Resources / Code / Ch6-DrawACurve / AssemblyInfo.vb next >
Text File  |  2001-08-02  |  1KB  |  32 lines

  1. Imports System.Reflection
  2. Imports System.Runtime.InteropServices
  3.  
  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.  
  8. ' Review the values of the assembly attributes
  9.  
  10. <Assembly: AssemblyTitle("")> 
  11. <Assembly: AssemblyDescription("")> 
  12. <Assembly: AssemblyCompany("")> 
  13. <Assembly: AssemblyProduct("")> 
  14. <Assembly: AssemblyCopyright("")> 
  15. <Assembly: AssemblyTrademark("")> 
  16. <Assembly: CLSCompliant(True)> 
  17.  
  18. 'The following GUID is for the ID of the typelib if this project is exposed to COM
  19. <Assembly: Guid("554B01E8-5D51-449F-A9A2-44B44DBD3FAF")> 
  20.  
  21. ' Version information for an assembly consists of the following four values:
  22. '
  23. '      Major Version
  24. '      Minor Version 
  25. '      Build Number
  26. '      Revision
  27. '
  28. ' You can specify all the values or you can default the Build and Revision Numbers 
  29. ' by using the '*' as shown below:
  30.  
  31. <Assembly: AssemblyVersion("1.0.*")> 
  32.