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.

37 lines
1.3 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. <IsPackable>false</IsPackable>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="JT808" Version="2.3.0" />
  8. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
  9. <PackageReference Include="xunit" Version="2.4.1" />
  10. <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
  11. <PrivateAssets>all</PrivateAssets>
  12. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  13. </PackageReference>
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\JT1078.Protocol\JT1078.Protocol.csproj" />
  17. </ItemGroup>
  18. <ItemGroup>
  19. <None Include="..\..\doc\video\jt1078_3.txt" Link="H264\jt1078_3.txt">
  20. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  21. </None>
  22. <None Include="..\..\doc\video\jt1078_1.txt" Link="H264\jt1078_1.txt">
  23. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  24. </None>
  25. <None Include="..\..\doc\video\jt1078_2.txt" Link="H264\jt1078_2.txt">
  26. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  27. </None>
  28. <None Include="..\..\doc\video\jt1078_5.txt" Link="H264\jt1078_5.txt">
  29. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  30. </None>
  31. </ItemGroup>
  32. </Project>