[bcl] Remove NET_2_0 defines from the class libs. This has been done using: unifdef...
[mono.git] / mcs / class / Microsoft.Build.Framework / Microsoft.Build.Framework / BuildWarningEventHandler.cs
index e1d503356e6cac3fd740086d6bb1aaf3d52af589..34ad88cdc7bc8662a1a003e94dad5096805f2f85 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
 
 namespace Microsoft.Build.Framework {
        public delegate void BuildWarningEventHandler (object sender,
                                                       BuildWarningEventArgs e);
 }
 
-#endif
\ No newline at end of file