comparison Implab/Implab.csproj @ 82:0363407ee75c v2

added object pool
author cin
date Mon, 29 Sep 2014 05:04:32 +0400
parents 4f20870d0816
children abe260860bd6
comparison
equal deleted inserted replaced
81:2c5631b43c7d 82:0363407ee75c
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>
12 </PropertyGroup> 10 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 11 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true</DebugSymbols> 12 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType> 13 <DebugType>full</DebugType>
16 <Optimize>false</Optimize> 14 <Optimize>false</Optimize>
121 <Compile Include="Safe.cs" /> 119 <Compile Include="Safe.cs" />
122 <Compile Include="ValueEventArgs.cs" /> 120 <Compile Include="ValueEventArgs.cs" />
123 <Compile Include="PromiseExtensions.cs" /> 121 <Compile Include="PromiseExtensions.cs" />
124 <Compile Include="TransientPromiseException.cs" /> 122 <Compile Include="TransientPromiseException.cs" />
125 <Compile Include="SyncContextPromise.cs" /> 123 <Compile Include="SyncContextPromise.cs" />
126 <Compile Include="SyncPool.cs" /> 124 <Compile Include="ObjectPool.cs" />
127 <Compile Include="SyncPoolWrapper.cs" /> 125 <Compile Include="ObjectPoolWrapper.cs" />
128 </ItemGroup> 126 </ItemGroup>
129 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 127 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
130 <ItemGroup /> 128 <ItemGroup />
131 <ProjectExtensions> 129 <ProjectExtensions>
132 <MonoDevelop> 130 <MonoDevelop>