From 6d65ef281b855e6a856c304fcb69b4e6673dc688 Mon Sep 17 00:00:00 2001 From: Chris Hamons Date: Wed, 23 Mar 2016 16:45:29 -0500 Subject: [PATCH] Create xammac_net_4_5 variant of System.Runtime.Remoting --- mcs/class/System.Runtime.Remoting/Makefile | 6 +- ...et_4_5_System.Runtime.Remoting.dll.sources | 56 +++++++++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 mcs/class/System.Runtime.Remoting/xammac_net_4_5_System.Runtime.Remoting.dll.sources diff --git a/mcs/class/System.Runtime.Remoting/Makefile b/mcs/class/System.Runtime.Remoting/Makefile index 344d5669236..eeb73d0894e 100644 --- a/mcs/class/System.Runtime.Remoting/Makefile +++ b/mcs/class/System.Runtime.Remoting/Makefile @@ -4,9 +4,13 @@ include ../../build/rules.make LIBRARY = System.Runtime.Remoting.dll -LIB_REFS = System System.Web System.Xml System.Runtime.Serialization.Formatters.Soap +LIB_REFS = System System.Xml System.Runtime.Serialization.Formatters.Soap LIB_MCS_FLAGS = /r:$(corlib) +ifndef NO_SYSTEM_WEB_DEPENDENCY +LIB_REFS += System.Web +endif + TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618 /r:System.Runtime.Remoting.dll TEST_MONO_PATH = . diff --git a/mcs/class/System.Runtime.Remoting/xammac_net_4_5_System.Runtime.Remoting.dll.sources b/mcs/class/System.Runtime.Remoting/xammac_net_4_5_System.Runtime.Remoting.dll.sources new file mode 100644 index 00000000000..cadd275fe74 --- /dev/null +++ b/mcs/class/System.Runtime.Remoting/xammac_net_4_5_System.Runtime.Remoting.dll.sources @@ -0,0 +1,56 @@ +Assembly/AssemblyInfo.cs +../../build/common/Consts.cs +../../build/common/Locale.cs +../../build/common/MonoTODOAttribute.cs +System.Runtime.Remoting.Channels/BinaryClientFormatterSink.cs +System.Runtime.Remoting.Channels/BinaryClientFormatterSinkProvider.cs +System.Runtime.Remoting.Channels/BinaryCore.cs +System.Runtime.Remoting.Channels/BinaryServerFormatterSink.cs +System.Runtime.Remoting.Channels/BinaryServerFormatterSinkProvider.cs +System.Runtime.Remoting.Channels/ChannelCore.cs +System.Runtime.Remoting.Channels/CommonTransportKeys.cs +System.Runtime.Remoting.Channels/IAuthorizeRemotingConnection.cs +System.Runtime.Remoting.Channels/RemotingThreadPool.cs +System.Runtime.Remoting.Channels/SoapClientFormatterSink.cs +System.Runtime.Remoting.Channels/SoapCore.cs +System.Runtime.Remoting.Channels/SoapServerFormatterSink.cs +System.Runtime.Remoting.Channels/SoapClientFormatterSinkProvider.cs +System.Runtime.Remoting.Channels/SoapServerFormatterSinkProvider.cs +System.Runtime.Remoting.Channels/SoapMessageFormatter.cs +System.Runtime.Remoting.Channels/SocketCachePolicy.cs +System.Runtime.Remoting.Channels.Ipc/IpcChannel.cs +System.Runtime.Remoting.Channels.Ipc/IpcClientChannel.cs +System.Runtime.Remoting.Channels.Ipc/IpcServerChannel.cs +System.Runtime.Remoting.Channels.Ipc.Win32/IpcTransport.cs +System.Runtime.Remoting.Channels.Ipc.Win32/IpcChannel.cs +System.Runtime.Remoting.Channels.Ipc.Win32/IpcChannelHelper.cs +System.Runtime.Remoting.Channels.Ipc.Win32/IpcClientChannel.cs +System.Runtime.Remoting.Channels.Ipc.Win32/IpcServerChannel.cs +System.Runtime.Remoting.Channels.Ipc.Win32/NamedPipeClient.cs +System.Runtime.Remoting.Channels.Ipc.Win32/NamedPipeException.cs +System.Runtime.Remoting.Channels.Ipc.Win32/NamedPipeHelper.cs +System.Runtime.Remoting.Channels.Ipc.Win32/NamedPipeListener.cs +System.Runtime.Remoting.Channels.Ipc.Win32/NamedPipeSocket.cs +System.Runtime.Remoting.Channels.Ipc.Win32/NamedPipeStream.cs +System.Runtime.Remoting.Channels.Ipc.Unix/IpcChannel.cs +System.Runtime.Remoting.Channels.Ipc.Unix/IpcClientChannel.cs +System.Runtime.Remoting.Channels.Ipc.Unix/IpcServerChannel.cs +System.Runtime.Remoting.Channels.Ipc.Unix/UnixChannelLoader.cs +System.Runtime.Remoting.Channels.Tcp/TcpChannel.cs +System.Runtime.Remoting.Channels.Tcp/TcpClientChannel.cs +System.Runtime.Remoting.Channels.Tcp/TcpMessageIO.cs +System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs +System.Runtime.Remoting.Channels.Tcp/TcpServerTransportSink.cs +System.Runtime.Remoting.Channels.Tcp/TcpClientTransportSinkProvider.cs +System.Runtime.Remoting.Channels.Tcp/TcpClientTransportSink.cs +System.Runtime.Remoting.Channels.Tcp/TcpConnectionPool.cs +System.Runtime.Remoting.MetadataServices/MetaData.cs +System.Runtime.Remoting.MetadataServices/MetaDataExporter.cs +System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs +System.Runtime.Remoting.MetadataServices/SdlChannelSinkProvider.cs +System.Runtime.Remoting.MetadataServices/ServiceType.cs +System.Runtime.Remoting.MetadataServices/SUDSParserException.cs +System.Runtime.Remoting.MetadataServices/SdlChannelSink.cs +System.Runtime.Remoting.MetadataServices/SdlType.cs +System.Runtime.Remoting.MetadataServices/SUDSGeneratorException.cs +System.Runtime.Remoting.Services/RemotingClientProxy.cs -- 2.25.1