* Makefile.am:
[monodevelop.git] / extras / MonoDevelop.Debugger.Gdb / MonoDevelop.Debugger.csproj
blobadb94759f0d4b3931937ee562effcad9527b9793
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
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>{FA15FC26-A7E7-4932-93B7-65FAE6D5DD33}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AssemblyName>MonoDevelop.Debugger.Gdb</AssemblyName>
11 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
12 </PropertyGroup>
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>
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>false</Optimize>
29 <OutputPath>build</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="Mono.Debugging, Version=0.0.0.0, Culture=neutral">
40 <Package>monodevelop</Package>
41 </Reference>
42 <Reference Include="MonoDevelop.Core, Version=1.9.2.0, Culture=neutral">
43 <Package>monodevelop</Package>
44 </Reference>
45 <Reference Include="MonoDevelop.Core.Gui, Version=1.9.2.0, Culture=neutral">
46 <Package>monodevelop</Package>
47 </Reference>
48 <Reference Include="MonoDevelop.Projects, Version=1.9.2.0, Culture=neutral">
49 <Package>monodevelop</Package>
50 </Reference>
51 <Reference Include="MonoDevelop.Ide, Version=1.9.2.0, Culture=neutral">
52 <Package>monodevelop</Package>
53 </Reference>
54 <Reference Include="MonoDevelop.Components, Version=1.9.2.0, Culture=neutral">
55 <Package>monodevelop</Package>
56 </Reference>
57 <Reference Include="NRefactory, Version=0.0.0.0, Culture=neutral">
58 <Package>monodevelop</Package>
59 </Reference>
60 <Reference Include="Mono.TextEditor, Version=1.0.0.0, Culture=neutral">
61 <Package>monodevelop</Package>
62 </Reference>
63 <Reference Include="Mono.Posix" />
64 <Reference Include="MonoDevelop.Projects.Gui, Version=1.9.2.0, Culture=neutral">
65 <Package>monodevelop</Package>
66 </Reference>
67 <Reference Include="Mono.Cecil, Version=0.6.8.8607, Culture=neutral">
68 <Package>monodevelop</Package>
69 </Reference>
70 </ItemGroup>
71 <ItemGroup>
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" />
80 </ItemGroup>
81 <ItemGroup>
82 <EmbeddedResource Include="Manifest.addin.xml" />
83 </ItemGroup>
84 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
85 <ProjectExtensions>
86 <MonoDevelop>
87 <Properties>
88 <Deployment.LinuxDeployData generatePcFile="false" />
89 <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="MonoDevelop.Debugger.Gdb.make" SyncReferences="true">
90 <BuildFilesVar Sync="true" Name="FILES" />
91 <DeployFilesVar />
92 <ResourcesVar Sync="true" Name="RESOURCES" />
93 <OthersVar />
94 <GacRefVar Sync="true" Name="REFERENCES" />
95 <AsmRefVar Sync="true" Name="REFERENCES" />
96 <ProjectRefVar Sync="true" Name="REFERENCES" />
97 </MonoDevelop.Autotools.MakefileInfo>
98 </Properties>
99 </MonoDevelop>
100 </ProjectExtensions>
101 </Project>