42 lines
1.9 KiB
XML
42 lines
1.9 KiB
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>net6.0</TargetFramework>
|
|||
|
|
<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>
|
|||
|
|
<PackageReference Include="Abp.AspNetCore.SignalR" Version="6.4.0" />
|
|||
|
|
<PackageReference Include="iTextSharp" Version="5.5.13.3" />
|
|||
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
|||
|
|
<PackageReference Include="Net.Codecrete.QrCodeGenerator" Version="2.0.4" />
|
|||
|
|
<PackageReference Include="NetMQ" Version="4.0.1.6" />
|
|||
|
|
<PackageReference Include="NPOI" Version="2.5.4" />
|
|||
|
|
<PackageReference Include="SharpZipLib" Version="1.3.2" />
|
|||
|
|
<PackageReference Include="SkiaSharp" Version="2.88.6" />
|
|||
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.1" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\..\YunDa.Core\YunDa.ISAS.Core\YunDa.ISAS.Core.csproj" />
|
|||
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.ISAS.EntityFrameworkCore\YunDa.ISAS.EntityFrameworkCore.csproj" />
|
|||
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.ISAS.MongoDB\YunDa.ISAS.MongoDB.csproj" />
|
|||
|
|
<ProjectReference Include="..\..\YunDa.Domain\YunDa.ISAS.Redis\YunDa.ISAS.Redis.csproj" />
|
|||
|
|
<ProjectReference Include="..\..\YunDa.Util\ToolLibrary\ToolLibrary.csproj" />
|
|||
|
|
<ProjectReference Include="..\YunDa.ISAS.DataTransferObject\YunDa.ISAS.DataTransferObject.csproj" />
|
|||
|
|
</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>
|