I am trying to convert my windows phone 8.1 app to windows 10 UWP app. I copy pasted my code files directly to windows 10 app solution and now I am getting these errors:
I need these libraries for my project but they are not supported for windows 10, what do I do?
@thewarri0r9 There are options to convert your existing project (either 8.1 WinRT or Silverlight). In this case you you want to convert your WP 8.1 Silverlight project. Please note that even if you use this solution you will have still do some additional changes if needed.
https://channel9.msdn.com/coding4fun/blog/Bridging-the-WinPhone-to-UWP-Gap
http://www.mobilize.net/download-silverlight-bridge
I hope that this will help you.