comparison Implab.Test/Implab.Test.csproj @ 72:d67b95eddaf4 v2

promises refactoring
author cin
date Thu, 04 Sep 2014 18:47:12 +0400
parents aa33d0bb8c0c
children 4439140706d0
comparison
equal deleted inserted replaced
71:1714fd8678ef 72:d67b95eddaf4
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project ToolsVersion="4.0" DefaultTargets="Build" 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 <ProductVersion> 6 <ProductVersion>8.0.30703</ProductVersion>
7 </ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{63F92C0C-61BF-48C0-A377-8D67C3C661D0}</ProjectGuid> 8 <ProjectGuid>{63F92C0C-61BF-48C0-A377-8D67C3C661D0}</ProjectGuid>
10 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
11 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
12 <RootNamespace>Implab.Test</RootNamespace> 11 <RootNamespace>Implab.Test</RootNamespace>
38 <Reference Include="System.Core"> 37 <Reference Include="System.Core">
39 <RequiredTargetFramework>3.5</RequiredTargetFramework> 38 <RequiredTargetFramework>3.5</RequiredTargetFramework>
40 </Reference> 39 </Reference>
41 </ItemGroup> 40 </ItemGroup>
42 <ItemGroup> 41 <ItemGroup>
43 <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
44 <Visible>False</Visible>
45 </CodeAnalysisDependentAssemblyPaths>
46 </ItemGroup>
47 <ItemGroup>
48 <Compile Include="AsyncTests.cs" /> 42 <Compile Include="AsyncTests.cs" />
49 <Compile Include="PromiseHelper.cs" /> 43 <Compile Include="PromiseHelper.cs" />
50 <Compile Include="Properties\AssemblyInfo.cs" /> 44 <Compile Include="Properties\AssemblyInfo.cs" />
51 </ItemGroup> 45 </ItemGroup>
52 <ItemGroup> 46 <ItemGroup>