1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion=
"3.5">
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>{FA15FC26-A7E7-
4932-
93B7-
65FAE6D5DD33}
</ProjectGuid>
9 <OutputType>Library
</OutputType>
10 <AssemblyName>MonoDevelop.Debugger.Gdb
</AssemblyName>
11 <TargetFrameworkVersion>v2.0
</TargetFrameworkVersion>
13 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>true
</DebugSymbols>
15 <DebugType>full
</DebugType>
16 <Optimize>false
</Optimize>
17 <OutputPath>build
</OutputPath>
18 <DefineConstants>DEBUG
</DefineConstants>
19 <ErrorReport>prompt
</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <ConsolePause>false
</ConsolePause>
23 <Execution clr-version=
"Net_2_0" />
26 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>none
</DebugType>
28 <Optimize>false
</Optimize>
29 <OutputPath>build
</OutputPath>
30 <ErrorReport>prompt
</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <ConsolePause>false
</ConsolePause>
34 <Execution clr-version=
"Net_2_0" />
38 <Reference Include=
"System" />
39 <Reference Include=
"Mono.Debugging, Version=0.0.0.0, Culture=neutral">
40 <Package>monodevelop
</Package>
42 <Reference Include=
"MonoDevelop.Core, Version=1.9.2.0, Culture=neutral">
43 <Package>monodevelop
</Package>
45 <Reference Include=
"MonoDevelop.Core.Gui, Version=1.9.2.0, Culture=neutral">
46 <Package>monodevelop
</Package>
48 <Reference Include=
"MonoDevelop.Projects, Version=1.9.2.0, Culture=neutral">
49 <Package>monodevelop
</Package>
51 <Reference Include=
"MonoDevelop.Ide, Version=1.9.2.0, Culture=neutral">
52 <Package>monodevelop
</Package>
54 <Reference Include=
"MonoDevelop.Components, Version=1.9.2.0, Culture=neutral">
55 <Package>monodevelop
</Package>
57 <Reference Include=
"NRefactory, Version=0.0.0.0, Culture=neutral">
58 <Package>monodevelop
</Package>
60 <Reference Include=
"Mono.TextEditor, Version=1.0.0.0, Culture=neutral">
61 <Package>monodevelop
</Package>
63 <Reference Include=
"Mono.Posix" />
64 <Reference Include=
"MonoDevelop.Projects.Gui, Version=1.9.2.0, Culture=neutral">
65 <Package>monodevelop
</Package>
67 <Reference Include=
"Mono.Cecil, Version=0.6.8.8607, Culture=neutral">
68 <Package>monodevelop
</Package>
72 <Compile Include=
"AssemblyInfo.cs" />
73 <Compile Include=
"GdbSession.cs" />
74 <Compile Include=
"GdbSessionFactory.cs" />
75 <Compile Include=
"GdbBacktrace.cs" />
76 <Compile Include=
"CommandStatus.cs" />
77 <Compile Include=
"ResultData.cs" />
78 <Compile Include=
"GdbEvent.cs" />
79 <Compile Include=
"GdbCommandResult.cs" />
82 <EmbeddedResource Include=
"Manifest.addin.xml" />
84 <Import Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets" />
88 <Deployment.LinuxDeployData
generatePcFile=
"false" />
89 <MonoDevelop.Autotools.MakefileInfo
IntegrationEnabled=
"true" RelativeMakefileName=
"MonoDevelop.Debugger.Gdb.make" SyncReferences=
"true">
90 <BuildFilesVar Sync=
"true" Name=
"FILES" />
92 <ResourcesVar Sync=
"true" Name=
"RESOURCES" />
94 <GacRefVar Sync=
"true" Name=
"REFERENCES" />
95 <AsmRefVar Sync=
"true" Name=
"REFERENCES" />
96 <ProjectRefVar Sync=
"true" Name=
"REFERENCES" />
97 </MonoDevelop.Autotools.MakefileInfo
>