From 4213121b6788adeb203d310b5394872e7e92d8ac Mon Sep 17 00:00:00 2001 From: OlgunR Date: Tue, 28 Apr 2026 15:26:12 +0200 Subject: [PATCH] Update project references and migrate to NuGet packages Refactored project references to use new DDModules paths and updated third-party DLL locations. Migrated GUIs.Test.EDMIBenchmark to NuGet-based dependency management, adding packages.config and binding redirects for key assemblies. Replaced Office COM interop with direct assembly references. Integrated GdPicture via NuGet and removed redundant hardcoded references. These changes improve maintainability, portability, and project structure. --- Patterns/Patterns.vbproj | 2 +- Windows/Windows.vbproj | 26 ++++++++------------------ Windream/Windream.vbproj | 13 +++++++------ 3 files changed, 16 insertions(+), 25 deletions(-) diff --git a/Patterns/Patterns.vbproj b/Patterns/Patterns.vbproj index c3dc5057..48c0ce5e 100644 --- a/Patterns/Patterns.vbproj +++ b/Patterns/Patterns.vbproj @@ -57,7 +57,7 @@ ..\packages\DigitalData.Modules.Logging.2.6.5\lib\net462\DigitalData.Modules.Logging.dll - P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll + M:\Bibliotheken\3rdParty\windream\Interop.WINDREAMLib.dll True diff --git a/Windows/Windows.vbproj b/Windows/Windows.vbproj index eaa73b43..9631cc62 100644 --- a/Windows/Windows.vbproj +++ b/Windows/Windows.vbproj @@ -48,9 +48,17 @@ ..\packages\DigitalData.Modules.Logging.2.6.5\lib\net462\DigitalData.Modules.Logging.dll + + M:\Bibliotheken\3rdParty\Office\Microsoft.Office.Interop.Outlook.dll + True + ..\packages\NLog.5.0.5\lib\net46\NLog.dll + + M:\Bibliotheken\3rdParty\Office\OFFICE.DLL + True + @@ -143,24 +151,6 @@ - - {2DF8D04C-5BFA-101B-BDE5-00AA0044DE52} - 2 - 8 - 0 - primary - False - True - - - {00062FFF-0000-0000-C000-000000000046} - 9 - 6 - 0 - primary - False - True - {00020430-0000-0000-C000-000000000046} 2 diff --git a/Windream/Windream.vbproj b/Windream/Windream.vbproj index aeac5eca..05d37e4b 100644 --- a/Windream/Windream.vbproj +++ b/Windream/Windream.vbproj @@ -47,20 +47,21 @@ ..\packages\DigitalData.Modules.Logging.2.6.5\lib\net462\DigitalData.Modules.Logging.dll - - P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll - False + + False + True + M:\Bibliotheken\3rdParty\windream\Interop.WINDREAMLib.dll - P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMCNNCTDLLLib.dll + M:\Bibliotheken\3rdParty\windream\Interop.WMCNNCTDLLLib.dll True - P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOSRCHLib.dll + M:\Bibliotheken\3rdParty\windream\Interop.WMOSRCHLib.dll True - P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WMOTOOLLib.dll + M:\Bibliotheken\3rdParty\windream\Interop.WMOTOOLLib.dll True