Mercurial > pub > ImplabNet
comparison Implab.Test/Implab.Test.mono.csproj @ 145:706fccb85524 v2
RC: cancellation support for promises + tests
author | cin |
---|---|
date | Sun, 08 Mar 2015 02:52:27 +0300 |
parents | 91362ffbecf8 |
children | ec91a6dfa5b3 |
comparison
equal
deleted
inserted
replaced
144:8c0b95069066 | 145:706fccb85524 |
---|---|
54 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 54 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
55 <ItemGroup> | 55 <ItemGroup> |
56 <Compile Include="AsyncTests.cs" /> | 56 <Compile Include="AsyncTests.cs" /> |
57 <Compile Include="PromiseHelper.cs" /> | 57 <Compile Include="PromiseHelper.cs" /> |
58 <Compile Include="Properties\AssemblyInfo.cs" /> | 58 <Compile Include="Properties\AssemblyInfo.cs" /> |
59 <Compile Include="CancelationTests.cs" /> | |
59 </ItemGroup> | 60 </ItemGroup> |
60 <ItemGroup> | 61 <ItemGroup> |
61 <ProjectReference Include="..\Implab\Implab.csproj"> | 62 <ProjectReference Include="..\Implab\Implab.csproj"> |
62 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project> | 63 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project> |
63 <Name>Implab</Name> | 64 <Name>Implab</Name> |