Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 58:1710dcda34bb
Added JSONXmlReader
author | cin |
---|---|
date | Tue, 17 Jun 2014 19:40:43 +0400 |
parents | c0bf853aa04f |
children | 21611344d366 |
comparison
equal
deleted
inserted
replaced
57:7759c80cad95 | 58:1710dcda34bb |
---|---|
28 <WarningLevel>4</WarningLevel> | 28 <WarningLevel>4</WarningLevel> |
29 <ConsolePause>false</ConsolePause> | 29 <ConsolePause>false</ConsolePause> |
30 </PropertyGroup> | 30 </PropertyGroup> |
31 <ItemGroup> | 31 <ItemGroup> |
32 <Reference Include="System" /> | 32 <Reference Include="System" /> |
33 <Reference Include="System.XML" /> | |
33 </ItemGroup> | 34 </ItemGroup> |
34 <ItemGroup> | 35 <ItemGroup> |
35 <Compile Include="Component.cs" /> | 36 <Compile Include="Component.cs" /> |
36 <Compile Include="CustomEqualityComparer.cs" /> | 37 <Compile Include="CustomEqualityComparer.cs" /> |
37 <Compile Include="Diagnostics\ConsoleTraceListener.cs" /> | 38 <Compile Include="Diagnostics\ConsoleTraceListener.cs" /> |
58 <Compile Include="JSON\JSONGrammar.cs" /> | 59 <Compile Include="JSON\JSONGrammar.cs" /> |
59 <Compile Include="JSON\JSONParser.cs" /> | 60 <Compile Include="JSON\JSONParser.cs" /> |
60 <Compile Include="JSON\JSONScanner.cs" /> | 61 <Compile Include="JSON\JSONScanner.cs" /> |
61 <Compile Include="JSON\JsonTokenType.cs" /> | 62 <Compile Include="JSON\JsonTokenType.cs" /> |
62 <Compile Include="JSON\JSONWriter.cs" /> | 63 <Compile Include="JSON\JSONWriter.cs" /> |
64 <Compile Include="JSON\JSONXmlReader.cs" /> | |
63 <Compile Include="JSON\StringTranslator.cs" /> | 65 <Compile Include="JSON\StringTranslator.cs" /> |
64 <Compile Include="Parallels\DispatchPool.cs" /> | 66 <Compile Include="Parallels\DispatchPool.cs" /> |
65 <Compile Include="Parallels\ArrayTraits.cs" /> | 67 <Compile Include="Parallels\ArrayTraits.cs" /> |
66 <Compile Include="Parallels\MTQueue.cs" /> | 68 <Compile Include="Parallels\MTQueue.cs" /> |
67 <Compile Include="Parallels\WorkerPool.cs" /> | 69 <Compile Include="Parallels\WorkerPool.cs" /> |