Mercurial > pub > ImplabNet
comparison Implab.Test/Implab.Test.mono.csproj @ 205:8200ab154c8a v2
Added ResetState to RunnableComponent to reset in case of failure
Added StateChanged event to IRunnable
Renamed Promise.SUCCESS -> Promise.Success
Added Promise.FromException
Renamed Bundle -> PromiseAll in PromiseExtensions
author | cin |
---|---|
date | Tue, 25 Oct 2016 17:40:33 +0300 |
parents | 4d9830a9bbb8 |
children |
comparison
equal
deleted
inserted
replaced
203:4d9830a9bbb8 | 205:8200ab154c8a |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 <PropertyGroup> | 3 <PropertyGroup> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 <ProductVersion>8.0.30703</ProductVersion> | 6 <ProductVersion>8.0.30703</ProductVersion> |
47 <ErrorReport>prompt</ErrorReport> | 47 <ErrorReport>prompt</ErrorReport> |
48 <WarningLevel>4</WarningLevel> | 48 <WarningLevel>4</WarningLevel> |
49 <ConsolePause>false</ConsolePause> | 49 <ConsolePause>false</ConsolePause> |
50 </PropertyGroup> | 50 </PropertyGroup> |
51 <ItemGroup> | 51 <ItemGroup> |
52 <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> | |
53 <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> | |
54 <Private>True</Private> | |
55 </Reference> | |
52 <Reference Include="System" /> | 56 <Reference Include="System" /> |
53 <Reference Include="nunit.framework" /> | |
54 </ItemGroup> | 57 </ItemGroup> |
55 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 58 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
56 <ItemGroup> | 59 <ItemGroup> |
57 <Compile Include="AsyncTests.cs" /> | 60 <Compile Include="AsyncTests.cs" /> |
58 <Compile Include="PromiseHelper.cs" /> | 61 <Compile Include="PromiseHelper.cs" /> |
68 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project> | 71 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project> |
69 <Name>Implab</Name> | 72 <Name>Implab</Name> |
70 </ProjectReference> | 73 </ProjectReference> |
71 </ItemGroup> | 74 </ItemGroup> |
72 <ItemGroup> | 75 <ItemGroup> |
73 <Folder Include="Mock\" /> | 76 <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
77 </ItemGroup> | |
78 <ItemGroup> | |
79 <None Include="packages.config" /> | |
74 </ItemGroup> | 80 </ItemGroup> |
75 </Project> | 81 </Project> |