Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 119:2573b562e328 v2
Promises rewritten, added improved version of AsyncQueue
| author | cin |
|---|---|
| date | Sun, 11 Jan 2015 19:13:02 +0300 |
| parents | 8beee0d11de6 |
| children | d86da8d2d4c3 |
comparison
equal
deleted
inserted
replaced
| 118:e046a94eecb1 | 119:2573b562e328 |
|---|---|
| 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> | 6 <ProjectGuid>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</ProjectGuid> |
| 7 <OutputType>Library</OutputType> | 7 <OutputType>Library</OutputType> |
| 8 <RootNamespace>Implab</RootNamespace> | 8 <RootNamespace>Implab</RootNamespace> |
| 9 <AssemblyName>Implab</AssemblyName> | 9 <AssemblyName>Implab</AssemblyName> |
| 10 <ProductVersion>8.0.30703</ProductVersion> | |
| 11 <SchemaVersion>2.0</SchemaVersion> | |
| 10 </PropertyGroup> | 12 </PropertyGroup> |
| 11 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 12 <DebugSymbols>true</DebugSymbols> | 14 <DebugSymbols>true</DebugSymbols> |
| 13 <DebugType>full</DebugType> | 15 <DebugType>full</DebugType> |
| 14 <Optimize>false</Optimize> | 16 <Optimize>false</Optimize> |
| 129 <Compile Include="Parsing\Token.cs" /> | 131 <Compile Include="Parsing\Token.cs" /> |
| 130 <Compile Include="ServiceLocator.cs" /> | 132 <Compile Include="ServiceLocator.cs" /> |
| 131 <Compile Include="TaskController.cs" /> | 133 <Compile Include="TaskController.cs" /> |
| 132 <Compile Include="ProgressInitEventArgs.cs" /> | 134 <Compile Include="ProgressInitEventArgs.cs" /> |
| 133 <Compile Include="Properties\AssemblyInfo.cs" /> | 135 <Compile Include="Properties\AssemblyInfo.cs" /> |
| 134 <Compile Include="Promise.cs" /> | |
| 135 <Compile Include="Parallels\AsyncPool.cs" /> | 136 <Compile Include="Parallels\AsyncPool.cs" /> |
| 136 <Compile Include="Safe.cs" /> | 137 <Compile Include="Safe.cs" /> |
| 137 <Compile Include="ValueEventArgs.cs" /> | 138 <Compile Include="ValueEventArgs.cs" /> |
| 138 <Compile Include="PromiseExtensions.cs" /> | 139 <Compile Include="PromiseExtensions.cs" /> |
| 139 <Compile Include="TransientPromiseException.cs" /> | |
| 140 <Compile Include="SyncContextPromise.cs" /> | 140 <Compile Include="SyncContextPromise.cs" /> |
| 141 <Compile Include="Diagnostics\OperationContext.cs" /> | 141 <Compile Include="Diagnostics\OperationContext.cs" /> |
| 142 <Compile Include="Diagnostics\TraceContext.cs" /> | 142 <Compile Include="Diagnostics\TraceContext.cs" /> |
| 143 <Compile Include="Diagnostics\LogEventArgs.cs" /> | 143 <Compile Include="Diagnostics\LogEventArgs.cs" /> |
| 144 <Compile Include="Diagnostics\LogEventArgsT.cs" /> | 144 <Compile Include="Diagnostics\LogEventArgsT.cs" /> |
| 148 <Compile Include="Parallels\MTCustomQueue.cs" /> | 148 <Compile Include="Parallels\MTCustomQueue.cs" /> |
| 149 <Compile Include="Parallels\MTCustomQueueNode.cs" /> | 149 <Compile Include="Parallels\MTCustomQueueNode.cs" /> |
| 150 <Compile Include="ComponentContainer.cs" /> | 150 <Compile Include="ComponentContainer.cs" /> |
| 151 <Compile Include="DisposablePool.cs" /> | 151 <Compile Include="DisposablePool.cs" /> |
| 152 <Compile Include="ObjectPool.cs" /> | 152 <Compile Include="ObjectPool.cs" /> |
| 153 <Compile Include="Parallels\AsyncQueue.cs" /> | |
| 154 <Compile Include="PromiseT.cs" /> | |
| 155 <Compile Include="IDeferred.cs" /> | |
| 156 <Compile Include="IDeferredT.cs" /> | |
| 157 <Compile Include="AbstractPromise.cs" /> | |
| 158 <Compile Include="Promise.cs" /> | |
| 159 <Compile Include="PromiseTransientException.cs" /> | |
| 153 </ItemGroup> | 160 </ItemGroup> |
| 154 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 161 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 155 <ItemGroup /> | 162 <ItemGroup /> |
| 156 <ProjectExtensions> | 163 <ProjectExtensions> |
| 157 <MonoDevelop> | 164 <MonoDevelop> |
