##// 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:

r77:91362ffbecf8 v2
r196:40d7fed4a09e default
Show More
Implab.Fx.Test.mono.csproj
79 lines | 3.2 KiB | text/plain | TextLexer
/ Implab.Fx.Test / Implab.Fx.Test.mono.csproj
cin
ported tests to mono
r77 <?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>{2BD05F84-E067-4B87-9477-FDC2676A21C6}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Implab.Fx.Test</RootNamespace>
<AssemblyName>Implab.Fx.Test</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;MONO</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<DefineConstants>MONO</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE;NET_4_5;MONO</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<DefineConstants>NET_4_5;MONO</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="nunit.framework" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Drawing" />
<Reference Include="System.Data" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\Implab.Fx\Implab.Fx.csproj">
<Project>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</Project>
<Name>Implab.Fx</Name>
</ProjectReference>
<ProjectReference Include="..\Implab\Implab.csproj">
<Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
<Name>Implab</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="OverlayTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Sample\MainForm.Designer.cs" />
<Compile Include="Sample\MainForm.cs" />
<Compile Include="Sample\OverlayForm.Designer.cs" />
<Compile Include="Sample\OverlayForm.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Sample\MainForm.resx" />
<None Include="Sample\OverlayForm.resx" />
</ItemGroup>
</Project>