My project ( a HTML parser) has a folder with numerous HTML files used as test cases.
VS is set to to Build Action: Content. Basically, they stay there and are available for tests, but that's it.
However, NCrunch tries to compile them (as HTML)! Since many of the files are intentionally malformed, it gives me hundreds and hundreds of errors in the errors list. This is despite the fact that all tests pass.
How can I tell NCrunch to _not_ build those files? Or better yet, follow VS Build Action: If it's set to Content, don't build it.