22b1058a1e
- aggiunta configurazione corretta per copia dll nativa in RemoteDebug
33 lines
1019 B
VB.net
33 lines
1019 B
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("EgtDotNETBasis")>
|
|
<Assembly: AssemblyDescription("")>
|
|
<Assembly: AssemblyCompany("Egalware s.r.l.")>
|
|
<Assembly: AssemblyProduct("EgtDotNETBasis")>
|
|
<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("62e0929e-7c41-4780-b028-6a6c265a0c46")>
|
|
|
|
' Version information for an assembly consists of the following four values:
|
|
'
|
|
' Major Version
|
|
' Minor Version
|
|
' Build Number
|
|
' Revision
|
|
'
|
|
|
|
<Assembly: AssemblyVersion("2.7.11.20")>
|
|
<Assembly: AssemblyFileVersion("2.7.11.20")>
|