* CallTarget.cs: Copy all items from target to TargetOutputs.
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / SignFile.cs
index a08219c27467623909f58e19a263b529cd76bbee..cb2d88ccd6433f1d3c4be01ddd64c9b3bd2ed253 100644 (file)
@@ -27,6 +27,7 @@
 
 #if NET_2_0
 
+using System;
 using Microsoft.Build.Framework;
 using Microsoft.Build.Utilities;
 
@@ -41,9 +42,10 @@ namespace Microsoft.Build.Tasks {
                {
                }
 
+               [MonoTODO]
                public override bool Execute ()
                {
-                       return true;
+                       throw new NotImplementedException ();
                }
 
                [Required]
@@ -77,4 +79,4 @@ namespace Microsoft.Build.Tasks {
        }
 }
 
-#endif
\ No newline at end of file
+#endif