* ConfigurationElement.cs, ConfigurationProperty.cs, ConfigurationPropertyCollection.cs, ConfigurationValidationAttribute.cs : use XML_DEP. svn path=/trunk/mcs/; revision=32016
@@ -1,3 +1,10 @@
+2004-08-07 Atsushi Enomoto <[email protected]>
+
+ * ConfigurationElement.cs,
+ ConfigurationProperty.cs,
+ ConfigurationPropertyCollection.cs,
+ ConfigurationValidationAttribute.cs : use XML_DEP.
2004-08-06 Duncan Mak <[email protected]>
* ConfigurationElement.cs: Added stubs.
@@ -27,6 +27,7 @@
//
#if NET_2_0
+#if XML_DEP
using System.Collections;
using System.Xml;
@@ -182,3 +183,4 @@ namespace System.Configuration
}
#endif
+#endif
using System;
using System.ComponentModel;
@@ -110,3 +111,4 @@ namespace System.Configuration
using System.Collections.Generic;
@@ -101,3 +102,4 @@ namespace System.Configuration
namespace System.Configuration
@@ -41,3 +42,4 @@ namespace System.Configuration