comparison Implab/Implab.csproj @ 233:d6fe09f5592c v2

Improved AsyncQueue Removed ImplabFx
author cin
date Wed, 04 Oct 2017 15:44:47 +0300
parents 5f7a3e1d32b9
children 8dd666e6b6bf
comparison
equal deleted inserted replaced
229:5f7a3e1d32b9 233:d6fe09f5592c
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
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 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11 <TargetFrameworkProfile />
11 </PropertyGroup> 12 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13 <DebugSymbols>true</DebugSymbols> 14 <DebugSymbols>true</DebugSymbols>
14 <DebugType>full</DebugType> 15 <DebugType>full</DebugType>
15 <Optimize>false</Optimize> 16 <Optimize>false</Optimize>
95 <Compile Include="IPromise.cs" /> 96 <Compile Include="IPromise.cs" />
96 <Compile Include="IServiceLocator.cs" /> 97 <Compile Include="IServiceLocator.cs" />
97 <Compile Include="ITaskController.cs" /> 98 <Compile Include="ITaskController.cs" />
98 <Compile Include="Parallels\DispatchPool.cs" /> 99 <Compile Include="Parallels\DispatchPool.cs" />
99 <Compile Include="Parallels\ArrayTraits.cs" /> 100 <Compile Include="Parallels\ArrayTraits.cs" />
100 <Compile Include="Parallels\MTQueue.cs" /> 101 <Compile Include="Parallels\SimpleAsyncQueue.cs" />
101 <Compile Include="Parallels\WorkerPool.cs" /> 102 <Compile Include="Parallels\WorkerPool.cs" />
102 <Compile Include="ProgressInitEventArgs.cs" /> 103 <Compile Include="ProgressInitEventArgs.cs" />
103 <Compile Include="Properties\AssemblyInfo.cs" /> 104 <Compile Include="Properties\AssemblyInfo.cs" />
104 <Compile Include="Parallels\AsyncPool.cs" /> 105 <Compile Include="Parallels\AsyncPool.cs" />
105 <Compile Include="Safe.cs" /> 106 <Compile Include="Safe.cs" />