blob: 364f1b4bf932cab7a766a790a0fb5a0686db3057 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../common.props" />
<PropertyGroup>
<TargetFramework>$(DefaultLibraryTargetFrameworks)</TargetFramework>
<AssemblyName>Qpid.Proton.Client</AssemblyName>
<RootNamespace>Apache.Qpid.Proton.Client</RootNamespace>
<PublicSign>true</PublicSign>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\key\proton-dotnet.snk</AssemblyOriginatorKeyFile>
<CodeAnalysisRuleSet>..\..\Proton.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<!-- NuGet Package Settings -->
<PackageId>Apache.Qpid.Proton.Client</PackageId>
<Description>
Qpid Proton Client provides an AMQP client that provides an imperative style
API for use in communications with AMQP brokers.
</Description>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Proton\Proton.csproj" />
<InternalsVisibleTo Include="Qpid.Proton.Client.Tests,
PublicKey=002400000480000094000000060200000024000052534131000400000100010045a422464ae5f5707321ca50c72dc6f2a93e141d39f57da1d94ea85e98e6e3f14a3ed234f25a0a5d53bff345c2b608757ee1e73d9212f299dbd9041054b8b822d0f05b8f55d603f6b55c95f1a36205665b55da525fbbbc343e4ed5c0e813980053f5bd82e46d907d43b78f10aed5d3d497b4b8983f5a041ba90835c0db2a34ce" />
</ItemGroup>
</Project>