Are there any plans for a Windows desktop target for Xamarin.Forms apps to go along with the iOS, Android and WP8 targets? I'm asking not because I want to build Windows desktop apps (although that would be nice, too), but because I really want a container that allows me to set the resolution in an interactive way so that I can test the various responsive layouts in my cross-platform app, i.e. that everything sizes and shows/hides based on whether I've got a tablet or phone form factor. I'm still new to Xamarin.Forms, but without such a container, I believe I have to load my app into all possible form factors across various emulators just to test screen layout, but is a lot slower than I'd like to be able to iterate.
Thanks!