Visual Studio 2005 Build Order
- by user77826
I have a Web Application.
Sometimes I want to debug a console app that is within the solution.
Why is it that when I right click on it and select debug, it builds every single webpage and libraries, which takes a while.
When I look at build dependencies for the console app, it lists everything in the solution as the order and tells me to go to build order to change it.
In build order, everything checks out... I only have checked the libraries that this console app needs.
I also tried setting this console app as a start up project. Same thing...
How do I get it so when I want to debug this console app, it only builds that and runs instead of building the entire solution before running?