JiShe.IOT.Admin/src/JiShe.IoT.Application.Contracts/JiShe.IoT.Application.Contracts.csproj
2025-07-07 09:24:55 +08:00

46 lines
3.9 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(DotnetTargetFrameworkVersion)</TargetFramework>
<RootNamespace>JiShe.IoT</RootNamespace>
<NoWarn>$(NoWarn);1591;1570</NoWarn>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\JiShe.IoT.Domain.Shared\JiShe.IoT.Domain.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.ObjectExtending" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' == 'Debug'" Label="Debug">
<ProjectReference Include="..\..\JiShe.ServicePro\modules\BasicManagement\src\JiShe.ServicePro.BasicManagement.Application.Contracts\JiShe.ServicePro.BasicManagement.Application.Contracts.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\CTWingManagement\src\JiShe.ServicePro.CTWingManagement.Application.Contracts\JiShe.ServicePro.CTWingManagement.Application.Contracts.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\DataDictionaryManagement\src\JiShe.ServicePro.DataDictionaryManagement.Application.Contracts\JiShe.ServicePro.DataDictionaryManagement.Application.Contracts.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\DeviceManagement\src\JiShe.ServicePro.DeviceManagement.Application.Contracts\JiShe.ServicePro.DeviceManagement.Application.Contracts.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\DynamicMenuManagement\src\JiShe.ServicePro.DynamicMenuManagement.Application.Contracts\JiShe.ServicePro.DynamicMenuManagement.Application.Contracts.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\FileManagement\src\JiShe.ServicePro.FileManagement.Application.Contracts\JiShe.ServicePro.FileManagement.Application.Contracts.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\IoTDBManagement\src\JiShe.ServicePro.IoTDBManagement.Application.Contracts\JiShe.ServicePro.IoTDBManagement.Application.Contracts.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\LanguageManagement\src\JiShe.ServicePro.LanguageManagement.Application.Contracts\JiShe.ServicePro.LanguageManagement.Application.Contracts.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\NotificationManagement\src\JiShe.ServicePro.NotificationManagement.Application.Contracts\JiShe.ServicePro.NotificationManagement.Application.Contracts.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\TemplateManagement\src\JiShe.ServicePro.TemplateManagement.Application.Contracts\JiShe.ServicePro.TemplateManagement.Application.Contracts.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\OneNETManagement\src\JiShe.ServicePro.OneNETManagement.Application.Contracts\JiShe.ServicePro.OneNETManagement.Application.Contracts.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' == 'Release'" Label="Release">
<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" />
<PackageReference Include="JiShe.ServicePro.IoTDBManagement.Application.Contracts"/>
<PackageReference Include="JiShe.ServicePro.DeviceManagement.Application.Contracts"/>
<PackageReference Include="JiShe.ServicePro.CTWingManagement.Application.Contracts"/>
<PackageReference Include="JiShe.ServicePro.OneNETManagement.Application.Contracts"/>
</ItemGroup>
</Project>