From c0a858b51df3ba715ed967800e42ee2f5ba93b06 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 15:00:13 +0100 Subject: [PATCH] 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. --- Patterns/Patterns.vbproj | 114 +++++---------------------------------- Patterns/packages.config | 6 --- 2 files changed, 14 insertions(+), 106 deletions(-) delete mode 100644 Patterns/packages.config diff --git a/Patterns/Patterns.vbproj b/Patterns/Patterns.vbproj index c3dc5057..2558998e 100644 --- a/Patterns/Patterns.vbproj +++ b/Patterns/Patterns.vbproj @@ -1,48 +1,24 @@ - - - + - Debug - AnyCPU - {7C3B0C7E-59FE-4E1A-A655-27AE119F9444} + net8.0-windows Library DigitalData.Modules.Patterns DigitalData.Modules.Patterns - 512 Windows - v4.6.2 - + true + true + enable + powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" - true - full - true - true - bin\Debug\ DigitalData.Modules.Patterns.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ DigitalData.Modules.Patterns.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - On - - - Binary - - - Off - - - On - @@ -53,106 +29,44 @@ False ..\..\DDMonorepo\Controls.LookupGrid\bin\Debug\DigitalData.Controls.LookupGrid.dll - - ..\packages\DigitalData.Modules.Logging.2.6.5\lib\net462\DigitalData.Modules.Logging.dll - P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll True - - ..\packages\NLog.5.0.5\lib\net46\NLog.dll - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - + True Application.myapp True - + True True Resources.resx - + True Settings.settings True - - - - - VbMyResourcesResXFileCodeGenerator - Resources.Designer.vb - My.Resources - Designer - - - + MyApplicationCodeGenerator Application.Designer.vb - - SettingsSingleFileGenerator - My - Settings.Designer.vb - - - - {81cac44f-3711-4c8f-ae98-e02a7448782a} - ZooFlow - + - - - - powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" - \ No newline at end of file diff --git a/Patterns/packages.config b/Patterns/packages.config deleted file mode 100644 index e25334c4..00000000 --- a/Patterns/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file