?? assemblyinfo.vb
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -