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

51 lines
4.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(DotnetTargetFrameworkVersion)</TargetFramework>
<RootNamespace>JiShe.IoT</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\JiShe.IoT.Domain\JiShe.IoT.Domain.csproj" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.MySQL" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' == 'Debug'" Label="Debug">
<ProjectReference Include="..\..\JiShe.ServicePro\modules\BasicManagement\src\JiShe.ServicePro.BasicManagement.EntityFrameworkCore\JiShe.ServicePro.BasicManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\CTWingManagement\src\JiShe.ServicePro.CTWingManagement.EntityFrameworkCore\JiShe.ServicePro.CTWingManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\DataDictionaryManagement\src\JiShe.ServicePro.DataDictionaryManagement.EntityFrameworkCore\JiShe.ServicePro.DataDictionaryManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\DeviceManagement\src\JiShe.ServicePro.DeviceManagement.EntityFrameworkCore\JiShe.ServicePro.DeviceManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\DynamicMenuManagement\src\JiShe.ServicePro.DynamicMenuManagement.EntityFrameworkCore\JiShe.ServicePro.DynamicMenuManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\FileManagement\src\JiShe.ServicePro.FileManagement.EntityFrameworkCore\JiShe.ServicePro.FileManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\IoTDBManagement\src\JiShe.ServicePro.IoTDBManagement.EntityFrameworkCore\JiShe.ServicePro.IoTDBManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\LanguageManagement\src\JiShe.ServicePro.LanguageManagement.EntityFrameworkCore\JiShe.ServicePro.LanguageManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\NotificationManagement\src\JiShe.ServicePro.NotificationManagement.EntityFrameworkCore\JiShe.ServicePro.NotificationManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\TemplateManagement\src\JiShe.ServicePro.TemplateManagement.EntityFrameworkCore\JiShe.ServicePro.TemplateManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\JiShe.ServicePro\modules\OneNETManagement\src\JiShe.ServicePro.OneNETManagement.EntityFrameworkCore\JiShe.ServicePro.OneNETManagement.EntityFrameworkCore.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' == 'Release'" Label="Release">
<PackageReference Include="JiShe.ServicePro.BasicManagement.EntityFrameworkCore" />
<PackageReference Include="JiShe.ServicePro.NotificationManagement.EntityFrameworkCore" />
<PackageReference Include="JiShe.ServicePro.DataDictionaryManagement.EntityFrameworkCore" />
<PackageReference Include="JiShe.ServicePro.LanguageManagement.EntityFrameworkCore" />
<PackageReference Include="JiShe.ServicePro.TemplateManagement.EntityFrameworkCore" />
<PackageReference Include="JiShe.ServicePro.DynamicMenuManagement.EntityFrameworkCore" />
<PackageReference Include="JiShe.ServicePro.FileManagement.EntityFrameworkCore" />
<PackageReference Include="JiShe.ServicePro.IoTDBManagement.EntityFrameworkCore" />
<PackageReference Include="JiShe.ServicePro.DeviceManagement.EntityFrameworkCore" />
<PackageReference Include="JiShe.ServicePro.CTWingManagement.EntityFrameworkCore" />
<PackageReference Include="JiShe.ServicePro.OneNETManagement.EntityFrameworkCore" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>compile; contentFiles; build; buildMultitargeting; buildTransitive; analyzers; native</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Migrations\" />
</ItemGroup>
</Project>