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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.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>{2357AABD-08C7-4808-A495-8FF2D3CDFDB0}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AssemblyName>MonoDevelop.Debugger</AssemblyName>
 
11
    <RootNamespace>MonoDevelop.Debugger</RootNamespace>
 
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</OutputPath>
 
18
    <DefineConstants>DEBUG</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
    <ConsolePause>False</ConsolePause>
 
22
    <Execution>
 
23
      <Execution clr-version="Net_2_0" />
 
24
    </Execution>
 
25
  </PropertyGroup>
 
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
27
    <DebugType>none</DebugType>
 
28
    <Optimize>True</Optimize>
 
29
    <OutputPath>..\..\..\build\AddIns\MonoDevelop.Debugger</OutputPath>
 
30
    <ErrorReport>prompt</ErrorReport>
 
31
    <WarningLevel>4</WarningLevel>
 
32
    <ConsolePause>False</ConsolePause>
 
33
    <Execution>
 
34
      <Execution clr-version="Net_2_0" />
 
35
    </Execution>
 
36
  </PropertyGroup>
 
37
  <ItemGroup>
 
38
    <Reference Include="System" />
 
39
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
40
      <SpecificVersion>False</SpecificVersion>
 
41
    </Reference>
 
42
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
43
      <SpecificVersion>False</SpecificVersion>
 
44
    </Reference>
 
45
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
46
      <SpecificVersion>False</SpecificVersion>
 
47
    </Reference>
 
48
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
49
      <SpecificVersion>False</SpecificVersion>
 
50
    </Reference>
 
51
    <Reference Include="System.Xml" />
 
52
    <Reference Include="Mono.Posix" />
 
53
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
54
      <SpecificVersion>False</SpecificVersion>
 
55
    </Reference>
 
56
    <Reference Include="System.Core" />
 
57
    <Reference Include="Mono.Cairo" />
 
58
  </ItemGroup>
 
59
  <ItemGroup>
 
60
    <ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
61
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
62
      <Name>MonoDevelop.Core</Name>
 
63
      <Private>False</Private>
 
64
    </ProjectReference>
 
65
    <ProjectReference Include="..\..\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
66
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
67
      <Name>MonoDevelop.Ide</Name>
 
68
      <Private>False</Private>
 
69
    </ProjectReference>
 
70
    <ProjectReference Include="..\..\core\Mono.Debugging\Mono.Debugging.csproj">
 
71
      <Project>{90C99ADB-7D4B-4EB4-98C2-40BD1B14C7D2}</Project>
 
72
      <Name>Mono.Debugging</Name>
 
73
      <Private>False</Private>
 
74
    </ProjectReference>
 
75
    <ProjectReference Include="..\..\core\Mono.Texteditor\Mono.TextEditor.csproj">
 
76
      <Project>{A2329308-3751-4DBD-9A75-5F7B8B024625}</Project>
 
77
      <Name>Mono.TextEditor</Name>
 
78
      <Private>False</Private>
 
79
    </ProjectReference>
 
80
    <ProjectReference Include="..\..\..\external\nrefactory\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj">
 
81
      <Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project>
 
82
      <Name>ICSharpCode.NRefactory</Name>
 
83
      <Private>False</Private>
 
84
    </ProjectReference>
 
85
    <ProjectReference Include="..\..\..\external\mono-addins\Mono.Addins\Mono.Addins.csproj">
 
86
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
 
87
      <Name>Mono.Addins</Name>
 
88
      <Private>False</Private>
 
89
    </ProjectReference>
 
90
    <ProjectReference Include="..\..\..\external\xwt\Xwt\Xwt.csproj">
 
91
      <Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
 
92
      <Name>Xwt</Name>
 
93
      <Private>False</Private>
 
94
    </ProjectReference>
 
95
  </ItemGroup>
 
96
  <ItemGroup>
 
97
    <Compile Include="AssemblyInfo.cs" />
 
98
    <Compile Include="MonoDevelop.Debugger\StackTracePad.cs" />
 
99
    <Compile Include="MonoDevelop.Debugger\ObjectValueTreeView.cs" />
 
100
    <Compile Include="MonoDevelop.Debugger\WatchPad.cs" />
 
101
    <Compile Include="MonoDevelop.Debugger\Initializer.cs" />
 
102
    <Compile Include="MonoDevelop.Debugger\DisassemblyView.cs" />
 
