Files
egwmultienginemanager/EgwMultiEngineManager.Service/My Project/AssemblyInfo.vb
T
Emmanuele Sassi 58395f782f - aggiunta gestione gruppi di esecuzione
- aggiunte versioni
- aggiornati nomi progetti
2025-08-05 18:29:47 +02:00

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.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.8.1")>
<Assembly: AssemblyFileVersion("2.7.8.1")>