Merge pull request #644 from knocte/connstrings
[mono.git] / mcs / class / System.Configuration / System.Configuration / ConfigurationElementProperty.cs
index 7f2a5a8fa14379878b3c64c855dd234ed394e885..ca63684d6736601a28cd36342c894177eaede9b3 100644 (file)
@@ -26,8 +26,6 @@
 // Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
-
 namespace System.Configuration 
 {
        public sealed class ConfigurationElementProperty
@@ -47,4 +45,3 @@ namespace System.Configuration
        }
 }
 
-#endif