Disable code analysis at solution level in Microsoft Visual Studio 2012

前端 未结 5 1639
逝去的感伤
逝去的感伤 2020-12-24 08:47

In our product, there are around 400 projects, so in VS 2012, if I want to make a build then it generates code analysis for all 400 projects and I can\'t manually disable co

5条回答
  •  旧时难觅i
    2020-12-24 09:40

    To disable code analysis for particular project :-

    1. Right click on Project , select Properties.
    2. On properties page select Code Analysis.
    3. Uncheck the check box of "Enable Code Analysis on Build".

提交回复
热议问题