annotate Implab.Fx.Test/Implab.Fx.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 f2559580b481
children d67b95eddaf4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
3 <PropertyGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
6 <ProductVersion>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
7 </ProductVersion>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
8 <SchemaVersion>2.0</SchemaVersion>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
9 <ProjectGuid>{2F31E405-E267-4195-A05D-574093C21209}</ProjectGuid>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
10 <OutputType>Library</OutputType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
11 <AppDesignerFolder>Properties</AppDesignerFolder>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
12 <RootNamespace>Implab.Fx.Test</RootNamespace>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
13 <AssemblyName>Implab.Fx.Test</AssemblyName>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
15 <FileAlignment>512</FileAlignment>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
16 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
17 </PropertyGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
19 <DebugSymbols>true</DebugSymbols>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
20 <DebugType>full</DebugType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
21 <Optimize>false</Optimize>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
22 <OutputPath>bin\Debug\</OutputPath>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
24 <ErrorReport>prompt</ErrorReport>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
25 <WarningLevel>4</WarningLevel>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
26 </PropertyGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
28 <DebugType>pdbonly</DebugType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
29 <Optimize>true</Optimize>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
30 <OutputPath>bin\Release\</OutputPath>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
31 <DefineConstants>TRACE</DefineConstants>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
32 <ErrorReport>prompt</ErrorReport>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
33 <WarningLevel>4</WarningLevel>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
34 </PropertyGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
35 <ItemGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
36 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
37 <Reference Include="System" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
38 <Reference Include="System.Core">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
39 <RequiredTargetFramework>3.5</RequiredTargetFramework>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
40 </Reference>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
41 <Reference Include="System.Data" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
42 <Reference Include="System.Drawing" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
43 <Reference Include="System.Windows.Forms" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
44 <Reference Include="System.Xml" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
45 <Reference Include="WindowsBase" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
46 </ItemGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
47 <ItemGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
48 <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
49 <Visible>False</Visible>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
50 </CodeAnalysisDependentAssemblyPaths>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
51 </ItemGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
52 <ItemGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
53 <Compile Include="Properties\AssemblyInfo.cs" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
54 <Compile Include="OverlayTest.cs" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
55 <Compile Include="Sample\MainForm.cs">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
56 <SubType>Form</SubType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
57 </Compile>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
58 <Compile Include="Sample\MainForm.Designer.cs">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
59 <DependentUpon>MainForm.cs</DependentUpon>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
60 </Compile>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
61 <Compile Include="Sample\OverlayForm.cs">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
62 <SubType>Form</SubType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
63 </Compile>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
64 <Compile Include="Sample\OverlayForm.Designer.cs">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
65 <DependentUpon>OverlayForm.cs</DependentUpon>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
66 </Compile>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
67 </ItemGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
68 <ItemGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
69 <EmbeddedResource Include="Sample\MainForm.resx">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
70 <DependentUpon>MainForm.cs</DependentUpon>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
71 </EmbeddedResource>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
72 <EmbeddedResource Include="Sample\OverlayForm.resx">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
73 <DependentUpon>OverlayForm.cs</DependentUpon>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
74 </EmbeddedResource>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
75 </ItemGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
76 <ItemGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
77 <ProjectReference Include="..\Implab.Fx\Implab.Fx.csproj">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
78 <Project>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</Project>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
79 <Name>Implab.Fx</Name>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
80 </ProjectReference>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
81 <ProjectReference Include="..\Implab\Implab.csproj">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
82 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
83 <Name>Implab</Name>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
84 </ProjectReference>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
85 </ItemGroup>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
86 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
87 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
88 Other similar extension points exist, see Microsoft.Common.targets.
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
89 <Target Name="BeforeBuild">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
90 </Target>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
91 <Target Name="AfterBuild">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
92 </Target>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
93 -->
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
94 </Project>