I have a common assembly file where I have tried to turn off a warning:
warning CS1607: Assembly generation -- The version \'2.0.4.121106\' specified
You can do it in project properties on "Build" tab. There is a field called "Suppress warnings" where you should put "1607" there.