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>{
932ACD9F-AAEC-
4A86-AC73-D0C9E1137A60}
</ProjectGuid>
9 <OutputType>Library
</OutputType>
10 <RootNamespace>Mono.Debugging.Backend.Mdb
</RootNamespace>
11 <AssemblyName>DebuggerClient
</AssemblyName>
12 <TargetFrameworkVersion>v3.5
</TargetFrameworkVersion>
14 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true
</DebugSymbols>
16 <DebugType>full
</DebugType>
17 <Optimize>false
</Optimize>
18 <OutputPath>..\build
</OutputPath>
19 <DefineConstants>DEBUG;TRACE
</DefineConstants>
20 <ErrorReport>prompt
</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 <CheckForOverflowUnderflow>true
</CheckForOverflowUnderflow>
24 <Execution clr-version=
"Net_2_0" />
27 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugSymbols>true
</DebugSymbols>
29 <DebugType>full
</DebugType>
30 <Optimize>true
</Optimize>
31 <OutputPath>bin\Release\
</OutputPath>
32 <DefineConstants>TRACE
</DefineConstants>
33 <ErrorReport>prompt
</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 <CheckForOverflowUnderflow>true
</CheckForOverflowUnderflow>
37 <Execution clr-version=
"Net_2_0" />
41 <Reference Include=
"System" />
42 <Reference Include=
"System.Data" />
43 <Reference Include=
"System.Xml" />
44 <Reference Include=
"System.Runtime.Remoting" />
45 <Reference Include=
"NRefactory, Version=0.0.0.0, Culture=neutral">
46 <Package>monodevelop
</Package>
48 <Reference Include=
"Mono.Cecil, Version=0.6.8.8607, Culture=neutral">
49 <Package>monodevelop
</Package>
51 <Reference Include=
"Mono.TextEditor, Version=1.0.0.0, Culture=neutral">
52 <Package>monodevelop
</Package>
54 <Reference Include=
"Mono.Posix" />
55 <Reference Include=
"Mono.Debugging, Version=0.0.0.0, Culture=neutral">
56 <Package>monodevelop
</Package>
58 <Reference Include=
"MonoDevelop.Core, Version=1.9.2.0, Culture=neutral">
59 <Package>monodevelop
</Package>
61 <Reference Include=
"MonoDevelop.Core.Gui, Version=1.9.2.0, Culture=neutral">
62 <Package>monodevelop
</Package>
64 <Reference Include=
"MonoDevelop.Ide, Version=1.9.2.0, Culture=neutral">
65 <Package>monodevelop
</Package>
67 <Reference Include=
"MonoDevelop.Components, Version=1.9.2.0, Culture=neutral">
68 <Package>monodevelop
</Package>
70 <Reference Include=
"MonoDevelop.VersionControl, Version=1.9.2.0, Culture=neutral">
71 <Package>monodevelop-core-addins
</Package>
73 <Reference Include=
"MonoDevelop.NUnit, Version=1.9.2.0, Culture=neutral">
74 <Package>monodevelop-core-addins
</Package>
76 <Reference Include=
"MonoDevelop.XmlEditor, Version=1.9.2.0, Culture=neutral">
77 <Package>monodevelop-core-addins
</Package>
79 <Reference Include=
"MonoDevelop.AspNet, Version=1.9.2.0, Culture=neutral">
80 <Package>monodevelop-core-addins
</Package>
82 <Reference Include=
"MonoDevelop.Gettext, Version=1.9.2.0, Culture=neutral">
83 <Package>monodevelop-core-addins
</Package>
85 <Reference Include=
"MonoDevelop.Deployment, Version=1.9.2.0, Culture=neutral">
86 <Package>monodevelop-core-addins
</Package>
88 <Reference Include=
"MonoDevelop.Deployment.Linux, Version=1.9.2.0, Culture=neutral">
89 <Package>monodevelop-core-addins
</Package>
91 <Reference Include=
"MonoDevelop.GtkCore, Version=1.9.2.0, Culture=neutral">
92 <Package>monodevelop-core-addins
</Package>
94 <Reference Include=
"MonoDevelop.DesignerSupport, Version=1.9.2.0, Culture=neutral">
95 <Package>monodevelop-core-addins
</Package>
97 <Reference Include=
"MonoDevelop.VBNetBinding, Version=1.9.2.0, Culture=neutral">
98 <Package>monodevelop-core-addins
</Package>
100 <Reference Include=
"MonoDevelop.CBinding, Version=1.9.2.0, Culture=neutral">
101 <Package>monodevelop-core-addins
</Package>
103 <Reference Include=
"MonoDevelop.CSharpBinding, Version=1.9.2.0, Culture=neutral">
104 <Package>monodevelop-core-addins
</Package>
106 <Reference Include=
"MonoDevelop.Autotools, Version=1.9.2.0, Culture=neutral">
107 <Package>monodevelop-core-addins
</Package>
109 <Reference Include=
"MonoDevelop.Projects, Version=1.9.2.0, Culture=neutral">
110 <Package>monodevelop
</Package>
112 <Reference Include=
"MonoDevelop.Projects.Gui, Version=1.9.2.0, Culture=neutral">
113 <Package>monodevelop
</Package>
117 <Compile Include=
"AssemblyInfo.cs" />
118 <Compile Include=
"DebuggerController.cs" />
119 <Compile Include=
"IDebuggerController.cs" />
120 <Compile Include=
"MonoDebuggerSession.cs" />
121 <Compile Include=
"MonoDebuggerSessionFactory.cs" />
122 <Compile Include=
"IDebuggerServer.cs" />
125 <None Include=
"ChangeLog" />
128 <EmbeddedResource Include=
"Manifest.addin.xml">
129 <LogicalName>Manifest.addin.xml
</LogicalName>
132 <Import Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets" />
136 <Deployment.LinuxDeployData
/>
137 <MonoDevelop.Autotools.MakefileInfo
IntegrationEnabled=
"true" RelativeMakefileName=
"Makefile" SyncReferences=
"true">
138 <BuildFilesVar Sync=
"true" Name=
"FILES" />
140 <ResourcesVar Sync=
"true" Name=
"RESOURCES" />
142 <GacRefVar Sync=
"true" Name=
"REFERENCES" />
143 <AsmRefVar Sync=
"true" Name=
"REFERENCES" />
144 <ProjectRefVar Sync=
"true" Name=
"REFERENCES" />
145 </MonoDevelop.Autotools.MakefileInfo
>