From 37a439d337749b517133e243ddb0ecb0afe16280 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:36:07 +0100 Subject: [PATCH] Modernize Encryption.vbproj to SDK style and .NET 8 Converted Encryption.vbproj to the SDK-style project format and updated the target framework to .NET 8.0. Removed legacy configuration options and unnecessary references. Replaced the NLog assembly reference and packages.config with a PackageReference for NLog 5.0.5. Cleaned up and updated item groups for source and resource files to align with the new project structure. Deleted the obsolete packages.config file. --- Encryption/Encryption.vbproj | 74 +++++------------------------------- Encryption/packages.config | 4 -- 2 files changed, 10 insertions(+), 68 deletions(-) delete mode 100644 Encryption/packages.config diff --git a/Encryption/Encryption.vbproj b/Encryption/Encryption.vbproj index 89d779f0..bfd39cce 100644 --- a/Encryption/Encryption.vbproj +++ b/Encryption/Encryption.vbproj @@ -1,105 +1,53 @@ - - - + - Debug - AnyCPU - {8A8F20FC-C46E-41AC-BEE7-218366CFFF99} + net8.0 Library DigitalData.Modules.Encryption DigitalData.Modules.Encryption - 512 Windows - v4.6.2 - true - + enable - true - full - true - true - bin\Debug\ DigitalData.Modules.Encryption.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ DigitalData.Modules.Encryption.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 - - - - - - - - - - - - - - - - - - - + - - - - - + True Application.myapp True - + True True Resources.resx - + True Settings.settings True - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -107,16 +55,14 @@ - + MyApplicationCodeGenerator Application.Designer.vb - + SettingsSingleFileGenerator My Settings.Designer.vb - - \ No newline at end of file diff --git a/Encryption/packages.config b/Encryption/packages.config deleted file mode 100644 index 37cb9210..00000000 --- a/Encryption/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file