Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 172:92d5278d1b10 ref20160224
Working on text scanner
author | cin |
---|---|
date | Mon, 14 Mar 2016 01:19:38 +0300 |
parents | 0f70905b4652 |
children | ecfece82ca11 |
comparison
equal
deleted
inserted
replaced
171:0f70905b4652 | 172:92d5278d1b10 |
---|---|
168 <Compile Include="Automaton\RegularExpressions\EmptyToken.cs" /> | 168 <Compile Include="Automaton\RegularExpressions\EmptyToken.cs" /> |
169 <Compile Include="Automaton\RegularExpressions\EndToken.cs" /> | 169 <Compile Include="Automaton\RegularExpressions\EndToken.cs" /> |
170 <Compile Include="Automaton\RegularExpressions\Token.cs" /> | 170 <Compile Include="Automaton\RegularExpressions\Token.cs" /> |
171 <Compile Include="Automaton\RegularExpressions\IVisitor.cs" /> | 171 <Compile Include="Automaton\RegularExpressions\IVisitor.cs" /> |
172 <Compile Include="Automaton\AutomatonTransition.cs" /> | 172 <Compile Include="Automaton\AutomatonTransition.cs" /> |
173 <Compile Include="Automaton\RegularExpressions\RegularDFABuilder.cs" /> | |
174 <Compile Include="Formats\JSON\JSONElementContext.cs" /> | 173 <Compile Include="Formats\JSON\JSONElementContext.cs" /> |
175 <Compile Include="Formats\JSON\JSONElementType.cs" /> | 174 <Compile Include="Formats\JSON\JSONElementType.cs" /> |
176 <Compile Include="Formats\JSON\JSONGrammar.cs" /> | 175 <Compile Include="Formats\JSON\JSONGrammar.cs" /> |
177 <Compile Include="Formats\JSON\JSONParser.cs" /> | 176 <Compile Include="Formats\JSON\JSONParser.cs" /> |
178 <Compile Include="Formats\JSON\JSONScanner.cs" /> | 177 <Compile Include="Formats\JSON\JSONScanner.cs" /> |
181 <Compile Include="Formats\JSON\JSONXmlReader.cs" /> | 180 <Compile Include="Formats\JSON\JSONXmlReader.cs" /> |
182 <Compile Include="Formats\JSON\JSONXmlReaderOptions.cs" /> | 181 <Compile Include="Formats\JSON\JSONXmlReaderOptions.cs" /> |
183 <Compile Include="Formats\JSON\StringTranslator.cs" /> | 182 <Compile Include="Formats\JSON\StringTranslator.cs" /> |
184 <Compile Include="Automaton\MapAlphabet.cs" /> | 183 <Compile Include="Automaton\MapAlphabet.cs" /> |
185 <Compile Include="Automaton\DummyAlphabet.cs" /> | 184 <Compile Include="Automaton\DummyAlphabet.cs" /> |
186 <Compile Include="Automaton\RegularExpressions\RegularDFADefinition.cs" /> | |
187 <Compile Include="Formats\CharAlphabet.cs" /> | 185 <Compile Include="Formats\CharAlphabet.cs" /> |
188 <Compile Include="Formats\ByteAlphabet.cs" /> | 186 <Compile Include="Formats\ByteAlphabet.cs" /> |
189 <Compile Include="Formats\RegularCharDFADefinition.cs" /> | |
190 <Compile Include="Automaton\IDFATable.cs" /> | 187 <Compile Include="Automaton\IDFATable.cs" /> |
191 <Compile Include="Automaton\IDFATableBuilder.cs" /> | 188 <Compile Include="Automaton\IDFATableBuilder.cs" /> |
192 <Compile Include="Automaton\DFATable.cs" /> | 189 <Compile Include="Automaton\DFATable.cs" /> |
190 <Compile Include="Automaton\RegularExpressions\RegularDFA.cs" /> | |
191 <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitor.cs" /> | |
192 <Compile Include="Automaton\RegularExpressions\ITaggedDFABuilder.cs" /> | |
193 <Compile Include="Automaton\RegularExpressions\DFAStateDescriptorT.cs" /> | 193 <Compile Include="Automaton\RegularExpressions\DFAStateDescriptorT.cs" /> |
194 </ItemGroup> | 194 </ItemGroup> |
195 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 195 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
196 <ItemGroup /> | 196 <ItemGroup /> |
197 <ProjectExtensions> | 197 <ProjectExtensions> |