* CallTarget.cs: Copy all items from target to TargetOutputs.
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / CommandLineBuilderExtension.cs
index 033ea27866721f67c2a7398279ff3dccc50ecef0..37cddd2c394181f4db50fe82349eb5b6d53d87f9 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 Microsoft.Build.Utilities;
 
 namespace Microsoft.Build.Tasks {
@@ -35,3 +37,5 @@ namespace Microsoft.Build.Tasks {
                }
        }
 }
+
+#endif
\ No newline at end of file