JiShe.IOT.Admin/src/JiShe.IoT.EntityFrameworkCore/JiShe.IoT.EntityFrameworkCore.csproj

48 lines
3.8 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-05 11:49:13 +08:00
<ProjectReference Include="..\JiShe.IoT.Domain\JiShe.IoT.Domain.csproj" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.MySQL" />
2025-05-27 14:02:24 +08:00
</ItemGroup>
<ItemGroup Condition="'$(UsePackage)' == '0'" Label="Debug">
<ProjectReference Include="..\..\..\JiSheServicePro\modules\BasicManagement\src\JiShe.ServicePro.BasicManagement.EntityFrameworkCore\JiShe.ServicePro.BasicManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\JiSheServicePro\modules\CTWingManagement\src\JiShe.ServicePro.CTWingManagement.EntityFrameworkCore\JiShe.ServicePro.CTWingManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\JiSheServicePro\modules\DataDictionaryManagement\src\JiShe.ServicePro.DataDictionaryManagement.EntityFrameworkCore\JiShe.ServicePro.DataDictionaryManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\JiSheServicePro\modules\DeviceManagement\src\JiShe.ServicePro.DeviceManagement.EntityFrameworkCore\JiShe.ServicePro.DeviceManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\JiSheServicePro\modules\DynamicMenuManagement\src\JiShe.ServicePro.DynamicMenuManagement.EntityFrameworkCore\JiShe.ServicePro.DynamicMenuManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\JiSheServicePro\modules\FileManagement\src\JiShe.ServicePro.FileManagement.EntityFrameworkCore\JiShe.ServicePro.FileManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\JiSheServicePro\modules\IoTDBManagement\src\JiShe.ServicePro.IoTDBManagement.EntityFrameworkCore\JiShe.ServicePro.IoTDBManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\JiSheServicePro\modules\LanguageManagement\src\JiShe.ServicePro.LanguageManagement.EntityFrameworkCore\JiShe.ServicePro.LanguageManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\JiSheServicePro\modules\NotificationManagement\src\JiShe.ServicePro.NotificationManagement.EntityFrameworkCore\JiShe.ServicePro.NotificationManagement.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\..\JiSheServicePro\modules\TemplateManagement\src\JiShe.ServicePro.TemplateManagement.EntityFrameworkCore\JiShe.ServicePro.TemplateManagement.EntityFrameworkCore.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(UsePackage)' == '1'" Label="Release">
2025-06-05 11:49:13 +08:00
<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" />
2025-05-27 22:53:46 +08:00
</ItemGroup>
2025-05-27 14:02:24 +08:00
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>compile; contentFiles; build; buildMultitargeting; buildTransitive; analyzers; native</PrivateAssets>
</PackageReference>
</ItemGroup>
2025-06-05 11:49:13 +08:00
<ItemGroup>
<Folder Include="Migrations\" />
</ItemGroup>
2025-06-04 16:39:03 +08:00
</Project>