Forgot this in changelog
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / WriteHandler.cs
index d60bd5be68f3ac3b4b1f1065b26d1aa7642660ba..630aba909e09abdc501a92a910b52140a5c6da74 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.BuildEngine {
        public delegate void WriteHandler (string message);
 }
+
+#endif
\ No newline at end of file