diff --git a/Logging/Logging.vbproj b/Logging/Logging.vbproj index 974a9b88..3333a0e1 100644 --- a/Logging/Logging.vbproj +++ b/Logging/Logging.vbproj @@ -7,6 +7,13 @@ Windows enable powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" + Modules.Logging + Logging Modul from DigitalData.Modules for logging Application-Events. Supports Error, Information and Debug + Digital Data GmbH, Heuchelheim + Modules.Logging + Copyright © 2025 + 2.6.5.0 + 2.6.5.0 DigitalData.Modules.Logging.xml diff --git a/Logging/My Project/AssemblyInfo.vb b/Logging/My Project/AssemblyInfo.vb index 6f048cc1..c732bf2b 100644 --- a/Logging/My Project/AssemblyInfo.vb +++ b/Logging/My Project/AssemblyInfo.vb @@ -1,35 +1,9 @@ Imports System Imports System.Reflection Imports System.Runtime.InteropServices - -' Allgemeine Informationen über eine Assembly werden über die folgenden -' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -' die einer Assembly zugeordnet sind. - -' Werte der Assemblyattribute überprüfen - - - - - - 'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird. - -' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -' -' Hauptversion -' Nebenversion -' Buildnummer -' Revision -' -' Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, -' übernehmen, indem Sie "*" eingeben: -' - - -