annotate Implab.Test/Implab.Format.Test/Implab.Format.Test.csproj @ 196:40d7fed4a09e

fixed promise chaining behavior, the error handler doesn't handle result or cancellation handlers exceptions these exceptions are propagated to the next handlers.
author cin
date Mon, 29 Aug 2016 23:15:51 +0300
parents 76e8f2ba12b8
children 8200ab154c8a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
158
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
3 <PropertyGroup>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
6 <ProductVersion>8.0.30703</ProductVersion>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
7 <SchemaVersion>2.0</SchemaVersion>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
8 <ProjectGuid>{4D364996-7ECD-4193-8F90-F223FFEA49DA}</ProjectGuid>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
9 <OutputType>Library</OutputType>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
10 <RootNamespace>Implab.Format.Test</RootNamespace>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
11 <AssemblyName>Implab.Format.Test</AssemblyName>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
182
76e8f2ba12b8 pretty print DFA, the minimization is still buggy
cin
parents: 158
diff changeset
13 <ReleaseVersion>0.2</ReleaseVersion>
158
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
14 </PropertyGroup>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
16 <DebugSymbols>true</DebugSymbols>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
17 <DebugType>full</DebugType>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
18 <Optimize>false</Optimize>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
19 <OutputPath>bin\Debug</OutputPath>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
20 <DefineConstants>DEBUG;</DefineConstants>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
21 <ErrorReport>prompt</ErrorReport>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
22 <WarningLevel>4</WarningLevel>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
23 <ConsolePause>false</ConsolePause>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
24 </PropertyGroup>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
26 <DebugType>full</DebugType>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
27 <Optimize>true</Optimize>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
28 <OutputPath>bin\Release</OutputPath>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
29 <ErrorReport>prompt</ErrorReport>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
30 <WarningLevel>4</WarningLevel>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
31 <ConsolePause>false</ConsolePause>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
32 </PropertyGroup>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
33 <ItemGroup>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
34 <Reference Include="System" />
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
35 <Reference Include="nunit.framework">
182
76e8f2ba12b8 pretty print DFA, the minimization is still buggy
cin
parents: 158
diff changeset
36 <HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
158
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
37 </Reference>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
38 </ItemGroup>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
39 <ItemGroup>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
40 <Compile Include="JsonTests.cs" />
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
41 </ItemGroup>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
42 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
43 <ItemGroup>
182
76e8f2ba12b8 pretty print DFA, the minimization is still buggy
cin
parents: 158
diff changeset
44 <ProjectReference Include="..\..\Implab\Implab.csproj">
76e8f2ba12b8 pretty print DFA, the minimization is still buggy
cin
parents: 158
diff changeset
45 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
76e8f2ba12b8 pretty print DFA, the minimization is still buggy
cin
parents: 158
diff changeset
46 <Name>Implab</Name>
76e8f2ba12b8 pretty print DFA, the minimization is still buggy
cin
parents: 158
diff changeset
47 </ProjectReference>
76e8f2ba12b8 pretty print DFA, the minimization is still buggy
cin
parents: 158
diff changeset
48 </ItemGroup>
76e8f2ba12b8 pretty print DFA, the minimization is still buggy
cin
parents: 158
diff changeset
49 <ItemGroup>
158
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
50 <None Include="packages.config" />
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
51 </ItemGroup>
130781364799 refactoring, code cleanup
cin
parents:
diff changeset
52 </Project>