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

« back to all changes in this revision

Viewing changes to external/monomac/samples/CFNetwork/AsyncTests.Console/AsyncTests.Console.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)' == '' ">x86</Platform>
 
6
    <ProductVersion>10.0.0</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{7FF093FE-C185-4BD9-9C56-F5EF8F8F2CBA}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <RootNamespace>AsyncTests.Console</RootNamespace>
 
11
    <AssemblyName>AsyncTests.Console</AssemblyName>
 
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 
13
  </PropertyGroup>
 
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
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
    <Externalconsole>true</Externalconsole>
 
23
    <PlatformTarget>x86</PlatformTarget>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
26
    <DebugType>none</DebugType>
 
27
    <Optimize>true</Optimize>
 
28
    <OutputPath>bin\Release</OutputPath>
 
29
    <ErrorReport>prompt</ErrorReport>
 
30
    <WarningLevel>4</WarningLevel>
 
31
    <Externalconsole>true</Externalconsole>
 
32
    <PlatformTarget>x86</PlatformTarget>
 
33
  </PropertyGroup>
 
34
  <ItemGroup>
 
35
    <Reference Include="System" />
 
36
    <Reference Include="ICSharpCode.SharpZipLib">
 
37
      <HintPath>..\lib\ICSharpCode.SharpZipLib.dll</HintPath>
 
38
    </Reference>
 
39
    <Reference Include="Mono.Addins.CecilReflector">
 
40
      <HintPath>..\lib\Mono.Addins.CecilReflector.dll</HintPath>
 
41
    </Reference>
 
42
    <Reference Include="Mono.Addins">
 
43
      <HintPath>..\lib\Mono.Addins.dll</HintPath>
 
44
    </Reference>
 
45
    <Reference Include="Mono.Addins.Setup">
 
46
      <HintPath>..\lib\Mono.Addins.Setup.dll</HintPath>
 
47
    </Reference>
 
48
    <Reference Include="nunit.framework">
 
49
      <HintPath>..\lib\nunit.framework.dll</HintPath>
 
50
    </Reference>
 
51
    <Reference Include="Mono.Addins, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
 
52
      <Private>False</Private>
 
53
      <Package>/work/export/addins/Mono.Addins.dll</Package>
 
54
    </Reference>
 
55
    <Reference Include="System.Net.Http" />
 
56
    <Reference Include="System.Xml" />
 
57
    <Reference Include="System.Core" />
 
58
  </ItemGroup>
 
59
  <ItemGroup>
 
60
    <Compile Include="Main.cs" />
 
61
    <Compile Include="AssemblyInfo.cs" />
 
62
    <Compile Include="NDeskOptions.cs" />
 
63
    <Compile Include="ResultPrinter.cs" />
 
64
  </ItemGroup>
 
65
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
66
  <ItemGroup>
 
67
    <None Include="AsyncTests.Console.exe.config">
 
68
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
69
    </None>
 
70
  </ItemGroup>
 
71
  <ItemGroup>
 
72
    <ProjectReference Include="..\AsyncTests.Framework\AsyncTests.Framework.csproj">
 
73
      <Project>{BEC2B807-EF3B-4013-B828-B3BB2AC1620D}</Project>
 
74
      <Name>AsyncTests.Framework</Name>
 
75
    </ProjectReference>
 
76
    <ProjectReference Include="..\AsyncTests.HttpClientAddin\AsyncTests.HttpClientAddin.csproj">
 
77
      <Project>{B79B0123-6502-47C6-9043-F9ED3B9FC790}</Project>
 
78
      <Name>AsyncTests.HttpClientAddin</Name>
 
79
    </ProjectReference>
 
80
    <ProjectReference Include="..\AsyncTests.HttpClientTests\AsyncTests.HttpClientTests.csproj">
 
81
      <Project>{1B0D227D-A57F-4112-B510-7BCA8AE0D114}</Project>
 
82
      <Name>AsyncTests.HttpClientTests</Name>
 
83
    </ProjectReference>
 
84
  </ItemGroup>
 
85
  <ItemGroup>
 
86
    <Folder Include="NDesk.Options\" />
 
87
  </ItemGroup>
 
88
</Project>