Set default debug project in visual studio

I'm building a .NET app, and since last time I launched it something changed, and now it launches my Webservice instead of my main project when I debug (or even release). I'd just like to replace the default debug target by my main project, how can I do it ?

Thanks

Upvotes: 2

Views: 408

Answers (1)

Jonny Paton
Jonny Paton

Reputation: 397

You should just be able to right click the project and hit "Set as default target"

More details here

Upvotes: 1

Related Questions