From 2b9a9720e71345fe87fbd69690fc405e9bcc2974 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Tue, 30 Dec 2025 07:42:40 +0100 Subject: [PATCH] Modernize License.vbproj to SDK-style and .NET 8.0 Converted License.vbproj to the SDK-style project format and updated the target framework to .NET 8.0. Replaced assembly references for NLog with a NuGet package reference. Removed legacy configuration options, unnecessary property groups, and the packages.config file. Updated item groups to use the new syntax and streamlined resource and compile includes. Retained the post-build event and project reference to Logging.vbproj. This modernization simplifies project maintenance and enables use of newer .NET features. --- License/License.vbproj | 88 +++++++----------------------------------- 1 file changed, 14 insertions(+), 74 deletions(-) diff --git a/License/License.vbproj b/License/License.vbproj index 6c5e1b33..48ba7c19 100644 --- a/License/License.vbproj +++ b/License/License.vbproj @@ -1,105 +1,53 @@ - - - + - Debug - AnyCPU - {5EBACBFA-F11A-4BBF-8D02-91461F2293ED} + net8.0 Library DigitalData.Modules.License DigitalData.Modules.License - 512 Windows - v4.6.2 - + enable + powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" - true - full - true - true - bin\Debug\ DigitalData.Modules.License.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ DigitalData.Modules.License.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - On - - - Binary - - - Off - - - On - - - ..\packages\NLog.5.0.5\lib\net46\NLog.dll - - - - - - - - - - - - - - - - - - - + - - - - - + LicenseSchema.xsd - - - + True Application.myapp True - + True True Resources.resx - + True Settings.settings True - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -107,28 +55,20 @@ - + Designer - + MyApplicationCodeGenerator Application.Designer.vb - + SettingsSingleFileGenerator My Settings.Designer.vb - - - {903b2d7d-3b80-4be9-8713-7447b704e1b0} - Logging - + - - - powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" - \ No newline at end of file