* Makefile ($(build_lib)): Make CYCLIC_DEP_FILES depend on this.
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / HostLogger.cs
index 618c65575a4458c95fc1b768469951978c8f3bad..46b9e87c135af2f5b0ae87a2f2ec7b59fd38714c 100644 (file)
 
 #if NET_2_0
 
+using System;
 using Microsoft.Build.Framework;
 
 namespace Microsoft.Build.BuildEngine {
+
+       [MonoTODO]
        public class HostLogger : ILogger, IHostLogger {
                
                IHostFeedback   hostFeedbackObject;
@@ -77,4 +80,4 @@ namespace Microsoft.Build.BuildEngine {
        }
 }
 
-#endif
\ No newline at end of file
+#endif