comparison Implab/Implab.csproj @ 80:4f20870d0816 v2

added memory barriers
author cin
date Fri, 26 Sep 2014 03:32:34 +0400
parents 05f74c39a143
children 0363407ee75c
comparison
equal deleted inserted replaced
79:05e6468f066f 80:4f20870d0816
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>
119 <Compile Include="Safe.cs" /> 121 <Compile Include="Safe.cs" />
120 <Compile Include="ValueEventArgs.cs" /> 122 <Compile Include="ValueEventArgs.cs" />
121 <Compile Include="PromiseExtensions.cs" /> 123 <Compile Include="PromiseExtensions.cs" />
122 <Compile Include="TransientPromiseException.cs" /> 124 <Compile Include="TransientPromiseException.cs" />
123 <Compile Include="SyncContextPromise.cs" /> 125 <Compile Include="SyncContextPromise.cs" />
126 <Compile Include="SyncPool.cs" />
127 <Compile Include="SyncPoolWrapper.cs" />
124 </ItemGroup> 128 </ItemGroup>
125 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 129 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
126 <ItemGroup /> 130 <ItemGroup />
127 <ProjectExtensions> 131 <ProjectExtensions>
128 <MonoDevelop> 132 <MonoDevelop>