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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Autotools/MonoDevelop.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>{CFC02FEC-BDF4-40B9-94D6-35E73F76A92E}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AssemblyName>MonoDevelop.Autotools</AssemblyName>
 
11
    <RootNamespace>MonoDevelop.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\MonoDevelop.Autotools\</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\MonoDevelop.Autotools\</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="..\..\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
38
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
39
      <Name>MonoDevelop.Ide</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="..\MonoDevelop.DesignerSupport\MonoDevelop.DesignerSupport.csproj">
 
48
      <Project>{2C24D515-4A2C-445C-8419-C09231913CFA}</Project>
 
49
      <Name>MonoDevelop.DesignerSupport</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="..\..\..\external\mono-addins\Mono.Addins\Mono.Addins.csproj">
 
58
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
 
59
      <Name>Mono.Addins</Name>
 
60
      <Private>False</Private>
 
61
    </ProjectReference>
 
62
  </ItemGroup>
 
63
  <ItemGroup>
 
64
    <Reference Include="Mono.Posix" />
 
65
    <Reference Include="System" />
 
66
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
67
      <SpecificVersion>False</SpecificVersion>
 
68
    </Reference>
 
69
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
70
      <SpecificVersion>False</SpecificVersion>
 
71
    </Reference>
 
72
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
73
      <SpecificVersion>False</SpecificVersion>
 
74
    </Reference>
 
75
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
76
      <SpecificVersion>False</SpecificVersion>
 
77
    </Reference>
 
78
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
79
      <SpecificVersion>False</SpecificVersion>
 
80
    </Reference>
 
81
  </ItemGroup>
 
82
  <ItemGroup>
 
83
    <Compile Include="AssemblyInfo.cs" />
 
84
    <Compile Include="AutotoolsContext.cs" />
 
85
    <Compile Include="Commands.cs" />
 
86
    <Compile Include="ConfigSection.cs" />
 
87
    <Compile Include="Handler.cs" />
 
88
    <Compile Include="IMakefileHandler.cs" />
 
89
    <Compile Include="ISimpleAutotoolsSetup.cs" />
 
90
    <Compile Include="Makefile.cs" />
 
91
    <Compile Include="Set.cs" />
 
92
    <Compile Include="SimpleProjectMakefileHandler.cs" />
 
93
    <Compile Include="SolutionDeployer.cs" />
 
94
    <Compile Include="SolutionMakefileHandler.cs" />
 
95
    <Compile Include="TemplateEngine.cs" />
 
96
    <Compile Include="gtk-gui\generated.cs" />
 
97
    <Compile Include="CustomMakefile.cs" />
 
98
    <Compile Include="MakefileGeneratorTool.cs" />
 
99
    <Compile Include="MakefileOptionPanelWidget.cs" />
 
100
    <Compile Include="MakefileOptionPanel.cs" />
 
101
    <Compile Include="MakefileProjectServiceExtension.cs" />
 
102
    <Compile Include="MakefileData.cs" />
 
103
    <Compile Include="MakefileVar.cs" />
 
104
    <Compile Include="ImportMakefileDialog.cs" />
 
105
    <Compile Include="MakefileProject.cs" />
 
106
    <Compile Include="FileNodeBuilderExtension.cs" />
 
107
    <Compile Include="TarballBuilderEditorWidget.cs" />
 
108
    <Compile Include="MakefileIntegrationFeature.cs" />
 
109
    <Compile Include="MakefileIntegrationFeatureWidget.cs" />
 
110
    <Compile Include="gtk-gui\MonoDevelop.Autotools.MakefileOptionPanelWidget.cs" />
 
111
    <Compile Include="gtk-gui\MonoDevelop.Autotools.TarballBuilderEditorWidget.cs" />
 
112
    <Compile Include="gtk-gui\MonoDevelop.Autotools.MakefileIntegrationFeatureWidget.cs" />
 
113
    <Compile Include="PropertyProvider.cs" />
 
114
    <Compile Include="GenerateMakefilesDialog.cs" />
 
115
    <Compile Include="gtk-gui\MonoDevelop.Autotools.GenerateMakefilesDialog.cs" />
 
116
    <Compile Include="MakefileSwitchEditorWidget.cs" />
 
117
    <Compile Include="gtk-gui\MonoDevelop.Autotools.MakefileSwitchEditorWidget.cs" />
 
118
    <Compile Include="MakefileSwitchEditor.cs" />
 
119
    <Compile Include="gtk-gui\MonoDevelop.Autotools.MakefileSwitchEditor.cs" />
 
120
    <Compile Include="Switch.cs" />
 
121
  </ItemGroup>
 
122
  <ItemGroup>
 
123
    <None Include="Makefile.am" />
 
124
  </ItemGroup>
 
125
  <ItemGroup>
 
126
    <Content Include="templates\Makefile.am.project.template">
 
127
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
128
    </Content>
 
129
    <Content Include="templates\Makefile.include">
 
130
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
131
    </Content>
 
132
    <Content Include="templates\autogen.sh.template">
 
133
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
134
    </Content>
 
135
    <Content Include="templates\configure.ac.template">
 
136
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
137
    </Content>
 
138
    <Content Include="templates\exe.wrapper.in.template">
 
139
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
140
    </Content>
 
141
    <Content Include="templates\package.pc.template">
 
142
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
143
    </Content>
 
144
    <Content Include="templates\Makefile.noauto.project.template">
 
145
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
146
    </Content>
 
147
    <Content Include="templates\Makefile.solution.template">
 
148
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
149
    </Content>
 
150
    <Content Include="templates\rules.make">
 
151
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
152
    </Content>
 
153
    <Content Include="templates\configure.template">
 
154
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
155
    </Content>
 
156
    <Content Include="templates\make-dist.targets">
 
157
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
158
    </Content>
 
159
    <Content Include="templates\expansions.m4">
 
160
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
161
    </Content>
 
162
  </ItemGroup>
 
163
  <ItemGroup>
 
164
    <EmbeddedResource Include="gtk-gui\gui.stetic">
 
165
      <LogicalName>gui.stetic</LogicalName>
 
166
    </EmbeddedResource>
 
167
    <EmbeddedResource Include="MonoDevelop.Autotools.addin.xml">
 
168
      <LogicalName>MonoDevelop.Autotools.addin.xml</LogicalName>
 
169
    </EmbeddedResource>
 
170
  </ItemGroup>
 
171
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
172
</Project>