Mercurial > pub > ImplabNet
diff Implab/Implab.csproj @ 82:0363407ee75c v2
added object pool
author | cin |
---|---|
date | Mon, 29 Sep 2014 05:04:32 +0400 |
parents | 4f20870d0816 |
children | abe260860bd6 |
line wrap: on
line diff
--- a/Implab/Implab.csproj Fri Sep 26 20:44:01 2014 +0400 +++ b/Implab/Implab.csproj Mon Sep 29 05:04:32 2014 +0400 @@ -7,8 +7,6 @@ <OutputType>Library</OutputType> <RootNamespace>Implab</RootNamespace> <AssemblyName>Implab</AssemblyName> - <ProductVersion>8.0.30703</ProductVersion> - <SchemaVersion>2.0</SchemaVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -123,8 +121,8 @@ <Compile Include="PromiseExtensions.cs" /> <Compile Include="TransientPromiseException.cs" /> <Compile Include="SyncContextPromise.cs" /> - <Compile Include="SyncPool.cs" /> - <Compile Include="SyncPoolWrapper.cs" /> + <Compile Include="ObjectPool.cs" /> + <Compile Include="ObjectPoolWrapper.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup />