Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 60:10c7337d29e7
+JSONXmlReaderOptions
*JSONScanner: fixed reading from TextReader
*code cleanup
author | cin |
---|---|
date | Thu, 19 Jun 2014 03:41:28 +0400 |
parents | 21611344d366 |
children | 90069a2ec20a |
comparison
equal
deleted
inserted
replaced
59:21611344d366 | 60:10c7337d29e7 |
---|---|
61 <Compile Include="JSON\JSONParser.cs" /> | 61 <Compile Include="JSON\JSONParser.cs" /> |
62 <Compile Include="JSON\JSONScanner.cs" /> | 62 <Compile Include="JSON\JSONScanner.cs" /> |
63 <Compile Include="JSON\JsonTokenType.cs" /> | 63 <Compile Include="JSON\JsonTokenType.cs" /> |
64 <Compile Include="JSON\JSONWriter.cs" /> | 64 <Compile Include="JSON\JSONWriter.cs" /> |
65 <Compile Include="JSON\JSONXmlReader.cs" /> | 65 <Compile Include="JSON\JSONXmlReader.cs" /> |
66 <Compile Include="JSON\JSONXmlReaderOptions.cs" /> | |
66 <Compile Include="JSON\StringTranslator.cs" /> | 67 <Compile Include="JSON\StringTranslator.cs" /> |
67 <Compile Include="Parallels\DispatchPool.cs" /> | 68 <Compile Include="Parallels\DispatchPool.cs" /> |
68 <Compile Include="Parallels\ArrayTraits.cs" /> | 69 <Compile Include="Parallels\ArrayTraits.cs" /> |
69 <Compile Include="Parallels\MTQueue.cs" /> | 70 <Compile Include="Parallels\MTQueue.cs" /> |
70 <Compile Include="Parallels\WorkerPool.cs" /> | 71 <Compile Include="Parallels\WorkerPool.cs" /> |