2019-12-21 04:26:33 +03:00
|
|
|
<Project>
|
2020-02-02 11:42:15 +03:00
|
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'uap10.0.14393' AND '$(OS)' == 'Windows_NT' ">
|
2019-12-21 04:26:33 +03:00
|
|
|
<PackageReference Include="NETStandard.Library" Version="2.0.1" />
|
|
|
|
</ItemGroup>
|
2020-09-01 13:51:37 +03:00
|
|
|
<ItemGroup Condition="$(TargetFramework.StartsWith('uap10.0')) AND '$(OS)' == 'Windows_NT' ">
|
|
|
|
<SDKReference Include="WindowsMobile, Version=10.0.19041.0">
|
2020-04-13 13:33:32 +03:00
|
|
|
<Name>Windows Mobile Extensions for the UWP</Name>
|
|
|
|
</SDKReference>
|
|
|
|
</ItemGroup>
|
2020-02-02 11:42:15 +03:00
|
|
|
<ItemGroup Condition="$(TargetFramework.StartsWith('uap10.0')) AND '$(OS)' == 'Windows_NT' ">
|
2020-08-27 11:37:25 +03:00
|
|
|
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.10" />
|
2019-12-21 04:26:33 +03:00
|
|
|
</ItemGroup>
|
2020-02-02 11:47:03 +03:00
|
|
|
</Project>
|