14 lines
391 B
XML
14 lines
391 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Common\Common.csproj" />
|
|
<ProjectReference Include="..\..\Realtime\Realtime.csproj" />
|
|
<ProjectReference Include="..\..\Storage\Storage.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|