Disable Resharper on a Project/Namespace level?

resharper, visual-studio-2008

Solution

Goto Reharper-options, settings, and press the 'advanced'-button. There you can enter files and folders that are skipped during the analysis. Should work, when your unittest have their own solutions/folders.

From their online help under Solution-Wide Analysis --> Reference: Code Inspection Settings:

Opens the Skip Files and Folders dialog box, allowing you to compile the list of files and folders that should be excluded from solution-wide analysis. See Solution-Wide Analysis for details.

Problem

I don't want resharper to analyze my Test Project which has all my unit tests and mspec specs... It doesn't like them? Is there a way to turn off resharper on a project/namespace level?

Original source