aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Grpc.Core.csproj
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-14 17:46:58 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-15 11:29:38 -0700
commite5c9b80566c3260035187b19e37c91f5cd3d4e2a (patch)
tree2494d8fa3e9f7813f0e906ab59bac0a6dcab2333 /src/csharp/Grpc.Core/Grpc.Core.csproj
parent5a9674c0e7683f60bdd55f938e57dceb0a85a9e8 (diff)
renaming stub to client and refactoring metadata class
Diffstat (limited to 'src/csharp/Grpc.Core/Grpc.Core.csproj')
-rw-r--r--src/csharp/Grpc.Core/Grpc.Core.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj
index cde42c3b7e..a227fe5477 100644
--- a/src/csharp/Grpc.Core/Grpc.Core.csproj
+++ b/src/csharp/Grpc.Core/Grpc.Core.csproj
@@ -88,8 +88,7 @@
<Compile Include="ServerCredentials.cs" />
<Compile Include="Metadata.cs" />
<Compile Include="Internal\MetadataArraySafeHandle.cs" />
- <Compile Include="Stub\AbstractStub.cs" />
- <Compile Include="Stub\StubConfiguration.cs" />
+ <Compile Include="ClientBase.cs" />
<Compile Include="Internal\ServerCalls.cs" />
<Compile Include="ServerMethods.cs" />
<Compile Include="Internal\ClientRequestStream.cs" />