Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 11:6ec82bf68c8e promises
refactoring
author | cin |
---|---|
date | Tue, 05 Nov 2013 01:09:58 +0400 |
parents | 849075f49d5c |
children | eb418ba8275b |
comparison
equal
deleted
inserted
replaced
10:aa33d0bb8c0c | 11:6ec82bf68c8e |
---|---|
36 <Compile Include="PromiseState.cs" /> | 36 <Compile Include="PromiseState.cs" /> |
37 <Compile Include="TaskController.cs" /> | 37 <Compile Include="TaskController.cs" /> |
38 <Compile Include="ProgressInitEventArgs.cs" /> | 38 <Compile Include="ProgressInitEventArgs.cs" /> |
39 <Compile Include="Properties\AssemblyInfo.cs" /> | 39 <Compile Include="Properties\AssemblyInfo.cs" /> |
40 <Compile Include="Promise.cs" /> | 40 <Compile Include="Promise.cs" /> |
41 <Compile Include="AsyncPool.cs" /> | 41 <Compile Include="Parallels\AsyncPool.cs" /> |
42 <Compile Include="Safe.cs" /> | 42 <Compile Include="Safe.cs" /> |
43 <Compile Include="ValueEventArgs.cs" /> | 43 <Compile Include="ValueEventArgs.cs" /> |
44 </ItemGroup> | 44 </ItemGroup> |
45 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 45 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
46 <ItemGroup> | 46 <ItemGroup /> |
47 <Folder Include="Parallels\" /> | |
48 </ItemGroup> | |
49 </Project> | 47 </Project> |