103
    <Compile Include="MonoDevelop.Debugger\DebugTextMarker.cs" />
 
104
    <Compile Include="MonoDevelop.Debugger\BreakpointPad.cs" />
 
105
    <Compile Include="MonoDevelop.Debugger\LocalsPad.cs" />
 
106
    <Compile Include="MonoDevelop.Debugger\ObjectValuePad.cs" />
 
107
    <Compile Include="MonoDevelop.Debugger\ThreadsPad.cs" />
 
108
    <Compile Include="gtk-gui\generated.cs" />
 
109
    <Compile Include="MonoDevelop.Debugger\DebugExecutionHandlerFactory.cs" />
 
110
    <Compile Include="MonoDevelop.Debugger\DebuggingService.cs" />
 
111
    <Compile Include="MonoDevelop.Debugger\DebugCommands.cs" />
 
112
    <Compile Include="MonoDevelop.Debugger\Extensions.cs" />
 
113
    <Compile Include="MonoDevelop.Debugger\AttachToProcessDialog.cs" />
 
114
    <Compile Include="MonoDevelop.Debugger\ExceptionsDialog.cs" />
 
115
    <Compile Include="gtk-gui\MonoDevelop.Debugger.ExceptionsDialog.cs" />
 
116
    <Compile Include="gtk-gui\MonoDevelop.Debugger.AttachToProcessDialog.cs" />
 
117
    <Compile Include="MonoDevelop.Debugger\ExpressionEvaluatorDialog.cs" />
 
118
    <Compile Include="gtk-gui\MonoDevelop.Debugger.ExpressionEvaluatorDialog.cs" />
 
119
    <Compile Include="MonoDevelop.Debugger\BreakpointPropertiesDialog.cs" />
 
120
    <Compile Include="gtk-gui\MonoDevelop.Debugger.BreakpointPropertiesDialog.cs" />
 
121
    <Compile Include="MonoDevelop.Debugger\DebugExecutionModeSet.cs" />
 
122
    <Compile Include="MonoDevelop.Debugger\IDebuggerEngine.cs" />
 
123
    <Compile Include="MonoDevelop.Debugger\ImmediatePad.cs" />
 
124
    <Compile Include="MonoDevelop.Debugger\BusyEvaluatorDialog.cs" />
 
125
    <Compile Include="gtk-gui\MonoDevelop.Debugger.BusyEvaluatorDialog.cs" />
 
126
    <Compile Include="MonoDevelop.Debugger\DebuggerOptionsPanelWidget.cs" />
 
127
    <Compile Include="gtk-gui\MonoDevelop.Debugger.DebuggerOptionsPanelWidget.cs" />
 
128
    <Compile Include="MonoDevelop.Debugger\AddTracePointDialog.cs" />
 
129
    <Compile Include="gtk-gui\MonoDevelop.Debugger.AddTracePointDialog.cs" />
 
130
    <Compile Include="MonoDevelop.Debugger\PinnedWatch.cs" />
 
131
    <Compile Include="MonoDevelop.Debugger\PinnedWatchStore.cs" />
 
132
    <Compile Include="MonoDevelop.Debugger\DebuggerEngine.cs" />
 
133
    <Compile Include="MonoDevelop.Debugger\DebuggerEngineExtensionNode.cs" />
 
134
    <Compile Include="MonoDevelop.Debugger\ExceptionCaughtDialog.cs" />
 
135
    <Compile Include="MonoDevelop.Debugger.Visualizer\ValueVisualizerDialog.cs" />
 
136
    <Compile Include="gtk-gui\MonoDevelop.Debugger.Viewers.ValueVisualizerDialog.cs" />
 
137
    <Compile Include="MonoDevelop.Debugger.Visualizer\TextVisualizer.cs" />
 
138
    <Compile Include="MonoDevelop.Debugger.Visualizer\PixbufVisualizer.cs" />
 
139
    <Compile Include="MonoDevelop.Debugger.Visualizer\IValueVisualizer.cs" />
 
140
    <Compile Include="MonoDevelop.Debugger\ExpressionEvaluatorExtensionNode.cs" />
 
141
    <Compile Include="gtk-gui\MonoDevelop.Debugger.ExceptionCaughtWidget.cs" />
 
142
    <Compile Include="MonoDevelop.Debugger\TreePathComparer.cs" />
 
143
    <Compile Include="MonoDevelop.Debugger\TreePathReference.cs" />
 
