Mercurial > pub > ImplabNet
diff Implab/Implab.csproj @ 173:ecfece82ca11 ref20160224
Working on text scanner
author | cin |
---|---|
date | Tue, 15 Mar 2016 02:11:06 +0300 |
parents | 92d5278d1b10 |
children | 0c3c69fe225b |
line wrap: on
line diff
--- a/Implab/Implab.csproj Mon Mar 14 01:19:38 2016 +0300 +++ b/Implab/Implab.csproj Tue Mar 15 02:11:06 2016 +0300 @@ -191,6 +191,8 @@ <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitor.cs" /> <Compile Include="Automaton\RegularExpressions\ITaggedDFABuilder.cs" /> <Compile Include="Automaton\RegularExpressions\DFAStateDescriptorT.cs" /> + <Compile Include="Formats\BufferScanner.cs" /> + <Compile Include="Formats\TextScanner.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup />