Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net5</TargetFramework>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <OutputType>Exe</OutputType>
- <StartupObject />
- </PropertyGroup>
-
- <ItemGroup>
- <Compile Remove="ReportTest\**" />
- <EmbeddedResource Remove="ReportTest\**" />
- <None Remove="ReportTest\**" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
- <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.12.1" />
- <PackageReference Include="NETStandard.Library" Version="2.0.3" />
- <PackageReference Include="System.Buffers" Version="4.5.1" />
- <PackageReference Include="System.Memory" Version="4.5.4" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\JT808.Protocol\JT808.Protocol.csproj" />
- </ItemGroup>
- </Project>
|