2005-09-22 Marek Sieradzki <marek.sieradzki@gmail.com>
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / ITargetCollection.cs
index 330439d6c4ff200921ac75aa66c2f51e736c1cc7..609f168d494faae696f84875717d29ffcfcd310d 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.Reflection;
@@ -56,3 +58,5 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
+
+#endif
\ No newline at end of file