Merge pull request #1580 from akoeplinger/msbuild-3B-escape
[mono.git] / mcs / class / System / System.Configuration / IPersistComponentSettings.cs
index 117bb02e4517c6c141920659353a41d799bb7d40..0e07bf0a59824e2b1fc2f01fe83a2884299bd3fd 100644 (file)
@@ -28,8 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Configuration
 {
        public interface IPersistComponentSettings
@@ -42,5 +40,3 @@ namespace System.Configuration
                void SaveComponentSettings ();
        }
 }
-
-#endif