Mercurial > pub > ImplabNet
diff Implab/Implab.csproj @ 7:7ea9363fef6c promises
inital progress handling
author | cin |
---|---|
date | Fri, 01 Nov 2013 16:03:08 +0400 |
parents | 381095ad0a69 |
children | 849075f49d5c |
line wrap: on
line diff
--- a/Implab/Implab.csproj Mon Oct 21 02:34:31 2013 +0400 +++ b/Implab/Implab.csproj Fri Nov 01 16:03:08 2013 +0400 @@ -32,10 +32,14 @@ <Reference Include="System" /> </ItemGroup> <ItemGroup> + <Compile Include="ICancellable.cs" /> + <Compile Include="TaskController.cs" /> + <Compile Include="ProgressInitEventArgs.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Promise.cs" /> <Compile Include="AsyncPool.cs" /> <Compile Include="Safe.cs" /> + <Compile Include="ValueEventArgs.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup>