2025-05-27 22:53:46 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2025-05-27 14:02:24 +08:00
|
|
|
|
<PropertyGroup>
|
2025-06-12 09:29:05 +08:00
|
|
|
|
<TargetFramework>$(DotnetTargetFrameworkVersion)</TargetFramework>
|
2025-05-27 14:27:50 +08:00
|
|
|
|
<RootNamespace>JiShe.IoT</RootNamespace>
|
2025-06-18 16:04:41 +08:00
|
|
|
|
<NoWarn>$(NoWarn);1591;1570</NoWarn>
|
|
|
|
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
2025-05-27 14:02:24 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2025-06-20 09:27:47 +08:00
|
|
|
|
<ItemGroup Condition=" '$(Configuration)' == 'Debug'" Label="Debug">
|
2025-06-19 23:38:18 +08:00
|
|
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\IoTDBManagement\src\JiShe.ServicePro.IoTDBManagement.Domain\JiShe.ServicePro.IoTDBManagement.Domain.csproj" />
|
2026-03-10 21:40:05 +08:00
|
|
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\shared\JiShe.ServicePro.Domain\JiShe.ServicePro.Domain.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\JiShe.IoT.Domain.Shared\JiShe.IoT.Domain.Shared.csproj" />
|
2025-06-19 17:34:59 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-06-20 09:27:47 +08:00
|
|
|
|
<ItemGroup Condition=" '$(Configuration)' == 'Release'" Label="Release">
|
2026-03-10 21:40:05 +08:00
|
|
|
|
<PackageReference Include="JiShe.IoT.Domain.Shared" />
|
|
|
|
|
|
<PackageReference Include="JiShe.ServicePro.Domain" />
|
2025-06-19 17:34:59 +08:00
|
|
|
|
<PackageReference Include="JiShe.ServicePro.IoTDBManagement.Domain" />
|
2025-05-27 14:02:24 +08:00
|
|
|
|
|
2025-06-19 17:34:59 +08:00
|
|
|
|
</ItemGroup>
|
2025-06-04 16:39:03 +08:00
|
|
|
|
|
2025-06-19 17:34:59 +08:00
|
|
|
|
<ItemGroup>
|
2026-03-10 21:40:05 +08:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" />
|
|
|
|
|
|
</ItemGroup>
|
2025-05-27 14:02:24 +08:00
|
|
|
|
|
|
|
|
|
|
</Project>
|