assemblyinfo.vb
来自「sql server report service的例子。给dw开发者」· VB 代码 · 共 38 行
VB
38 行
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
Imports System.Web
Imports System.Security.Permissions
' 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("")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("")>
<Assembly: AssemblyCopyright("")>
<Assembly: AssemblyTrademark("")>
<Assembly: CLSCompliant(True)>
<Assembly: Security.AllowPartiallyTrustedCallers()>
<Assembly: AssemblyKeyFile("C:\Documents and Settings\Administrator\My Documents\Visual Studio Projects\MSSQLRS\WeatherInfo\WeatherInfo.snk")>
'<Assembly: AssemblyKeyFile("C:\Documents and Settings\blarson\My Documents\Visual Studio Projects\MSSQLRS\WeatherInfo\WeatherInfo.snk")>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("2F5E710E-5170-4100-B8C1-F98AAF5DB9CE")>
' 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.*")>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?