2020-04-30 13:34:41 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-04-30 13:35:34 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\Common\Common.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Realtime\Realtime.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Storage\Storage.csproj" />
|
|
|
|
</ItemGroup>
|
2020-04-30 13:34:41 +08:00
|
|
|
</Project>
|