2020-03-12 16:23:21 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
<ReleaseVersion>0.1.0</ReleaseVersion>
|
|
|
|
<RootNamespace>LeanCloud.Realtime</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Common\Common.csproj" />
|
|
|
|
<ProjectReference Include="..\Storage\Storage.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Google.Protobuf" Version="3.11.4" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="Internal\" />
|
|
|
|
<Folder Include="Internal\Router\" />
|
|
|
|
<Folder Include="Conversation\" />
|
|
|
|
<Folder Include="Message\" />
|
|
|
|
<Folder Include="Internal\WebSocket\" />
|
2020-03-23 16:21:32 +08:00
|
|
|
<Folder Include="Signature\" />
|
2020-03-25 16:42:30 +08:00
|
|
|
<Folder Include="Internal\Controller\" />
|
2020-03-12 16:23:21 +08:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|