How to: Enable and Disable Automatic Code Analysis for Managed Code
Visual Studio 2012
You can configure Code Analysis to run before each build of a managed code project. You can set different Code Analysis properties for each Visual Studio configuration.
To enable or disable automatic code analysis
-
In Solution Explorer, right-click the project, and then click Properties.
-
In the properties dialog box for the project, click Code Analysis.
-
Specify the build type in Configuration and the target platform in Platform.
-
To enable or disable automatic code analysis, select or clear the Enable Code Analysis on Build (defines CODE_ANALYSIS constant) check box.