You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.3 KiB

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("Grid Cluster Computing Services Module")>
<Assembly: AssemblyDescription("Grid Cluster Computing Services Module")>
<Assembly: AssemblyCompany("蓝思生物信息工程师工作站")>
<Assembly: AssemblyProduct("ComputingServices")>
<Assembly: AssemblyCopyright("Copyright © 中国南方微生物资源利用中心 2015")>
<Assembly: AssemblyTrademark("GCModeller")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("32ee784e-cb2e-460a-9fde-c5a7def91d39")>
' 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: AssemblyVersion("1.0.0.*")>
<Assembly: AssemblyFileVersion("1.0.0.0")>