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.
 
 
 

41 lines
1.7 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.4" />
  8. <PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.4" />
  9. <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
  10. <PackageReference Include="NLog.Extensions.Logging" Version="1.6.3" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\JT808.Gateway.Client\JT808.Gateway.Client.csproj" />
  14. <ProjectReference Include="..\..\JT808.Gateway.Services\JT808.Gateway.MsgLogging\JT808.Gateway.MsgLogging.csproj" />
  15. <ProjectReference Include="..\..\JT808.Gateway.Services\JT808.Gateway.SessionNotice\JT808.Gateway.SessionNotice.csproj" />
  16. <ProjectReference Include="..\..\JT808.Gateway.Services\JT808.Gateway.Traffic\JT808.Gateway.Traffic.csproj" />
  17. <ProjectReference Include="..\..\JT808.Gateway.Services\JT808.Gateway.Transmit\JT808.Gateway.Transmit.csproj" />
  18. <ProjectReference Include="..\..\JT808.Gateway\JT808.Gateway.csproj" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <None Update="appsettings.json">
  22. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  23. </None>
  24. <None Update="Configs\nlog.Unix.config">
  25. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  26. </None>
  27. <None Update="Configs\nlog.Win32NT.config">
  28. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  29. </None>
  30. <None Update="Configs\NLog.xsd">
  31. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  32. </None>
  33. </ItemGroup>
  34. </Project>