Explorar el Código

Added SortedList to the Lite framework project

csharptest hace 14 años
padre
commit
c96ed3bb5d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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" />