The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
16 lines
454 B
16 lines
454 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<AssemblyTitle>RouteGuideClient</AssemblyTitle> |
|
<TargetFrameworks>netcoreapp2.1</TargetFrameworks> |
|
<DebugType>portable</DebugType> |
|
<AssemblyName>RouteGuideClient</AssemblyName> |
|
<OutputType>Exe</OutputType> |
|
<PackageId>RouteGuideClient</PackageId> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<ProjectReference Include="..\RouteGuide\RouteGuide.csproj" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|