温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:asp.net漂亮弹出对话框控件源码及示例
当前文件:
U3PILEHVJGM55/VbNet/AssemblyInfo.vb,打开代码结构图
U3PILEHVJGM55/VbNet/AssemblyInfo.vb,打开代码结构图1Imports 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("")> 12
<Assembly: AssemblyDescription("")> 13
<Assembly: AssemblyCompany("")> 14
<Assembly: AssemblyProduct("")> 15
<Assembly: AssemblyCopyright("")> 16
<Assembly: AssemblyTrademark("")> 17
<Assembly: CLSCompliant(True)> 18
19
'The following GUID is for the ID of the typelib if this project is exposed to COM 20
<Assembly: Guid("B50887D7-084A-48D5-800D-96D61816CB2A")> 21
22
' Version information for an assembly consists of the following four values: 23
' 24
' Major Version 25
' Minor Version 26
' Build Number 27
' Revision 28
' 29
' You can specify all the values or you can default the Build and Revision Numbers 30
' by using the '*' as shown below: 31
32
<Assembly: AssemblyVersion("1.0.5.*")> 33


