14 строки
670 B
XML
14 строки
670 B
XML
<Project>
|
|
<!--<ItemGroup Condition="'$(TargetFramework)' == 'uap10.0.14393' AND '$(OS)' == 'Windows_NT' ">
|
|
<PackageReference Include="NETStandard.Library" Version="2.0.1" />
|
|
</ItemGroup>
|
|
<ItemGroup Condition="$(TargetFramework.StartsWith('uap10.0')) AND '$(OS)' == 'Windows_NT' ">
|
|
<SDKReference Include="WindowsMobile, Version=10.0.19041.0">
|
|
<Name>Windows Mobile Extensions for the UWP</Name>
|
|
</SDKReference>
|
|
</ItemGroup>
|
|
<ItemGroup Condition="$(TargetFramework.StartsWith('uap10.0')) AND '$(OS)' == 'Windows_NT' ">
|
|
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.10" />
|
|
</ItemGroup>-->
|
|
</Project>
|