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