home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / vbasic / Data / Utils / XZipNet.msi / Data1.cab / AssemblyInfo.vb < prev    next >
Encoding:
Text File  |  2001-12-18  |  1.2 KB  |  38 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("Xceed StreamDemo for .NET")> 
  11. <Assembly: AssemblyDescription("Sample application that demonstrates how to use the CompressedStream class")> 
  12.  
  13. <Assembly: AssemblyCompany("Xceed Software Inc.")> 
  14. <Assembly: AssemblyProduct("Xceed Zip for .NET")> 
  15. <Assembly: AssemblyCopyright("Copyright ⌐ 2001 Xceed Software Inc.")> 
  16.  
  17. #If (DEBUG) Then
  18. <Assembly: AssemblyConfiguration("Debug")> 
  19. #ElseIf (XCDBETA) Then
  20. <Assembly: AssemblyConfiguration("Beta")>
  21. #Else
  22. <Assembly: AssemblyConfiguration("Retail")>
  23. #End If
  24.  
  25. <Assembly: CLSCompliant(True)> 
  26.  
  27. ' Version information for an assembly consists of the following four values:
  28. '
  29. '      Major Version
  30. '      Minor Version 
  31. '      Build Number
  32. '      Revision
  33. '
  34. ' You can specify all the values or you can default the Build and Revision Numbers 
  35. ' by using the '*' as shown below:
  36.  
  37. <Assembly: AssemblyVersion("1.0.0.10")> 
  38.