source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/lib/NUnit/NUnit-2.5.10.11092/samples/vb/failures/AssemblyInfo.vb@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 1.0 KB
Line 
1Imports System.Reflection
2Imports 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("592E12A6-DA65-4E00-BCE6-4AB403604F41")>
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("2.2.0.0")>
32
Note: See TracBrowser for help on using the repository browser.