Merge pull request #485 from mtausig/master
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / BuildItemGroup.cs
index f590cd57745eb90f639ccea22e7f3f059f962afe..444731a8cee60b70538b3055085f8b73478c782c 100644 (file)
@@ -25,8 +25,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.Reflection;
 using System.Collections;
@@ -321,5 +319,3 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
-
-#endif