From 179074f534dbf7c69ed9d7e545bc81d44f1dfa58 Mon Sep 17 00:00:00 2001 From: Guoyu Ou Date: Tue, 23 Jun 2026 12:21:39 +0800 Subject: [PATCH 1/2] upgrade to .net 4.8 --- Settings/Settings.csproj | 2 +- Win32/Win32.csproj | 15 ++++++--------- WtDesktop/WtDesktop.fsproj | 17 ++++++++++++++--- WtGroup/WtGroup.fsproj | 17 ++++++++++++++--- WtLauncher/WtLauncher.fsproj | 17 ++++++++++++++--- WtProgram/App.config | 2 +- WtProgram/WtProgram.fsproj | 2 +- WtProgram/packages.config | 14 +++++++------- WtSetup/WtSetup.vdproj | 6 +++--- treeviewadv/Aga.Controls/Aga.Controls.csproj | 2 ++ treeviewadv/SampleApp/SampleApp.csproj | 2 ++ .../UnitTests/Aga.Controls.UnitTests.csproj | 2 ++ 12 files changed, 67 insertions(+), 31 deletions(-) diff --git a/Settings/Settings.csproj b/Settings/Settings.csproj index e2ef873..f29a405 100755 --- a/Settings/Settings.csproj +++ b/Settings/Settings.csproj @@ -10,7 +10,7 @@ Properties Bemo Bemo.Settings - v2.0 + v4.8 512 diff --git a/Win32/Win32.csproj b/Win32/Win32.csproj index f21b99e..11cdbfb 100755 --- a/Win32/Win32.csproj +++ b/Win32/Win32.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties Bemo.Win32 Win32 - v2.0 + v4.8 512 @@ -48,6 +48,7 @@ AllRules.ruleset true 0649 + false pdbonly @@ -59,6 +60,7 @@ AllRules.ruleset true 649 + false @@ -98,14 +100,9 @@ - + False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 + .NET Framework 4.8 true diff --git a/WtDesktop/WtDesktop.fsproj b/WtDesktop/WtDesktop.fsproj index 74c8110..86a7861 100755 --- a/WtDesktop/WtDesktop.fsproj +++ b/WtDesktop/WtDesktop.fsproj @@ -9,7 +9,7 @@ Library WtDesktop WtDesktop - v2.0 + v4.8 WtDesktop <Project Location In Database> Mercurial Source Control Package @@ -68,8 +68,19 @@ True - - + + + + $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets + + + + + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets + + + +