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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-05 23:51:35 +0300
committerMarek Safar <marek.safar@gmail.com>2019-03-06 10:34:01 +0300
commitb31a445e85523a9a41b0975203f7ccd1d6f185a8 (patch)
tree3fa9a395ceb204eb33a8abfd235b4c5e7b877633 /mcs/class/RabbitMQ.Client
parenteb3f7312bd4da3e6ca1e072c06fcb3f1338ad974 (diff)
[gitattributes] Do CRLF normalization on sln/proj files
They can be used with native line endings. We now have a shared folder with the dotnet repos and they have CRLF normalization enabled. This difference leads to conflicts while applying changes from the dotnet repos to mono.
Diffstat (limited to 'mcs/class/RabbitMQ.Client')
-rw-r--r--mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen.csproj182
-rw-r--r--mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj404
2 files changed, 293 insertions, 293 deletions
diff --git a/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen.csproj b/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen.csproj
index ef3989a9438..1f5d50805ba 100644
--- a/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen.csproj
+++ b/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen.csproj
@@ -1,92 +1,92 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
- <ProjectGuid>{178A0552-6B70-49E8-91CA-CA15F01AC023}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <NoWarn>1699</NoWarn>
- <LangVersion>latest</LangVersion>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>False</NoStdLib>
- <StartupObject>RabbitMQ.Client.Apigen.Apigen</StartupObject>
- <NoConfig>True</NoConfig>
- <AssemblyName>RabbitMQ.Client.Apigen</AssemblyName>
- <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <OutputPath>./../../../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>./../../../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
- </PropertyGroup>
- <!-- @ALL_PROFILE_PROPERTIES@ -->
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
- <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- @BUILT_SOURCES@ -->
- <!--Common files-->
- <ItemGroup>
- <Compile Include="..\client\api\AmqpTimestamp.cs" />
- <Compile Include="..\client\api\IBasicConsumer.cs" />
- <Compile Include="..\client\api\IBasicProperties.cs" />
- <Compile Include="..\client\api\IContentHeader.cs" />
- <Compile Include="..\client\api\IFileProperties.cs" />
- <Compile Include="..\client\api\IModel.cs" />
- <Compile Include="..\client\api\IStreamProperties.cs" />
- <Compile Include="..\client\api\PublicationAddress.cs" />
- <Compile Include="..\client\api\ShutdownEventArgs.cs" />
- <Compile Include="..\client\api\ShutdownInitiator.cs" />
- <Compile Include="..\client\events\BasicReturnEventArgs.cs" />
- <Compile Include="..\client\events\BasicReturnEventHandler.cs" />
- <Compile Include="..\client\events\CallbackExceptionEventArgs.cs" />
- <Compile Include="..\client\events\CallbackExceptionEventHandler.cs" />
- <Compile Include="..\client\events\ModelShutdownEventHandler.cs" />
- <Compile Include="AmqpClass.cs" />
- <Compile Include="AmqpEntity.cs" />
- <Compile Include="AmqpField.cs" />
- <Compile Include="AmqpMethod.cs" />
- <Compile Include="Apigen.cs" />
- </ItemGroup>
- <!--End of common files-->
- <!-- @ALL_SOURCES@ -->
- <!-- @COMMON_PROJECT_REFERENCES@ -->
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <ProjectReference Include="../../../System/System.csproj" />
- <ProjectReference Include="../../../System.XML/System.Xml.csproj" />
- </ItemGroup>
- <!-- @ALL_REFERENCES@ -->
- <!-- @ALL_RESOURCES@ -->
- <PropertyGroup>
- <!-- Force the pre-build event to run after references have been resolved. The default
- behavior is to run them before resolving references, which can cause things like
- culevel.exe to be used before they have been built. -->
- <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
- </PropertyGroup>
- <PropertyGroup>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">mono RabbitMQ.Client.Apigen.exe /n:v0_9 "/apiName:AMQP_0_9" $(ProjectDir)..\..\docs\specs\amqp0-9.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-0-9.cs
-mono RabbitMQ.Client.Apigen.exe /n:v0_8 "/apiName:AMQP_0_8" $(ProjectDir)..\..\docs\specs\amqp0-8.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-0-8.cs
-mono RabbitMQ.Client.Apigen.exe /n:v0_8qpid "/apiName:AMQP_0_8_QPID" $(ProjectDir)..\..\docs\specs\qpid-amqp.0-8.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-qpid-0-8.cs</PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">RabbitMQ.Client.Apigen.exe /n:v0_9 "/apiName:AMQP_0_9" $(ProjectDir)..\..\docs\specs\amqp0-9.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-0-9.cs
- RabbitMQ.Client.Apigen.exe /n:v0_8 "/apiName:AMQP_0_8" $(ProjectDir)..\..\docs\specs\amqp0-8.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-0-8.cs
- RabbitMQ.Client.Apigen.exe /n:v0_8qpid "/apiName:AMQP_0_8_QPID" $(ProjectDir)..\..\docs\specs\qpid-amqp.0-8.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-qpid-0-8.cs</PostBuildEvent>
- </PropertyGroup>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
+ <ProjectGuid>{178A0552-6B70-49E8-91CA-CA15F01AC023}</ProjectGuid>
+ <OutputType>Exe</OutputType>
+ <NoWarn>1699</NoWarn>
+ <LangVersion>latest</LangVersion>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
+ <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
+ <NoStdLib>False</NoStdLib>
+ <StartupObject>RabbitMQ.Client.Apigen.Apigen</StartupObject>
+ <NoConfig>True</NoConfig>
+ <AssemblyName>RabbitMQ.Client.Apigen</AssemblyName>
+ <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <OutputPath>./../../../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
+ <IntermediateOutputPath>./../../../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
+ </PropertyGroup>
+ <!-- @ALL_PROFILE_PROPERTIES@ -->
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
+ <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
+ <ItemGroup>
+ <Compile Include="..\client\api\AmqpTimestamp.cs" />
+ <Compile Include="..\client\api\IBasicConsumer.cs" />
+ <Compile Include="..\client\api\IBasicProperties.cs" />
+ <Compile Include="..\client\api\IContentHeader.cs" />
+ <Compile Include="..\client\api\IFileProperties.cs" />
+ <Compile Include="..\client\api\IModel.cs" />
+ <Compile Include="..\client\api\IStreamProperties.cs" />
+ <Compile Include="..\client\api\PublicationAddress.cs" />
+ <Compile Include="..\client\api\ShutdownEventArgs.cs" />
+ <Compile Include="..\client\api\ShutdownInitiator.cs" />
+ <Compile Include="..\client\events\BasicReturnEventArgs.cs" />
+ <Compile Include="..\client\events\BasicReturnEventHandler.cs" />
+ <Compile Include="..\client\events\CallbackExceptionEventArgs.cs" />
+ <Compile Include="..\client\events\CallbackExceptionEventHandler.cs" />
+ <Compile Include="..\client\events\ModelShutdownEventHandler.cs" />
+ <Compile Include="AmqpClass.cs" />
+ <Compile Include="AmqpEntity.cs" />
+ <Compile Include="AmqpField.cs" />
+ <Compile Include="AmqpMethod.cs" />
+ <Compile Include="Apigen.cs" />
+ </ItemGroup>
+ <!--End of common files-->
+ <!-- @ALL_SOURCES@ -->
+ <!-- @COMMON_PROJECT_REFERENCES@ -->
+ <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <ProjectReference Include="../../../System/System.csproj" />
+ <ProjectReference Include="../../../System.XML/System.Xml.csproj" />
+ </ItemGroup>
+ <!-- @ALL_REFERENCES@ -->
+ <!-- @ALL_RESOURCES@ -->
+ <PropertyGroup>
+ <!-- Force the pre-build event to run after references have been resolved. The default
+ behavior is to run them before resolving references, which can cause things like
+ culevel.exe to be used before they have been built. -->
+ <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
+ </PropertyGroup>
+ <PropertyGroup>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">mono RabbitMQ.Client.Apigen.exe /n:v0_9 "/apiName:AMQP_0_9" $(ProjectDir)..\..\docs\specs\amqp0-9.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-0-9.cs
+mono RabbitMQ.Client.Apigen.exe /n:v0_8 "/apiName:AMQP_0_8" $(ProjectDir)..\..\docs\specs\amqp0-8.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-0-8.cs
+mono RabbitMQ.Client.Apigen.exe /n:v0_8qpid "/apiName:AMQP_0_8_QPID" $(ProjectDir)..\..\docs\specs\qpid-amqp.0-8.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-qpid-0-8.cs</PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">RabbitMQ.Client.Apigen.exe /n:v0_9 "/apiName:AMQP_0_9" $(ProjectDir)..\..\docs\specs\amqp0-9.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-0-9.cs
+ RabbitMQ.Client.Apigen.exe /n:v0_8 "/apiName:AMQP_0_8" $(ProjectDir)..\..\docs\specs\amqp0-8.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-0-8.cs
+ RabbitMQ.Client.Apigen.exe /n:v0_8qpid "/apiName:AMQP_0_8_QPID" $(ProjectDir)..\..\docs\specs\qpid-amqp.0-8.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-qpid-0-8.cs</PostBuildEvent>
+ </PropertyGroup>
</Project> \ No newline at end of file
diff --git a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj
index 001bfa24c14..c30a385eab7 100644
--- a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj
+++ b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client.csproj
@@ -1,203 +1,203 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
- <ProjectGuid>{85A2B734-426E-422B-81DF-26AB91F8688C}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618</NoWarn>
- <LangVersion>latest</LangVersion>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
- <AssemblyName>RabbitMQ.Client</AssemblyName>
- <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>../../../msfinal.pub</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <OutputPath>./../../../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>./../../../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
- </PropertyGroup>
- <!-- @ALL_PROFILE_PROPERTIES@ -->
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
- <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <Compile Include="..\..\docs\specs\net_4_x-api-0-9.cs" />
- <Compile Include="..\..\docs\specs\net_4_x-api-0-8.cs" />
- <Compile Include="..\..\docs\specs\net_4_x-api-qpid-0-8.cs" />
- </ItemGroup>
- <!-- @BUILT_SOURCES@ -->
- <!--Common files-->
- <ItemGroup>
- <Compile Include="..\..\..\..\build\common\Consts.cs" />
- <Compile Include="..\util\BlockingCell.cs" />
- <Compile Include="..\util\DebugUtil.cs" />
- <Compile Include="..\util\Either.cs" />
- <Compile Include="..\util\IntAllocator.cs" />
- <Compile Include="..\util\NetworkBinaryReader.cs" />
- <Compile Include="..\util\NetworkBinaryWriter.cs" />
- <Compile Include="..\util\Semaphore.cs" />
- <Compile Include="..\util\SharedQueue.cs" />
- <Compile Include="..\util\XmlUtil.cs" />
- <Compile Include="AssemblyInfo.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="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\WireFormatting.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="messagepatterns\SimpleRpcClient.cs" />
- <Compile Include="messagepatterns\SimpleRpcServer.cs" />
- <Compile Include="messagepatterns\Subscription.cs" />
- <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
- <Name>genconsts</Name>
- <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- <CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>false</Private>
- </ProjectReference>
- </ItemGroup>
- <!--End of common files-->
- <!-- @ALL_SOURCES@ -->
- <!-- @COMMON_PROJECT_REFERENCES@ -->
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <ProjectReference Include="../../../System/System.csproj" />
- <ProjectReference Include="../../../System.XML/System.Xml.csproj" />
- <ProjectReference Include="../../../corlib/corlib.csproj" />
- </ItemGroup>
- <!-- @ALL_REFERENCES@ -->
- <!-- @ALL_RESOURCES@ -->
- <PropertyGroup>
- <!-- Force the pre-build event to run after references have been resolved. The default
- behavior is to run them before resolving references, which can cause things like
- culevel.exe to be used before they have been built. -->
- <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
- </PropertyGroup>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
+ <ProjectGuid>{85A2B734-426E-422B-81DF-26AB91F8688C}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,618</NoWarn>
+ <LangVersion>latest</LangVersion>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
+ <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
+ <AssemblyName>RabbitMQ.Client</AssemblyName>
+ <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>../../../msfinal.pub</AssemblyOriginatorKeyFile>
+ </PropertyGroup>
+ <PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <OutputPath>./../../../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
+ <IntermediateOutputPath>./../../../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
+ </PropertyGroup>
+ <!-- @ALL_PROFILE_PROPERTIES@ -->
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
+ <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <Compile Include="..\..\docs\specs\net_4_x-api-0-9.cs" />
+ <Compile Include="..\..\docs\specs\net_4_x-api-0-8.cs" />
+ <Compile Include="..\..\docs\specs\net_4_x-api-qpid-0-8.cs" />
+ </ItemGroup>
+ <!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
+ <ItemGroup>
+ <Compile Include="..\..\..\..\build\common\Consts.cs" />
+ <Compile Include="..\util\BlockingCell.cs" />
+ <Compile Include="..\util\DebugUtil.cs" />
+ <Compile Include="..\util\Either.cs" />
+ <Compile Include="..\util\IntAllocator.cs" />
+ <Compile Include="..\util\NetworkBinaryReader.cs" />
+ <Compile Include="..\util\NetworkBinaryWriter.cs" />
+ <Compile Include="..\util\Semaphore.cs" />
+ <Compile Include="..\util\SharedQueue.cs" />
+ <Compile Include="..\util\XmlUtil.cs" />
+ <Compile Include="AssemblyInfo.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="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\WireFormatting.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="messagepatterns\SimpleRpcClient.cs" />
+ <Compile Include="messagepatterns\SimpleRpcServer.cs" />
+ <Compile Include="messagepatterns\Subscription.cs" />
+ <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
+ <Name>genconsts</Name>
+ <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ <CopyToOutputDirectory>Never</CopyToOutputDirectory>
+ <Private>false</Private>
+ </ProjectReference>
+ </ItemGroup>
+ <!--End of common files-->
+ <!-- @ALL_SOURCES@ -->
+ <!-- @COMMON_PROJECT_REFERENCES@ -->
+ <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <ProjectReference Include="../../../System/System.csproj" />
+ <ProjectReference Include="../../../System.XML/System.Xml.csproj" />
+ <ProjectReference Include="../../../corlib/corlib.csproj" />
+ </ItemGroup>
+ <!-- @ALL_REFERENCES@ -->
+ <!-- @ALL_RESOURCES@ -->
+ <PropertyGroup>
+ <!-- Force the pre-build event to run after references have been resolved. The default
+ behavior is to run them before resolving references, which can cause things like
+ culevel.exe to be used before they have been built. -->
+ <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
+ </PropertyGroup>
</Project> \ No newline at end of file