You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
751 B
15 lines
751 B
<Project>
|
|
|
|
<!--
|
|
Note: the language targets necessary to build UWP applications are not included in the .NET SDK and require
|
|
installing Visual Studio. To work around this limitation, a local copy of these targets is embedded and used here.
|
|
-->
|
|
|
|
<PropertyGroup
|
|
Condition=" '$(TargetFrameworkIdentifier)' == '.NETCore' And $([MSBuild]::VersionEquals($(TargetFrameworkVersion), '5.0')) And
|
|
'$(TargetPlatformIdentifier)' == 'UAP' And '$(TargetPlatformVersion)' != '' And
|
|
$([MSBuild]::VersionGreaterThanOrEquals($(TargetPlatformVersion), '10.0')) ">
|
|
<LanguageTargets>$(MSBuildThisFileDirectory)msbuild\uwp\Microsoft.Windows.UI.Xaml.CSharp.targets</LanguageTargets>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|
|
|