On the build tab in a Web Application project I have a setting called \"Warning Level\". I can set a value from 0 to 4. What do these values mean? Will a value of 0 be more
0 turns off warnings completely, while 4 is the most verbose level. See the documentation here which has the same warning levels.