JiShe.IOT.Admin/src/JiShe.IoT.Application.Contracts/JiShe.IoT.Application.Contracts.csproj

29 lines
1.4 KiB
XML
Raw Normal View History

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-05-27 14:02:24 +08:00
</PropertyGroup>
<ItemGroup>
2025-06-04 16:39:03 +08:00
<ProjectReference Include="..\JiShe.IoT.Domain.Shared\JiShe.IoT.Domain.Shared.csproj" />
2025-05-27 14:02:24 +08:00
</ItemGroup>
<ItemGroup>
2025-06-04 16:39:03 +08:00
<PackageReference Include="JiShe.ServicePro.DeviceManagement.Application.Contracts" />
<PackageReference Include="Volo.Abp.ObjectExtending" />
2025-05-27 14:02:24 +08:00
</ItemGroup>
<ItemGroup>
2025-06-04 16:39:03 +08:00
<PackageReference Include="JiShe.ServicePro.BasicManagement.Application.Contracts" />
<PackageReference Include="JiShe.ServicePro.NotificationManagement.Application.Contracts" />
<PackageReference Include="JiShe.ServicePro.DataDictionaryManagement.Application.Contracts" />
<PackageReference Include="JiShe.ServicePro.LanguageManagement.Application.Contracts" />
<PackageReference Include="JiShe.ServicePro.TemplateManagement.Application.Contracts" />
<PackageReference Include="JiShe.ServicePro.DynamicMenuManagement.Application.Contracts" />
<PackageReference Include="JiShe.ServicePro.FileManagement.Application.Contracts" />
2025-06-04 17:09:21 +08:00
<PackageReference Include="JiShe.ServicePro.IoTDBManagement.Application.Contracts"/>
2025-06-04 17:13:56 +08:00
<PackageReference Include="JiShe.ServicePro.DeviceManagement.Application.Contracts"/>
2025-05-27 22:53:46 +08:00
</ItemGroup>
2025-05-27 14:02:24 +08:00
</Project>