Skip to content

Commit

Permalink
Use 20348 SDK for ovpn-dco-cli and MSM installer
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
lstipakov committed Sep 26, 2023
1 parent f8feaa2 commit 94541c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msm/installer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{fda93664-ca76-44ef-89aa-625fbe9d64f6}</ProjectGuid>
<RootNamespace>installer</RootNamespace>
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion ovpn-cli/ovpn-cli.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ProjectGuid>{ba23900a-7fac-49cf-9ac7-c20cd52f42af}</ProjectGuid>
<RootNamespace>ovpncli</RootNamespace>
<ProjectName>ovpn-dco-cli</ProjectName>
<WindowsTargetPlatformVersion>10.0.22000.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.20348.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down

0 comments on commit 94541c2

Please sign in to comment.