Merge pull request #1580 from akoeplinger/msbuild-3B-escape
[mono.git] / mcs / class / System / System.Configuration / SettingsSerializeAs.cs
index 2dc4944ee3a3f387e71adf05b2def2fb73d7401f..cab60fa846bb4175d916f15b75dda818e47ebf39 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System;
 
 namespace System.Configuration
@@ -39,5 +38,3 @@ namespace System.Configuration
                ProviderSpecific = 3
        }
 }
-
-#endif