144
  </ItemGroup>
 
145
  <ItemGroup>
 
146
    <EmbeddedResource Include="MonoDevelop.Debugger.addin.xml">
 
147
      <LogicalName>MonoDevelop.Debugger.addin.xml</LogicalName>
 
148
    </EmbeddedResource>
 
149
    <EmbeddedResource Include="gtk-gui\gui.stetic">
 
150
      <LogicalName>gui.stetic</LogicalName>
 
151
    </EmbeddedResource>
 
152
    <EmbeddedResource Include="icons\debug-overlay-16.png">
 
153
      <LogicalName>debug-overlay-16.png</LogicalName>
 
154
    </EmbeddedResource>
 
155
    <EmbeddedResource Include="icons\debug-overlay-22.png">
 
156
      <LogicalName>debug-overlay-22.png</LogicalName>
 
157
    </EmbeddedResource>
 
158
    <EmbeddedResource Include="icons\debug-overlay-32.png">
 
159
      <LogicalName>debug-overlay-32.png</LogicalName>
 
160
    </EmbeddedResource>
 
161
    <EmbeddedResource Include="icons\view-debug-breakpoints-16.png">
 
162
      <LogicalName>view-debug-breakpoints-16.png</LogicalName>
 
163
    </EmbeddedResource>
 
164
    <EmbeddedResource Include="icons\view-debug-call-stack-16.png">
 
165
      <LogicalName>view-debug-call-stack-16.png</LogicalName>
 
166
    </EmbeddedResource>
 
167
    <EmbeddedResource Include="icons\view-debug-locals-16.png">
 
168
      <LogicalName>view-debug-locals-16.png</LogicalName>
 
169
    </EmbeddedResource>
 
170
    <EmbeddedResource Include="icons\view-debug-threads-16.png">
 
171
      <LogicalName>view-debug-threads-16.png</LogicalName>
 
172
    </EmbeddedResource>
 
173
    <EmbeddedResource Include="icons\view-debug-watch-16.png">
 
174
      <LogicalName>view-debug-watch-16.png</LogicalName>
 
175
    </EmbeddedResource>
 
176
    <EmbeddedResource Include="icons\debug-overlay-24.png">
 
177
      <LogicalName>debug-overlay-24.png</LogicalName>
 
178
    </EmbeddedResource>
 
179
    <EmbeddedResource Include="icons\icoDebug-Pause.png">
 
180
      <LogicalName>icoDebug-Pause.png</LogicalName>
 
181
    </EmbeddedResource>
 
182
    <EmbeddedResource Include="icons\icoDebug-StepIn.png">
 
183
      <LogicalName>icoDebug-StepIn.png</LogicalName>
 
184
    </EmbeddedResource>
 
185
    <EmbeddedResource Include="icons\icoDebug-StepOut.png">
 
186
      <LogicalName>icoDebug-StepOut.png</LogicalName>
 
187
    </EmbeddedResource>
 
188
    <EmbeddedResource Include="icons\icoDebug-StepOver.png">
 
189
      <LogicalName>icoDebug-StepOver.png</LogicalName>
 
190
    </EmbeddedResource>
 
191
    <EmbeddedResource Include="icons\icoDebug-Continue.png">
 
192
      <LogicalName>icoDebug-Continue.png</LogicalName>
 
193
    </EmbeddedResource>
 
194
    <EmbeddedResource Include="icons\bug-16.png">
 
195
      <LogicalName>bug-16.png</LogicalName>
 
196
    </EmbeddedResource>
 
197
    <EmbeddedResource Include="icons\lightning.png">
 
198
      <LogicalName>lightning.png</LogicalName>
 
199
    </EmbeddedResource>
 
200
    <EmbeddedResource Include="icons\MonoDevelop.Close.Selected.Over.png">
 
201
      <LogicalName>MonoDevelop.Close.Selected.Over.png</LogicalName>
 
202
    </EmbeddedResource>
 
203
    <EmbeddedResource Include="icons\MonoDevelop.Close.Selected.png">
 
204
      <LogicalName>MonoDevelop.Close.Selected.png</LogicalName>
 
205
    </EmbeddedResource>
 
206
  </ItemGroup>
 
207
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
208
  <ItemGroup>
 
209
    <Folder Include="MonoDevelop.Debugger.Visualizer\" />
 
210
  </ItemGroup>
 
211
</Project>