comparison Implab/Implab.csproj @ 143:16f926ee499d v2

DRAFT: refactoring, adding cancelation token
author cin
date Wed, 04 Mar 2015 18:05:39 +0300
parents 238e15580926
children 8c0b95069066
comparison
equal deleted inserted replaced
142:2100965eb97f 143:16f926ee499d
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>
154 <Compile Include="Parallels\Signal.cs" /> 156 <Compile Include="Parallels\Signal.cs" />
155 <Compile Include="Parallels\SharedLock.cs" /> 157 <Compile Include="Parallels\SharedLock.cs" />
156 <Compile Include="Diagnostics\ILogWriter.cs" /> 158 <Compile Include="Diagnostics\ILogWriter.cs" />
157 <Compile Include="Diagnostics\ListenerBase.cs" /> 159 <Compile Include="Diagnostics\ListenerBase.cs" />
158 <Compile Include="Parallels\BlockingQueue.cs" /> 160 <Compile Include="Parallels\BlockingQueue.cs" />
161 <Compile Include="ICancelationToken.cs" />
159 </ItemGroup> 162 </ItemGroup>
160 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 163 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
161 <ItemGroup /> 164 <ItemGroup />
162 <ProjectExtensions> 165 <ProjectExtensions>
163 <MonoDevelop> 166 <MonoDevelop>