소스 검색

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" />