From 11f3beae8b1a04a92bce25c4fbe2d5cfbdc31f52 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:23:43 -0700 Subject: [PATCH 1/8] Upgrade project to use v143 toolset Updated project file to use v143 toolset and modified dependencies. --- win32/copy/copy.vcxproj | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index d6f16df1..ef9bec31 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -1,7 +1,7 @@ - + - v142 + v143 Application @@ -25,12 +25,12 @@ - - + + - + - + @@ -38,15 +38,17 @@ - + - + + - + + @@ -57,7 +59,7 @@ - + @@ -65,7 +67,8 @@ - + + @@ -81,7 +84,8 @@ - + + @@ -100,4 +104,3 @@ - From 014ba9e8680f9a78cfc05c19ea863ab6bc020976 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:24:25 -0700 Subject: [PATCH 2/8] Upgrade PlatformToolset from v142 to v143 --- win32/installer/installer.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/installer/installer.vcxproj b/win32/installer/installer.vcxproj index ac52dbe3..751fd7c7 100644 --- a/win32/installer/installer.vcxproj +++ b/win32/installer/installer.vcxproj @@ -1,7 +1,7 @@ - + - v142 + v143 Application From 22b74dc70b5710f3fddb430d2f7fabcfc09fa02f Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:24:53 -0700 Subject: [PATCH 3/8] Upgrade PlatformToolset from v142 to v143 --- win32/nls/nls.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj index 9973123c..f6411e0b 100644 --- a/win32/nls/nls.vcxproj +++ b/win32/nls/nls.vcxproj @@ -1,7 +1,7 @@ - + - v142 + v143 Application From 855b892b1e31bdbbf404f4c44447a72ba44d87cd Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:25:25 -0700 Subject: [PATCH 4/8] Update fmt.Println message from 'Hello' to 'Goodbye' --- win32/zoitechat.sln | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/win32/zoitechat.sln b/win32/zoitechat.sln index 31899422..40e7e47d 100644 --- a/win32/zoitechat.sln +++ b/win32/zoitechat.sln @@ -1,7 +1,6 @@ - Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "..\src\common\common.vcxproj", "{87554B59-006C-4D94-9714-897B27067BA3}" EndProject @@ -201,5 +200,3 @@ Global {4C0F3940-2EEE-4646-82F7-6CE75B9A72F4} = {D237DA6B-BD5F-46C0-8BEA-50E9A1340240} EndGlobalSection EndGlobal - - From 26453a8ad439ad42da7af24b7c63aa0181732f1b Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:30:39 -0700 Subject: [PATCH 5/8] Update print statement from 'Hello' to 'Goodbye' --- win32/zoitechat.sln | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/win32/zoitechat.sln b/win32/zoitechat.sln index 40e7e47d..5a54d943 100644 --- a/win32/zoitechat.sln +++ b/win32/zoitechat.sln @@ -1,6 +1,7 @@ + Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31903.59 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "..\src\common\common.vcxproj", "{87554B59-006C-4D94-9714-897B27067BA3}" EndProject From f32b8534a4a102fe0b3b0ff85e8d3d325ab47a4a Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:31:14 -0700 Subject: [PATCH 6/8] Change PlatformToolset from v143 to v142 --- win32/nls/nls.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj index f6411e0b..b0f169d7 100644 --- a/win32/nls/nls.vcxproj +++ b/win32/nls/nls.vcxproj @@ -1,7 +1,7 @@ - v143 + v142 Application From 8b9055551167688a1bb1e79006b974fa31306c18 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:32:00 -0700 Subject: [PATCH 7/8] Change PlatformToolset from v143 to v142 --- win32/installer/installer.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/installer/installer.vcxproj b/win32/installer/installer.vcxproj index 751fd7c7..a615de2f 100644 --- a/win32/installer/installer.vcxproj +++ b/win32/installer/installer.vcxproj @@ -1,7 +1,7 @@ - v143 + v142 Application From f8e1536336aa1391f714d1d39df6fb3182f55c3b Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:32:39 -0700 Subject: [PATCH 8/8] Change toolset to v142 and update dependencies Updated project file to use v142 toolset and modified dependencies. --- win32/copy/copy.vcxproj | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index ef9bec31..e8bfbd02 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -1,7 +1,7 @@ - + - v143 + v142 Application @@ -25,12 +25,12 @@ - - + + - + - + @@ -38,17 +38,15 @@ - + - + - - - + @@ -59,7 +57,7 @@ - + @@ -67,8 +65,7 @@ - - + @@ -84,8 +81,7 @@ - - +