You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 line
921 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5</TargetFramework>
  4. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  5. <PlatformTarget>AnyCPU</PlatformTarget>
  6. <OutputType>Exe</OutputType>
  7. <StartupObject />
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <Compile Remove="ReportTest\**" />
  11. <EmbeddedResource Remove="ReportTest\**" />
  12. <None Remove="ReportTest\**" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
  16. <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.12.1" />
  17. <PackageReference Include="NETStandard.Library" Version="2.0.3" />
  18. <PackageReference Include="System.Buffers" Version="4.5.1" />
  19. <PackageReference Include="System.Memory" Version="4.5.4" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ProjectReference Include="..\JT808.Protocol\JT808.Protocol.csproj" />
  23. </ItemGroup>
  24. </Project>