annotate Implab.Fx.Test/Implab.Fx.Test.mono.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 91362ffbecf8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
77
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
3 <PropertyGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
6 <ProductVersion>8.0.30703</ProductVersion>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
7 <SchemaVersion>2.0</SchemaVersion>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
8 <ProjectGuid>{2BD05F84-E067-4B87-9477-FDC2676A21C6}</ProjectGuid>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
9 <OutputType>Library</OutputType>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
10 <RootNamespace>Implab.Fx.Test</RootNamespace>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
11 <AssemblyName>Implab.Fx.Test</AssemblyName>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
13 </PropertyGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
15 <DebugSymbols>true</DebugSymbols>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
16 <DebugType>full</DebugType>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
17 <Optimize>false</Optimize>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
18 <OutputPath>bin\Debug</OutputPath>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
19 <DefineConstants>DEBUG;MONO</DefineConstants>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
20 <ErrorReport>prompt</ErrorReport>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
21 <WarningLevel>4</WarningLevel>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
22 <ConsolePause>false</ConsolePause>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
23 </PropertyGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
25 <Optimize>true</Optimize>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
26 <OutputPath>bin\Release</OutputPath>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
27 <ErrorReport>prompt</ErrorReport>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
28 <WarningLevel>4</WarningLevel>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
29 <ConsolePause>false</ConsolePause>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
30 <DefineConstants>MONO</DefineConstants>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
31 </PropertyGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
33 <DebugSymbols>true</DebugSymbols>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
34 <DebugType>full</DebugType>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
35 <Optimize>false</Optimize>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
36 <OutputPath>bin\Debug</OutputPath>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
37 <DefineConstants>DEBUG;TRACE;NET_4_5;MONO</DefineConstants>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
38 <ErrorReport>prompt</ErrorReport>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
39 <WarningLevel>4</WarningLevel>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
40 <ConsolePause>false</ConsolePause>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
41 </PropertyGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
43 <Optimize>true</Optimize>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
44 <OutputPath>bin\Release</OutputPath>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
45 <DefineConstants>NET_4_5;MONO</DefineConstants>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
46 <ErrorReport>prompt</ErrorReport>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
47 <WarningLevel>4</WarningLevel>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
48 <ConsolePause>false</ConsolePause>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
49 </PropertyGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
50 <ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
51 <Reference Include="System" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
52 <Reference Include="nunit.framework" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
53 <Reference Include="System.Windows.Forms" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
54 <Reference Include="System.Drawing" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
55 <Reference Include="System.Data" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
56 </ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
57 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
58 <ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
59 <ProjectReference Include="..\Implab.Fx\Implab.Fx.csproj">
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
60 <Project>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</Project>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
61 <Name>Implab.Fx</Name>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
62 </ProjectReference>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
63 <ProjectReference Include="..\Implab\Implab.csproj">
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
64 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
65 <Name>Implab</Name>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
66 </ProjectReference>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
67 </ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
68 <ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
69 <Compile Include="OverlayTest.cs" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
70 <Compile Include="Properties\AssemblyInfo.cs" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
71 <Compile Include="Sample\MainForm.Designer.cs" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
72 <Compile Include="Sample\MainForm.cs" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
73 <Compile Include="Sample\OverlayForm.Designer.cs" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
74 <Compile Include="Sample\OverlayForm.cs" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
75 </ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
76 <ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
77 <None Include="Sample\MainForm.resx" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
78 <None Include="Sample\OverlayForm.resx" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
79 </ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
80 </Project>