25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>$(DotnetTargetFrameworkVersion)</TargetFramework>
|
|
<RootNamespace>JiShe.IoT</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\JiShe.IoT.Application.Contracts\JiShe.IoT.Application.Contracts.csproj"/>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="JiShe.ServicePro.BasicManagement.HttpApi.Client"/>
|
|
<PackageReference Include="JiShe.ServicePro.NotificationManagement.HttpApi.Client"/>
|
|
<PackageReference Include="JiShe.ServicePro.DataDictionaryManagement.HttpApi.Client"/>
|
|
<PackageReference Include="JiShe.ServicePro.LanguageManagement.HttpApi.Client"/>
|
|
<PackageReference Include="JiShe.ServicePro.TemplateManagement.HttpApi.Client"/>
|
|
<PackageReference Include="JiShe.ServicePro.DynamicMenuManagement.HttpApi.Client"/>
|
|
<PackageReference Include="JiShe.ServicePro.FileManagement.HttpApi.Client"/>
|
|
<PackageReference Include="JiShe.ServicePro.IoTDBManagement.HttpApi.Client"/>
|
|
<PackageReference Include="JiShe.ServicePro.DeviceManagement.HttpApi.Client"/>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|