Files
MesPrintService/Print.Application/Print.Application.csproj

30 lines
999 B
XML
Raw Permalink Normal View History

2025-07-12 16:20:14 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.10" />
<PackageReference Include="Volo.Abp.AutoMapper" Version="8.1.1" />
<PackageReference Include="Volo.Abp.Ddd.Application" Version="8.1.1" />
</ItemGroup>
<ItemGroup>
<None Remove="Print\x64lib\libezio.so.1.1.0" />
<None Remove="Print\x64lib\libttf_x64.so" />
<None Remove="Print\x64lib\libusb-1.0.so.0.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Print.Forum.Application.Contracts\Print.Forum.Application.Contracts.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Print\" />
</ItemGroup>
</Project>