aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/ProtocolBuffersLite.csproj
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-04-29 08:55:07 +0100
committerJon Skeet <jonskeet@google.com>2015-04-29 08:55:07 +0100
commitcc058e1118d35c8b2fd2298841c40f9303e6ce09 (patch)
tree3f7d41aa06b82dfa67be42f0dce1fa58282f4d00 /csharp/src/ProtocolBuffers/ProtocolBuffersLite.csproj
parente8310aa25940f9e062b8352e1d485bb804aba714 (diff)
downloadprotobuf-cc058e1118d35c8b2fd2298841c40f9303e6ce09.tar.gz
protobuf-cc058e1118d35c8b2fd2298841c40f9303e6ce09.tar.bz2
protobuf-cc058e1118d35c8b2fd2298841c40f9303e6ce09.zip
Remove RPC support.
It is expected that third parties will generate service/RPC code themselves - see gRPC as an example.
Diffstat (limited to 'csharp/src/ProtocolBuffers/ProtocolBuffersLite.csproj')
-rw-r--r--csharp/src/ProtocolBuffers/ProtocolBuffersLite.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/src/ProtocolBuffers/ProtocolBuffersLite.csproj b/csharp/src/ProtocolBuffers/ProtocolBuffersLite.csproj
index 4037c2bf..fa765147 100644
--- a/csharp/src/ProtocolBuffers/ProtocolBuffersLite.csproj
+++ b/csharp/src/ProtocolBuffers/ProtocolBuffersLite.csproj
@@ -75,7 +75,6 @@
<Compile Include="GeneratedMessageLite.cs" />
<Compile Include="ICodedInputStream.cs" />
<Compile Include="ICodedOutputStream.cs" />
- <Compile Include="IRpcDispatch.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ByteString.cs" />
<Compile Include="CodedInputStream.cs" />