2023-12-11 09:55:12 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\framework\Yi.Framework.Mapster\Yi.Framework.Mapster.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\framework\Yi.Framework.SqlSugarCore\Yi.Framework.SqlSugarCore.csproj" />
|
2024-01-23 15:08:01 +08:00
|
|
|
<ProjectReference Include="..\..\module\audit-logging\Yi.Framework.AuditLogging.SqlSugarCore\Yi.Framework.AuditLogging.SqlSugarCore.csproj" />
|
2023-12-11 09:55:12 +08:00
|
|
|
<ProjectReference Include="..\..\module\bbs\Yi.Framework.Bbs.SqlSugarCore\Yi.Framework.Bbs.SqlSugarCore.csproj" />
|
2024-04-04 14:00:32 +08:00
|
|
|
<ProjectReference Include="..\..\module\chat-hub\Yi.Framework.ChatHub.SqlSugarCore\Yi.Framework.ChatHub.SqlSugarCore.csproj" />
|
2024-02-19 17:12:33 +08:00
|
|
|
<ProjectReference Include="..\..\module\code-gen\Yi.Framework.CodeGen.SqlSugarCore\Yi.Framework.CodeGen.SqlSugarCore.csproj" />
|
2024-10-14 21:45:14 +08:00
|
|
|
<ProjectReference Include="..\..\module\digital-collectibles\Yi.Framework.DigitalCollectibles.SqlSugarCore\Yi.Framework.DigitalCollectibles.SqlSugarCore.csproj" />
|
2023-12-11 09:55:12 +08:00
|
|
|
<ProjectReference Include="..\..\module\rbac\Yi.Framework.Rbac.SqlSugarCore\Yi.Framework.Rbac.SqlSugarCore.csproj" />
|
2024-06-27 18:37:49 +08:00
|
|
|
<ProjectReference Include="..\..\module\setting-management\Yi.Framework.SettingManagement.SqlSugarCore\Yi.Framework.SettingManagement.SqlSugarCore.csproj" />
|
2024-01-21 00:26:21 +08:00
|
|
|
<ProjectReference Include="..\..\module\tenant-management\Yi.Framework.TenantManagement.SqlSugarCore\Yi.Framework.TenantManagement.SqlSugarCore.csproj" />
|
2023-12-11 09:55:12 +08:00
|
|
|
<ProjectReference Include="..\Yi.Abp.Domain\Yi.Abp.Domain.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-06-27 18:37:49 +08:00
|
|
|
|
2023-12-15 23:44:35 +08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="DataSeeds\" />
|
|
|
|
|
<Folder Include="Repositories\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-12-11 09:55:12 +08:00
|
|
|
</Project>
|