Reverse previous changes
[mono.git] / mcs / class / System.Web / System.Web.Compilation / BuildDependencySet.cs
index a97f10d1ca5caa87bdcf91f6cfe2b858eb7a270e..b85812397afc26f2ec1583043126082b723034c7 100644 (file)
@@ -28,7 +28,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+
 
 using System;
 using System.Collections;
@@ -41,14 +41,14 @@ namespace System.Web.Compilation {
                {
                }
 
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public string HashCode {
                        get {
                                throw new NotImplementedException ();
                        }
                }
 
-               [MonoTODO]
+               [MonoTODO ("Not implemented")]
                public IEnumerable VirtualPaths {
                        get {
                                throw new NotImplementedException ();
@@ -58,4 +58,4 @@ namespace System.Web.Compilation {
 
 }
 
-#endif
+