From 05ea9cb25b51889f096cc6774dba387196574261 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:54:42 +0100 Subject: [PATCH] Migrate Filesystem.vbproj to SDK-style and .NET 8.0 Converted Filesystem.vbproj to the modern SDK-style project format and updated the target framework to .NET 8.0. Replaced direct assembly references and the use of packages.config with PackageReference entries for NLog, NuGet.CommandLine, and protobuf-net. Removed legacy configuration options and unnecessary imports. Deleted the obsolete packages.config file. Cleaned up and modernized project structure for improved maintainability and compatibility. --- Filesystem/Filesystem.vbproj | 87 ++++++------------------------------ Filesystem/packages.config | 6 --- 2 files changed, 13 insertions(+), 80 deletions(-) delete mode 100644 Filesystem/packages.config diff --git a/Filesystem/Filesystem.vbproj b/Filesystem/Filesystem.vbproj index d17e9734..01226483 100644 --- a/Filesystem/Filesystem.vbproj +++ b/Filesystem/Filesystem.vbproj @@ -1,111 +1,55 @@ - - - + - Debug - AnyCPU - {991D0231-4623-496D-8BD0-9CA906029CBC} + net8.0 Library DigitalData.Modules.Filesystem DigitalData.Modules.Filesystem - 512 Windows - v4.6.2 - + enable - true - full - true - true - bin\Debug\ DigitalData.Modules.Filesystem.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ DigitalData.Modules.Filesystem.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - On - - - Binary - - - Off - - - On - False ..\Logging\bin\Debug\DigitalData.Modules.Logging.dll - - ..\packages\NLog.5.0.5\lib\net46\NLog.dll - - - ..\packages\protobuf-net.2.4.0\lib\net40\protobuf-net.dll - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - + True Application.myapp True - + True True Resources.resx - + True Settings.settings True - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -113,22 +57,17 @@ - + MyApplicationCodeGenerator Application.Designer.vb - + SettingsSingleFileGenerator My Settings.Designer.vb - - - {8a8f20fc-c46e-41ac-bee7-218366cfff99} - Encryption - + - \ No newline at end of file diff --git a/Filesystem/packages.config b/Filesystem/packages.config deleted file mode 100644 index e547f232..00000000 --- a/Filesystem/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file