2024-07-15 10:31:26 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2025-08-11 10:39:55 +08:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2024-12-25 15:06:46 +08:00
|
|
|
|
|
|
|
|
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
2025-07-08 14:01:10 +08:00
|
|
|
|
<DocumentationFile>YunDa.SOMS.Application.Core.xml</DocumentationFile>
|
2024-07-15 10:31:26 +08:00
|
|
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-08-11 10:39:55 +08:00
|
|
|
|
<PackageReference Include="Abp.AspNetCore" Version="7.4.0" />
|
|
|
|
|
|
<PackageReference Include="Abp.AspNetCore.SignalR" Version="7.4.0" />
|
2024-12-25 15:06:46 +08:00
|
|
|
|
<PackageReference Include="iTextSharp" Version="5.5.13.3" />
|
|
|
|
|
|
<PackageReference Include="NPOI" Version="2.5.6" />
|
2025-08-11 10:39:55 +08:00
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.2.3" />
|
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
|
|
|
|
|
|
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.4" />
|
|
|
|
|
|
<PackageReference Include="NetMQ" Version="4.0.1.6" />
|
|
|
|
|
|
<PackageReference Include="SkiaSharp" Version="2.88.6" />
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-07-08 14:01:10 +08:00
|
|
|
|
<ProjectReference Include="..\..\YunDa.Core\YunDa.SOMS.Core\YunDa.SOMS.Core.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.ISMS.BASE.Entities\YunDa.ISMS.BASE.Entities.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.SOMS.EntityFrameworkCore\YunDa.SOMS.EntityFrameworkCore.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.SOMS.MongoDB\YunDa.SOMS.MongoDB.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.SOMS.Redis\YunDa.SOMS.Redis.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\YunDa.Util\ToolLibrary\Yunda.ToolLibrary.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\YunDa.SOMS.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>
|
2025-07-08 14:01:10 +08:00
|
|
|
|
<None Update="YunDa.SOMS.Application.Core.xml">
|
2024-07-15 10:31:26 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2024-12-25 15:06:46 +08:00
|
|
|
|
|
|
|
|
|
|
|
2024-07-15 10:31:26 +08:00
|
|
|
|
</Project>
|