From cc59555f5f112e2c43ec040f36ab396713ef6577 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:00:41 +0100 Subject: [PATCH] Modernize Messaging.vbproj to SDK style and update deps Converted the Messaging.vbproj project file to the modern SDK-style format targeting net8.0-windows, enabling Windows Forms and implicit usings. Replaced direct assembly references and the old packages.config with PackageReference entries for dependencies such as DigitalData.Modules.Logging, Microsoft.Identity.Client, Microsoft.IdentityModel.Abstractions, NLog, and S22.Imap. Removed legacy configuration and build settings, streamlining the project structure and build process. Deleted the obsolete packages.config file. --- Messaging/Messaging.vbproj | 117 +++++-------------------------------- Messaging/packages.config | 8 --- 2 files changed, 16 insertions(+), 109 deletions(-) delete mode 100644 Messaging/packages.config diff --git a/Messaging/Messaging.vbproj b/Messaging/Messaging.vbproj index 77dd232b..02ee9892 100644 --- a/Messaging/Messaging.vbproj +++ b/Messaging/Messaging.vbproj @@ -1,156 +1,71 @@ - - - + - Debug - AnyCPU - {AF664D85-0A4B-4BAB-A2F8-83110C06553A} + net8.0-windows Library DigitalData.Modules.Messaging DigitalData.Modules.Messaging - 512 Windows - v4.6.2 - + true + true + enable + powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" - true - full - true - true - bin\Debug\ DigitalData.Modules.Messaging.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ DigitalData.Modules.Messaging.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - On - - - Binary - - - Off - - - On - - - ..\packages\DigitalData.Modules.Logging.2.6.5\lib\net462\DigitalData.Modules.Logging.dll - False P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Limilabs\Mail.dll - - ..\packages\Microsoft.Identity.Client.4.55.0\lib\net461\Microsoft.Identity.Client.dll - - - ..\packages\Microsoft.IdentityModel.Abstractions.6.22.0\lib\net461\Microsoft.IdentityModel.Abstractions.dll - - - ..\packages\NLog.5.0.5\lib\net46\NLog.dll - - - - - - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - + True Application.myapp True - + True True Resources.resx - + True Settings.settings True - - - - - - - - - VbMyResourcesResXFileCodeGenerator - Resources.Designer.vb - My.Resources - Designer - - + MyApplicationCodeGenerator Application.Designer.vb - - SettingsSingleFileGenerator - My - Settings.Designer.vb - - - - {6ea0c51f-c2b1-4462-8198-3de0b32b74f8} - Base - + PreserveNewest - - - powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" - \ No newline at end of file diff --git a/Messaging/packages.config b/Messaging/packages.config deleted file mode 100644 index 60a25ecb..00000000 --- a/Messaging/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file