ソースを参照

2004-08-07 Atsushi Enomoto <[email protected]>

	* ConfigurationElement.cs,
	  ConfigurationProperty.cs,
	  ConfigurationPropertyCollection.cs,
	  ConfigurationValidationAttribute.cs : use XML_DEP.

svn path=/trunk/mcs/; revision=32016
Atsushi Eno 21 年 前
コミット
0dbee2ebaa

+ 7 - 0
mcs/class/System/System.Configuration/ChangeLog

@@ -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.

+ 2 - 0
mcs/class/System/System.Configuration/ConfigurationElement.cs

@@ -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

+ 2 - 0
mcs/class/System/System.Configuration/ConfigurationProperty.cs

@@ -27,6 +27,7 @@
 //
 
 #if NET_2_0
+#if XML_DEP
 using System;
 using System.ComponentModel;
 
@@ -110,3 +111,4 @@ namespace System.Configuration
         }
 }
 #endif
+#endif

+ 2 - 0
mcs/class/System/System.Configuration/ConfigurationPropertyCollection.cs

@@ -27,6 +27,7 @@
 //
 
 #if NET_2_0
+#if XML_DEP
 using System;
 using System.Collections;
 using System.Collections.Generic;
@@ -101,3 +102,4 @@ namespace System.Configuration
         }
 }
 #endif
+#endif

+ 2 - 0
mcs/class/System/System.Configuration/ConfigurationValidationAttribute.cs

@@ -27,6 +27,7 @@
 //
 
 #if NET_2_0
+#if XML_DEP
 using System;
 
 namespace System.Configuration
@@ -41,3 +42,4 @@ namespace System.Configuration
         }
 }
 #endif
+#endif