Nicht benötigte Imports & protobuf-net entfernt, Bugfix

In mehreren Dateien wurden überflüssige Imports (u.a. DD_LIB_Standards, DigitalData.Modules.Language.Utils) entfernt. In frmAdministration.vb wurde ein Fehler beim Aufruf von FreeUserProfile behoben (Klammern ergänzt). Die Datei protobuf-net.dll wurde aus Product.wxs entfernt.
This commit is contained in:
Developer01
2026-05-06 11:46:31 +02:00
parent b77c68f106
commit 57745cc2aa
6 changed files with 3 additions and 9 deletions

View File

@@ -102,7 +102,6 @@
<File Id="DDEncryption" Name="DigitalData.Modules.Encryption.dll" KeyPath="no" Checksum="yes"/>
<File Id="DDLicense" Name="DigitalData.Modules.License.dll" KeyPath="no" Checksum="yes"/>
<File Id="DDRegexEditor" Name="DigitalData.Controls.RegexEditor.dll" KeyPath="no" Checksum="yes"/>
<File Id="DDprotobuf" Name="protobuf-net.dll" KeyPath="no" Checksum="yes"/>
<File Id="DDDocumentViewer" Name="DigitalData.Controls.DocumentViewer.dll" KeyPath="no" Checksum="yes"/>
<File Id="DDCommon" Name="DigitalData.GUIs.Common.dll" KeyPath="no" Checksum="yes"/>
<File Id="DDWindows" Name="DigitalData.Modules.Windows.dll" KeyPath="no" Checksum="yes"/>