##// END OF EJS Templates
fixed promise chaining behavior, the error handler doesn't handle result or cancellation handlers exceptions these exceptions are propagated to the next handlers.
fixed promise chaining behavior, the error handler doesn't handle result or cancellation handlers exceptions these exceptions are propagated to the next handlers.

File last commit:

r182:76e8f2ba12b8 ref20160224
r196:40d7fed4a09e default
Show More
Implab.Format.Test.csproj
51 lines | 2.0 KiB | text/plain | TextLexer
cin
refactoring, code cleanup
r158 <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4D364996-7ECD-4193-8F90-F223FFEA49DA}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Implab.Format.Test</RootNamespace>
<AssemblyName>Implab.Format.Test</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
cin
pretty print DFA, the minimization is still buggy
r182 <ReleaseVersion>0.2</ReleaseVersion>
cin
refactoring, code cleanup
r158 </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="nunit.framework">
cin
pretty print DFA, the minimization is still buggy
r182 <HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
cin
refactoring, code cleanup
r158 </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="JsonTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
cin
pretty print DFA, the minimization is still buggy
r182 <ProjectReference Include="..\..\Implab\Implab.csproj">
<Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
<Name>Implab</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
cin
refactoring, code cleanup
r158 <None Include="packages.config" />
</ItemGroup>
</Project>