~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/monomac/samples/CFNetwork/AsyncTests.HttpClientTests/AsyncTests.HttpClientTests.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>10.0.0</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{1B0D227D-A57F-4112-B510-7BCA8AE0D114}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <RootNamespace>AsyncTests.HttpClientTests</RootNamespace>
 
11
    <AssemblyName>AsyncTests.HttpClientTests</AssemblyName>
 
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 
13
  </PropertyGroup>
 
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
15
    <DebugSymbols>true</DebugSymbols>
 
16
    <DebugType>full</DebugType>
 
17
    <Optimize>false</Optimize>
 
18
    <OutputPath>bin\Debug</OutputPath>
 
19
    <DefineConstants>DEBUG;</DefineConstants>
 
20
    <ErrorReport>prompt</ErrorReport>
 
21
    <WarningLevel>4</WarningLevel>
 
22
    <ConsolePause>false</ConsolePause>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
25
    <DebugType>none</DebugType>
 
26
    <Optimize>true</Optimize>
 
27
    <OutputPath>bin\Release</OutputPath>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
    <ConsolePause>false</ConsolePause>
 
31
  </PropertyGroup>
 
32
  <ItemGroup>
 
33
    <Reference Include="System" />
 
34
    <Reference Include="System.Net.Http" />
 
35
    <Reference Include="System.Core" />
 
36
    <Reference Include="System.Xml" />
 
37
    <Reference Include="nunit.framework">
 
38
      <HintPath>..\lib\nunit.framework.dll</HintPath>
 
39
    </Reference>
 
40
    <Reference Include="Mono.Addins">
 
41
      <HintPath>..\lib\Mono.Addins.dll</HintPath>
 
42
    </Reference>
 
43
    <Reference Include="System.Configuration" />
 
44
  </ItemGroup>
 
45
  <ItemGroup>
 
46
    <Compile Include="AssemblyInfo.cs" />
 
47
    <Compile Include="Test\Redirection.cs" />
 
48
    <Compile Include="Test\ServerError.cs" />
 
49
    <Compile Include="Test\HttpClientTests.cs" />
 
50
    <Compile Include="Test\Authentication.cs" />
 
51
    <Compile Include="Test\Simple.cs" />
 
52
    <Compile Include="Test\Timeout.cs" />
 
53
    <Compile Include="Test\LargeDownload.cs" />
 
54
    <Compile Include="Test\Post.cs" />
 
55
    <Compile Include="Test\WebService.cs" />
 
56
    <Compile Include="Test\WebDav.cs" />
 
57
    <Compile Include="Test\WebDavConfiguration.cs" />
 
58
    <Compile Include="Test\RandomDataStream.cs" />
 
59
    <Compile Include="Addin\HttpClientTestAttribute.cs" />
 
60
    <Compile Include="Addin\HttpClientTestContext.cs" />
 
61
    <Compile Include="Addin\HttpClientTestFixtureAttribute.cs" />
 
62
    <Compile Include="Addin\HttpClientTestTarget.cs" />
 
63
    <Compile Include="Addin\IHttpClientHandler.cs" />
 
64
    <Compile Include="Addin\HttpClientTestFramework.cs" />
 
65
    <Compile Include="Addin\HttpClientTestHost.cs" />
 
66
    <Compile Include="Addin\RequestHandlerAttribute.cs" />
 
67
    <Compile Include="Addin\Server.cs" />
 
68
    <Compile Include="Addin\ServerContext.cs" />
 
69
    <Compile Include="Addin\DefaultTestCategory.cs" />
 
70
    <Compile Include="Addin\DefaultTestRunner.cs" />
 
71
    <Compile Include="Addin\ExtensionTestRunner.cs" />
 
72
  </ItemGroup>
 
73
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
74
  <ItemGroup>
 
75
    <ProjectReference Include="..\AsyncTests.Framework\AsyncTests.Framework.csproj">
 
76
      <Project>{BEC2B807-EF3B-4013-B828-B3BB2AC1620D}</Project>
 
77
      <Name>AsyncTests.Framework</Name>
 
78
    </ProjectReference>
 
79
  </ItemGroup>
 
80
  <ItemGroup>
 
81
    <Folder Include="Test\" />
 
82
  </ItemGroup>
 
83
</Project>
 
 
b'\\ No newline at end of file'