Merge pull request #1580 from akoeplinger/msbuild-3B-escape
[mono.git] / mcs / class / System / System.Configuration / SpecialSettingAttribute.cs
index e15ad399a9992a585860837921e086d74774d300..b47afa3cc43f35d3610ec697aa5eaa598487d202 100644 (file)
@@ -26,7 +26,6 @@
 // Copyright (C) 2006 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 using System.Collections;
 
 namespace System.Configuration
@@ -47,4 +46,3 @@ namespace System.Configuration
        }
 }
 
-#endif