New test.
[mono.git] / mcs / class / System / System.Configuration / SettingsProvider.cs
index 3fe34e00c8e48bab69da880dcf2e1296dfb44073..28e32a98868f08ee1860ab2476686548872b0ef4 100644 (file)
 #if NET_2_0
 using System;
 
+#if (CONFIGURATION_DEP)
 using System.Configuration.Provider;
+#endif
 
 namespace System.Configuration
 {
-
-       public abstract class SettingsProvider : ProviderBase
+       public abstract class SettingsProvider
+#if (CONFIGURATION_DEP)
+               : ProviderBase
+#endif
        {
                protected SettingsProvider ()
                {