Possible Duplicate:
Globally suppress c# compiler warnings
To not add to each file a line like:
#pragma warning disable 1573
Possible Duplicate:
Globally suppress c# compiler warnings
To not add to each file a line like:
#pragma warning disable 1573
All compilation options are specified on the project level. MSBuild exists below the level of solutions.
To do it for each project, go to the Build tab in Project Properties and enter the warning number in the Suppress Warnings textbox.