I've added a project to my VS10 main project solution.
This new project contains a test window, but I can't run it mauely because the main project has a different xaml window by default.
Is there a simple way to run a specific XAML window, without making it a unit test or changing the project properties ?
I know that it might not be the right way to do it, but I want a fast solution.