I'd like to develop an application for the Windows Store using Visual Studio 2012 and C#. However when I create an empty project (XAML) having "Windows Store" selected I get a metro-app. I want an ordinary XAML-application because my application works only as a windowed application (the user wouldn't benefit from the Metro-interface at all).
So how can I create a default XAML-application without Metro but still be able to put it in the Windows Store?