Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2011-09-23 22:37:04 +0400
committerMarek Safar <marek.safar@gmail.com>2011-09-23 22:37:04 +0400
commit3ecb5142f69c0484dc382f08eb6f5613f7395123 (patch)
tree3e98f9aa38d250af6b80ceb28872b7a9aaa360c0 /mcs/class/RabbitMQ.Client
parente348cb5e2d493ac50800fb433d20ff5eee5b0b44 (diff)
Introduce separate .net 4.5 profile
Diffstat (limited to 'mcs/class/RabbitMQ.Client')
-rw-r--r--mcs/class/RabbitMQ.Client/src/client/net_2_0_RabbitMQ.Client.dll.sources126
-rw-r--r--mcs/class/RabbitMQ.Client/src/client/net_4_0_RabbitMQ.Client.dll.sources126
-rw-r--r--mcs/class/RabbitMQ.Client/src/client/net_4_5_RabbitMQ.Client.dll.sources4
3 files changed, 6 insertions, 250 deletions
diff --git a/mcs/class/RabbitMQ.Client/src/client/net_2_0_RabbitMQ.Client.dll.sources b/mcs/class/RabbitMQ.Client/src/client/net_2_0_RabbitMQ.Client.dll.sources
index 3e6c4ebb966..863b84ef8bf 100644
--- a/mcs/class/RabbitMQ.Client/src/client/net_2_0_RabbitMQ.Client.dll.sources
+++ b/mcs/class/RabbitMQ.Client/src/client/net_2_0_RabbitMQ.Client.dll.sources
@@ -1,128 +1,4 @@
-./AssemblyInfo.cs
-../../../../build/common/Consts.cs
-./events/EventingBasicConsumer.cs
-./events/BasicDeliverEventHandler.cs
-./events/CallbackExceptionEventHandler.cs
-./events/BasicReturnEventHandler.cs
-./events/ModelShutdownEventHandler.cs
-./events/ConsumerEventHandler.cs
-./events/CallbackExceptionEventArgs.cs
-./events/BasicReturnEventArgs.cs
-./events/ConsumerEventArgs.cs
-./events/BasicDeliverEventArgs.cs
-./events/ConnectionShutdownEventHandler.cs
-./events/ConsumerShutdownEventHandler.cs
-./exceptions/ChannelAllocationException.cs
-./exceptions/UnexpectedMethodException.cs
-./exceptions/PacketNotRecognizedException.cs
-./exceptions/PossibleAuthenticationFailureException.cs
-./exceptions/WireFormattingException.cs
-./exceptions/UnsupportedMethodFieldException.cs
-./exceptions/ProtocolVersionMismatchException.cs
-./exceptions/AlreadyClosedException.cs
-./exceptions/BrokerUnreachableException.cs
-./exceptions/UnsupportedMethodException.cs
-./exceptions/OperationInterruptedException.cs
-./messagepatterns/SimpleRpcServer.cs
-./messagepatterns/Subscription.cs
-./messagepatterns/SimpleRpcClient.cs
-./impl/SessionBase.cs
-./impl/UnexpectedFrameException.cs
-./impl/ContentHeaderPropertyReader.cs
-./impl/ConnectionStartDetails.cs
-./impl/SessionManager.cs
-./impl/AbstractProtocolBase.cs
-./impl/MalformedFrameException.cs
-./impl/ModelBase.cs
-./impl/RpcContinuationQueue.cs
-./impl/ConnectionBase.cs
-./impl/Session.cs
-./impl/ContentHeaderBase.cs
-./impl/WireFormatting.cs
-./impl/MethodArgumentReader.cs
-./impl/SimpleBlockingRpcContinuation.cs
-./impl/QuiescingSession.cs
-./impl/ContentHeaderPropertyWriter.cs
-./impl/ChannelErrorException.cs
-./impl/SoftProtocolException.cs
-./impl/v0_9/Connection.cs
-./impl/v0_9/ProtocolBase.cs
-./impl/MethodArgumentWriter.cs
-./impl/ShutdownContinuation.cs
-./impl/SyntaxError.cs
-./impl/HardProtocolException.cs
-./impl/v0_8/Connection.cs
-./impl/v0_8/ProtocolBase.cs
-./impl/UnknownClassOrMethodException.cs
-./impl/MainSession.cs
-./impl/FileProperties.cs
-./impl/BasicProperties.cs
-./impl/ISession.cs
-./impl/Command.cs
-./impl/v0_8qpid/Connection.cs
-./impl/v0_8qpid/ProtocolBase.cs
-./impl/IRpcContinuation.cs
-./impl/RedirectException.cs
-./impl/SocketFrameHandler_0_9.cs
-./impl/ProtocolException.cs
-./impl/Frame.cs
-./impl/MethodBase.cs
-./impl/IFrameHandler.cs
-./impl/CommandAssembler.cs
-./impl/StreamProperties.cs
-./content/BasicMessageReader.cs
-./content/BytesWireFormatting.cs
-./content/IMessageBuilder.cs
-./content/StreamMessageBuilder.cs
-./content/IMessageReader.cs
-./content/IMapMessageReader.cs
-./content/IBytesMessageBuilder.cs
-./content/BasicMessageBuilder.cs
-./content/StreamMessageReader.cs
-./content/MapMessageReader.cs
-./content/StreamWireFormatting.cs
-./content/IMapMessageBuilder.cs
-./content/PrimitiveParser.cs
-./content/MapMessageBuilder.cs
-./content/MapWireFormatting.cs
-./content/IBytesMessageReader.cs
-./content/IStreamMessageReader.cs
-./content/IStreamMessageBuilder.cs
-./content/BytesMessageBuilder.cs
-./content/BytesMessageReader.cs
-./api/SslHelper.cs
-./api/IConnection.cs
-./api/IModel.cs
-./api/AmqpTimestamp.cs
-./api/IFileProperties.cs
-./api/PublicationAddress.cs
-./api/QueueingBasicConsumer.cs
-./api/AmqpVersion.cs
-./api/IProtocol.cs
-./api/IBasicConsumer.cs
-./api/ExchangeType.cs
-./api/AmqpTcpEndpoint.cs
-./api/IBasicProperties.cs
-./api/IContentHeader.cs
-./api/IMethod.cs
-./api/ShutdownReportEntry.cs
-./api/ShutdownEventArgs.cs
-./api/IStreamProperties.cs
-./api/Protocols.cs
-./api/ShutdownInitiator.cs
-./api/DefaultBasicConsumer.cs
-./api/SslOption.cs
-./api/BinaryTableValue.cs
-./api/ConnectionFactory.cs
-../util/DebugUtil.cs
-../util/NetworkBinaryReader.cs
-../util/NetworkBinaryWriter.cs
-../util/BlockingCell.cs
-../util/Semaphore.cs
-../util/Either.cs
-../util/SharedQueue.cs
-../util/XmlUtil.cs
-../util/IntAllocator.cs
+#include dll.sources
../../docs/specs/net_2_0-api-0-9.cs
../../docs/specs/net_2_0-api-0-8.cs
../../docs/specs/net_2_0-api-qpid-0-8.cs
diff --git a/mcs/class/RabbitMQ.Client/src/client/net_4_0_RabbitMQ.Client.dll.sources b/mcs/class/RabbitMQ.Client/src/client/net_4_0_RabbitMQ.Client.dll.sources
index b1e9ca02a30..44dd9c0371a 100644
--- a/mcs/class/RabbitMQ.Client/src/client/net_4_0_RabbitMQ.Client.dll.sources
+++ b/mcs/class/RabbitMQ.Client/src/client/net_4_0_RabbitMQ.Client.dll.sources
@@ -1,128 +1,4 @@
-./AssemblyInfo.cs
-../../../../build/common/Consts.cs
-./events/EventingBasicConsumer.cs
-./events/BasicDeliverEventHandler.cs
-./events/CallbackExceptionEventHandler.cs
-./events/BasicReturnEventHandler.cs
-./events/ModelShutdownEventHandler.cs
-./events/ConsumerEventHandler.cs
-./events/CallbackExceptionEventArgs.cs
-./events/BasicReturnEventArgs.cs
-./events/ConsumerEventArgs.cs
-./events/BasicDeliverEventArgs.cs
-./events/ConnectionShutdownEventHandler.cs
-./events/ConsumerShutdownEventHandler.cs
-./exceptions/ChannelAllocationException.cs
-./exceptions/UnexpectedMethodException.cs
-./exceptions/PacketNotRecognizedException.cs
-./exceptions/PossibleAuthenticationFailureException.cs
-./exceptions/WireFormattingException.cs
-./exceptions/UnsupportedMethodFieldException.cs
-./exceptions/ProtocolVersionMismatchException.cs
-./exceptions/AlreadyClosedException.cs
-./exceptions/BrokerUnreachableException.cs
-./exceptions/UnsupportedMethodException.cs
-./exceptions/OperationInterruptedException.cs
-./messagepatterns/SimpleRpcServer.cs
-./messagepatterns/Subscription.cs
-./messagepatterns/SimpleRpcClient.cs
-./impl/SessionBase.cs
-./impl/UnexpectedFrameException.cs
-./impl/ContentHeaderPropertyReader.cs
-./impl/ConnectionStartDetails.cs
-./impl/SessionManager.cs
-./impl/AbstractProtocolBase.cs
-./impl/MalformedFrameException.cs
-./impl/ModelBase.cs
-./impl/RpcContinuationQueue.cs
-./impl/ConnectionBase.cs
-./impl/Session.cs
-./impl/ContentHeaderBase.cs
-./impl/WireFormatting.cs
-./impl/MethodArgumentReader.cs
-./impl/SimpleBlockingRpcContinuation.cs
-./impl/QuiescingSession.cs
-./impl/ContentHeaderPropertyWriter.cs
-./impl/ChannelErrorException.cs
-./impl/SoftProtocolException.cs
-./impl/v0_9/Connection.cs
-./impl/v0_9/ProtocolBase.cs
-./impl/MethodArgumentWriter.cs
-./impl/ShutdownContinuation.cs
-./impl/SyntaxError.cs
-./impl/HardProtocolException.cs
-./impl/v0_8/Connection.cs
-./impl/v0_8/ProtocolBase.cs
-./impl/UnknownClassOrMethodException.cs
-./impl/MainSession.cs
-./impl/FileProperties.cs
-./impl/BasicProperties.cs
-./impl/ISession.cs
-./impl/Command.cs
-./impl/v0_8qpid/Connection.cs
-./impl/v0_8qpid/ProtocolBase.cs
-./impl/IRpcContinuation.cs
-./impl/RedirectException.cs
-./impl/SocketFrameHandler_0_9.cs
-./impl/ProtocolException.cs
-./impl/Frame.cs
-./impl/MethodBase.cs
-./impl/IFrameHandler.cs
-./impl/CommandAssembler.cs
-./impl/StreamProperties.cs
-./content/BasicMessageReader.cs
-./content/BytesWireFormatting.cs
-./content/IMessageBuilder.cs
-./content/StreamMessageBuilder.cs
-./content/IMessageReader.cs
-./content/IMapMessageReader.cs
-./content/IBytesMessageBuilder.cs
-./content/BasicMessageBuilder.cs
-./content/StreamMessageReader.cs
-./content/MapMessageReader.cs
-./content/StreamWireFormatting.cs
-./content/IMapMessageBuilder.cs
-./content/PrimitiveParser.cs
-./content/MapMessageBuilder.cs
-./content/MapWireFormatting.cs
-./content/IBytesMessageReader.cs
-./content/IStreamMessageReader.cs
-./content/IStreamMessageBuilder.cs
-./content/BytesMessageBuilder.cs
-./content/BytesMessageReader.cs
-./api/SslHelper.cs
-./api/IConnection.cs
-./api/IModel.cs
-./api/AmqpTimestamp.cs
-./api/IFileProperties.cs
-./api/PublicationAddress.cs
-./api/QueueingBasicConsumer.cs
-./api/AmqpVersion.cs
-./api/IProtocol.cs
-./api/IBasicConsumer.cs
-./api/ExchangeType.cs
-./api/AmqpTcpEndpoint.cs
-./api/IBasicProperties.cs
-./api/IContentHeader.cs
-./api/IMethod.cs
-./api/ShutdownReportEntry.cs
-./api/ShutdownEventArgs.cs
-./api/IStreamProperties.cs
-./api/Protocols.cs
-./api/ShutdownInitiator.cs
-./api/DefaultBasicConsumer.cs
-./api/SslOption.cs
-./api/BinaryTableValue.cs
-./api/ConnectionFactory.cs
-../util/DebugUtil.cs
-../util/NetworkBinaryReader.cs
-../util/NetworkBinaryWriter.cs
-../util/BlockingCell.cs
-../util/Semaphore.cs
-../util/Either.cs
-../util/SharedQueue.cs
-../util/XmlUtil.cs
-../util/IntAllocator.cs
+#include dll.sources
../../docs/specs/net_4_0-api-0-9.cs
../../docs/specs/net_4_0-api-0-8.cs
../../docs/specs/net_4_0-api-qpid-0-8.cs
diff --git a/mcs/class/RabbitMQ.Client/src/client/net_4_5_RabbitMQ.Client.dll.sources b/mcs/class/RabbitMQ.Client/src/client/net_4_5_RabbitMQ.Client.dll.sources
new file mode 100644
index 00000000000..09c33711cd3
--- /dev/null
+++ b/mcs/class/RabbitMQ.Client/src/client/net_4_5_RabbitMQ.Client.dll.sources
@@ -0,0 +1,4 @@
+#include dll.sources
+../../docs/specs/net_4_5-api-0-9.cs
+../../docs/specs/net_4_5-api-0-8.cs
+../../docs/specs/net_4_5-api-qpid-0-8.cs