aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/ProtocolBuffers.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-06-03 12:15:42 -0500
committerrogerk <devnull@localhost>2011-06-03 12:15:42 -0500
commitcc8d2aaa3a0b6bed6677fd488bc7deecd90f5604 (patch)
treebc4fd19fe69eee19610407f1019b4ee264b9e568 /src/ProtocolBuffers/ProtocolBuffers.csproj
parent90922db77aef8bd7f21e7a87a75d86885da8dbbc (diff)
downloadprotobuf-cc8d2aaa3a0b6bed6677fd488bc7deecd90f5604.tar.gz
protobuf-cc8d2aaa3a0b6bed6677fd488bc7deecd90f5604.tar.bz2
protobuf-cc8d2aaa3a0b6bed6677fd488bc7deecd90f5604.zip
Extracted initial ICodedOutputStream interface
Diffstat (limited to 'src/ProtocolBuffers/ProtocolBuffers.csproj')
-rw-r--r--src/ProtocolBuffers/ProtocolBuffers.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ProtocolBuffers/ProtocolBuffers.csproj b/src/ProtocolBuffers/ProtocolBuffers.csproj
index cf3e8710..5928cac4 100644
--- a/src/ProtocolBuffers/ProtocolBuffers.csproj
+++ b/src/ProtocolBuffers/ProtocolBuffers.csproj
@@ -103,6 +103,7 @@
<Compile Include="Collections\Enumerables.cs" />
<Compile Include="Collections\IPopsicleList.cs" />
<Compile Include="Collections\PopsicleList.cs" />
+ <Compile Include="CodedOutputStream.ComputeSize.cs" />
<Compile Include="Delegates.cs" />
<Compile Include="CodedInputStream.cs" />
<Compile Include="CodedOutputStream.cs" />
@@ -163,6 +164,7 @@
<Compile Include="IBuilderLite.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="ICodedOutputStream.cs" />
<Compile Include="IMessage.cs" />
<Compile Include="IMessageLite.cs" />
<Compile Include="InvalidProtocolBufferException.cs" />