Microsoft-Performance-Tools.../LTTngCds/LTTngCds.csproj

41 строка
1.4 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.3.1</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Microsoft</Authors>
<Company>Microsoft Corp.</Company>
<Product>Performance ToolKit</Product>
<Description>Contains the LTTng CTF datasource plugin.</Description>
<PackageId>Microsoft.Performance.Toolkit.Plugins.LTTngPlugin</PackageId>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<RepositoryUrl>https://github.com/microsoft/Microsoft-Performance-Tools-Linux-Android</RepositoryUrl>
<PackageProjectUrl>https://github.com/microsoft/Microsoft-Performance-Tools-Linux-Android</PackageProjectUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<None Remove="MetadataTables\TraceStatsPrebuiltConfiguration.json" />
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="MetadataTables\TraceStatsPrebuiltConfiguration.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Performance.SDK" Version="1.0.27" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CtfPlayback\CtfPlayback.csproj" />
</ItemGroup>
<Import Project="..\Utilities\Utilities.projitems" Label="Shared" />
</Project>