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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Tests.TestApp/MonoDevelop.Debugger.Tests.TestApp.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>9.0.21022</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{05EDFE55-C8D1-47E4-BB61-0BC809CD82E2}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <RootNamespace>MonoDevelop.Debugger.Tests.TestApp</RootNamespace>
 
11
    <AssemblyName>MonoDevelop.Debugger.Tests.TestApp</AssemblyName>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>False</Optimize>
 
17
    <OutputPath>..\..\..\..\build\tests</OutputPath>
 
18
    <DefineConstants>DEBUG</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
  </PropertyGroup>
 
22
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
23
    <DebugType>none</DebugType>
 
24
    <Optimize>False</Optimize>
 
25
    <OutputPath>..\..\..\..\build\tests</OutputPath>
 
26
    <ErrorReport>prompt</ErrorReport>
 
27
    <WarningLevel>4</WarningLevel>
 
28
  </PropertyGroup>
 
29
  <ItemGroup>
 
30
    <Reference Include="System" />
 
31
  </ItemGroup>
 
32
  <ItemGroup>
 
33
    <Compile Include="Main.cs" />
 
34
    <Compile Include="AssemblyInfo.cs" />
 
35
  </ItemGroup>
 
36
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
37
</Project>
 
 
b'\\ No newline at end of file'