From 9f657b26c13f81fe7736ed721e64ff9aa4918538 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:57:22 +0100 Subject: [PATCH] Migrate ZooFlow.vbproj to SDK-style and .NET 8.0 Converted ZooFlow.vbproj to the modern SDK-style project format targeting net8.0-windows. Removed legacy .NET Framework settings, explicit references, and import statements. Replaced assembly references for NLog with a PackageReference. Updated Windows Forms and desktop settings for compatibility. Cleaned up unnecessary property groups and item includes, streamlining the project file for .NET 8.0 development. --- ZooFlow/ZooFlow.vbproj | 98 +++++------------------------------------- 1 file changed, 11 insertions(+), 87 deletions(-) diff --git a/ZooFlow/ZooFlow.vbproj b/ZooFlow/ZooFlow.vbproj index be801c79..bb9df17c 100644 --- a/ZooFlow/ZooFlow.vbproj +++ b/ZooFlow/ZooFlow.vbproj @@ -1,48 +1,24 @@ - - - + - Debug - AnyCPU - {81CAC44F-3711-4C8F-AE98-E02A7448782A} + net8.0-windows Library DigitalData.Modules.ZooFlow DigitalData.Modules.ZooFlow - 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.ZooFlow.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ DigitalData.Modules.ZooFlow.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - On - - - Binary - - - Off - - - On - ..\Database\bin\Debug\DigitalData.Modules.Database.dll @@ -57,86 +33,34 @@ ..\Windows\bin\Debug\DigitalData.Modules.Windows.dll - - ..\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 - - - - - powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" - \ No newline at end of file