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.0 KiB
36 lines
1.0 KiB
Imports System
|
|
Imports System.Reflection
|
|
Imports System.Runtime.InteropServices
|
|
|
|
' 有关程序集的常规信息通过下列特性集
|
|
' 控制。更改这些特性值可修改
|
|
' 与程序集关联的信息。
|
|
|
|
' 查看程序集特性的值
|
|
|
|
<Assembly: AssemblyTitle("TestMain")>
|
|
<Assembly: AssemblyDescription("")>
|
|
<Assembly: AssemblyCompany("")>
|
|
<Assembly: AssemblyProduct("TestMain")>
|
|
<Assembly: AssemblyCopyright("Copyright © 2014")>
|
|
<Assembly: AssemblyTrademark("")>
|
|
|
|
<Assembly: ComVisible(False)>
|
|
|
|
'如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
|
<Assembly: Guid("b6ca4d77-cfb1-4b56-bd25-e54630ea4469")>
|
|
|
|
' 程序集的版本信息由下面四个值组成:
|
|
'
|
|
' 主版本
|
|
' 次版本
|
|
' 生成号
|
|
' 修订号
|
|
'
|
|
' 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
|
|
' 方法是按如下所示使用“*”:
|
|
' <Assembly: AssemblyVersion("1.0.*")>
|
|
|
|
<Assembly: AssemblyVersion("1.0.0.0")>
|
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|