520da5abe9
- Cambiato nome cartella progetto da Test a Tray - Modificati Service e Console per compilare - gestito ordine di compilazione - aggiunta copia dopo compilazione su Core
33 lines
1.1 KiB
VB.net
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("EgwMultiEngineManager.Service")>
|
|
<Assembly: AssemblyDescription("EgwMultiEngineManager Service")>
|
|
<Assembly: AssemblyCompany("Egalware s.r.l.")>
|
|
<Assembly: AssemblyProduct("EgwMultiEngineManager.Service")>
|
|
<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("c1dd56cf-8a98-4b7a-9eb5-d82e7c5bd109")>
|
|
|
|
' Version information for an assembly consists of the following four values:
|
|
'
|
|
' Major Version
|
|
' Minor Version
|
|
' Build Number
|
|
' Revision
|
|
'
|
|
|
|
<Assembly: AssemblyVersion("2.7.10.1")>
|
|
<Assembly: AssemblyFileVersion("2.7.10.1")>
|