assemblyinfo.vb

来自「一个好用的正则表达式验证程序源码,可以参考」· VB 代码 · 共 33 行

VB
33
字号
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("YART")> 
<Assembly: AssemblyDescription("A tool to write and test regular expressions, generate VB/C# code, and compile assemblies.")> 
<Assembly: AssemblyCompany("Code Architects Srl")> 
<Assembly: AssemblyProduct("YART - Yet Another Regex Tester")> 
<Assembly: AssemblyCopyright("(C) 2005 Francesco Balena / Code Architects Srl")> 
<Assembly: AssemblyTrademark("")>
<Assembly: AssemblyCulture("")>

' Version information for an assembly consists of the following four values:
'
'      Major Version
'      Minor Version 
'      Revision
'      Build Number
'
' 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.0.0")> 

<Assembly: CLSCompliant(True)>
<Assembly: ComVisible(False)>

⌨️ 快捷键说明

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