fix: UAP referencing wrong version in events

This commit is contained in:
Glenn Watson 2019-07-09 17:09:19 +10:00
Родитель 79d2aac1ea
Коммит d4cc7572e4
Не удалось извлечь подпись
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -16,10 +16,10 @@
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('uap')) ">
<SDKReference Include="WindowsDesktop, Version=10.0.17763.0">
<SDKReference Include="WindowsDesktop, Version=10.0.16299.0">
<Name>Windows Desktop Extensions for the UWP</Name>
</SDKReference>
<SDKReference Include="WindowsMobile, Version=10.0.17763.0">
<SDKReference Include="WindowsMobile, Version=10.0.16299.0">
<Name>Windows Mobile Extensions for the UWP</Name>
</SDKReference>
<Compile Include="Events_uwp.cs" Condition="Exists('Events_uwp.cs')" />