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

« back to all changes in this revision

Viewing changes to src/addins/CBinding/CBinding.Autotools/CBinding.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>{B841F25D-4F6D-4E0D-885F-212B54381F28}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AssemblyName>MonoDevelop.CBinding.Autotools</AssemblyName>
 
11
    <RootNamespace>CBinding.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="..\CBinding.csproj">
 
43
      <Project>{7B57882B-AD46-469B-84E7-06DF98D11468}</Project>
 
44
      <Name>CBinding</Name>
 
45
      <Private>False</Private>
 
46
    </ProjectReference>
 
47
    <ProjectReference Include="..\..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
48
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
49
      <Name>MonoDevelop.Core</Name>
 
50
      <Private>False</Private>
 
51
    </ProjectReference>
 
52
    <ProjectReference Include="..\..\Deployment\MonoDevelop.Deployment\MonoDevelop.Deployment.csproj">
 
53
      <Project>{9BC670A8-1851-40EC-9685-279F4C98433D}</Project>
 
54
      <Name>MonoDevelop.Deployment</Name>
 
55
      <Private>False</Private>
 
56
    </ProjectReference>
 
57
    <ProjectReference Include="..\..\..\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
58
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
59
      <Name>MonoDevelop.Ide</Name>
 
60
      <Private>False</Private>
 
61
    </ProjectReference>
 
62
    <ProjectReference Include="..\..\MonoDevelop.DesignerSupport\MonoDevelop.DesignerSupport.csproj">
 
63
      <Project>{2C24D515-4A2C-445C-8419-C09231913CFA}</Project>
 
64
      <Name>MonoDevelop.DesignerSupport</Name>
 
65
      <Private>False</Private>
 
66
    </ProjectReference>
 
67
    <ProjectReference Include="..\..\..\core\Mono.Texteditor\Mono.TextEditor.csproj">
 
68
      <Project>{A2329308-3751-4DBD-9A75-5F7B8B024625}</Project>
 
69
      <Name>Mono.TextEditor</Name>
 
70
      <Private>False</Private>
 
71
    </ProjectReference>
 
72
  </ItemGroup>
 
73
  <ItemGroup>
 
74
    <Reference Include="System" />
 
75
  </ItemGroup>
 
76
  <ItemGroup>
 
77
    <Compile Include="CAutotoolsSetup.cs" />
 
78
    <Compile Include="AssemblyInfo.cs" />
 
79
  </ItemGroup>
 
80
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
81
</Project>