Skip to content

Commit 4b1c9f3

Browse files
committed
Add TargetPlatformMinVersion to winrt props.
1 parent fbafd2f commit 4b1c9f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/smp_winrt_deps.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<ApplicationTypeRevision Condition="'$(VisualStudioVersion)' == '12.0'">8.1</ApplicationTypeRevision>
6464
<WindowsTargetPlatformVersion Condition="'$(ApplicationTypeRevision)|$(WindowsTargetPlatformVersion)' == '10.0|'">10.0.10240.0</WindowsTargetPlatformVersion>
6565
<WindowsTargetPlatformMinVersion Condition="'$(ApplicationTypeRevision)' == '10.0'">10.0.10240.0</WindowsTargetPlatformMinVersion>
66+
<TargetPlatformMinVersion Condition="'$(ApplicationTypeRevision)' == '10.0'">10.0.10240.0</TargetPlatformMinVersion>
6667
</PropertyGroup>
6768
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
6869
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugWinRT|Win32'" Label="Configuration">

0 commit comments

Comments
 (0)