ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magicsld/AssemblyInfo.vb
Revision: 40
Committed: Mon Aug 20 21:30:28 2007 UTC (17 years, 8 months ago) by bournival
File size: 1028 byte(s)
Log Message:
Projet de these de Sylvain Bournival. Attention projet VB.

File Contents

# User Rev Content
1 bournival 40 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("B9BCC1C6-9498-415D-A7F7-546CC929A76F")>
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.*")>