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-02-19 17:12:33 +08:00
|
|
|
<ProjectReference Include="..\..\module\code-gen\Yi.Framework.CodeGen.SqlSugarCore\Yi.Framework.CodeGen.SqlSugarCore.csproj" />
|
2023-12-11 09:55:12 +08:00
|
|
|
<ProjectReference Include="..\..\module\rbac\Yi.Framework.Rbac.SqlSugarCore\Yi.Framework.Rbac.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>
|
|
|
|
|
|
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>
|