From d37fd71c90c8eb6d05fcf1d849c2221504d25a72 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:46:33 +0100 Subject: [PATCH] Move assembly metadata from AssemblyInfo.vb to project file Assembly metadata such as title, description, company, product, copyright, and version information was removed from AssemblyInfo.vb and added to the Config.vbproj project file. This centralizes assembly attributes in the project file, streamlining configuration and reducing redundancy. No functional code changes were made. --- Config/Config.vbproj | 7 +++++++ Config/My Project/AssemblyInfo.vb | 26 -------------------------- 2 files changed, 7 insertions(+), 26 deletions(-) diff --git a/Config/Config.vbproj b/Config/Config.vbproj index 13414686..0b4dc0ac 100644 --- a/Config/Config.vbproj +++ b/Config/Config.vbproj @@ -9,6 +9,13 @@ true enable powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" + Modules.Config + Stellt Module für die Konfiguration von Produkten bereit + Digital Data GmbH, Heuchelheim + Modules.Config + Copyright © 2025 + 1.3.0.0 + 1.3.0.0 DigitalData.Modules.Config.xml diff --git a/Config/My Project/AssemblyInfo.vb b/Config/My Project/AssemblyInfo.vb index 09d25984..89000856 100644 --- a/Config/My Project/AssemblyInfo.vb +++ b/Config/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: -' - - -