rc-migration-tests/vb-migration/Strata.Base.Internal/My Project/AssemblyInfo.vb
2025-01-28 15:08:50 -05:00

37 lines
1.3 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("Strata.Biz.Internal")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Strata Decision Technology, LLC")>
<Assembly: AssemblyProduct("Strata.Biz.Internal")>
<Assembly: AssemblyCopyright("© 2006-2012 Strata Decision Technology, LLC")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("dfd98904-a580-4549-90ea-95c9a5504029")>
' 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(Strata.Base.Constants.XConstants.APPLICATION_VERSION)>
<Assembly: AssemblyVersion(InternalConstants.APPLICATION_VERSION)>
<Assembly: AssemblyFileVersion(InternalConstants.APPLICATION_VERSION)>