AssemblyInfo.vb
上传用户:c_chunwei
上传日期:2022-05-07
资源大小:80k
文件大小:1k
- 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("")>
- <Assembly: AssemblyDescription("")>
- <Assembly: AssemblyCompany("")>
- <Assembly: AssemblyProduct("")>
- <Assembly: AssemblyCopyright("")>
- <Assembly: AssemblyTrademark("")>
- <Assembly: CLSCompliant(True)>
- 'The Following GUID Is For The ID Of The Typelib If This Project Is Exposed To COM
- <Assembly: Guid("A4FC5CEF-583F-4636-B630-5B4AF33E573D")>
- ' 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.*")>