Visual Studio: Set default startup project

From Arian Kulp’s site, the way to change the default startup project for a solution is to edit the .sln file. You’ll see some Project and EndProject lines. The first Project listed will be the default startup project, so just move the one you want to the top.

Leave a Comment