Oops, this was left for debugging.

This commit is contained in:
Henrik Rydgård 2019-05-19 16:03:18 +02:00
parent bd0e458e2a
commit 7218bda9a5

View file

@ -3,7 +3,7 @@
<PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='10.0'">
<!-- Latest Target Version property -->
<LatestTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</LatestTargetPlatformVersion>
<WindowsTargetPlatformVersion Condition="'$(WindowsTargetPlatformVersion)' == '10.0'">10.0.17763.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion Condition="'$(WindowsTargetPlatformVersion)' == '10.0'">$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
<TargetPlatformVersion>$(WindowsTargetPlatformVersion)</TargetPlatformVersion>
</PropertyGroup>
<ItemDefinitionGroup />