Merge pull request #485 from mtausig/master
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / Project.cs
index 3ef00f121d3801fdc34ad5d89819d75c23c40d8e..ac6b72dfcae424b8d3725e18330fb92e09a884ab 100644 (file)
@@ -27,8 +27,6 @@
 // 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.Collections.Generic;
@@ -1609,5 +1607,3 @@ namespace Microsoft.Build.BuildEngine {
 
        }
 }
-
-#endif