comparison Implab/Implab.csproj @ 163:419aa51b04fd ref20160224

JSON moved to Formats namespace Working in RegularDFA
author cin
date Wed, 24 Feb 2016 20:12:52 +0300
parents 0526412bbb26
children ec35731ae299
comparison
equal deleted inserted replaced
162:0526412bbb26 163:419aa51b04fd
86 <Compile Include="IProgressNotifier.cs" /> 86 <Compile Include="IProgressNotifier.cs" />
87 <Compile Include="IPromiseT.cs" /> 87 <Compile Include="IPromiseT.cs" />
88 <Compile Include="IPromise.cs" /> 88 <Compile Include="IPromise.cs" />
89 <Compile Include="IServiceLocator.cs" /> 89 <Compile Include="IServiceLocator.cs" />
90 <Compile Include="ITaskController.cs" /> 90 <Compile Include="ITaskController.cs" />
91 <Compile Include="JSON\JSONElementContext.cs" />
92 <Compile Include="JSON\JSONElementType.cs" />
93 <Compile Include="JSON\JSONGrammar.cs" />
94 <Compile Include="JSON\JSONParser.cs" />
95 <Compile Include="JSON\JSONScanner.cs" />
96 <Compile Include="JSON\JsonTokenType.cs" />
97 <Compile Include="JSON\JSONWriter.cs" />
98 <Compile Include="JSON\JSONXmlReader.cs" />
99 <Compile Include="JSON\JSONXmlReaderOptions.cs" />
100 <Compile Include="JSON\StringTranslator.cs" />
101 <Compile Include="Parallels\DispatchPool.cs" /> 91 <Compile Include="Parallels\DispatchPool.cs" />
102 <Compile Include="Parallels\ArrayTraits.cs" /> 92 <Compile Include="Parallels\ArrayTraits.cs" />
103 <Compile Include="Parallels\MTQueue.cs" /> 93 <Compile Include="Parallels\MTQueue.cs" />
104 <Compile Include="Parallels\WorkerPool.cs" /> 94 <Compile Include="Parallels\WorkerPool.cs" />
105 <Compile Include="ProgressInitEventArgs.cs" /> 95 <Compile Include="ProgressInitEventArgs.cs" />
181 <Compile Include="Automaton\RegularExpressions\SymbolToken.cs" /> 171 <Compile Include="Automaton\RegularExpressions\SymbolToken.cs" />
182 <Compile Include="Automaton\RegularExpressions\EmptyToken.cs" /> 172 <Compile Include="Automaton\RegularExpressions\EmptyToken.cs" />
183 <Compile Include="Automaton\RegularExpressions\EndToken.cs" /> 173 <Compile Include="Automaton\RegularExpressions\EndToken.cs" />
184 <Compile Include="Automaton\RegularExpressions\Token.cs" /> 174 <Compile Include="Automaton\RegularExpressions\Token.cs" />
185 <Compile Include="Automaton\RegularExpressions\IVisitor.cs" /> 175 <Compile Include="Automaton\RegularExpressions\IVisitor.cs" />
186 <Compile Include="Automaton\RegularExpressions\DFABuilder.cs" />
187 <Compile Include="Automaton\AutomatonTransition.cs" /> 176 <Compile Include="Automaton\AutomatonTransition.cs" />
188 <Compile Include="Automaton\ByteAlphabet.cs" /> 177 <Compile Include="Automaton\ByteAlphabet.cs" />
178 <Compile Include="Automaton\RegularExpressions\RegularDFABuilder.cs" />
179 <Compile Include="Formats\JSON\JSONElementContext.cs" />
180 <Compile Include="Formats\JSON\JSONElementType.cs" />
181 <Compile Include="Formats\JSON\JSONGrammar.cs" />
182 <Compile Include="Formats\JSON\JSONParser.cs" />
183 <Compile Include="Formats\JSON\JSONScanner.cs" />
184 <Compile Include="Formats\JSON\JsonTokenType.cs" />
185 <Compile Include="Formats\JSON\JSONWriter.cs" />
186 <Compile Include="Formats\JSON\JSONXmlReader.cs" />
187 <Compile Include="Formats\JSON\JSONXmlReaderOptions.cs" />
188 <Compile Include="Formats\JSON\StringTranslator.cs" />
189 <Compile Include="Automaton\MapAlphabet.cs" />
190 <Compile Include="Automaton\DummyAlphabet.cs" />
189 </ItemGroup> 191 </ItemGroup>
190 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 192 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
191 <ItemGroup /> 193 <ItemGroup />
192 <ProjectExtensions> 194 <ProjectExtensions>
193 <MonoDevelop> 195 <MonoDevelop>
259 </MonoDevelop> 261 </MonoDevelop>
260 </ProjectExtensions> 262 </ProjectExtensions>
261 <ItemGroup> 263 <ItemGroup>
262 <Folder Include="Components\" /> 264 <Folder Include="Components\" />
263 <Folder Include="Automaton\RegularExpressions\" /> 265 <Folder Include="Automaton\RegularExpressions\" />
266 <Folder Include="Formats\" />
267 <Folder Include="Formats\JSON\" />
264 </ItemGroup> 268 </ItemGroup>
265 </Project> 269 </Project>