Noam Gal
Noam Gal

Reputation: 3405

VS project unload and reload

My solution is way too big, and when I work on a specific feature, I am unloading un-needed projects to speed up the compilation process. However, when I need to reload everything back in the solution, it literally takes ages. I once waited around 2 hours for it. I think that was for about 40 projects. Why does it take that long? Is there a simple workaround of closing the solution, editing something in the .sou file, and then opening it again with all projects loaded? It just drives me nuts at the moment!

Upvotes: 4

Views: 4359

Answers (1)

Kirtan
Kirtan

Reputation: 21685

Instead of loading/unloading the projects - "Right-Click on the Solution" -> "Configuration Manager..." -> Uncheck the checbox opposite the project which you don't want to build.

Upvotes: 4

Related Questions