With the help of JetBrains dotPeek 1.4.2, I decompiled VK application from the Windows Store and exported it to Visual Studio 2013. I can’t understand what’s wrong with the Windows library, I’m also unable to connect. What is the problem?
1 answer
You need to connect Windows. Winmd
https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls
@RussCoder writes correctly: check that you are on win8, check the type of project, check for availability of sdk.
|

using Windows.UI; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Markup; using Windows.UI.Xaml.Media;using Windows.UI; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Markup; using Windows.UI.Xaml.Media;Only I can not add, through Add reference it is not. - Gikas