2023-12-11 09:55:12 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-04-02 13:51:48 +08:00
|
|
|
<PackageReference Include="Volo.Abp.Ddd.Domain.Shared" Version="$(AbpVersion)" />
|
2023-12-11 09:55:12 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-01-23 15:08:01 +08:00
|
|
|
<ProjectReference Include="..\..\module\audit-logging\Yi.Framework.AuditLogging.Domain.Shared\Yi.Framework.AuditLogging.Domain.Shared.csproj" />
|
2023-12-11 09:55:12 +08:00
|
|
|
<ProjectReference Include="..\..\module\bbs\Yi.Framework.Bbs.Domain.Shared\Yi.Framework.Bbs.Domain.Shared.csproj" />
|
2024-04-04 14:00:32 +08:00
|
|
|
<ProjectReference Include="..\..\module\chat-hub\Yi.Framework.ChatHub.Domain.Shared\Yi.Framework.ChatHub.Domain.Shared.csproj" />
|
2023-12-11 09:55:12 +08:00
|
|
|
<ProjectReference Include="..\..\module\rbac\Yi.Framework.Rbac.Domain.Shared\Yi.Framework.Rbac.Domain.Shared.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-06-27 18:37:49 +08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Volo.Abp.SettingManagement.Domain.Shared" Version="$(AbpVersion)" />
|
|
|
|
|
</ItemGroup>
|
2023-12-15 23:44:35 +08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Consts\" />
|
|
|
|
|
<Folder Include="Dtos\" />
|
|
|
|
|
<Folder Include="Enums\" />
|
|
|
|
|
<Folder Include="Etos\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-12-11 09:55:12 +08:00
|
|
|
</Project>
|