Add VS project files for test project
[mono.git] / mcs / class / RabbitMQ.Client / src / client / RabbitMQ.Client-net_2_0.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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699</NoWarn>\r
11     <OutputPath>./../../../../class/lib/net_2_0</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     \r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>RabbitMQ.Client</AssemblyName>\r
17     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19   </PropertyGroup>\r
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
21     <DebugSymbols>true</DebugSymbols>\r
22     <DebugType>full</DebugType>\r
23     <NoWarn>1699</NoWarn>\r
24     <Optimize>false</Optimize>\r
25     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>\r
26     <ErrorReport>prompt</ErrorReport>\r
27     <WarningLevel>4</WarningLevel>\r
28     <AdditionalLibPaths>./../../../../class/lib/net_2_0</AdditionalLibPaths>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
31     <DebugType>pdbonly</DebugType>\r
32     <NoWarn>1699</NoWarn>\r
33     <Optimize>true</Optimize>\r
34     <DefineConstants>NET_1_1;NET_2_0</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37     <AdditionalLibPaths>./../../../../class/lib/net_2_0</AdditionalLibPaths>\r
38   </PropertyGroup>\r
39   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
40   <ItemGroup>\r
41    <Compile Include=".\api\AmqpTcpEndpoint.cs" />
42    <Compile Include=".\api\AmqpTimestamp.cs" />
43    <Compile Include=".\api\AmqpVersion.cs" />
44    <Compile Include=".\api\BinaryTableValue.cs" />
45    <Compile Include=".\api\ConnectionFactory.cs" />
46    <Compile Include=".\api\DefaultBasicConsumer.cs" />
47    <Compile Include=".\api\ExchangeType.cs" />
48    <Compile Include=".\api\IBasicConsumer.cs" />
49    <Compile Include=".\api\IBasicProperties.cs" />
50    <Compile Include=".\api\IConnection.cs" />
51    <Compile Include=".\api\IContentHeader.cs" />
52    <Compile Include=".\api\IFileProperties.cs" />
53    <Compile Include=".\api\IMethod.cs" />
54    <Compile Include=".\api\IModel.cs" />
55    <Compile Include=".\api\IProtocol.cs" />
56    <Compile Include=".\api\IStreamProperties.cs" />
57    <Compile Include=".\api\Protocols.cs" />
58    <Compile Include=".\api\PublicationAddress.cs" />
59    <Compile Include=".\api\QueueingBasicConsumer.cs" />
60    <Compile Include=".\api\ShutdownEventArgs.cs" />
61    <Compile Include=".\api\ShutdownInitiator.cs" />
62    <Compile Include=".\api\ShutdownReportEntry.cs" />
63    <Compile Include=".\api\SslHelper.cs" />
64    <Compile Include=".\api\SslOption.cs" />
65    <Compile Include=".\AssemblyInfo.cs" />
66    <Compile Include="..\..\..\..\build\common\Consts.cs" />
67    <Compile Include=".\content\BasicMessageBuilder.cs" />
68    <Compile Include=".\content\BasicMessageReader.cs" />
69    <Compile Include=".\content\BytesMessageBuilder.cs" />
70    <Compile Include=".\content\BytesMessageReader.cs" />
71    <Compile Include=".\content\BytesWireFormatting.cs" />
72    <Compile Include=".\content\IBytesMessageBuilder.cs" />
73    <Compile Include=".\content\IBytesMessageReader.cs" />
74    <Compile Include=".\content\IMapMessageBuilder.cs" />
75    <Compile Include=".\content\IMapMessageReader.cs" />
76    <Compile Include=".\content\IMessageBuilder.cs" />
77    <Compile Include=".\content\IMessageReader.cs" />
78    <Compile Include=".\content\IStreamMessageBuilder.cs" />
79    <Compile Include=".\content\IStreamMessageReader.cs" />
80    <Compile Include=".\content\MapMessageBuilder.cs" />
81    <Compile Include=".\content\MapMessageReader.cs" />
82    <Compile Include=".\content\MapWireFormatting.cs" />
83    <Compile Include=".\content\PrimitiveParser.cs" />
84    <Compile Include=".\content\StreamMessageBuilder.cs" />
85    <Compile Include=".\content\StreamMessageReader.cs" />
86    <Compile Include=".\content\StreamWireFormatting.cs" />
87    <Compile Include="..\..\docs\specs\net_2_0-api-0-8.cs" />
88    <Compile Include="..\..\docs\specs\net_2_0-api-0-9.cs" />
89    <Compile Include="..\..\docs\specs\net_2_0-api-qpid-0-8.cs" />
90    <Compile Include=".\events\BasicDeliverEventArgs.cs" />
91    <Compile Include=".\events\BasicDeliverEventHandler.cs" />
92    <Compile Include=".\events\BasicReturnEventArgs.cs" />
93    <Compile Include=".\events\BasicReturnEventHandler.cs" />
94    <Compile Include=".\events\CallbackExceptionEventArgs.cs" />
95    <Compile Include=".\events\CallbackExceptionEventHandler.cs" />
96    <Compile Include=".\events\ConnectionShutdownEventHandler.cs" />
97    <Compile Include=".\events\ConsumerEventArgs.cs" />
98    <Compile Include=".\events\ConsumerEventHandler.cs" />
99    <Compile Include=".\events\ConsumerShutdownEventHandler.cs" />
100    <Compile Include=".\events\EventingBasicConsumer.cs" />
101    <Compile Include=".\events\ModelShutdownEventHandler.cs" />
102    <Compile Include=".\exceptions\AlreadyClosedException.cs" />
103    <Compile Include=".\exceptions\BrokerUnreachableException.cs" />
104    <Compile Include=".\exceptions\ChannelAllocationException.cs" />
105    <Compile Include=".\exceptions\OperationInterruptedException.cs" />
106    <Compile Include=".\exceptions\PacketNotRecognizedException.cs" />
107    <Compile Include=".\exceptions\PossibleAuthenticationFailureException.cs" />
108    <Compile Include=".\exceptions\ProtocolVersionMismatchException.cs" />
109    <Compile Include=".\exceptions\UnexpectedMethodException.cs" />
110    <Compile Include=".\exceptions\UnsupportedMethodException.cs" />
111    <Compile Include=".\exceptions\UnsupportedMethodFieldException.cs" />
112    <Compile Include=".\exceptions\WireFormattingException.cs" />
113    <Compile Include=".\impl\AbstractProtocolBase.cs" />
114    <Compile Include=".\impl\BasicProperties.cs" />
115    <Compile Include=".\impl\ChannelErrorException.cs" />
116    <Compile Include=".\impl\CommandAssembler.cs" />
117    <Compile Include=".\impl\Command.cs" />
118    <Compile Include=".\impl\ConnectionBase.cs" />
119    <Compile Include=".\impl\ConnectionStartDetails.cs" />
120    <Compile Include=".\impl\ContentHeaderBase.cs" />
121    <Compile Include=".\impl\ContentHeaderPropertyReader.cs" />
122    <Compile Include=".\impl\ContentHeaderPropertyWriter.cs" />
123    <Compile Include=".\impl\FileProperties.cs" />
124    <Compile Include=".\impl\Frame.cs" />
125    <Compile Include=".\impl\HardProtocolException.cs" />
126    <Compile Include=".\impl\IFrameHandler.cs" />
127    <Compile Include=".\impl\IRpcContinuation.cs" />
128    <Compile Include=".\impl\ISession.cs" />
129    <Compile Include=".\impl\MainSession.cs" />
130    <Compile Include=".\impl\MalformedFrameException.cs" />
131    <Compile Include=".\impl\MethodArgumentReader.cs" />
132    <Compile Include=".\impl\MethodArgumentWriter.cs" />
133    <Compile Include=".\impl\MethodBase.cs" />
134    <Compile Include=".\impl\ModelBase.cs" />
135    <Compile Include=".\impl\ProtocolException.cs" />
136    <Compile Include=".\impl\QuiescingSession.cs" />
137    <Compile Include=".\impl\RedirectException.cs" />
138    <Compile Include=".\impl\RpcContinuationQueue.cs" />
139    <Compile Include=".\impl\SessionBase.cs" />
140    <Compile Include=".\impl\Session.cs" />
141    <Compile Include=".\impl\SessionManager.cs" />
142    <Compile Include=".\impl\ShutdownContinuation.cs" />
143    <Compile Include=".\impl\SimpleBlockingRpcContinuation.cs" />
144    <Compile Include=".\impl\SocketFrameHandler_0_9.cs" />
145    <Compile Include=".\impl\SoftProtocolException.cs" />
146    <Compile Include=".\impl\StreamProperties.cs" />
147    <Compile Include=".\impl\SyntaxError.cs" />
148    <Compile Include=".\impl\UnexpectedFrameException.cs" />
149    <Compile Include=".\impl\UnknownClassOrMethodException.cs" />
150    <Compile Include=".\impl\v0_8\Connection.cs" />
151    <Compile Include=".\impl\v0_8\ProtocolBase.cs" />
152    <Compile Include=".\impl\v0_8qpid\Connection.cs" />
153    <Compile Include=".\impl\v0_8qpid\ProtocolBase.cs" />
154    <Compile Include=".\impl\v0_9\Connection.cs" />
155    <Compile Include=".\impl\v0_9\ProtocolBase.cs" />
156    <Compile Include=".\impl\WireFormatting.cs" />
157    <Compile Include=".\messagepatterns\SimpleRpcClient.cs" />
158    <Compile Include=".\messagepatterns\SimpleRpcServer.cs" />
159    <Compile Include=".\messagepatterns\Subscription.cs" />
160    <Compile Include="..\util\BlockingCell.cs" />
161    <Compile Include="..\util\DebugUtil.cs" />
162    <Compile Include="..\util\Either.cs" />
163    <Compile Include="..\util\IntAllocator.cs" />
164    <Compile Include="..\util\NetworkBinaryReader.cs" />
165    <Compile Include="..\util\NetworkBinaryWriter.cs" />
166    <Compile Include="..\util\Semaphore.cs" />
167    <Compile Include="..\util\SharedQueue.cs" />
168    <Compile Include="..\util\XmlUtil.cs" />
169 \r
170   </ItemGroup>\r
171   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
172        Other similar extension points exist, see Microsoft.Common.targets.\r
173   <Target Name="BeforeBuild">\r
174   </Target>\r
175   <Target Name="AfterBuild">\r
176   </Target>\r
177   -->\r
178   <PropertyGroup>\r
179     <PreBuildEvent></PreBuildEvent>\r
180   </PropertyGroup>\r
181   <ItemGroup>\r
182         <Reference Include="mscorlib.dll">
183       <SpecificVersion>False</SpecificVersion>
184       <HintPath>mscorlib.dll</HintPath>
185     </Reference>
186     <Reference Include="System.dll">
187       <SpecificVersion>False</SpecificVersion>
188       <HintPath>System.dll</HintPath>
189     </Reference>
190     <Reference Include="System.Xml.dll">
191       <SpecificVersion>False</SpecificVersion>
192       <HintPath>System.Xml.dll</HintPath>
193     </Reference>
194 \r
195   </ItemGroup>\r
196   <ItemGroup>\r
197     <Folder Include="Properties\" />\r
198   </ItemGroup>\r
199   \r
200 </Project>\r
201