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