Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 158:130781364799 v2
refactoring, code cleanup
author | cin |
---|---|
date | Thu, 18 Feb 2016 14:34:02 +0300 |
parents | 97fbbf816844 |
children | 2a8466f0cb8a |
comparison
equal
deleted
inserted
replaced
157:948c015a9011 | 158:130781364799 |
---|---|
103 <Compile Include="JSON\StringTranslator.cs" /> | 103 <Compile Include="JSON\StringTranslator.cs" /> |
104 <Compile Include="Parallels\DispatchPool.cs" /> | 104 <Compile Include="Parallels\DispatchPool.cs" /> |
105 <Compile Include="Parallels\ArrayTraits.cs" /> | 105 <Compile Include="Parallels\ArrayTraits.cs" /> |
106 <Compile Include="Parallels\MTQueue.cs" /> | 106 <Compile Include="Parallels\MTQueue.cs" /> |
107 <Compile Include="Parallels\WorkerPool.cs" /> | 107 <Compile Include="Parallels\WorkerPool.cs" /> |
108 <Compile Include="Parsing\Alphabet.cs" /> | |
109 <Compile Include="Parsing\AlphabetBase.cs" /> | |
110 <Compile Include="Parsing\AltToken.cs" /> | 108 <Compile Include="Parsing\AltToken.cs" /> |
111 <Compile Include="Parsing\BinaryToken.cs" /> | 109 <Compile Include="Parsing\BinaryToken.cs" /> |
112 <Compile Include="Parsing\CatToken.cs" /> | 110 <Compile Include="Parsing\CatToken.cs" /> |
113 <Compile Include="Parsing\CDFADefinition.cs" /> | 111 <Compile Include="Parsing\CDFADefinition.cs" /> |
114 <Compile Include="Parsing\DFABuilder.cs" /> | 112 <Compile Include="Parsing\DFABuilder.cs" /> |
115 <Compile Include="Parsing\DFADefinitionBase.cs" /> | |
116 <Compile Include="Parsing\DFAStateDescriptor.cs" /> | 113 <Compile Include="Parsing\DFAStateDescriptor.cs" /> |
117 <Compile Include="Parsing\DFAutomaton.cs" /> | 114 <Compile Include="Parsing\DFAutomaton.cs" /> |
118 <Compile Include="Parsing\EDFADefinition.cs" /> | 115 <Compile Include="Parsing\EDFADefinition.cs" /> |
119 <Compile Include="Parsing\EmptyToken.cs" /> | 116 <Compile Include="Parsing\EmptyToken.cs" /> |
120 <Compile Include="Parsing\EndToken.cs" /> | 117 <Compile Include="Parsing\EndToken.cs" /> |
182 <Compile Include="Components\App.cs" /> | 179 <Compile Include="Components\App.cs" /> |
183 <Compile Include="Components\IRunnable.cs" /> | 180 <Compile Include="Components\IRunnable.cs" /> |
184 <Compile Include="Components\ExecutionState.cs" /> | 181 <Compile Include="Components\ExecutionState.cs" /> |
185 <Compile Include="Components\RunnableComponent.cs" /> | 182 <Compile Include="Components\RunnableComponent.cs" /> |
186 <Compile Include="Components\IFactory.cs" /> | 183 <Compile Include="Components\IFactory.cs" /> |
184 <Compile Include="Parsing\DFADefinition.cs" /> | |
185 <Compile Include="Parsing\IndexedAlphabetBase.cs" /> | |
186 <Compile Include="Parsing\CharAlphabet.cs" /> | |
187 </ItemGroup> | 187 </ItemGroup> |
188 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 188 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
189 <ItemGroup /> | 189 <ItemGroup /> |
190 <ProjectExtensions> | 190 <ProjectExtensions> |
191 <MonoDevelop> | 191 <MonoDevelop> |