Mercurial > pub > ImplabNet
comparison Implab.Test/Implab.Format.Test/Implab.Format.Test.csproj @ 182:76e8f2ba12b8 ref20160224
pretty print DFA, the minimization is still buggy
author | cin |
---|---|
date | Thu, 24 Mar 2016 18:52:10 +0300 |
parents | 130781364799 |
children | 8200ab154c8a |
comparison
equal
deleted
inserted
replaced
181:b2b6a6640aa3 | 182:76e8f2ba12b8 |
---|---|
8 <ProjectGuid>{4D364996-7ECD-4193-8F90-F223FFEA49DA}</ProjectGuid> | 8 <ProjectGuid>{4D364996-7ECD-4193-8F90-F223FFEA49DA}</ProjectGuid> |
9 <OutputType>Library</OutputType> | 9 <OutputType>Library</OutputType> |
10 <RootNamespace>Implab.Format.Test</RootNamespace> | 10 <RootNamespace>Implab.Format.Test</RootNamespace> |
11 <AssemblyName>Implab.Format.Test</AssemblyName> | 11 <AssemblyName>Implab.Format.Test</AssemblyName> |
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 <ReleaseVersion>0.2</ReleaseVersion> | |
13 </PropertyGroup> | 14 </PropertyGroup> |
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
15 <DebugSymbols>true</DebugSymbols> | 16 <DebugSymbols>true</DebugSymbols> |
16 <DebugType>full</DebugType> | 17 <DebugType>full</DebugType> |
17 <Optimize>false</Optimize> | 18 <Optimize>false</Optimize> |
30 <ConsolePause>false</ConsolePause> | 31 <ConsolePause>false</ConsolePause> |
31 </PropertyGroup> | 32 </PropertyGroup> |
32 <ItemGroup> | 33 <ItemGroup> |
33 <Reference Include="System" /> | 34 <Reference Include="System" /> |
34 <Reference Include="nunit.framework"> | 35 <Reference Include="nunit.framework"> |
35 <HintPath>..\..\packages\NUnit.3.0.1\lib\net45\nunit.framework.dll</HintPath> | 36 <HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
36 </Reference> | 37 </Reference> |
37 </ItemGroup> | 38 </ItemGroup> |
38 <ItemGroup> | 39 <ItemGroup> |
39 <Compile Include="JsonTests.cs" /> | 40 <Compile Include="JsonTests.cs" /> |
40 </ItemGroup> | 41 </ItemGroup> |
41 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 42 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
42 <ItemGroup> | 43 <ItemGroup> |
44 <ProjectReference Include="..\..\Implab\Implab.csproj"> | |
45 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project> | |
46 <Name>Implab</Name> | |
47 </ProjectReference> | |
48 </ItemGroup> | |
49 <ItemGroup> | |
43 <None Include="packages.config" /> | 50 <None Include="packages.config" /> |
44 </ItemGroup> | 51 </ItemGroup> |
45 </Project> | 52 </Project> |