aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-10-01 08:34:31 -0500
committerrogerk <devnull@localhost>2011-10-01 08:34:31 -0500
commitc96ed3bb5daa4ea1f72fd36380ea07969e1c461c (patch)
treeaa20160ad9d7e9fcd1714a55612225693469ab64 /src
parentb868afac7cd6fce9b59e852cda8c418550911186 (diff)
downloadprotobuf-c96ed3bb5daa4ea1f72fd36380ea07969e1c461c.tar.gz
protobuf-c96ed3bb5daa4ea1f72fd36380ea07969e1c461c.tar.bz2
protobuf-c96ed3bb5daa4ea1f72fd36380ea07969e1c461c.zip
Added SortedList to the Lite framework project
Diffstat (limited to 'src')
-rw-r--r--src/ProtocolBuffers/ProtocolBuffersLite.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ProtocolBuffers/ProtocolBuffersLite.csproj b/src/ProtocolBuffers/ProtocolBuffersLite.csproj
index e2d44785..f792d31b 100644
--- a/src/ProtocolBuffers/ProtocolBuffersLite.csproj
+++ b/src/ProtocolBuffers/ProtocolBuffersLite.csproj
@@ -109,6 +109,7 @@
<SubType>Code</SubType>
</Compile>
<Compile Include="InvalidProtocolBufferException.cs" />
+ <Compile Include="SortedList.cs" />
<Compile Include="ThrowHelper.cs" />
<Compile Include="UninitializedMessageException.cs" />
<Compile Include="WireFormat.cs" />