Hotline.Application.csproj 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="HtmlToOpenXml.dll" Version="3.2.2" />
  9. <PackageReference Include="JiebaAspNetCore.Segmenter" Version="1.0.1" />
  10. <PackageReference Include="NPOI" Version="2.7.2" />
  11. <PackageReference Include="OpenHtmlToPdf" Version="1.12.0" />
  12. <PackageReference Include="XC.RSAUtil" Version="1.3.7" />
  13. <PackageReference Include="Quartz.Jobs" Version="3.13.1" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <ProjectReference Include="..\Exam.Infrastructure.Validation\Exam.Infrastructure.Validation.csproj" />
  17. <ProjectReference Include="..\Exam.Infrastructure.Web\Exam.Infrastructure.Web.csproj" />
  18. <ProjectReference Include="..\Hotline.Ai.Jths\Hotline.Ai.Jths.csproj" />
  19. <ProjectReference Include="..\Hotline.Ai.XingTang\Hotline.Ai.XingTang.csproj" />
  20. <ProjectReference Include="..\Hotline.Application.Contracts\Hotline.Application.Contracts.csproj" />
  21. <ProjectReference Include="..\Hotline.NewRock\Hotline.NewRock.csproj" />
  22. <ProjectReference Include="..\Hotline.Pdf\Hotline.Pdf.csproj" />
  23. <ProjectReference Include="..\Hotline.Repository.SqlSugar\Hotline.Repository.SqlSugar.csproj" />
  24. <ProjectReference Include="..\Hotline.Wex\Hotline.Wex.csproj" />
  25. <ProjectReference Include="..\Hotline.YbEnterprise.Sdk\Hotline.YbEnterprise.Sdk.csproj" />
  26. <ProjectReference Include="..\Hotline\Hotline.csproj" />
  27. <ProjectReference Include="..\Tr.Sdk\Tr.Sdk.csproj" />
  28. <ProjectReference Include="..\XF.EasyCaching\XF.EasyCaching.csproj" />
  29. <ProjectReference Include="..\XingTang.Sdk\XingTang.Sdk.csproj" />
  30. </ItemGroup>
  31. <ItemGroup>
  32. <Folder Include="Exam\Service\Practices\" />
  33. <Folder Include="Exam\Service\TestPapers\" />
  34. <Folder Include="Exam\Service\Trains\" />
  35. </ItemGroup>
  36. </Project>