Browse Source

2006-01-03 Chris Toshok <[email protected]>

	* System.Web.Services.dll.sources: add the 2.0 config classes.

	* Makefile (LIB_MCS_FLAGS): if PROFILE == net_2_0, include
	-r:System.Configuration.dll


svn path=/trunk/mcs/; revision=55036
Chris Toshok 20 năm trước cách đây
mục cha
commit
2c2be52404

+ 7 - 0
mcs/class/System.Web.Services/ChangeLog

@@ -1,3 +1,10 @@
+2006-01-03  Chris Toshok  <[email protected]>
+
+	* System.Web.Services.dll.sources: add the 2.0 config classes.
+
+	* Makefile (LIB_MCS_FLAGS): if PROFILE == net_2_0, include
+	-r:System.Configuration.dll
+
 2005-10-05  Atsushi Enomoto  <[email protected]>
 
 	* System.Web.Services_test.dll.sources : added ServiceDescriptionTest.cs

+ 5 - 0
mcs/class/System.Web.Services/Makefile

@@ -10,6 +10,11 @@ LIB_MCS_FLAGS = \
 	-r:System.EnterpriseServices.dll	\
 	-r:System.Xml.dll			\
 	-r:System.Web.dll
+
+ifeq (net_2_0, $(PROFILE))
+LIB_MCS_FLAGS += -r:System.Configuration.dll
+endif
+
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618
 
 include ../../build/library.make

+ 15 - 0
mcs/class/System.Web.Services/System.Web.Services.dll.sources

@@ -8,7 +8,22 @@ System.Web.Services/WebServiceAttribute.cs
 System.Web.Services/WebServiceBindingAttribute.cs
 System.Web.Services/WebServicesDescriptionAttribute.cs
 System.Web.Services/WsiClaims.cs
+System.Web.Services/WsiProfiles.cs
+System.Web.Services.Configuration/DiagnosticsElement.cs
+System.Web.Services.Configuration/PriorityGroup.cs
+System.Web.Services.Configuration/ProtocolElement.cs
+System.Web.Services.Configuration/ProtocolElementCollection.cs
+System.Web.Services.Configuration/SoapEnvelopeProcessingElement.cs
+System.Web.Services.Configuration/SoapExtensionTypeElement.cs
+System.Web.Services.Configuration/SoapExtensionTypeElementCollection.cs
+System.Web.Services.Configuration/TypeElement.cs
+System.Web.Services.Configuration/TypeElementCollection.cs
 System.Web.Services.Configuration/WebServicesConfigurationSectionHandler.cs
+System.Web.Services.Configuration/WebServiceProtocols.cs
+System.Web.Services.Configuration/WebServicesSection.cs
+System.Web.Services.Configuration/WsdlHelpGeneratorElement.cs
+System.Web.Services.Configuration/WsiProfilesElement.cs
+System.Web.Services.Configuration/WsiProfilesElementCollection.cs
 System.Web.Services.Configuration/XmlFormatExtensionAttribute.cs
 System.Web.Services.Configuration/XmlFormatExtensionPointAttribute.cs
 System.Web.Services.Configuration/XmlFormatExtensionPrefixAttribute.cs