5f17fb0a49f4544eef7cef8e74d738244c476a8c
[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     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6     <NoWarn>;1591;1701</NoWarn>
7     <Description>Diagnostics debug services</Description>
8     <IsPackable>true</IsPackable>
9     <PackageTags>Diagnostic</PackageTags>
10     <PackageReleaseNotes>$(Description)</PackageReleaseNotes>
11     <GenerateDocumentationFile>true</GenerateDocumentationFile>
12     <IncludeSymbols>true</IncludeSymbols>
13     <IsShipping>true</IsShipping>
14     <IsShippingPackage>false</IsShippingPackage>
15   </PropertyGroup>
16   
17   <ItemGroup>
18     <PackageReference Include="Microsoft.Diagnostics.Runtime" Version="$(MicrosoftDiagnosticsRuntimeVersion)" />
19     <PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
20     <PackageReference Include="System.CommandLine" Version="$(SystemCommandLineVersion)" />
21     <PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" />
22     <PackageReference Include="System.Runtime.Loader" Version="$(SystemRuntimeLoaderVersion)" />
23     <PackageReference Include="System.Text.Json" Version="$(SystemTextJsonVersion)" />
24   </ItemGroup>
25   
26   <ItemGroup>
27     <ProjectReference Include="$(MSBuildThisFileDirectory)..\Microsoft.Diagnostics.DebugServices\Microsoft.Diagnostics.DebugServices.csproj" />
28     <ProjectReference Include="$(MSBuildThisFileDirectory)..\Microsoft.SymbolStore\Microsoft.SymbolStore.csproj" />
29   </ItemGroup>
30 </Project>