2024-07-15 10:31:26 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-09-20 09:59:25 +08:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-07-15 10:31:26 +08:00
|
|
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
|
<DocumentationFile>YunDa.ISAS.Application.Core.xml</DocumentationFile>
|
|
|
|
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-11-26 13:45:28 +08:00
|
|
|
|
<PackageReference Include="Abp.AspNetCore" Version="9.1.0" />
|
|
|
|
|
|
<PackageReference Include="itext7" Version="8.0.5" />
|
2024-09-20 09:59:25 +08:00
|
|
|
|
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.5" />
|
|
|
|
|
|
<PackageReference Include="NetMQ" Version="4.0.1.13" />
|
2024-11-26 13:45:28 +08:00
|
|
|
|
<PackageReference Include="NPOI" Version="2.7.2" />
|
2024-09-20 09:59:25 +08:00
|
|
|
|
<PackageReference Include="SharpZipLib" Version="1.4.2" />
|
2024-11-26 13:45:28 +08:00
|
|
|
|
<PackageReference Include="SkiaSharp" Version="2.88.9" />
|
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" />
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Core\YunDa.ISAS.Core\YunDa.ISAS.Core.csproj" />
|
2024-08-22 14:18:13 +08:00
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.ISAS.EntityFrameworkCore\YunDa.SOMS.EntityFrameworkCore.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.ISAS.MongoDB\YunDa.SOMS.MongoDB.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.ISAS.Redis\YunDa.SOMS.Redis.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.ISMS.BASE.Entities\YunDa.SOMS.BASE.Entities.csproj" />
|
2024-07-15 10:31:26 +08:00
|
|
|
|
<ProjectReference Include="..\..\YunDa.Util\ToolLibrary\ToolLibrary.csproj" />
|
2024-08-22 14:18:13 +08:00
|
|
|
|
<ProjectReference Include="..\YunDa.ISAS.DataTransferObject\YunDa.SOMS.DataTransferObject.csproj" />
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="NPOI.OpenXmlFormats.XmlSerializers.dll">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="YunDa.ISAS.Application.Core.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|