merge -r 53370:58178
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / Copy.cs
index 3ac95a782041cd25c09e56576a399120dbfd6fdf..95ff042fac599303867947cf0c2f45565541024b 100644 (file)
@@ -25,6 +25,8 @@
 // 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
+
 using System;
 using System.Collections;
 using System.IO;
@@ -163,3 +165,5 @@ namespace Microsoft.Build.Tasks {
                }
        }
 }
+
+#endif
\ No newline at end of file