123456789101112131415161718192021222324252627282930313233343536 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="HtmlToOpenXml.dll" Version="3.2.2" />
- <PackageReference Include="JiebaAspNetCore.Segmenter" Version="1.0.1" />
- <PackageReference Include="NPOI" Version="2.7.2" />
- <PackageReference Include="OpenHtmlToPdf" Version="1.12.0" />
- <PackageReference Include="XC.RSAUtil" Version="1.3.7" />
- <PackageReference Include="Quartz.Jobs" Version="3.13.1" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Exam.Infrastructure.Validation\Exam.Infrastructure.Validation.csproj" />
- <ProjectReference Include="..\Exam.Infrastructure.Web\Exam.Infrastructure.Web.csproj" />
- <ProjectReference Include="..\Hotline.Ai.Jths\Hotline.Ai.Jths.csproj" />
- <ProjectReference Include="..\Hotline.Ai.XingTang\Hotline.Ai.XingTang.csproj" />
- <ProjectReference Include="..\Hotline.Application.Contracts\Hotline.Application.Contracts.csproj" />
- <ProjectReference Include="..\Hotline.NewRock\Hotline.NewRock.csproj" />
- <ProjectReference Include="..\Hotline.Pdf\Hotline.Pdf.csproj" />
- <ProjectReference Include="..\Hotline.Repository.SqlSugar\Hotline.Repository.SqlSugar.csproj" />
- <ProjectReference Include="..\Hotline.Wex\Hotline.Wex.csproj" />
- <ProjectReference Include="..\Hotline.YbEnterprise.Sdk\Hotline.YbEnterprise.Sdk.csproj" />
- <ProjectReference Include="..\Hotline\Hotline.csproj" />
- <ProjectReference Include="..\Tr.Sdk\Tr.Sdk.csproj" />
- <ProjectReference Include="..\XF.EasyCaching\XF.EasyCaching.csproj" />
- <ProjectReference Include="..\XingTang.Sdk\XingTang.Sdk.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Exam\Service\Practices\" />
- <Folder Include="Exam\Service\TestPapers\" />
- <Folder Include="Exam\Service\Trains\" />
- </ItemGroup>
- </Project>
|