Developer01 c0a858b51d Modernize Patterns.vbproj to SDK style and update NuGet
Converted Patterns.vbproj to the SDK-style project format targeting net8.0-windows, enabling Windows Forms and implicit usings. Replaced direct assembly references and the packages.config file with PackageReference entries for DigitalData.Modules.Logging, NLog, and NuGet.CommandLine. Removed legacy configuration and import sections, streamlining the project structure and build process. Cleaned up unnecessary property groups and file includes, and updated project references for improved maintainability.
2025-12-29 15:00:13 +01:00
2025-12-29 12:52:53 +01:00
2023-01-24 14:35:09 +01:00
2024-09-23 16:50:38 +02:00
2025-11-28 10:42:33 +01:00
2024-01-31 10:15:31 +01:00
2023-09-05 10:47:37 +02:00
2025-11-17 12:42:17 +01:00
2025-03-28 15:27:18 +01:00
2024-01-26 10:41:06 +01:00
2023-11-14 10:10:14 +01:00

Modules

Diese Projektmappe enthält die Grundfunktionen für alle Produkte in Form von Modulen.

Deploy Skript

Das Skript copy-binary.ps1 liegt im Hauptverzeichnis und kann über den folgenden Befehl aufgerufen werden. Der Befehl wird pro Projekt in den Projekteinstellungen unter Kompilieren > Buildereignisse > Postbuildereignis eingetragen und sorgt dafür, dass die Assembly des Projekts in ein Deploy Verzeichnis kopiert wird.

powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' }"
Description
No description provided
Readme 161 MiB
Languages
Visual Basic .NET 100%