Skip to content

Commit

Permalink
project: Add TargetPlatformMinVersion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Sep 2, 2022
1 parent 6fc3b6f commit ffd3a7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SMP/smp_winrt_deps.props
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 ffd3a7a

Please sign in to comment.