Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 18:0c924dff5498
Слияние с promises
author | cin |
---|---|
date | Fri, 08 Nov 2013 01:27:04 +0400 |
parents | 0f982f9b7d4d |
children | 9bf5b23650c9 |
comparison
equal
deleted
inserted
replaced
6:dfa21d507bc5 | 18:0c924dff5498 |
---|---|
30 </PropertyGroup> | 30 </PropertyGroup> |
31 <ItemGroup> | 31 <ItemGroup> |
32 <Reference Include="System" /> | 32 <Reference Include="System" /> |
33 </ItemGroup> | 33 </ItemGroup> |
34 <ItemGroup> | 34 <ItemGroup> |
35 <Compile Include="ICancellable.cs" /> | |
36 <Compile Include="IProgressHandler.cs" /> | |
37 <Compile Include="IProgressNotifier.cs" /> | |
38 <Compile Include="IPromise.cs" /> | |
39 <Compile Include="ITaskController.cs" /> | |
40 <Compile Include="ManagedPromise.cs" /> | |
41 <Compile Include="Parallels\DispatchPool.cs" /> | |
42 <Compile Include="Parallels\ArrayTraits.cs" /> | |
43 <Compile Include="Parallels\MTQueue.cs" /> | |
44 <Compile Include="Parallels\WorkerPool.cs" /> | |
45 <Compile Include="PromiseState.cs" /> | |
46 <Compile Include="TaskController.cs" /> | |
47 <Compile Include="ProgressInitEventArgs.cs" /> | |
35 <Compile Include="Properties\AssemblyInfo.cs" /> | 48 <Compile Include="Properties\AssemblyInfo.cs" /> |
36 <Compile Include="Promise.cs" /> | 49 <Compile Include="Promise.cs" /> |
37 <Compile Include="AsyncPool.cs" /> | 50 <Compile Include="Parallels\AsyncPool.cs" /> |
38 <Compile Include="Safe.cs" /> | 51 <Compile Include="Safe.cs" /> |
52 <Compile Include="ValueEventArgs.cs" /> | |
39 </ItemGroup> | 53 </ItemGroup> |
40 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 54 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
41 <ItemGroup> | 55 <ItemGroup /> |
42 <Folder Include="Parallels\" /> | |
43 </ItemGroup> | |
44 </Project> | 56 </Project> |