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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.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" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
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>{3D363F0C-5731-42AA-9022-B7F4657F298A}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <RootNamespace>MonoDevelop.Debugger.Soft</RootNamespace>
 
11
    <AssemblyName>MonoDevelop.Debugger.Soft</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\AddIns\MonoDevelop.Debugger.Soft</OutputPath>
 
18
    <DefineConstants>DEBUG</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
    <ConsolePause>False</ConsolePause>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
24
    <DebugType>none</DebugType>
 
25
    <Optimize>False</Optimize>
 
26
    <OutputPath>..\..\..\..\build\AddIns\MonoDevelop.Debugger.Soft</OutputPath>
 
27
    <ErrorReport>prompt</ErrorReport>
 
28
    <WarningLevel>4</WarningLevel>
 
29
    <ConsolePause>False</ConsolePause>
 
30
  </PropertyGroup>
 
31
  <ItemGroup>
 
32
    <Reference Include="System" />
 
33
    <Reference Include="System.Core" />
 
34
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
35
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
36
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
37
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
38
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
39
  </ItemGroup>
 
40
  <ItemGroup>
 
41
    <Compile Include="AssemblyInfo.cs" />
 
42
    <Compile Include="SoftDebuggerEngine.cs" />
 
43
    <Compile Include="CustomSoftDebuggerEngine.cs" />
 
44
  </ItemGroup>
 
45
  <ItemGroup>
 
46
    <EmbeddedResource Include="Manifest.addin.xml">
 
47
      <LogicalName>Manifest.addin.xml</LogicalName>
 
48
    </EmbeddedResource>
 
49
  </ItemGroup>
 
50
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
51
  <ItemGroup>
 
52
    <ProjectReference Include="..\..\..\core\Mono.Debugging\Mono.Debugging.csproj">
 
53
      <Project>{90C99ADB-7D4B-4EB4-98C2-40BD1B14C7D2}</Project>
 
54
      <Name>Mono.Debugging</Name>
 
55
      <Private>False</Private>
 
56
    </ProjectReference>
 
57
    <ProjectReference Include="..\..\..\core\Mono.Texteditor\Mono.TextEditor.csproj">
 
58
      <Project>{A2329308-3751-4DBD-9A75-5F7B8B024625}</Project>
 
59
      <Name>Mono.TextEditor</Name>
 
60
      <Private>False</Private>
 
61
    </ProjectReference>
 
62
    <ProjectReference Include="..\..\MonoDevelop.Debugger\MonoDevelop.Debugger.csproj">
 
63
      <Project>{2357AABD-08C7-4808-A495-8FF2D3CDFDB0}</Project>
 
64
      <Name>MonoDevelop.Debugger</Name>
 
65
      <Private>False</Private>
 
66
    </ProjectReference>
 
67
    <ProjectReference Include="..\..\..\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
68
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
69
      <Name>MonoDevelop.Ide</Name>
 
70
      <Private>False</Private>
 
71
    </ProjectReference>
 
72
    <ProjectReference Include="..\..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
73
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
74
      <Name>MonoDevelop.Core</Name>
 
75
      <Private>False</Private>
 
76
    </ProjectReference>
 
77
    <ProjectReference Include="..\Mono.Debugging.Soft\Mono.Debugging.Soft.csproj">
 
78
      <Project>{DE40756E-57F6-4AF2-B155-55E3A88CCED8}</Project>
 
79
      <Name>Mono.Debugging.Soft</Name>
 
80
      <Private>False</Private>
 
81
    </ProjectReference>
 
82
    <ProjectReference Include="..\..\..\..\contrib\Mono.Debugger.Soft\Mono.Debugger.Soft.csproj">
 
83
      <Project>{372E8E3E-29D5-4B4D-88A2-4711CD628C4E}</Project>
 
84
      <Name>Mono.Debugger.Soft</Name>
 
85
      <Private>False</Private>
 
86
    </ProjectReference>
 
87
    <ProjectReference Include="..\..\..\..\external\cecil\Mono.Cecil.csproj">
 
88
      <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
 
89
      <Name>Mono.Cecil</Name>
 
90
      <Private>False</Private>
 
91
    </ProjectReference>
 
92
  </ItemGroup>
 
93
  <ItemGroup>
 
94
    <None Include="Makefile.am" />
 
95
  </ItemGroup>
 
96
</Project>