2006-12-16 Marek Sieradzki <marek.sieradzki@gmail.com>
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / BuildEngine.cs
index 496929694004f21d3961a1b489e36726168a5ee0..572ad04a36b3a8633f1d719c05d899e3e1b387cb 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 Microsoft.Build.Framework;
@@ -104,4 +106,6 @@ namespace Microsoft.Build.BuildEngine {
                }
                
        }
-}
\ No newline at end of file
+}
+
+#endif
\ No newline at end of file