svn path=/trunk/mcs/; revision=32242
@@ -1,6 +1,9 @@
2004-08-11 Duncan Mak <[email protected]>
- * ProtectedConfigurationProvider.cs:
+ * ProtectedConfigurationProvider.cs: Use XML_DEP.
+
+2004-08-11 Duncan Mak <[email protected]>
* ProviderBase.cs: Implemented.
* ConfigurationPropertyAttribute.cs: Implemented attribute.
@@ -27,6 +27,7 @@
//
#if NET_2_0
+#if XML_DEP
using System.Xml;
namespace System.Configuration
@@ -43,3 +44,4 @@ namespace System.Configuration
}
#endif
+#endif