home *** CD-ROM | disk | FTP | other *** search
- Imports System.Reflection
- Imports System.Runtime.InteropServices
-
- ' General Information about an assembly is controlled through the following
- ' set of attributes. Change these attribute values to modify the information
- ' associated with an assembly.
-
- ' Review the values of the assembly attributes
-
- <Assembly: AssemblyTitle("Xceed ZipManager for .NET")>
- <Assembly: AssemblyDescription("Sample application that demonstrates how to use Xceed Zip for .NET.")>
-
- <Assembly: AssemblyCompany("Xceed Software Inc.")>
- <Assembly: AssemblyProduct("Xceed Zip for .NET")>
- <Assembly: AssemblyCopyright("Copyright ⌐ 2000-2002 Xceed Software Inc.")>
-
- #If (DEBUG) Then
- <Assembly: AssemblyConfiguration("Debug")>
- #ElseIf (XCDBETA) Then
- <Assembly: AssemblyConfiguration("Beta")>
- #Else
- <Assembly: AssemblyConfiguration("Retail")>
- #End If
-
- <Assembly: CLSCompliant(True)>
-
- ' Version information for an assembly consists of the following four values:
- '
- ' Major Version
- ' Minor Version
- ' Build Number
- ' Revision
- '
- ' You can specify all the values or you can default the Build and Revision Numbers
- ' by using the '*' as shown below:
-
- <Assembly: AssemblyVersion("1.0.*")>
-