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:
Diffstat (limited to 'mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj')
-rw-r--r--mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj230
1 files changed, 115 insertions, 115 deletions
diff --git a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj
index 4c65acb0f13..8966256417f 100644
--- a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj
+++ b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj
@@ -55,121 +55,121 @@
<Compile Include="..\util\Semaphore.cs" />
<Compile Include="..\util\SharedQueue.cs" />
<Compile Include="..\util\XmlUtil.cs" />
- <Compile Include=".\api\AmqpTcpEndpoint.cs" />
- <Compile Include=".\api\AmqpTimestamp.cs" />
- <Compile Include=".\api\AmqpVersion.cs" />
- <Compile Include=".\api\BinaryTableValue.cs" />
- <Compile Include=".\api\ConnectionFactory.cs" />
- <Compile Include=".\api\DefaultBasicConsumer.cs" />
- <Compile Include=".\api\ExchangeType.cs" />
- <Compile Include=".\api\IBasicConsumer.cs" />
- <Compile Include=".\api\IBasicProperties.cs" />
- <Compile Include=".\api\IConnection.cs" />
- <Compile Include=".\api\IContentHeader.cs" />
- <Compile Include=".\api\IFileProperties.cs" />
- <Compile Include=".\api\IMethod.cs" />
- <Compile Include=".\api\IModel.cs" />
- <Compile Include=".\api\IProtocol.cs" />
- <Compile Include=".\api\IStreamProperties.cs" />
- <Compile Include=".\api\Protocols.cs" />
- <Compile Include=".\api\PublicationAddress.cs" />
- <Compile Include=".\api\QueueingBasicConsumer.cs" />
- <Compile Include=".\api\ShutdownEventArgs.cs" />
- <Compile Include=".\api\ShutdownInitiator.cs" />
- <Compile Include=".\api\ShutdownReportEntry.cs" />
- <Compile Include=".\api\SslHelper.cs" />
- <Compile Include=".\api\SslOption.cs" />
- <Compile Include=".\AssemblyInfo.cs" />
- <Compile Include=".\content\BasicMessageBuilder.cs" />
- <Compile Include=".\content\BasicMessageReader.cs" />
- <Compile Include=".\content\BytesMessageBuilder.cs" />
- <Compile Include=".\content\BytesMessageReader.cs" />
- <Compile Include=".\content\BytesWireFormatting.cs" />
- <Compile Include=".\content\IBytesMessageBuilder.cs" />
- <Compile Include=".\content\IBytesMessageReader.cs" />
- <Compile Include=".\content\IMapMessageBuilder.cs" />
- <Compile Include=".\content\IMapMessageReader.cs" />
- <Compile Include=".\content\IMessageBuilder.cs" />
- <Compile Include=".\content\IMessageReader.cs" />
- <Compile Include=".\content\IStreamMessageBuilder.cs" />
- <Compile Include=".\content\IStreamMessageReader.cs" />
- <Compile Include=".\content\MapMessageBuilder.cs" />
- <Compile Include=".\content\MapMessageReader.cs" />
- <Compile Include=".\content\MapWireFormatting.cs" />
- <Compile Include=".\content\PrimitiveParser.cs" />
- <Compile Include=".\content\StreamMessageBuilder.cs" />
- <Compile Include=".\content\StreamMessageReader.cs" />
- <Compile Include=".\content\StreamWireFormatting.cs" />
- <Compile Include=".\events\BasicDeliverEventArgs.cs" />
- <Compile Include=".\events\BasicDeliverEventHandler.cs" />
- <Compile Include=".\events\BasicReturnEventArgs.cs" />
- <Compile Include=".\events\BasicReturnEventHandler.cs" />
- <Compile Include=".\events\CallbackExceptionEventArgs.cs" />
- <Compile Include=".\events\CallbackExceptionEventHandler.cs" />
- <Compile Include=".\events\ConnectionShutdownEventHandler.cs" />
- <Compile Include=".\events\ConsumerEventArgs.cs" />
- <Compile Include=".\events\ConsumerEventHandler.cs" />
- <Compile Include=".\events\ConsumerShutdownEventHandler.cs" />
- <Compile Include=".\events\EventingBasicConsumer.cs" />
- <Compile Include=".\events\ModelShutdownEventHandler.cs" />
- <Compile Include=".\exceptions\AlreadyClosedException.cs" />
- <Compile Include=".\exceptions\BrokerUnreachableException.cs" />
- <Compile Include=".\exceptions\ChannelAllocationException.cs" />
- <Compile Include=".\exceptions\OperationInterruptedException.cs" />
- <Compile Include=".\exceptions\PacketNotRecognizedException.cs" />
- <Compile Include=".\exceptions\PossibleAuthenticationFailureException.cs" />
- <Compile Include=".\exceptions\ProtocolVersionMismatchException.cs" />
- <Compile Include=".\exceptions\UnexpectedMethodException.cs" />
- <Compile Include=".\exceptions\UnsupportedMethodException.cs" />
- <Compile Include=".\exceptions\UnsupportedMethodFieldException.cs" />
- <Compile Include=".\exceptions\WireFormattingException.cs" />
- <Compile Include=".\impl\AbstractProtocolBase.cs" />
- <Compile Include=".\impl\BasicProperties.cs" />
- <Compile Include=".\impl\ChannelErrorException.cs" />
- <Compile Include=".\impl\Command.cs" />
- <Compile Include=".\impl\CommandAssembler.cs" />
- <Compile Include=".\impl\ConnectionBase.cs" />
- <Compile Include=".\impl\ConnectionStartDetails.cs" />
- <Compile Include=".\impl\ContentHeaderBase.cs" />
- <Compile Include=".\impl\ContentHeaderPropertyReader.cs" />
- <Compile Include=".\impl\ContentHeaderPropertyWriter.cs" />
- <Compile Include=".\impl\FileProperties.cs" />
- <Compile Include=".\impl\Frame.cs" />
- <Compile Include=".\impl\HardProtocolException.cs" />
- <Compile Include=".\impl\IFrameHandler.cs" />
- <Compile Include=".\impl\IRpcContinuation.cs" />
- <Compile Include=".\impl\ISession.cs" />
- <Compile Include=".\impl\MainSession.cs" />
- <Compile Include=".\impl\MalformedFrameException.cs" />
- <Compile Include=".\impl\MethodArgumentReader.cs" />
- <Compile Include=".\impl\MethodArgumentWriter.cs" />
- <Compile Include=".\impl\MethodBase.cs" />
- <Compile Include=".\impl\ModelBase.cs" />
- <Compile Include=".\impl\ProtocolException.cs" />
- <Compile Include=".\impl\QuiescingSession.cs" />
- <Compile Include=".\impl\RedirectException.cs" />
- <Compile Include=".\impl\RpcContinuationQueue.cs" />
- <Compile Include=".\impl\Session.cs" />
- <Compile Include=".\impl\SessionBase.cs" />
- <Compile Include=".\impl\SessionManager.cs" />
- <Compile Include=".\impl\ShutdownContinuation.cs" />
- <Compile Include=".\impl\SimpleBlockingRpcContinuation.cs" />
- <Compile Include=".\impl\SocketFrameHandler_0_9.cs" />
- <Compile Include=".\impl\SoftProtocolException.cs" />
- <Compile Include=".\impl\StreamProperties.cs" />
- <Compile Include=".\impl\SyntaxError.cs" />
- <Compile Include=".\impl\UnexpectedFrameException.cs" />
- <Compile Include=".\impl\UnknownClassOrMethodException.cs" />
- <Compile Include=".\impl\v0_8\Connection.cs" />
- <Compile Include=".\impl\v0_8\ProtocolBase.cs" />
- <Compile Include=".\impl\v0_8qpid\Connection.cs" />
- <Compile Include=".\impl\v0_8qpid\ProtocolBase.cs" />
- <Compile Include=".\impl\v0_9\Connection.cs" />
- <Compile Include=".\impl\v0_9\ProtocolBase.cs" />
- <Compile Include=".\impl\WireFormatting.cs" />
- <Compile Include=".\messagepatterns\SimpleRpcClient.cs" />
- <Compile Include=".\messagepatterns\SimpleRpcServer.cs" />
- <Compile Include=".\messagepatterns\Subscription.cs" />
+ <Compile Include="api\AmqpTcpEndpoint.cs" />
+ <Compile Include="api\AmqpTimestamp.cs" />
+ <Compile Include="api\AmqpVersion.cs" />
+ <Compile Include="api\BinaryTableValue.cs" />
+ <Compile Include="api\ConnectionFactory.cs" />
+ <Compile Include="api\DefaultBasicConsumer.cs" />
+ <Compile Include="api\ExchangeType.cs" />
+ <Compile Include="api\IBasicConsumer.cs" />
+ <Compile Include="api\IBasicProperties.cs" />
+ <Compile Include="api\IConnection.cs" />
+ <Compile Include="api\IContentHeader.cs" />
+ <Compile Include="api\IFileProperties.cs" />
+ <Compile Include="api\IMethod.cs" />
+ <Compile Include="api\IModel.cs" />
+ <Compile Include="api\IProtocol.cs" />
+ <Compile Include="api\IStreamProperties.cs" />
+ <Compile Include="api\Protocols.cs" />
+ <Compile Include="api\PublicationAddress.cs" />
+ <Compile Include="api\QueueingBasicConsumer.cs" />
+ <Compile Include="api\ShutdownEventArgs.cs" />
+ <Compile Include="api\ShutdownInitiator.cs" />
+ <Compile Include="api\ShutdownReportEntry.cs" />
+ <Compile Include="api\SslHelper.cs" />
+ <Compile Include="api\SslOption.cs" />
+ <Compile Include="AssemblyInfo.cs" />
+ <Compile Include="content\BasicMessageBuilder.cs" />
+ <Compile Include="content\BasicMessageReader.cs" />
+ <Compile Include="content\BytesMessageBuilder.cs" />
+ <Compile Include="content\BytesMessageReader.cs" />
+ <Compile Include="content\BytesWireFormatting.cs" />
+ <Compile Include="content\IBytesMessageBuilder.cs" />
+ <Compile Include="content\IBytesMessageReader.cs" />
+ <Compile Include="content\IMapMessageBuilder.cs" />
+ <Compile Include="content\IMapMessageReader.cs" />
+ <Compile Include="content\IMessageBuilder.cs" />
+ <Compile Include="content\IMessageReader.cs" />
+ <Compile Include="content\IStreamMessageBuilder.cs" />
+ <Compile Include="content\IStreamMessageReader.cs" />
+ <Compile Include="content\MapMessageBuilder.cs" />
+ <Compile Include="content\MapMessageReader.cs" />
+ <Compile Include="content\MapWireFormatting.cs" />
+ <Compile Include="content\PrimitiveParser.cs" />
+ <Compile Include="content\StreamMessageBuilder.cs" />
+ <Compile Include="content\StreamMessageReader.cs" />
+ <Compile Include="content\StreamWireFormatting.cs" />
+ <Compile Include="events\BasicDeliverEventArgs.cs" />
+ <Compile Include="events\BasicDeliverEventHandler.cs" />
+ <Compile Include="events\BasicReturnEventArgs.cs" />
+ <Compile Include="events\BasicReturnEventHandler.cs" />
+ <Compile Include="events\CallbackExceptionEventArgs.cs" />
+ <Compile Include="events\CallbackExceptionEventHandler.cs" />
+ <Compile Include="events\ConnectionShutdownEventHandler.cs" />
+ <Compile Include="events\ConsumerEventArgs.cs" />
+ <Compile Include="events\ConsumerEventHandler.cs" />
+ <Compile Include="events\ConsumerShutdownEventHandler.cs" />
+ <Compile Include="events\EventingBasicConsumer.cs" />
+ <Compile Include="events\ModelShutdownEventHandler.cs" />
+ <Compile Include="exceptions\AlreadyClosedException.cs" />
+ <Compile Include="exceptions\BrokerUnreachableException.cs" />
+ <Compile Include="exceptions\ChannelAllocationException.cs" />
+ <Compile Include="exceptions\OperationInterruptedException.cs" />
+ <Compile Include="exceptions\PacketNotRecognizedException.cs" />
+ <Compile Include="exceptions\PossibleAuthenticationFailureException.cs" />
+ <Compile Include="exceptions\ProtocolVersionMismatchException.cs" />
+ <Compile Include="exceptions\UnexpectedMethodException.cs" />
+ <Compile Include="exceptions\UnsupportedMethodException.cs" />
+ <Compile Include="exceptions\UnsupportedMethodFieldException.cs" />
+ <Compile Include="exceptions\WireFormattingException.cs" />
+ <Compile Include="impl\AbstractProtocolBase.cs" />
+ <Compile Include="impl\BasicProperties.cs" />
+ <Compile Include="impl\ChannelErrorException.cs" />
+ <Compile Include="impl\Command.cs" />
+ <Compile Include="impl\CommandAssembler.cs" />
+ <Compile Include="impl\ConnectionBase.cs" />
+ <Compile Include="impl\ConnectionStartDetails.cs" />
+ <Compile Include="impl\ContentHeaderBase.cs" />
+ <Compile Include="impl\ContentHeaderPropertyReader.cs" />
+ <Compile Include="impl\ContentHeaderPropertyWriter.cs" />
+ <Compile Include="impl\FileProperties.cs" />
+ <Compile Include="impl\Frame.cs" />
+ <Compile Include="impl\HardProtocolException.cs" />
+ <Compile Include="impl\IFrameHandler.cs" />
+ <Compile Include="impl\IRpcContinuation.cs" />
+ <Compile Include="impl\ISession.cs" />
+ <Compile Include="impl\MainSession.cs" />
+ <Compile Include="impl\MalformedFrameException.cs" />
+ <Compile Include="impl\MethodArgumentReader.cs" />
+ <Compile Include="impl\MethodArgumentWriter.cs" />
+ <Compile Include="impl\MethodBase.cs" />
+ <Compile Include="impl\ModelBase.cs" />
+ <Compile Include="impl\ProtocolException.cs" />
+ <Compile Include="impl\QuiescingSession.cs" />
+ <Compile Include="impl\RedirectException.cs" />
+ <Compile Include="impl\RpcContinuationQueue.cs" />
+ <Compile Include="impl\Session.cs" />
+ <Compile Include="impl\SessionBase.cs" />
+ <Compile Include="impl\SessionManager.cs" />
+ <Compile Include="impl\ShutdownContinuation.cs" />
+ <Compile Include="impl\SimpleBlockingRpcContinuation.cs" />
+ <Compile Include="impl\SocketFrameHandler_0_9.cs" />
+ <Compile Include="impl\SoftProtocolException.cs" />
+ <Compile Include="impl\StreamProperties.cs" />
+ <Compile Include="impl\SyntaxError.cs" />
+ <Compile Include="impl\UnexpectedFrameException.cs" />
+ <Compile Include="impl\UnknownClassOrMethodException.cs" />
+ <Compile Include="impl\v0_8\Connection.cs" />
+ <Compile Include="impl\v0_8\ProtocolBase.cs" />
+ <Compile Include="impl\v0_8qpid\Connection.cs" />
+ <Compile Include="impl\v0_8qpid\ProtocolBase.cs" />
+ <Compile Include="impl\v0_9\Connection.cs" />
+ <Compile Include="impl\v0_9\ProtocolBase.cs" />
+ <Compile Include="impl\WireFormatting.cs" />
+ <Compile Include="messagepatterns\SimpleRpcClient.cs" />
+ <Compile Include="messagepatterns\SimpleRpcServer.cs" />
+ <Compile Include="messagepatterns\Subscription.cs" />
<Compile Include="..\..\docs\specs\net_4_x-api-0-8.cs" />
<Compile Include="..\..\docs\specs\net_4_x-api-0-9.cs" />
<Compile Include="..\..\docs\specs\net_4_x-api-qpid-0-8.cs" />