Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 169:54270c2f29f2 ref20160224
DFA refactoring
author | cin |
---|---|
date | Thu, 03 Mar 2016 08:41:02 +0300 |
parents | e227e78d72e4 |
children | 181119ef3b39 |
comparison
equal
deleted
inserted
replaced
168:8fb9c9507a26 | 169:54270c2f29f2 |
---|---|
181 <Compile Include="Formats\JSON\JSONXmlReader.cs" /> | 181 <Compile Include="Formats\JSON\JSONXmlReader.cs" /> |
182 <Compile Include="Formats\JSON\JSONXmlReaderOptions.cs" /> | 182 <Compile Include="Formats\JSON\JSONXmlReaderOptions.cs" /> |
183 <Compile Include="Formats\JSON\StringTranslator.cs" /> | 183 <Compile Include="Formats\JSON\StringTranslator.cs" /> |
184 <Compile Include="Automaton\MapAlphabet.cs" /> | 184 <Compile Include="Automaton\MapAlphabet.cs" /> |
185 <Compile Include="Automaton\DummyAlphabet.cs" /> | 185 <Compile Include="Automaton\DummyAlphabet.cs" /> |
186 <Compile Include="Automaton\DFATransitionTable.cs" /> | |
187 <Compile Include="Automaton\RegularExpressions\RegularDFADefinition.cs" /> | 186 <Compile Include="Automaton\RegularExpressions\RegularDFADefinition.cs" /> |
188 <Compile Include="Formats\CharAlphabet.cs" /> | 187 <Compile Include="Formats\CharAlphabet.cs" /> |
189 <Compile Include="Formats\ByteAlphabet.cs" /> | 188 <Compile Include="Formats\ByteAlphabet.cs" /> |
190 <Compile Include="Formats\RegularCharDFADefinition.cs" /> | 189 <Compile Include="Formats\RegularCharDFADefinition.cs" /> |
191 <Compile Include="Automaton\IDFATable.cs" /> | 190 <Compile Include="Automaton\IDFATable.cs" /> |
192 <Compile Include="Automaton\IDFATableBuilder.cs" /> | 191 <Compile Include="Automaton\IDFATableBuilder.cs" /> |
192 <Compile Include="Automaton\DFATable.cs" /> | |
193 <Compile Include="Automaton\RegularExpressions\IDFATable2.cs" /> | |
193 </ItemGroup> | 194 </ItemGroup> |
194 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 195 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
195 <ItemGroup /> | 196 <ItemGroup /> |
196 <ProjectExtensions> | 197 <ProjectExtensions> |
197 <MonoDevelop> | 198 <MonoDevelop> |