So, you want to make a version of your app that targets Windows10.
That seems like a great idea but how do you go about it? After all, there's no "Update this project to Windows 10" option like we've had in previous versions.
You almost certainly want to keep your existing code so you can continue to provide updates to users who haven't yet updated to Windows 10.
This leaves two options:
1. Create a new project and copy files (or links to those files) into the project.
More at https://msdn.microsoft.com/en-us/library/windows/apps/xaml/mt188198.aspx
2. Copy the existing project files and modify them.
More details at https://msdn.microsoft.com/library/mt148501(v=vs.140).aspx
Two approaches to updating your app to Windows 10
Related Posts:
How I fixed broken WiFi after upgrading to Windows 10 - and it wasn't a VPN issueI just upgraded another laptop from Windows 8.1 to Windows 10. I kicked it off overnight and all looked good in the morning. Until, that is, I tried t… Read More
Why the Windows 10 Universal Windows Platform Bridges are a GREAT thing!At the build conference earlier this year, one of the more controversial announcements were the "Bridges" that were introduced. These "bridges" … Read More
5 signs you're thinking about testing your code incorrectly Having code that can be tested in an automated way is essential when it comes to making software that you can support and update quickly. Unfortuna… Read More
My thoughts on the Surface Hub now I've used them Yesterday I got a hands-on with both sizes of the Surface Hub. If you're not familiar with the name it's Microsoft's new wall mounted computer inte… Read More
Effective pixel sizes for different Windows 10 devices When defining layout in a UWP app, measurements are in effective pixels (EP). Here, for my reference as much as yours, is how the EP values for a ran… Read More
0 comments:
Post a Comment
I get a lot of comment spam :( - moderation may take a while.