Mercurial > pub > ImplabNet
diff Implab/Implab.csproj @ 180:c32688129f14 ref20160224
refactoring complete, JSONParser rewritten
author | cin |
---|---|
date | Thu, 24 Mar 2016 02:30:46 +0300 |
parents | d5c5db0335ee |
children | dd4a3590f9c6 |
line wrap: on
line diff
--- a/Implab/Implab.csproj Wed Mar 23 19:52:08 2016 +0300 +++ b/Implab/Implab.csproj Thu Mar 24 02:30:46 2016 +0300 @@ -151,7 +151,6 @@ <Compile Include="Components\ExecutionState.cs" /> <Compile Include="Components\RunnableComponent.cs" /> <Compile Include="Components\IFactory.cs" /> - <Compile Include="Automaton\EnumAlphabet.cs" /> <Compile Include="Automaton\IAlphabet.cs" /> <Compile Include="Automaton\ParserException.cs" /> <Compile Include="Automaton\IndexedAlphabetBase.cs" /> @@ -176,7 +175,6 @@ <Compile Include="Formats\JSON\JSONXmlReaderOptions.cs" /> <Compile Include="Formats\JSON\StringTranslator.cs" /> <Compile Include="Automaton\MapAlphabet.cs" /> - <Compile Include="Automaton\DummyAlphabet.cs" /> <Compile Include="Formats\CharAlphabet.cs" /> <Compile Include="Formats\ByteAlphabet.cs" /> <Compile Include="Automaton\IDFATable.cs" />