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.
32 lines
809 B
32 lines
809 B
Imports System
|
|
Imports System.Reflection
|
|
Imports System.Runtime.InteropServices
|
|
|
|
' 程序集的常规信息通过下列
|
|
' 属性集控制。更改这些属性值可
|
|
' 修改与程序集关联的信息。
|
|
|
|
' 检查程序集的属性值
|
|
|
|
<Assembly: AssemblyTitle("")>
|
|
<Assembly: AssemblyDescription("")>
|
|
<Assembly: AssemblyCompany("创芯光电科技有限公司")>
|
|
<Assembly: AssemblyProduct("USB CAN Demo")>
|
|
<Assembly: AssemblyCopyright("")>
|
|
<Assembly: AssemblyTrademark("")>
|
|
<Assembly: CLSCompliant(True)>
|
|
|
|
'如果该项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
|
<Assembly: Guid("689F5363-A2B3-43DE-84B9-A7526F240EE8")>
|
|
|
|
' 程序集的版本信息由下列 4 个值组成:
|
|
'
|
|
' 主版本
|
|
' 次版本
|
|
' 内部版本号
|
|
' 修订号
|
|
'
|
|
' 您可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,方法是按
|
|
' 如下所示使用 '*':
|
|
|
|
<Assembly: AssemblyVersion("1.0.*")>
|