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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugging.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" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
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>{DE40756E-57F6-4AF2-B155-55E3A88CCED8}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <RootNamespace>Mono.Debugging.Soft</RootNamespace>
 
11
    <AssemblyName>Mono.Debugging.Soft</AssemblyName>
 
12
    <SignAssembly>True</SignAssembly>
 
13
    <AssemblyOriginatorKeyFile>..\..\..\core\Mono.Debugging\mono.debugging.snk</AssemblyOriginatorKeyFile>
 
14
  </PropertyGroup>
 
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
16
    <DebugSymbols>True</DebugSymbols>
 
17
    <DebugType>full</DebugType>
 
18
    <Optimize>False</Optimize>
 
19
    <OutputPath>..\..\..\..\build\AddIns\MonoDevelop.Debugger.Soft</OutputPath>
 
20
    <DefineConstants>DEBUG</DefineConstants>
 
21
    <ErrorReport>prompt</ErrorReport>
 
22
    <WarningLevel>4</WarningLevel>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
25
    <DebugType>none</DebugType>
 
26
    <Optimize>False</Optimize>
 
27
    <OutputPath>..\..\..\..\build\AddIns\MonoDevelop.Debugger.Soft</OutputPath>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
  </PropertyGroup>
 
31
  <ItemGroup>
 
32
    <ProjectReference Include="..\..\..\core\Mono.Debugging\Mono.Debugging.csproj">
 
33
      <Project>{90C99ADB-7D4B-4EB4-98C2-40BD1B14C7D2}</Project>
 
34
      <Name>Mono.Debugging</Name>
 
35
      <Private>False</Private>
 
36
    </ProjectReference>
 
37
    <ProjectReference Include="..\..\..\..\contrib\Mono.Debugger.Soft\Mono.Debugger.Soft.csproj">
 
38
      <Project>{372E8E3E-29D5-4B4D-88A2-4711CD628C4E}</Project>
 
39
      <Name>Mono.Debugger.Soft</Name>
 
40
      <Private>False</Private>
 
41
    </ProjectReference>
 
42
    <ProjectReference Include="..\..\..\..\external\cecil\Mono.Cecil.csproj">
 
43
      <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
 
44
      <Name>Mono.Cecil</Name>
 
45
      <Private>False</Private>
 
46
    </ProjectReference>
 
47
    <ProjectReference Include="..\..\..\..\external\cecil\symbols\mdb\Mono.Cecil.Mdb.csproj">
 
48
      <Project>{8559DD7F-A16F-46D0-A05A-9139FAEBA8FD}</Project>
 
49
      <Name>Mono.Cecil.Mdb</Name>
 
50
      <Private>False</Private>
 
51
    </ProjectReference>
 
52
  </ItemGroup>
 
53
  <ItemGroup>
 
54
    <Compile Include="ArrayAdaptor.cs" />
 
55
    <Compile Include="FieldValueReference.cs" />
 
56
    <Compile Include="PropertyValueReference.cs" />
 
57
    <Compile Include="SoftDebuggerSession.cs" />
 
58
    <Compile Include="VariableValueReference.cs" />
 
59
    <Compile Include="SoftEvaluationContext.cs" />
 
60
    <Compile Include="SoftDebuggerAdaptor.cs" />
 
61
    <Compile Include="SoftDebuggerBacktrace.cs" />
 
62
    <Compile Include="SoftDebuggerStartInfo.cs" />
 
63
    <Compile Include="LoggingService.cs" />
 
64
    <Compile Include="AssemblyInfo.cs" />
 
65
    <Compile Include="StringAdaptor.cs" />
 
66
  </ItemGroup>
 
67
  <ItemGroup>
 
68
    <Reference Include="System" />
 
69
    <Reference Include="System.Core" />
 
70
  </ItemGroup>
 
71
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
72
  <ItemGroup>
 
73
    <None Include="Makefile.am" />
 
74
  </ItemGroup>
 
75
</Project>