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