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 >
Wrap
Text File
|
2006-12-27
|
1KB
|
35 lines
Imports System
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("Demo")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Electroset")>
<Assembly: AssemblyProduct("Demo")>
<Assembly: AssemblyCopyright("Copyright © Electroset 2006")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("4e3f9907-82c5-4221-8678-b3fb91a208ec")>
' 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.*")>
<Assembly: AssemblyFileVersion("1.0.0.0")>