How to exclude files from Visual Studio compile?

Posted by Larsenal on Stack Overflow See other posts from Stack Overflow or by Larsenal
Published on 2008-10-20T18:24:33Z Indexed on 2010/04/23 10:23 UTC
Read the original article Hit count: 339

Filed under:
|

I'm in the process of refactoring a project. I've got an entire subfolder which is known to be broken. Is there any declarative way to exclude that folder from the compile temporarily while I test the refactoring thus far?

I realize I could delete the folder, but I'd like to do this through configuration if possible.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about compiler