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>
|
|
34 <ItemGroup>
|
|
35 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
36 <Reference Include="System" />
|
|
37 <Reference Include="System.Core">
|
|
38 <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
39 </Reference>
|
|
40 </ItemGroup>
|
|
41 <ItemGroup>
|
|
42 <Compile Include="AsyncTests.cs" />
|
10
|
43 <Compile Include="PromiseHelper.cs" />
|
0
|
44 <Compile Include="Properties\AssemblyInfo.cs" />
|
|
45 </ItemGroup>
|
|
46 <ItemGroup>
|
|
47 <ProjectReference Include="..\Implab\Implab.csproj">
|
|
48 <Project>{99B95D0D-9CF9-4F70-8ADF-F4D0AA5CB0D9}</Project>
|
|
49 <Name>Implab</Name>
|
|
50 </ProjectReference>
|
|
51 </ItemGroup>
|
|
52 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
53 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
54 Other similar extension points exist, see Microsoft.Common.targets.
|
|
55 <Target Name="BeforeBuild">
|
|
56 </Target>
|
|
57 <Target Name="AfterBuild">
|
|
58 </Target>
|
|
59 -->
|
|
60 </Project> |