添加项目文件。
This commit is contained in:
29
Print.Application/Print.Application.csproj
Normal file
29
Print.Application/Print.Application.csproj
Normal file
@ -0,0 +1,29 @@
|
||||
<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>
|
Reference in New Issue
Block a user