1 Imports System
2 Imports System.Reflection
3 Imports 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("sciBASIC.NET Framework: Core runtime for Microsoft VisualBasic 2017")>
12 <Assembly: AssemblyDescription("sciBASIC.NET Framework: Core runtime for Microsoft VisualBasic 2017")>
13 <Assembly: AssemblyCompany("xie.guigang@live.com")>
14 <Assembly: AssemblyProduct("Microsoft.VisualBasic")>
15 <Assembly: AssemblyCopyright("Copyright © GPL3 Licensed 2016")>
16 <Assembly: AssemblyTrademark("Microsoft VisualBasic")>
17
18 <Assembly: ComVisible(False)>
19
20 'The following GUID is for the ID of the typelib if this project is exposed to COM
21 <Assembly: Guid("390cf8ae-fe48-414a-be09-92bdb8c4011b")> 
22
23 ' Version information for an assembly consists of the following four values:
24 ' '      Major Version
25 '      Minor Version 
26 '      Build Number
27 '      Revision
28 ' ' You can specify all the values or you can default the Build and Revision Numbers 
29 ' by using the '*' as shown below:
30 ' <Assembly: AssemblyVersion("1.0.*")> 
31
32 <Assembly: AssemblyVersion("3.0.32.*")> 
33 <Assembly: AssemblyFileVersion("1.3.23.0")>