Files
OrganLit/AssemblyInfo.vb
2026-03-07 19:38:21 -06:00

33 lines
1.1 KiB
VB.net

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("OrganLit")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Jon Reuss")>
<Assembly: AssemblyProduct("OrganLit")>
<Assembly: AssemblyCopyright("Copyright 1996-2013")>
<Assembly: AssemblyTrademark("")>
<Assembly: CLSCompliant(True)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("58B6982D-3388-486A-B1A4-33C0FAEE208D")>
' 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.*")>