0
|
1 <?xml version="1.0" encoding="utf-8"?>
|
|
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3 <PropertyGroup>
|
|
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
72
|
6 <ProductVersion>8.0.30703</ProductVersion>
|
0
|
7 <SchemaVersion>2.0</SchemaVersion>
|
|
8 <ProjectGuid>{63F92C0C-61BF-48C0-A377-8D67C3C661D0}</ProjectGuid>
|
|
9 <OutputType>Library</OutputType>
|
|
10 <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
11 <RootNamespace>Implab.Test</RootNamespace>
|
|
12 <AssemblyName>Implab.Test</AssemblyName>
|
|
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
14 <FileAlignment>512</FileAlignment>
|
|
15 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
16 </PropertyGroup>
|
|
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
18 <DebugSymbols>true</DebugSymbols>
|
|
19 <DebugType>full</DebugType>
|
|
20 <Optimize>false</Optimize>
|
|
21 <OutputPath>bin\Debug\</OutputPath>
|
|
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
23 <ErrorReport>prompt</ErrorReport>
|
|
24 <WarningLevel>4</WarningLevel>
|
|
25 </PropertyGroup>
|
|
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
27 <DebugType>pdbonly</DebugType>
|
|
28 <Optimize>true</Optimize>
|
|
29 <OutputPath>bin\Release\</OutputPath>
|
|
30 <DefineConstants>TRACE</DefineConstants>
|
|
31 <ErrorReport>prompt</ErrorReport>
|
|
32 <WarningLevel>4</WarningLevel>
|
|
33 </PropertyGroup>
|
75
|
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
|
|
35 <DebugSymbols>true</DebugSymbols>
|
|
36 <DebugType>full</DebugType>
|
|
37 <Optimize>false</Optimize>
|
|
38 <OutputPath>bin\Debug\</OutputPath>
|
|
39 <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
40 <ErrorReport>prompt</ErrorReport>
|
|
41 <WarningLevel>4</WarningLevel>
|
|
42 </PropertyGroup>
|
|
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
|
|
44 <DebugType>pdbonly</DebugType>
|
|
45 <Optimize>true</Optimize>
|
|
46 <OutputPath>bin\Release\</OutputPath>
|
|
47 <DefineConstants>TRACE</DefineConstants>
|
|
48 <ErrorReport>prompt</ErrorReport>
|
|
49 <WarningLevel>4</WarningLevel>
|
|
50 </PropertyGroup>
|
0
|
51 <ItemGroup>
|
|
52 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
53 <Reference Include="System" />
|
|
54 <Reference Include="System.Core">
|
|
55 <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
56 </Reference>
|
|
57 </ItemGroup>
|
|
58 <ItemGroup>
|
|
59 <Compile Include="AsyncTests.cs" />
|
10
|
60 <Compile Include="PromiseHelper.cs" />
|
0
|
61 <Compile Include="Properties\AssemblyInfo.cs" />
|
|
62 </ItemGroup>
|
|
63 <ItemGroup>
|
|
64 <ProjectReference Include="..\Implab\Implab.csproj">
|
|
65 <Project>{99B95D0D-9CF9-4F70-8ADF-F4D0AA5CB0D9}</Project>
|
|
66 <Name>Implab</Name>
|
|
67 </ProjectReference>
|
|
68 </ItemGroup>
|
|
69 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
70 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
71 Other similar extension points exist, see Microsoft.Common.targets.
|
|
72 <Target Name="BeforeBuild">
|
|
73 </Target>
|
|
74 <Target Name="AfterBuild">
|
|
75 </Target>
|
|
76 -->
|
|
77 </Project> |