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

« back to all changes in this revision

Viewing changes to src/addins/CSharpBinding/Autotools/Autotools.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>{F79A67A1-4BA2-48F8-A7DD-A72E316EF6CD}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AssemblyName>MonoDevelop.CSharpBinding.Autotools</AssemblyName>
 
11
    <RootNamespace>Autotools</RootNamespace>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>True</Optimize>
 
17
    <OutputPath>..\..\..\..\build\AddIns\BackendBindings\</OutputPath>
 
18
    <ErrorReport>prompt</ErrorReport>
 
19
    <WarningLevel>4</WarningLevel>
 
20
    <ConsolePause>False</ConsolePause>
 
21
    <Execution>
 
22
      <Execution clr-version="Net_2_0" />
 
23
    </Execution>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
26
    <DebugType>none</DebugType>
 
27
    <Optimize>True</Optimize>
 
28
    <OutputPath>..\..\..\..\build\AddIns\BackendBindings\</OutputPath>
 
29
    <ErrorReport>prompt</ErrorReport>
 
30
    <WarningLevel>4</WarningLevel>
 
31
    <ConsolePause>False</ConsolePause>
 
32
    <Execution>
 
33
      <Execution clr-version="Net_2_0" />
 
34
    </Execution>
 
35
  </PropertyGroup>
 
36
  <ItemGroup>
 
37
    <ProjectReference Include="..\..\MonoDevelop.Autotools\MonoDevelop.Autotools.csproj">
 
38
      <Project>{CFC02FEC-BDF4-40B9-94D6-35E73F76A92E}</Project>
 
39
      <Name>MonoDevelop.Autotools</Name>
 
40
      <Private>False</Private>
 
41
    </ProjectReference>
 
42
    <ProjectReference Include="..\..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
43
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
44
      <Name>MonoDevelop.Core</Name>
 
45
      <Private>False</Private>
 
46
    </ProjectReference>
 
47
    <ProjectReference Include="..\..\..\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
48
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
49
      <Name>MonoDevelop.Ide</Name>
 
50
      <Private>False</Private>
 
51
    </ProjectReference>
 
52
    <ProjectReference Include="..\CSharpBinding.csproj">
 
53
      <Project>{07CC7654-27D6-421D-A64C-0FFA40456FA2}</Project>
 
54
      <Name>CSharpBinding</Name>
 
55
      <Private>False</Private>
 
56
    </ProjectReference>
 
57
    <ProjectReference Include="..\..\..\core\Mono.Texteditor\Mono.TextEditor.csproj">
 
58
      <Project>{A2329308-3751-4DBD-9A75-5F7B8B024625}</Project>
 
59
      <Name>Mono.TextEditor</Name>
 
60
      <Private>False</Private>
 
61
    </ProjectReference>
 
62
    <ProjectReference Include="..\..\MonoDevelop.Refactoring\MonoDevelop.Refactoring.csproj">
 
63
      <Project>{100568FC-F4E8-439B-94AD-41D11724E45B}</Project>
 
64
      <Name>MonoDevelop.Refactoring</Name>
 
65
      <Private>False</Private>
 
66
    </ProjectReference>
 
67
    <ProjectReference Include="..\..\AspNet\MonoDevelop.AspNet\MonoDevelop.AspNet.csproj">
 
68
      <Project>{1CF94D07-5480-4D10-A3CD-2EBD5E87B02E}</Project>
 
69
      <Name>MonoDevelop.AspNet</Name>
 
70
      <Private>False</Private>
 
71
    </ProjectReference>
 
72
    <ProjectReference Include="..\..\MonoDevelop.DesignerSupport\MonoDevelop.DesignerSupport.csproj">
 
73
      <Project>{2C24D515-4A2C-445C-8419-C09231913CFA}</Project>
 
74
      <Name>MonoDevelop.DesignerSupport</Name>
 
75
      <Private>False</Private>
 
76
    </ProjectReference>
 
77
  </ItemGroup>
 
78
  <ItemGroup>
 
79
    <Reference Include="System" />
 
80
  </ItemGroup>
 
81
  <ItemGroup>
 
82
    <Compile Include="CSharpAutotoolsSetup.cs" />
 
83
  </ItemGroup>
 
84
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
85
  <Import Project="..\..\..\..\md.targets" />
 
86
</Project>