50 lines
4.0 KiB
XML
50 lines
4.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>$(DotnetTargetFrameworkVersion)</TargetFramework>
|
|
<RootNamespace>JiShe.IoT</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup Condition=" '$(Configuration)' == 'Debug'" Label="Debug">
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\BasicManagement\src\JiShe.ServicePro.BasicManagement.Application\JiShe.ServicePro.BasicManagement.Application.csproj" />
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\CTWingManagement\src\JiShe.ServicePro.CTWingManagement.Application\JiShe.ServicePro.CTWingManagement.Application.csproj" />
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\DataDictionaryManagement\src\JiShe.ServicePro.DataDictionaryManagement.Application\JiShe.ServicePro.DataDictionaryManagement.Application.csproj" />
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\DeviceManagement\src\JiShe.ServicePro.DeviceManagement.Application\JiShe.ServicePro.DeviceManagement.Application.csproj" />
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\DynamicMenuManagement\src\JiShe.ServicePro.DynamicMenuManagement.Application\JiShe.ServicePro.DynamicMenuManagement.Application.csproj" />
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\FileManagement\src\JiShe.ServicePro.FileManagement.Application\JiShe.ServicePro.FileManagement.Application.csproj" />
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\IoTDBManagement\src\JiShe.ServicePro.IoTDBManagement.Application\JiShe.ServicePro.IoTDBManagement.Application.csproj" />
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\LanguageManagement\src\JiShe.ServicePro.LanguageManagement.Application\JiShe.ServicePro.LanguageManagement.Application.csproj" />
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\NotificationManagement\src\JiShe.ServicePro.NotificationManagement.Application\JiShe.ServicePro.NotificationManagement.Application.csproj" />
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\TemplateManagement\src\JiShe.ServicePro.TemplateManagement.Application\JiShe.ServicePro.TemplateManagement.Application.csproj" />
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\frameworks\src\JiShe.ServicePro.FreeRedisProvider\JiShe.ServicePro.FreeRedisProvider.csproj" />
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\CTWingManagement\src\JiShe.ServicePro.CTWingManagement.Application\JiShe.ServicePro.CTWingManagement.Application.csproj" />
|
|
<ProjectReference Include="..\..\JiShe.ServicePro\modules\OneNETManagement\src\JiShe.ServicePro.OneNETManagement.Application\JiShe.ServicePro.OneNETManagement.Application.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition=" '$(Configuration)' == 'Release'" Label="Release">
|
|
<PackageReference Include="JiShe.ServicePro.BasicManagement.Application" />
|
|
<PackageReference Include="JiShe.ServicePro.DeviceManagement.Application" />
|
|
<PackageReference Include="JiShe.ServicePro.NotificationManagement.Application" />
|
|
<PackageReference Include="JiShe.ServicePro.DataDictionaryManagement.Application" />
|
|
<PackageReference Include="JiShe.ServicePro.LanguageManagement.Application" />
|
|
<PackageReference Include="JiShe.ServicePro.TemplateManagement.Application" />
|
|
<PackageReference Include="JiShe.ServicePro.DynamicMenuManagement.Application" />
|
|
<PackageReference Include="JiShe.ServicePro.IoTDBManagement.Application" />
|
|
<PackageReference Include="JiShe.ServicePro.FileManagement.Application" />
|
|
<PackageReference Include="JiShe.ServicePro.FreeRedisProvider" />
|
|
<PackageReference Include="JiShe.ServicePro.CTWingManagement.Application" />
|
|
<PackageReference Include="JiShe.ServicePro.OneNETManagement.Application" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.BackgroundJobs.HangFire" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\JiShe.IoT.Application.Contracts\JiShe.IoT.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\JiShe.IoT.Domain\JiShe.IoT.Domain.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|