home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 April / PCWorld_2007-04_cd.bin / multimedia / ria / Setup.exe / SetupViewer.msi / _5DA0526DA8834929BA34B44D05E4BC50 < prev    next >
Text File  |  2006-12-27  |  1KB  |  35 lines

  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("Demo")> 
  12. <Assembly: AssemblyDescription("")> 
  13. <Assembly: AssemblyCompany("Electroset")> 
  14. <Assembly: AssemblyProduct("Demo")> 
  15. <Assembly: AssemblyCopyright("Copyright ┬⌐ Electroset 2006")> 
  16. <Assembly: AssemblyTrademark("")> 
  17.  
  18. <Assembly: ComVisible(False)>
  19.  
  20. 'The following GUID is for the ID of the typelib if this project is exposed to COM
  21. <Assembly: Guid("4e3f9907-82c5-4221-8678-b3fb91a208ec")> 
  22.  
  23. ' Version information for an assembly consists of the following four values:
  24. '
  25. '      Major Version
  26. '      Minor Version 
  27. '      Build Number
  28. '      Revision
  29. '
  30. ' You can specify all the values or you can default the Build and Revision Numbers 
  31. ' by using the '*' as shown below:
  32.  
  33. <Assembly: AssemblyVersion("1.0.*")> 
  34. <Assembly: AssemblyFileVersion("1.0.0.0")> 
  35.