Skip to content

Commit

Permalink
project: Add TargetPlatformMinVersion to winrt.
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
Sibras committed Aug 27, 2022
1 parent b204835 commit 45e71f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SMP/smp_winrt_deps.props
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<ApplicationTypeRevision Condition="'$(VisualStudioVersion)' == '12.0'">8.1</ApplicationTypeRevision>
<WindowsTargetPlatformVersion Condition="'$(ApplicationTypeRevision)|$(WindowsTargetPlatformVersion)' == '10.0|'">10.0.10240.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion Condition="'$(ApplicationTypeRevision)' == '10.0'">10.0.10240.0</WindowsTargetPlatformMinVersion>
<TargetPlatformMinVersion Condition="'$(ApplicationTypeRevision)' == '10.0'">10.0.10240.0</TargetPlatformMinVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugWinRT|Win32'" Label="Configuration">
Expand Down

0 comments on commit 45e71f7

Please sign in to comment.