Changed API for fetching StackFrames in bulk on multiple threads ThreadMirror.FetchFr...
[mono.git] / mcs / class / RabbitMQ.Client / src / client / RabbitMQ.Client-net_4_5.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{55AA0C89-63D9-438E-A139-3ED9F72AE295}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,618</NoWarn>\r
11     <OutputPath>./../../../../class/lib/net_4_5</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>True</NoConfig>\r
14     \r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>RabbitMQ.Client</AssemblyName>\r
19     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <DebugSymbols>true</DebugSymbols>\r
24     <DebugType>full</DebugType>\r
25     <NoWarn>1699,618</NoWarn>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <NoWarn>1699,618</NoWarn>\r
34     <Optimize>true</Optimize>\r
35     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
40   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
41   is a problem to compile the Mono mscorlib.dll -->\r
42   <PropertyGroup>\r
43     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
44   </PropertyGroup>\r
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
46   <ItemGroup>\r
47     <Compile Include="..\..\..\..\build\common\Consts.cs" />\r
48     <Compile Include="..\..\docs\specs\net_4_5-api-0-8.cs" />\r
49     <Compile Include="..\..\docs\specs\net_4_5-api-0-9.cs" />\r
50     <Compile Include="..\..\docs\specs\net_4_5-api-qpid-0-8.cs" />\r
51     <Compile Include="..\util\BlockingCell.cs" />\r
52     <Compile Include="..\util\DebugUtil.cs" />\r
53     <Compile Include="..\util\Either.cs" />\r
54     <Compile Include="..\util\IntAllocator.cs" />\r
55     <Compile Include="..\util\NetworkBinaryReader.cs" />\r
56     <Compile Include="..\util\NetworkBinaryWriter.cs" />\r
57     <Compile Include="..\util\Semaphore.cs" />\r
58     <Compile Include="..\util\SharedQueue.cs" />\r
59     <Compile Include="..\util\XmlUtil.cs" />\r
60     <Compile Include=".\api\AmqpTcpEndpoint.cs" />\r
61     <Compile Include=".\api\AmqpTimestamp.cs" />\r
62     <Compile Include=".\api\AmqpVersion.cs" />\r
63     <Compile Include=".\api\BinaryTableValue.cs" />\r
64     <Compile Include=".\api\ConnectionFactory.cs" />\r
65     <Compile Include=".\api\DefaultBasicConsumer.cs" />\r
66     <Compile Include=".\api\ExchangeType.cs" />\r
67     <Compile Include=".\api\IBasicConsumer.cs" />\r
68     <Compile Include=".\api\IBasicProperties.cs" />\r
69     <Compile Include=".\api\IConnection.cs" />\r
70     <Compile Include=".\api\IContentHeader.cs" />\r
71     <Compile Include=".\api\IFileProperties.cs" />\r
72     <Compile Include=".\api\IMethod.cs" />\r
73     <Compile Include=".\api\IModel.cs" />\r
74     <Compile Include=".\api\IProtocol.cs" />\r
75     <Compile Include=".\api\IStreamProperties.cs" />\r
76     <Compile Include=".\api\Protocols.cs" />\r
77     <Compile Include=".\api\PublicationAddress.cs" />\r
78     <Compile Include=".\api\QueueingBasicConsumer.cs" />\r
79     <Compile Include=".\api\ShutdownEventArgs.cs" />\r
80     <Compile Include=".\api\ShutdownInitiator.cs" />\r
81     <Compile Include=".\api\ShutdownReportEntry.cs" />\r
82     <Compile Include=".\api\SslHelper.cs" />\r
83     <Compile Include=".\api\SslOption.cs" />\r
84     <Compile Include=".\AssemblyInfo.cs" />\r
85     <Compile Include=".\content\BasicMessageBuilder.cs" />\r
86     <Compile Include=".\content\BasicMessageReader.cs" />\r
87     <Compile Include=".\content\BytesMessageBuilder.cs" />\r
88     <Compile Include=".\content\BytesMessageReader.cs" />\r
89     <Compile Include=".\content\BytesWireFormatting.cs" />\r
90     <Compile Include=".\content\IBytesMessageBuilder.cs" />\r
91     <Compile Include=".\content\IBytesMessageReader.cs" />\r
92     <Compile Include=".\content\IMapMessageBuilder.cs" />\r
93     <Compile Include=".\content\IMapMessageReader.cs" />\r
94     <Compile Include=".\content\IMessageBuilder.cs" />\r
95     <Compile Include=".\content\IMessageReader.cs" />\r
96     <Compile Include=".\content\IStreamMessageBuilder.cs" />\r
97     <Compile Include=".\content\IStreamMessageReader.cs" />\r
98     <Compile Include=".\content\MapMessageBuilder.cs" />\r
99     <Compile Include=".\content\MapMessageReader.cs" />\r
100     <Compile Include=".\content\MapWireFormatting.cs" />\r
101     <Compile Include=".\content\PrimitiveParser.cs" />\r
102     <Compile Include=".\content\StreamMessageBuilder.cs" />\r
103     <Compile Include=".\content\StreamMessageReader.cs" />\r
104     <Compile Include=".\content\StreamWireFormatting.cs" />\r
105     <Compile Include=".\events\BasicDeliverEventArgs.cs" />\r
106     <Compile Include=".\events\BasicDeliverEventHandler.cs" />\r
107     <Compile Include=".\events\BasicReturnEventArgs.cs" />\r
108     <Compile Include=".\events\BasicReturnEventHandler.cs" />\r
109     <Compile Include=".\events\CallbackExceptionEventArgs.cs" />\r
110     <Compile Include=".\events\CallbackExceptionEventHandler.cs" />\r
111     <Compile Include=".\events\ConnectionShutdownEventHandler.cs" />\r
112     <Compile Include=".\events\ConsumerEventArgs.cs" />\r
113     <Compile Include=".\events\ConsumerEventHandler.cs" />\r
114     <Compile Include=".\events\ConsumerShutdownEventHandler.cs" />\r
115     <Compile Include=".\events\EventingBasicConsumer.cs" />\r
116     <Compile Include=".\events\ModelShutdownEventHandler.cs" />\r
117     <Compile Include=".\exceptions\AlreadyClosedException.cs" />\r
118     <Compile Include=".\exceptions\BrokerUnreachableException.cs" />\r
119     <Compile Include=".\exceptions\ChannelAllocationException.cs" />\r
120     <Compile Include=".\exceptions\OperationInterruptedException.cs" />\r
121     <Compile Include=".\exceptions\PacketNotRecognizedException.cs" />\r
122     <Compile Include=".\exceptions\PossibleAuthenticationFailureException.cs" />\r
123     <Compile Include=".\exceptions\ProtocolVersionMismatchException.cs" />\r
124     <Compile Include=".\exceptions\UnexpectedMethodException.cs" />\r
125     <Compile Include=".\exceptions\UnsupportedMethodException.cs" />\r
126     <Compile Include=".\exceptions\UnsupportedMethodFieldException.cs" />\r
127     <Compile Include=".\exceptions\WireFormattingException.cs" />\r
128     <Compile Include=".\impl\AbstractProtocolBase.cs" />\r
129     <Compile Include=".\impl\BasicProperties.cs" />\r
130     <Compile Include=".\impl\ChannelErrorException.cs" />\r
131     <Compile Include=".\impl\Command.cs" />\r
132     <Compile Include=".\impl\CommandAssembler.cs" />\r
133     <Compile Include=".\impl\ConnectionBase.cs" />\r
134     <Compile Include=".\impl\ConnectionStartDetails.cs" />\r
135     <Compile Include=".\impl\ContentHeaderBase.cs" />\r
136     <Compile Include=".\impl\ContentHeaderPropertyReader.cs" />\r
137     <Compile Include=".\impl\ContentHeaderPropertyWriter.cs" />\r
138     <Compile Include=".\impl\FileProperties.cs" />\r
139     <Compile Include=".\impl\Frame.cs" />\r
140     <Compile Include=".\impl\HardProtocolException.cs" />\r
141     <Compile Include=".\impl\IFrameHandler.cs" />\r
142     <Compile Include=".\impl\IRpcContinuation.cs" />\r
143     <Compile Include=".\impl\ISession.cs" />\r
144     <Compile Include=".\impl\MainSession.cs" />\r
145     <Compile Include=".\impl\MalformedFrameException.cs" />\r
146     <Compile Include=".\impl\MethodArgumentReader.cs" />\r
147     <Compile Include=".\impl\MethodArgumentWriter.cs" />\r
148     <Compile Include=".\impl\MethodBase.cs" />\r
149     <Compile Include=".\impl\ModelBase.cs" />\r
150     <Compile Include=".\impl\ProtocolException.cs" />\r
151     <Compile Include=".\impl\QuiescingSession.cs" />\r
152     <Compile Include=".\impl\RedirectException.cs" />\r
153     <Compile Include=".\impl\RpcContinuationQueue.cs" />\r
154     <Compile Include=".\impl\Session.cs" />\r
155     <Compile Include=".\impl\SessionBase.cs" />\r
156     <Compile Include=".\impl\SessionManager.cs" />\r
157     <Compile Include=".\impl\ShutdownContinuation.cs" />\r
158     <Compile Include=".\impl\SimpleBlockingRpcContinuation.cs" />\r
159     <Compile Include=".\impl\SocketFrameHandler_0_9.cs" />\r
160     <Compile Include=".\impl\SoftProtocolException.cs" />\r
161     <Compile Include=".\impl\StreamProperties.cs" />\r
162     <Compile Include=".\impl\SyntaxError.cs" />\r
163     <Compile Include=".\impl\UnexpectedFrameException.cs" />\r
164     <Compile Include=".\impl\UnknownClassOrMethodException.cs" />\r
165     <Compile Include=".\impl\v0_8\Connection.cs" />\r
166     <Compile Include=".\impl\v0_8\ProtocolBase.cs" />\r
167     <Compile Include=".\impl\v0_8qpid\Connection.cs" />\r
168     <Compile Include=".\impl\v0_8qpid\ProtocolBase.cs" />\r
169     <Compile Include=".\impl\v0_9\Connection.cs" />\r
170     <Compile Include=".\impl\v0_9\ProtocolBase.cs" />\r
171     <Compile Include=".\impl\WireFormatting.cs" />\r
172     <Compile Include=".\messagepatterns\SimpleRpcClient.cs" />\r
173     <Compile Include=".\messagepatterns\SimpleRpcServer.cs" />\r
174     <Compile Include=".\messagepatterns\Subscription.cs" />\r  </ItemGroup>\r
175   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
176        Other similar extension points exist, see Microsoft.Common.targets.\r
177   <Target Name="BeforeBuild">\r
178   </Target>\r
179   <Target Name="AfterBuild">\r
180   </Target>\r
181   -->\r
182   <PropertyGroup>\r
183     <PreBuildEvent>\r
184 \r
185     </PreBuildEvent>\r
186     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
187
188     </PostBuildEvent>
189     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
190
191     </PostBuildEvent>\r
192   </PropertyGroup>\r
193   <ItemGroup>\r
194     <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">\r
195       <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>\r
196       <Name>corlib\corlib-net_4_5</Name>\r
197     </ProjectReference>\r
198     <ProjectReference Include="..\System\System-net_4_5-2.csproj">\r
199       <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>\r
200       <Name>System\System-net_4_5-2</Name>\r
201     </ProjectReference>\r
202     <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">\r
203       <Project>{2534ADE0-05E4-490F-933D-1E39310A0CB9}</Project>\r
204       <Name>System.XML\System.Xml-net_4_5-1</Name>\r
205     </ProjectReference>\r
206   </ItemGroup>\r
207   <ItemGroup>\r
208     <Folder Include="Properties\" />\r
209   </ItemGroup>\r
210 </Project>\r
211