25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
707 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. </PropertyGroup>
  6. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  7. <Optimize>true</Optimize>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
  11. <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.1" />
  12. <PackageReference Include="System.Buffers" Version="4.5.1" />
  13. <PackageReference Include="System.Memory" Version="4.5.4" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\JT1078.Flv\JT1078.Flv.csproj" />
  17. </ItemGroup>
  18. </Project>