13 lines
474 B
XML
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>
|