15 lines
588 B
XML
15 lines
588 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\projects\project.targets" />
|
|
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Refit" Version="7.2.1" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CloudGaming.Core.Logs\CloudGaming.Core.Logs.csproj" />
|
|
<ProjectReference Include="..\CloudGaming.Core.Quartz\CloudGaming.Core.Quartz.csproj" />
|
|
<ProjectReference Include="..\CloudGaming.Core.EntityFramework\CloudGaming.Core.EntityFramework.csproj" />
|
|
<ProjectReference Include="..\CloudGaming.Core\CloudGaming.Core.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|