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>2013-02-07 19:33:49 +0400
committerMarek Safar <marek.safar@gmail.com>2013-02-07 19:34:23 +0400
commit78318771d52403e6b0588eb04dd8f74afa7f43f8 (patch)
tree348729d49b56c64b5974cb5465a862cb921f734a /mcs/class/RabbitMQ.Client
parent425d8ff70911438c1600912e5dfed0a0c7437491 (diff)
Update csproj files
Diffstat (limited to 'mcs/class/RabbitMQ.Client')
-rw-r--r--mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_2_0.csproj316
-rw-r--r--mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_0.csproj316
-rw-r--r--mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_5.csproj316
3 files changed, 477 insertions, 471 deletions
diff --git a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_2_0.csproj b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_2_0.csproj
index 0ff4d6f4214..6a0899d6a4c 100644
--- a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_2_0.csproj
+++ b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_2_0.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{8A1346D2-0AC5-44BA-B4F7-283F98FA3C1A}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618</NoWarn>
- <OutputPath>./../../../../class/lib/net_2_0</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\RabbitMQ.Client-net_2_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>RabbitMQ.Client</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699,618</NoWarn>
@@ -28,150 +27,151 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../../../class/lib/net_2_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699,618</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../../../class/lib/net_2_0</AdditionalLibPaths>
+ </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 -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <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="..\..\..\..\build\common\Consts.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="..\..\docs\specs\net_2_0-api-0-8.cs" />
- <Compile Include="..\..\docs\specs\net_2_0-api-0-9.cs" />
- <Compile Include="..\..\docs\specs\net_2_0-api-qpid-0-8.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\CommandAssembler.cs" />
- <Compile Include=".\impl\Command.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\SessionBase.cs" />
- <Compile Include=".\impl\Session.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="..\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" />
-
- </ItemGroup>
+ <Compile Include="..\..\..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\docs\specs\net_2_0-api-0-8.cs" />
+ <Compile Include="..\..\docs\specs\net_2_0-api-0-9.cs" />
+ <Compile Include="..\..\docs\specs\net_2_0-api-qpid-0-8.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=".\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" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -180,26 +180,28 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
-
+ <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
+ <Project>{537E3E02-B5DA-4E11-A9F9-5A54C99759B9}</Project>
+ <Name>corlib\corlib-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_2_0-2.csproj">
+ <Project>{08A2FAB2-A213-451E-AD93-19B409BF1B5A}</Project>
+ <Name>System\System-net_2_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
+ <Project>{A892207C-64E0-4FCA-8541-A3C71099AA13}</Project>
+ <Name>System.XML\System.Xml-net_2_0-1</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_0.csproj b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_0.csproj
index 7ad9369d43f..ae78c6bbef9 100644
--- a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_0.csproj
+++ b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_0.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{D030140A-A962-4FA3-9536-A5B90DC70783}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618</NoWarn>
- <OutputPath>./../../../../class/lib/net_4_0</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\RabbitMQ.Client-net_4_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>RabbitMQ.Client</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699,618</NoWarn>
@@ -28,150 +27,151 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../../../class/lib/net_4_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699,618</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../../../class/lib/net_4_0</AdditionalLibPaths>
+ </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 -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <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="..\..\..\..\build\common\Consts.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="..\..\docs\specs\net_4_0-api-0-8.cs" />
- <Compile Include="..\..\docs\specs\net_4_0-api-0-9.cs" />
- <Compile Include="..\..\docs\specs\net_4_0-api-qpid-0-8.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\CommandAssembler.cs" />
- <Compile Include=".\impl\Command.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\SessionBase.cs" />
- <Compile Include=".\impl\Session.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="..\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" />
-
- </ItemGroup>
+ <Compile Include="..\..\..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\docs\specs\net_4_0-api-0-8.cs" />
+ <Compile Include="..\..\docs\specs\net_4_0-api-0-9.cs" />
+ <Compile Include="..\..\docs\specs\net_4_0-api-qpid-0-8.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=".\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" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -180,26 +180,28 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
-
+ <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
+ <Project>{280E1B59-BAAA-4E02-99CA-8070BCB2C72E}</Project>
+ <Name>corlib\corlib-net_4_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_4_0-2.csproj">
+ <Project>{C0648621-9C6E-4584-9CF6-70EBB2D60489}</Project>
+ <Name>System\System-net_4_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
+ <Project>{A1A09F77-428E-4B5F-9C0C-3B07F55909A6}</Project>
+ <Name>System.XML\System.Xml-net_4_0-1</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>
diff --git a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_5.csproj b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_5.csproj
index 65b0fb1aa93..8271ce9e7c2 100644
--- a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_5.csproj
+++ b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_5.csproj
@@ -5,22 +5,21 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <ProjectGuid>{1C055D15-0EF6-4CE6-9C67-44C47CC9F58B}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699,618</NoWarn>
- <OutputPath>./../../../../class/lib/net_4_5</OutputPath>
- <NoStdLib>true</NoStdLib>
+ <OutputPath>bin\Debug\RabbitMQ.Client-net_4_5</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace></RootNamespace>
+ <RootNamespace>
+ </RootNamespace>
<AssemblyName>RabbitMQ.Client</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699,618</NoWarn>
@@ -28,150 +27,151 @@
<DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../../../class/lib/net_4_5</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699,618</NoWarn>
<Optimize>true</Optimize>
<DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <AdditionalLibPaths>./../../../../class/lib/net_4_5</AdditionalLibPaths>
+ </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 -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
- <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="..\..\..\..\build\common\Consts.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="..\..\docs\specs\net_4_5-api-0-8.cs" />
- <Compile Include="..\..\docs\specs\net_4_5-api-0-9.cs" />
- <Compile Include="..\..\docs\specs\net_4_5-api-qpid-0-8.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\CommandAssembler.cs" />
- <Compile Include=".\impl\Command.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\SessionBase.cs" />
- <Compile Include=".\impl\Session.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="..\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" />
-
- </ItemGroup>
+ <Compile Include="..\..\..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\docs\specs\net_4_5-api-0-8.cs" />
+ <Compile Include="..\..\docs\specs\net_4_5-api-0-9.cs" />
+ <Compile Include="..\..\docs\specs\net_4_5-api-qpid-0-8.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=".\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" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
@@ -180,26 +180,28 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent></PreBuildEvent>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
-
+ <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
+ <Project>{B8D763CB-5541-4DA8-832F-3B6B486B2746}</Project>
+ <Name>corlib\corlib-net_4_5</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_4_5-2.csproj">
+ <Project>{17388044-BE4B-4CBE-92D8-5C130414AD84}</Project>
+ <Name>System\System-net_4_5-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
+ <Project>{AB0D8551-2D53-46F2-A340-789E7B62BF57}</Project>
+ <Name>System.XML\System.Xml-net_4_5-1</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
-</Project>
-
+</Project>