source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/lib/NUnit/NUnit-2.5.10.11092/samples/vb/money/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
2Imports System.Reflection
3Imports System.Runtime.InteropServices
4
5' General Information about an assembly is controlled through the following
6' set of attributes. Change these attribute values to modify the information
7' associated with an assembly.
8
9' Review the values of the assembly attributes
10
11<Assembly: AssemblyTitle("")>
12<Assembly: AssemblyDescription("")>
13<Assembly: AssemblyCompany("")>
14<Assembly: AssemblyProduct("")>
15<Assembly: AssemblyCopyright("")>
16<Assembly: AssemblyTrademark("")>
17<Assembly: CLSCompliant(True)>
18
19'The following GUID is for the ID of the typelib if this project is exposed to COM
20<Assembly: Guid("F21BB3B6-0C5E-4AE5-ABC7-4D25FC3F98DB")>
21
22' Version information for an assembly consists of the following four values:
23'
24' Major Version
25' Minor Version
26' Build Number
27' Revision
28'
29' You can specify all the values or you can default the Build and Revision Numbers
30' by using the '*' as shown below:
31
32<Assembly: AssemblyVersion("1.0.*")>
Note: See TracBrowser for help on using the repository browser.