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
1013 B
36 lines
1013 B
Imports System
|
|
Imports System.Reflection
|
|
Imports System.Runtime.InteropServices
|
|
|
|
' 有关程序集的一般信息由以下
|
|
' 控制。更改这些特性值可修改
|
|
' 与程序集关联的信息。
|
|
|
|
'查看程序集特性的值
|
|
|
|
<Assembly: AssemblyTitle("test")>
|
|
<Assembly: AssemblyDescription("")>
|
|
<Assembly: AssemblyCompany("Microsoft")>
|
|
<Assembly: AssemblyProduct("test")>
|
|
<Assembly: AssemblyCopyright("Copyright © Microsoft 2019")>
|
|
<Assembly: AssemblyTrademark("")>
|
|
|
|
<Assembly: ComVisible(False)>
|
|
|
|
'如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
|
|
<Assembly: Guid("3ed0cd83-cc10-449f-b902-48b98e82c5b8")>
|
|
|
|
' 程序集的版本信息由下列四个值组成:
|
|
'
|
|
' 主版本
|
|
' 次版本
|
|
' 生成号
|
|
' 修订号
|
|
'
|
|
' 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
|
|
' 方法是按如下所示使用“*”: :
|
|
' <Assembly: AssemblyVersion("1.0.*")>
|
|
|
|
<Assembly: AssemblyVersion("1.0.0.0")>
|
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|