236c1f5be1
- cambiato formato tempo di esecuzione in statistiche - gestita risposta SubMode 4 in Rest
33 lines
1.0 KiB
VB.net
33 lines
1.0 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("EgwMultiEngineManager.Core")>
|
|
<Assembly: AssemblyDescription("EgwMultiEngineManager Core")>
|
|
<Assembly: AssemblyCompany("Egalware s.r.l.")>
|
|
<Assembly: AssemblyProduct("EgwMultiEngineManager.Core")>
|
|
<Assembly: AssemblyCopyright("Copyright © 2020-2025 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("7b2a764c-f972-434c-9598-168218eac7b0")>
|
|
|
|
' Version information for an assembly consists of the following four values:
|
|
'
|
|
' Major Version
|
|
' Minor Version
|
|
' Build Number
|
|
' Revision
|
|
'
|
|
|
|
<Assembly: AssemblyVersion("3.1.1.2")>
|
|
<Assembly: AssemblyFileVersion("3.1.1.2")>
|