annotate Implab.Test/Implab.Test.mono.csproj @ 138:f75cfa58e3d4 v2

added ICancellable.Cancel(Exception) to allow specify the reason of cancellation
author cin
date Tue, 17 Feb 2015 18:16:26 +0300
parents 91362ffbecf8
children 706fccb85524
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.Test</RootNamespace>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
11 <AssemblyName>Implab.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 </ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
54 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
55 <ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
56 <Compile Include="AsyncTests.cs" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
57 <Compile Include="PromiseHelper.cs" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
58 <Compile Include="Properties\AssemblyInfo.cs" />
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
59 </ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
60 <ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
61 <ProjectReference Include="..\Implab\Implab.csproj">
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
62 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
63 <Name>Implab</Name>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
64 </ProjectReference>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
65 </ItemGroup>
91362ffbecf8 ported tests to mono
cin
parents:
diff changeset
66 </Project>