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

12 lines
387 B
XML

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