Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MonoDevelop.Autotools.csproj « MonoDevelop.Autotools « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18f006626510978785623c30d29c83bb9af0de67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  <Import Project="..\..\..\MonoDevelop.props" />
  <Import Project="$(ReferencesGtk)" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{CFC02FEC-BDF4-40B9-94D6-35E73F76A92E}</ProjectGuid>
    <TargetFrameworkVersion>$(MDFrameworkVersion)</TargetFrameworkVersion>
    <OutputPath>..\..\..\build\AddIns\MonoDevelop.Autotools\</OutputPath>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
  <ItemGroup>
    <ProjectReference Include="..\..\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
      <Name>MonoDevelop.Ide</Name>
      <Private>False</Private>
    </ProjectReference>
    <ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
      <Name>MonoDevelop.Core</Name>
      <Private>False</Private>
    </ProjectReference>
    <ProjectReference Include="..\MonoDevelop.DesignerSupport\MonoDevelop.DesignerSupport.csproj">
      <Project>{2C24D515-4A2C-445C-8419-C09231913CFA}</Project>
      <Name>MonoDevelop.DesignerSupport</Name>
      <Private>False</Private>
    </ProjectReference>
    <ProjectReference Include="..\Deployment\MonoDevelop.Deployment\MonoDevelop.Deployment.csproj">
      <Project>{9BC670A8-1851-40EC-9685-279F4C98433D}</Project>
      <Name>MonoDevelop.Deployment</Name>
      <Private>False</Private>
    </ProjectReference>
    <ProjectReference Include="..\..\..\external\mono-addins\Mono.Addins\Mono.Addins.csproj">
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
      <Name>Mono.Addins</Name>
      <Private>False</Private>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="AutotoolsContext.cs" />
    <Compile Include="Commands.cs" />
    <Compile Include="ConfigSection.cs" />
    <Compile Include="Handler.cs" />
    <Compile Include="IMakefileHandler.cs" />
    <Compile Include="ISimpleAutotoolsSetup.cs" />
    <Compile Include="Makefile.cs" />
    <Compile Include="Set.cs" />
    <Compile Include="SimpleProjectMakefileHandler.cs" />
    <Compile Include="SolutionDeployer.cs" />
    <Compile Include="SolutionMakefileHandler.cs" />
    <Compile Include="TemplateEngine.cs" />
    <Compile Include="CustomMakefile.cs" />
    <Compile Include="MakefileGeneratorTool.cs" />
    <Compile Include="MakefileOptionPanelWidget.cs" />
    <Compile Include="MakefileOptionPanel.cs" />
    <Compile Include="MakefileProjectServiceExtension.cs" />
    <Compile Include="MakefileData.cs" />
    <Compile Include="MakefileVar.cs" />
    <Compile Include="ImportMakefileDialog.cs" />
    <Compile Include="MakefileProject.cs" />
    <Compile Include="FileNodeBuilderExtension.cs" />
    <Compile Include="TarballBuilderEditorWidget.cs" />
    <Compile Include="MakefileIntegrationFeatureWidget.cs" />
    <Compile Include="PropertyProvider.cs" />
    <Compile Include="GenerateMakefilesDialog.cs" />
    <Compile Include="MakefileSwitchEditorWidget.cs" />
    <Compile Include="MakefileSwitchEditor.cs" />
    <Compile Include="Switch.cs" />
    <Compile Include="AddinInfo.cs" />
    <Compile Include="Gui\MonoDevelop.Autotools.GenerateMakefilesDialog.cs" />
    <Compile Include="Gui\MonoDevelop.Autotools.MakefileIntegrationFeatureWidget.cs" />
    <Compile Include="Gui\MonoDevelop.Autotools.MakefileOptionPanelWidget.cs" />
    <Compile Include="Gui\MonoDevelop.Autotools.MakefileSwitchEditor.cs" />
    <Compile Include="Gui\MonoDevelop.Autotools.MakefileSwitchEditorWidget.cs" />
    <Compile Include="Gui\MonoDevelop.Autotools.TarballBuilderEditorWidget.cs" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="templates\Makefile.am.project.template">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="templates\Makefile.include">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="templates\autogen.sh.template">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="templates\configure.ac.template">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="templates\exe.wrapper.in.template">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="templates\package.pc.template">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="templates\Makefile.noauto.project.template">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="templates\Makefile.solution.template">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="templates\rules.make">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="templates\configure.template">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="templates\make-dist.targets">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="templates\expansions.m4">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="MonoDevelop.Autotools.addin.xml" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>