comparison Implab/Implab.csproj @ 161:2a8466f0cb8a v2

DFA refactoring
author cin
date Fri, 19 Feb 2016 18:07:17 +0300
parents 130781364799
children 0526412bbb26
comparison
equal deleted inserted replaced
160:5802131432e4 161:2a8466f0cb8a
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> 6 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid>
7 <OutputType>Library</OutputType> 7 <OutputType>Library</OutputType>
8 <RootNamespace>Implab</RootNamespace> 8 <RootNamespace>Implab</RootNamespace>
9 <AssemblyName>Implab</AssemblyName> 9 <AssemblyName>Implab</AssemblyName>
10 <ProductVersion>8.0.30703</ProductVersion>
11 <SchemaVersion>2.0</SchemaVersion>
12 <ReleaseVersion>0.2</ReleaseVersion>
13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14 </PropertyGroup> 11 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols> 13 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType> 14 <DebugType>full</DebugType>
182 <Compile Include="Components\RunnableComponent.cs" /> 179 <Compile Include="Components\RunnableComponent.cs" />
183 <Compile Include="Components\IFactory.cs" /> 180 <Compile Include="Components\IFactory.cs" />
184 <Compile Include="Parsing\DFADefinition.cs" /> 181 <Compile Include="Parsing\DFADefinition.cs" />
185 <Compile Include="Parsing\IndexedAlphabetBase.cs" /> 182 <Compile Include="Parsing\IndexedAlphabetBase.cs" />
186 <Compile Include="Parsing\CharAlphabet.cs" /> 183 <Compile Include="Parsing\CharAlphabet.cs" />
184 <Compile Include="Parsing\IAlphabetBuilder.cs" />
185 <Compile Include="Parsing\IDFADefinitionBuilder.cs" />
187 </ItemGroup> 186 </ItemGroup>
188 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 187 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
189 <ItemGroup /> 188 <ItemGroup />
190 <ProjectExtensions> 189 <ProjectExtensions>
191 <MonoDevelop> 190 <MonoDevelop>