2026-06-11 18:01:07 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\QYZH.InteractiveMagazine.Common\QYZH.InteractiveMagazine.Common.csproj" />
|
|
|
|
|
<ProjectReference Include="..\QYZH.InteractiveMagazine.Models\QYZH.InteractiveMagazine.Models.csproj" />
|
|
|
|
|
<ProjectReference Include="..\QYZH.InteractiveMagazine.Infrastructure\QYZH.InteractiveMagazine.Infrastructure.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.17" />
|
|
|
|
|
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.0" />
|
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
|
|
|
|
|
<PackageReference Include="SqlSugar.IOC" Version="2.0.1" />
|
|
|
|
|
<PackageReference Include="SqlSugarCoreNoDrive" Version="5.1.4.213" />
|
|
|
|
|
<PackageReference Include="MySqlConnector" Version="2.5.0" />
|
|
|
|
|
<PackageReference Include="Yitter.IdGenerator" Version="1.0.14" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2026-06-29 13:52:47 +08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="PrintToolV2.7\bin\gsdll32.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\bin\gsdll32_1.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\bin\gsdll32_10.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\bin\gsdll32_9.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\bin\gswin32c.exe">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\bin\info.exe">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\bin\libiconv2.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\bin\print.exe">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\bin\tk.exe">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\PrintTool.exe">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\sublic_license_1714.0.0.0_10.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\sublic_license_1761.172.8.16_1000.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\sublic_license_1761.211.21.48_10000.xml">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\wfdlicense.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\wfdprint.dll">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\命令行方式调用方法.txt">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="PrintToolV2.7\返回值说明.txt">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2026-06-11 18:01:07 +08:00
|
|
|
</Project>
|