11 lines
388 B
XML
11 lines
388 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.Redis\CloudGaming.Core.Redis.csproj" />
|
|
<ProjectReference Include="..\CloudGaming.Core\CloudGaming.Core.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|