Compare commits

7 Commits

Author SHA1 Message Date
Dario Sassi 6395d8c97b EgtDotNETBasis 3.1a3 :
- si usa Net Framevork 4.0 Client  invece di 4.7.2.
2026-01-09 10:10:33 +01:00
Dario Sassi 42b1e584b7 EgtDotNETBasis 3.1a2 :
- corretto nome dll in intestazione log.
2026-01-08 13:18:41 +01:00
Dario Sassi 01b9c9952d EgtDotNETBasis 3.1a1 :
- tolta dipendenza inutile da NewtonsoftJson
2026-01-08 12:49:09 +01:00
Emmanuele Sassi 22b1058a1e EgtDotNETBasis 2.7.11.20:
- aggiunta configurazione corretta per copia dll nativa in RemoteDebug
2025-11-17 13:31:37 +01:00
Emmanuele Sassi 4af5c41f35 EgtDotNETBasis 2.7.11.19:
- corretto nome modalita' di compilazione
2025-11-17 13:24:09 +01:00
Emmanuele Sassi a51acdc447 - aggiornamento verisone 2025-11-17 11:47:56 +01:00
Emmanuele Sassi c9778bd103 Merge branch 'develop' 2025-11-17 11:46:12 +01:00
8 changed files with 46 additions and 49 deletions
-3
View File
@@ -9,9 +9,6 @@
<!-- <icon>icon.png</icon> -->
<description>EgtDotNETBasis</description>
<copyright>Copyright © 2020-2025 by Egalware s.r.l.</copyright>
<dependencies>
<dependency id="Newtonsoft.Json" version="13.0.4" />
</dependencies>
</metadata>
<files>
<file src="EgtDotNETBasis\bin\Debug\Egt*.dll" target="lib" />
-3
View File
@@ -9,9 +9,6 @@
<!-- <icon>icon.png</icon> -->
<description>EgtDotNETBasis</description>
<copyright>Copyright © 2020-2025 by Egalware s.r.l.</copyright>
<dependencies>
<dependency id="Newtonsoft.Json" version="13.0.4" />
</dependencies>
</metadata>
<files>
<file src="EgtDotNETBasis\bin\Release\Egt*.dll" target="lib" />
+2 -2
View File
@@ -1,11 +1,11 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ItemGroup Condition="'$(ConfigurationName)' == 'Debug'">
<!-- Copia le DLL di ExtLib in output -->
<Content Include="$(MSBuildThisFileDirectory)native\EgtBasisD*.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup Condition="'$(ConfigurationName)' == 'Release'">
<ItemGroup Condition="'$(ConfigurationName)' == 'Release' OR '$(ConfigurationName)' == 'RemoteDebug'">
<!-- Copia le DLL di ExtLib in output -->
<Content Include="$(MSBuildThisFileDirectory)native\EgtBasisR*.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+3 -1
View File
@@ -10,8 +10,9 @@
<AssemblyName>EgtDotNETBasis</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -69,6 +70,7 @@
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
+1 -1
View File
@@ -218,7 +218,7 @@ Public Module EgtInterface
Public Function EgtInit(nDebug As Integer, sLogFile As String, Optional sLogMsg As String = "") As Boolean
Dim MyDll As System.Reflection.AssemblyName = System.Reflection.Assembly.GetExecutingAssembly().GetName()
sLogMsg &= vbLf & "EgtUILib.dll ver. " &
sLogMsg &= vbLf & "EgtDotNETBasis.dll ver. " &
MyDll.Version.Major.ToString() & "." &
MyDll.Version.Minor.ToString() &
(ChrW(97 - 1 + MyDll.Version.Build)).ToString() &
+3 -3
View File
@@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Egalware s.r.l.")>
<Assembly: AssemblyProduct("EgtDotNETBasis")>
<Assembly: AssemblyCopyright("Copyright © 2020-2025 by Egalware s.r.l.")>
<Assembly: AssemblyCopyright("Copyright © 2020-2026 by Egalware s.r.l.")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
@@ -28,5 +28,5 @@ Imports System.Runtime.InteropServices
' Revision
'
<Assembly: AssemblyVersion("2.7.11.17")>
<Assembly: AssemblyFileVersion("2.7.11.17")>
<Assembly: AssemblyVersion("3.1.1.3")>
<Assembly: AssemblyFileVersion("3.1.1.3")>
+12 -11
View File
@@ -11,6 +11,7 @@
Option Strict On
Option Explicit On
Imports System
Namespace My.Resources
@@ -21,20 +22,20 @@ Namespace My.Resources
'''<summary>
''' A strongly-typed resource class, for looking up localized strings, etc.
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' Returns the cached ResourceManager instance used by this class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
@@ -44,17 +45,17 @@ Namespace My.Resources
Return resourceMan
End Get
End Property
'''<summary>
''' Overrides the current thread's CurrentUICulture property for all
''' resource lookups using this strongly typed resource class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set(ByVal value As Global.System.Globalization.CultureInfo)
Set
resourceCulture = value
End Set
End Property
+25 -25
View File
@@ -13,42 +13,42 @@ Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get