From 47dc1366f429f7fd2b66b87553e7b33632a956d9 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:14:31 +0100 Subject: [PATCH] Migrate Windream.vbproj to SDK-style and .NET 8 Converted Windream.vbproj from the old format targeting .NET Framework 4.6.2 to the new SDK-style project targeting .NET 8.0. Package references for DigitalData.Modules.Logging and NLog were moved from packages.config to PackageReference elements in the project file. Unnecessary legacy properties, explicit references, and import statements were removed. The packages.config file was deleted as it is no longer needed. Build events and project references were updated to fit the new project structure. --- Windream/Windream.vbproj | 93 ++++++---------------------------------- Windream/packages.config | 5 --- 2 files changed, 13 insertions(+), 85 deletions(-) delete mode 100644 Windream/packages.config diff --git a/Windream/Windream.vbproj b/Windream/Windream.vbproj index aeac5eca..ac45c7af 100644 --- a/Windream/Windream.vbproj +++ b/Windream/Windream.vbproj @@ -1,52 +1,23 @@ - - - + - Debug - AnyCPU - {4C86DF8F-A280-40D4-85B0-10B1BF66C15C} + net8.0 Library DigitalData.Modules.Windream DigitalData.Modules.Windream - 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.Windream.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ DigitalData.Modules.Windream.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - - On - - - Binary - - - Off - - - On - - - ..\packages\DigitalData.Modules.Logging.2.6.5\lib\net462\DigitalData.Modules.Logging.dll - P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll False @@ -64,59 +35,33 @@ 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 @@ -124,22 +69,18 @@ - + MyApplicationCodeGenerator Application.Designer.vb - + SettingsSingleFileGenerator My Settings.Designer.vb - - - {6EA0C51F-C2B1-4462-8198-3DE0B32B74F8} - Base - + @@ -152,12 +93,4 @@ True - - - - - - - powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }" - \ No newline at end of file diff --git a/Windream/packages.config b/Windream/packages.config deleted file mode 100644 index b610ae85..00000000 --- a/Windream/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file