Skip to content

Commit a3b4fd5

Browse files
committed
project: Add TargetPlatformMinVersion.
1 parent adad6dd commit a3b4fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SMP/smp_winrt.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<ApplicationTypeRevision Condition="'$(VisualStudioVersion)' == '12.0'">8.1</ApplicationTypeRevision>
5656
<WindowsTargetPlatformVersion Condition="'$(ApplicationTypeRevision)|$(WindowsTargetPlatformVersion)' == '10.0|'">10.0.10240.0</WindowsTargetPlatformVersion>
5757
<WindowsTargetPlatformMinVersion Condition="'$(ApplicationTypeRevision)' == '10.0'">10.0.10240.0</WindowsTargetPlatformMinVersion>
58+
<TargetPlatformMinVersion Condition="'$(ApplicationTypeRevision)' == '10.0'">10.0.10240.0</TargetPlatformMinVersion>
5859
</PropertyGroup>
5960
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
6061
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugWinRT|Win32'" Label="Configuration">

0 commit comments

Comments
 (0)