assemblyinfo.vb

来自「Thought-Net-Telnet」· VB 代码 · 共 36 行

VB
36
字号
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("Telnet Sample Client")> 
<Assembly: AssemblyDescription("")> 
<Assembly: AssemblyCompany("www.thoughtproject.com")> 
<Assembly: AssemblyProduct("Telnet Suite for .NET")> 
<Assembly: AssemblyCopyright("Copyright © 2007 David Pinch")> 
<Assembly: AssemblyTrademark("")> 

<Assembly: ComVisible(False)>

'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("7cbae00a-cdb2-47ce-9410-9aca917f6999")> 

' 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("0.2.0.0")> 
<Assembly: AssemblyFileVersion("0.2.0.0")> 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?