annotate Implab.Test/Implab.Test.csproj @ 33:b255e4aeef17

removed the reference to the parent from the promise object this allows resolved promises to release parents and results they are holding. Added complete set of operations to IPromiseBase interface Subscribing to the cancellation event of the promise should not affect it's IsExclusive property More tests.
author cin
date Thu, 10 Apr 2014 02:39:29 +0400
parents aa33d0bb8c0c
children d67b95eddaf4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
3 <PropertyGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
6 <ProductVersion>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
7 </ProductVersion>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
8 <SchemaVersion>2.0</SchemaVersion>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
9 <ProjectGuid>{63F92C0C-61BF-48C0-A377-8D67C3C661D0}</ProjectGuid>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
10 <OutputType>Library</OutputType>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
11 <AppDesignerFolder>Properties</AppDesignerFolder>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
12 <RootNamespace>Implab.Test</RootNamespace>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
13 <AssemblyName>Implab.Test</AssemblyName>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
15 <FileAlignment>512</FileAlignment>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
16 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
17 </PropertyGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
19 <DebugSymbols>true</DebugSymbols>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
20 <DebugType>full</DebugType>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
21 <Optimize>false</Optimize>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
22 <OutputPath>bin\Debug\</OutputPath>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
24 <ErrorReport>prompt</ErrorReport>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
25 <WarningLevel>4</WarningLevel>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
26 </PropertyGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
28 <DebugType>pdbonly</DebugType>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
29 <Optimize>true</Optimize>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
30 <OutputPath>bin\Release\</OutputPath>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
31 <DefineConstants>TRACE</DefineConstants>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
32 <ErrorReport>prompt</ErrorReport>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
33 <WarningLevel>4</WarningLevel>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
34 </PropertyGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
35 <ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
36 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
37 <Reference Include="System" />
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
38 <Reference Include="System.Core">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
39 <RequiredTargetFramework>3.5</RequiredTargetFramework>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
40 </Reference>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
41 </ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
42 <ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
43 <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
44 <Visible>False</Visible>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
45 </CodeAnalysisDependentAssemblyPaths>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
46 </ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
47 <ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
48 <Compile Include="AsyncTests.cs" />
10
aa33d0bb8c0c implemeted new cancellable promises concept
cin
parents: 0
diff changeset
49 <Compile Include="PromiseHelper.cs" />
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
50 <Compile Include="Properties\AssemblyInfo.cs" />
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
51 </ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
52 <ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
53 <ProjectReference Include="..\Implab\Implab.csproj">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
54 <Project>{99B95D0D-9CF9-4F70-8ADF-F4D0AA5CB0D9}</Project>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
55 <Name>Implab</Name>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
56 </ProjectReference>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
57 </ItemGroup>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
58 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
59 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
60 Other similar extension points exist, see Microsoft.Common.targets.
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
61 <Target Name="BeforeBuild">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
62 </Target>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
63 <Target Name="AfterBuild">
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
64 </Target>
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
65 -->
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
66 </Project>