浏览代码

Added SortedList to the Lite framework project

csharptest 14 年之前
父节点
当前提交
c96ed3bb5d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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" />