Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

34 righe
1.5 KiB

  1. <Project>
  2. <PropertyGroup>
  3. <TargetFrameworks>net8.0;net7.0;netstandard2.0;</TargetFrameworks>
  4. <LangVersion>latest</LangVersion>
  5. <Copyright>Copyright 2018.</Copyright>
  6. <Authors>SmallChi(Koike)</Authors>
  7. <RepositoryUrl>https://github.com/SmallChi/JT808</RepositoryUrl>
  8. <PackageProjectUrl>https://github.com/SmallChi/JT808</PackageProjectUrl>
  9. <licenseUrl>https://github.com/SmallChi/JT808/blob/master/LICENSE</licenseUrl>
  10. <license>https://github.com/SmallChi/JT808/blob/master/LICENSE</license>
  11. <Version>2.6.5</Version>
  12. <ImplicitUsings>enable</ImplicitUsings>
  13. <PackageLicenseFile>LICENSE</PackageLicenseFile>
  14. <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
  15. <AnalysisLevel>latest</AnalysisLevel>
  16. <EnableNETAnalyzers>true</EnableNETAnalyzers>
  17. <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
  18. <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
  19. <PackageReadmeFile>README.md</PackageReadmeFile>
  20. <PublishRepositoryUrl>true</PublishRepositoryUrl>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>embedded</DebugType>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)' == 'Release'">
  25. <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
  26. <Deterministic>true</Deterministic>
  27. <EmbedUntrackedSources>true</EmbedUntrackedSources>
  28. </PropertyGroup>
  29. <ItemGroup>
  30. <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
  31. </ItemGroup>
  32. </Project>