Turn on/off RunCodeAnalysis for all projects in solution. What it does: In each "PropertyGroup" of each Project in solution will created/changed Key "RunCodeAnalysis" to true/false depends on clicked button. Example: When user click "On RunCodeAnalysis": ... ... true ... ... When user click "Off RunCodeAnalysis": ... ... false ... ... |