d781989da9
- risistemazione.
40 lines
1.3 KiB
VB.net
40 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
|
|
|
|
#If DEBUG Then
|
|
<Assembly: AssemblyTitle("EgtBEAMWALL.Core Debug AnyCPU")>
|
|
#Else
|
|
<Assembly: AssemblyTitle("EgtBEAMWALL.Core Release AnyCPU")>
|
|
#End If
|
|
<Assembly: AssemblyDescription("")>
|
|
<Assembly: AssemblyCompany("Egalware s.r.l.")>
|
|
<Assembly: AssemblyProduct("EgtBEAMWALL.Core")>
|
|
<Assembly: AssemblyCopyright("Copyright © 2020-2024 by Egalware s.r.l.")>
|
|
<Assembly: AssemblyTrademark("")>
|
|
|
|
<Assembly: ComVisible(False)>
|
|
|
|
'The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
<Assembly: Guid("632ea0b1-10e2-4f07-8b1b-d9371ef8392e")>
|
|
|
|
' 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.*")>
|
|
|
|
<Assembly: AssemblyVersion("2.6.10.1")>
|
|
<Assembly: AssemblyFileVersion("2.6.10.1")>
|