2019-05-19 13:23:25 +00:00
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ImportGroup Label="PropertySheets" />
|
|
|
|
<PropertyGroup Condition="'$(WindowsTargetPlatformVersion)'=='10.0'">
|
|
|
|
<!-- Latest Target Version property -->
|
|
|
|
<LatestTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</LatestTargetPlatformVersion>
|
2019-05-19 14:03:18 +00:00
|
|
|
<WindowsTargetPlatformVersion Condition="'$(WindowsTargetPlatformVersion)' == '10.0'">$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
|
2019-05-19 13:23:25 +00:00
|
|
|
<TargetPlatformVersion>$(WindowsTargetPlatformVersion)</TargetPlatformVersion>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup />
|
|
|
|
<ItemGroup />
|
|
|
|
</Project>
|