Browse Source

Added SortedList to the Lite framework project

csharptest 14 years ago
parent
commit
c96ed3bb5d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ProtocolBuffers/ProtocolBuffersLite.csproj

+ 1 - 0
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" />