I work on a web server that runs as a console application. It is based on HttpListener. When I start the project in Visual Studio 2012 it opens console.
In addition to starting the console I need to open a web browser.
I know that there is a possibility to start multiple projects in VS. However my requirement is to keep this application as a single project (this is a sample VS project provided with a product SDK, it should be simple).