From bf7e5206980565892c2206736f7c0effc1ec23e2 Mon Sep 17 00:00:00 2001 From: Lev Stipakov Date: Tue, 26 Sep 2023 11:25:37 +0200 Subject: [PATCH] Use 20348 SDK for ovpn-dco-cli and MSM installer This is the SDK which is the part of EWDK for Windows Server 2022. The latest EWDK for Windows 11 doesn't support x86 so we cannot move to it yet. Signed-off-by: Lev Stipakov --- msm/installer.vcxproj | 2 +- ovpn-cli/ovpn-cli.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msm/installer.vcxproj b/msm/installer.vcxproj index 5fe7bff..4710ead 100644 --- a/msm/installer.vcxproj +++ b/msm/installer.vcxproj @@ -31,7 +31,7 @@ Win32Proj {fda93664-ca76-44ef-89aa-625fbe9d64f6} installer - 10.0.22000.0 + 10.0.20348.0 diff --git a/ovpn-cli/ovpn-cli.vcxproj b/ovpn-cli/ovpn-cli.vcxproj index 96719f6..3adddbb 100644 --- a/ovpn-cli/ovpn-cli.vcxproj +++ b/ovpn-cli/ovpn-cli.vcxproj @@ -32,7 +32,7 @@ {ba23900a-7fac-49cf-9ac7-c20cd52f42af} ovpncli ovpn-dco-cli - 10.0.22000.0 + 10.0.20348.0