Mercurial > pub > ImplabNet
diff Implab/Implab.csproj @ 18:0c924dff5498
Слияние с promises
author | cin |
---|---|
date | Fri, 08 Nov 2013 01:27:04 +0400 |
parents | 0f982f9b7d4d |
children | 9bf5b23650c9 |
line wrap: on
line diff
--- a/Implab/Implab.csproj Mon Oct 21 02:34:31 2013 +0400 +++ b/Implab/Implab.csproj Fri Nov 08 01:27:04 2013 +0400 @@ -32,13 +32,25 @@ <Reference Include="System" /> </ItemGroup> <ItemGroup> + <Compile Include="ICancellable.cs" /> + <Compile Include="IProgressHandler.cs" /> + <Compile Include="IProgressNotifier.cs" /> + <Compile Include="IPromise.cs" /> + <Compile Include="ITaskController.cs" /> + <Compile Include="ManagedPromise.cs" /> + <Compile Include="Parallels\DispatchPool.cs" /> + <Compile Include="Parallels\ArrayTraits.cs" /> + <Compile Include="Parallels\MTQueue.cs" /> + <Compile Include="Parallels\WorkerPool.cs" /> + <Compile Include="PromiseState.cs" /> + <Compile Include="TaskController.cs" /> + <Compile Include="ProgressInitEventArgs.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Promise.cs" /> - <Compile Include="AsyncPool.cs" /> + <Compile Include="Parallels\AsyncPool.cs" /> <Compile Include="Safe.cs" /> + <Compile Include="ValueEventArgs.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> - <ItemGroup> - <Folder Include="Parallels\" /> - </ItemGroup> + <ItemGroup /> </Project> \ No newline at end of file