Mercurial > pub > ImplabNet
diff Implab/Implab.csproj @ 80:4f20870d0816 v2
added memory barriers
author | cin |
---|---|
date | Fri, 26 Sep 2014 03:32:34 +0400 |
parents | 05f74c39a143 |
children | 0363407ee75c |
line wrap: on
line diff
--- a/Implab/Implab.csproj Mon Sep 22 18:20:49 2014 +0400 +++ b/Implab/Implab.csproj Fri Sep 26 03:32:34 2014 +0400 @@ -7,6 +7,8 @@ <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> @@ -121,6 +123,8 @@ <Compile Include="PromiseExtensions.cs" /> <Compile Include="TransientPromiseException.cs" /> <Compile Include="SyncContextPromise.cs" /> + <Compile Include="SyncPool.cs" /> + <Compile Include="SyncPoolWrapper.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup />