From f232926c5726b71819af2361591ceb84849a9227 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:41:59 +0100 Subject: [PATCH] Move assembly metadata from AssemblyInfo.vb to Database.vbproj Assembly metadata such as title, description, company, product, copyright, and version information was removed from AssemblyInfo.vb and added to the Database.vbproj project file instead. This centralizes assembly attributes in the project file, streamlining project configuration and reducing redundancy. Only the trademark, COM visibility, and GUID remain in AssemblyInfo.vb. --- Database/Database.vbproj | 7 +++++++ Database/My Project/AssemblyInfo.vb | 26 -------------------------- 2 files changed, 7 insertions(+), 26 deletions(-) diff --git a/Database/Database.vbproj b/Database/Database.vbproj index 3a6365fd..83f900b4 100644 --- a/Database/Database.vbproj +++ b/Database/Database.vbproj @@ -7,6 +7,13 @@ Windows enable powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" + Modules.Database + Stellt Funktionen für den Datenbankzugriff zur Verfügung + Digital Data + Modules.Database + Copyright © 2025 + 2.3.6.0 + 2.3.6.0 DigitalData.Modules.Database.xml diff --git a/Database/My Project/AssemblyInfo.vb b/Database/My Project/AssemblyInfo.vb index 9bb7f001..4ec8de0a 100644 --- a/Database/My Project/AssemblyInfo.vb +++ b/Database/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: -' - - -