CloudGamingAdmin/admin-server/CloudGaming.Shared.Admin/CloudGaming.Shared.Admin.csproj
2024-11-15 02:58:48 +08:00

13 lines
474 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\projects\project.targets" />
<ItemGroup>
<ProjectReference Include="..\CloudGaming.Core.Logs\CloudGaming.Core.Logs.csproj" />
<ProjectReference Include="..\CloudGaming.Repository.Admin\CloudGaming.Repository.Admin.csproj" />
<ProjectReference Include="..\CloudGaming.Core\CloudGaming.Core.csproj" />
<ProjectReference Include="..\CloudGaming.Shared\CloudGaming.Shared.csproj" />
</ItemGroup>
</Project>