a7ede1880dd8f3a8e83d3d04a5c3b34d9671cc71
[platform/core/dotnet/diagnostics.git] /
1 <!-- Copyright (c)  Microsoft.  All Rights Reserved.  Licensed under the Apache License, Version 2.0.  See License.txt in the project root for license information. -->
2 <Project Sdk="Microsoft.NET.Sdk">
3   <PropertyGroup>
4     <TargetFramework>netstandard2.0</TargetFramework>
5     <NoWarn>;1591;1701</NoWarn>
6     <Description>Diagnostics debug services</Description>
7     <IsPackable>true</IsPackable>
8     <PackageTags>Diagnostic</PackageTags>
9     <PackageReleaseNotes>$(Description)</PackageReleaseNotes>
10     <GenerateDocumentationFile>true</GenerateDocumentationFile>
11     <IncludeSymbols>true</IncludeSymbols>
12     <IsShipping>false</IsShipping>
13     <IsShippingAssembly>true</IsShippingAssembly>
14   </PropertyGroup>
15   
16   <ItemGroup>
17     <PackageReference Include="Microsoft.Diagnostics.Runtime" Version="$(MicrosoftDiagnosticsRuntimeVersion)" />
18     <PackageReference Include="Microsoft.SymbolStore" Version="$(MicrosoftSymbolStoreVersion)" />
19     <PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
20     <PackageReference Include="System.CommandLine" Version="$(SystemCommandLineVersion)" />
21     <PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" />
22   </ItemGroup>
23   
24   <ItemGroup>
25     <ProjectReference Include="$(MSBuildThisFileDirectory)..\Microsoft.Diagnostics.DebugServices\Microsoft.Diagnostics.DebugServices.csproj" />
26   </ItemGroup>
27 </Project>