Since C2 version r144 added the width:device-width to the Win Phone export, I have two more request that could make life for Windows Phone developers like me much easier.
It is annoying to change the file every time I export a new version to test it in the emulator. If it is possible by the means of C2 then I request to set these two things to default or make them optional in the project:
1)remove the status bar by changing SystemTray.IsVisible in the mainpage.xaml to false(it makes the game window smaller and leaves an ugly black ribbon to the top)
2)make the layout orientation choosable or Landscape by default cause most games are made in landscape orientation.