diff --git a/App/CONFIG_APP/CONFIG_APP.vbproj b/App/CONFIG_APP/CONFIG_APP.vbproj index acf9a8c..006f3dc 100644 --- a/App/CONFIG_APP/CONFIG_APP.vbproj +++ b/App/CONFIG_APP/CONFIG_APP.vbproj @@ -59,11 +59,10 @@ - ..\..\..\DDMonorepo\Modules.Logging\bin\Debug\DigitalData.Modules.Logging.dll + ..\..\..\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll - - False - ..\..\..\DDMonorepo\Modules.Messaging\bin\Debug\DigitalData.Modules.Messaging.dll + + ..\..\..\DDModules\Messaging\bin\Debug\DigitalData.Modules.Messaging.dll diff --git a/App/CONFIG_APP/frmMain.vb b/App/CONFIG_APP/frmMain.vb index f6f448f..1cdca98 100644 --- a/App/CONFIG_APP/frmMain.vb +++ b/App/CONFIG_APP/frmMain.vb @@ -4,8 +4,6 @@ Imports System.Text.RegularExpressions Imports DigitalData.EMLProfiler Imports DigitalData.Modules.Logging Imports DigitalData.Modules.Messaging -Imports Independentsoft.Email -Imports Independentsoft.Email.Mime Public Class frmMain Private Logger As DigitalData.Modules.Logging.Logger @@ -308,7 +306,6 @@ Public Class frmMain Try Dim oDiTempPath As New IO.DirectoryInfo(System.IO.Path.GetTempPath) Dim oaryFi As IO.FileInfo() = oDiTempPath.GetFiles() - Dim ofi As IO.FileInfo For Each fi In oaryFi fi.Delete() diff --git a/App/DigitalData.EMLProfiler/clsEmail.IMAP.vb b/App/DigitalData.EMLProfiler/clsEmail.IMAP.vb index 9299865..9f6a744 100644 --- a/App/DigitalData.EMLProfiler/clsEmail.IMAP.vb +++ b/App/DigitalData.EMLProfiler/clsEmail.IMAP.vb @@ -1,7 +1,4 @@ -Imports Independentsoft.Email -Imports Independentsoft.Email.Imap -Imports Independentsoft.Email.Mime -Imports DigitalData.EMLProfiler.ClassCurrent +Imports DigitalData.EMLProfiler.ClassCurrent Imports DigitalData.Modules.Logging Imports AE Imports System.Net diff --git a/App/DigitalData.EMLProfiler/clsWorker.vb b/App/DigitalData.EMLProfiler/clsWorker.vb index e173184..543e183 100644 --- a/App/DigitalData.EMLProfiler/clsWorker.vb +++ b/App/DigitalData.EMLProfiler/clsWorker.vb @@ -1,5 +1,4 @@ Imports DigitalData.EMLProfiler.ClassCurrent -Imports Independentsoft.Email.Mime Imports DigitalData.Modules.Logging Imports DigitalData.Modules.Messaging Imports Limilabs.Mail diff --git a/App/SERV_EMAIL/SERV_EMAIL.vbproj b/App/SERV_EMAIL/SERV_EMAIL.vbproj index c968ec3..3a8cec6 100644 --- a/App/SERV_EMAIL/SERV_EMAIL.vbproj +++ b/App/SERV_EMAIL/SERV_EMAIL.vbproj @@ -47,17 +47,11 @@ On - - False - ..\DigitalData.EMLProfiler\bin\Debug\DigitalData.EMLProfiler.dll + + ..\..\..\DDModules\Language\bin\Debug\DigitalData.Modules.Language.dll - - False - ..\..\..\DDMonorepo\Modules.Language\bin\Debug\DigitalData.Modules.Language.dll - - - False - ..\..\..\DDMonorepo\Modules.Logging\bin\Debug\DigitalData.Modules.Logging.dll + + ..\..\..\DDModules\Logging\bin\Debug\DigitalData.Modules.Logging.dll P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Independentsoft.Email.dll @@ -166,5 +160,11 @@ + + + {9f748dcd-952e-40a0-9dad-65bf8a39b231} + DigitalData.EMLProfiler + + \ No newline at end of file