I am using Visual Studio 2015, creating my first Windows UWP app. I am trying to create the layout and as such, I have added a blank xaml page to my project. When I double click, it does take me to the designer. The question is, there are preset (common) devices such as a 5" phone, 6" phone, etc... and the resolution for each.
However, I am targeting a specific device as well and I want to make sure the layout looks good on my device. I need to add a device to this list which has my screen size and resolution. It appears that there is no built in way to do this in Visual Studio. How can I add or edit a device?
Thanks!