MicrosoftEdge / magic-mirror-demo

A :zap:Magic Mirror:zap: powered by a UWP Hosted Web App :rocket:
Other
1.23k stars 225 forks source link

Visual Sudio 2017 #61

Open tdufaud opened 7 years ago

tdufaud commented 7 years ago

Solution not compatible with Visual Studio 2017 !

DENightOne commented 7 years ago

Works fine on Visual Studio 2017....just have to change the SDK target in the "Magic Mirror UWP App.jsproj" file. The following is the changes I made to run the latest windows 10 SDK

10.0.15063.0 10.0.10586.0
rjstreet commented 7 years ago

You may also be missing the Windows 10 SDK - it'll show up as incompatible if it's missing. You can right click on the solution and select "Fix Errors" and it'll walk you through the installation.