Visual Studio 2008: automatic unloading of disabled project
Posted
by liori
on Stack Overflow
See other posts from Stack Overflow
or by liori
Published on 2010-05-23T21:16:18Z
Indexed on
2010/05/23
21:21 UTC
Read the original article
Hit count: 243
visual-studio-2008
Hello,
My Visual Studio solution file has lots of build configurations that significantly differ in which projects are enabled, and which are not. I'd like to automatically unload all projects that are turned off in active build configuration to save RAM and make VS faster. Is this possible?
© Stack Overflow or respective owner