2024-08-22 14:18:13 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2024-08-21 16:50:14 +08:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Abp" Version="7.2.1" />
|
|
|
|
|
<PackageReference Include="Jint" Version="4.0.1" />
|
|
|
|
|
<PackageReference Include="Quartz" Version="3.3.3" />
|
|
|
|
|
<PackageReference Include="SkiaSharp" Version="2.88.6" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-08-22 14:18:13 +08:00
|
|
|
|
<ProjectReference Include="..\src\YunDa.Application\YunDa.ISAS.DataTransferObject\YunDa.SOMS.DataTransferObject.csproj" />
|
|
|
|
|
<ProjectReference Include="..\src\YunDa.Domain\YunDa.ISAS.MongoDB\YunDa.SOMS.MongoDB.csproj" />
|
|
|
|
|
<ProjectReference Include="..\src\YunDa.Domain\YunDa.ISAS.Redis.Entities\YunDa.SOMS.Redis.Entities.csproj" />
|
|
|
|
|
<ProjectReference Include="..\src\YunDa.Domain\YunDa.ISAS.Redis\YunDa.SOMS.Redis.csproj" />
|
2024-08-21 16:50:14 +08:00
|
|
|
|
<ProjectReference Include="..\src\YunDa.Server\IEC104\IEC104.csproj" />
|
|
|
|
|
<ProjectReference Include="..\src\YunDa.Util\DotNettyHelper\DotNettyHelper.csproj" />
|
|
|
|
|
<ProjectReference Include="..\src\YunDa.Util\ToolLibrary\ToolLibrary.csproj" />
|
|
|
|
|
<ProjectReference Include="..\src\YunDa.Util\VideoSurveillanceAdapter\VideoSurveillanceAdapter.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|