Mercurial > pub > ImplabNet
diff Implab/Implab.csproj @ 161:2a8466f0cb8a v2
DFA refactoring
author | cin |
---|---|
date | Fri, 19 Feb 2016 18:07:17 +0300 |
parents | 130781364799 |
children | 0526412bbb26 |
line wrap: on
line diff
--- a/Implab/Implab.csproj Thu Feb 18 19:38:54 2016 +0300 +++ b/Implab/Implab.csproj Fri Feb 19 18:07:17 2016 +0300 @@ -7,9 +7,6 @@ <OutputType>Library</OutputType> <RootNamespace>Implab</RootNamespace> <AssemblyName>Implab</AssemblyName> - <ProductVersion>8.0.30703</ProductVersion> - <SchemaVersion>2.0</SchemaVersion> - <ReleaseVersion>0.2</ReleaseVersion> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> @@ -184,6 +181,8 @@ <Compile Include="Parsing\DFADefinition.cs" /> <Compile Include="Parsing\IndexedAlphabetBase.cs" /> <Compile Include="Parsing\CharAlphabet.cs" /> + <Compile Include="Parsing\IAlphabetBuilder.cs" /> + <Compile Include="Parsing\IDFADefinitionBuilder.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup />