Getting only one project to start in a solution

  • Thread starter Thread starter John Bailo
  • Start date Start date
J

John Bailo

If I have a solution with multiple projects, I can do a "Set As Start"
to indicate which project should run.

However, when I hit the run button, it seems to want to compile all
projects in the solution.

How can I get it to *not* to do this ?!?
 
Go to Tools | Options in VS.NET. In the Environment group, choose
"Projects and Solutions". Check the box at the bottom labelled "Only
build startup projects and dependencies on run."

Joshua Flanagan
http://flimflan.com/blog
 
Back
Top