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

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.DocFood/MonoDevelop.DocFood.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>{875D389F-48D1-4D46-BFC6-998837DD6AE0}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <RootNamespace>MonoDevelop.DocFood</RootNamespace>
 
11
    <AssemblyName>MonoDevelop.DocFood</AssemblyName>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>False</Optimize>
 
17
    <OutputPath>..\..\..\build\AddIns\BackendBindings\</OutputPath>
 
18
    <DefineConstants>DEBUG</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
    <Externalconsole>True</Externalconsole>
 
22
    <CustomCommands>
 
23
      <CustomCommands>
 
24
        <Command type="Execute" command="../../../main/build/bin/MonoDevelop.exe" />
 
25
      </CustomCommands>
 
26
    </CustomCommands>
 
27
  </PropertyGroup>
 
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
29
    <DebugType>none</DebugType>
 
30
    <Optimize>False</Optimize>
 
31
    <OutputPath>..\..\..\build\AddIns\BackendBindings\</OutputPath>
 
32
    <ErrorReport>prompt</ErrorReport>
 
33
    <WarningLevel>4</WarningLevel>
 
34
    <Externalconsole>True</Externalconsole>
 
35
  </PropertyGroup>
 
36
  <ItemGroup>
 
37
    <Reference Include="System" />
 
38
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
39
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
40
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
41
    <Reference Include="System.Xml" />
 
42
    <Reference Include="System.Core" />
 
43
    <Reference Include="Mono.Posix" />
 
44
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
45
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
46
  </ItemGroup>
 
47
  <ItemGroup>
 
48
    <Compile Include="Main.cs" />
 
49
    <Compile Include="AssemblyInfo.cs" />
 
50
    <Compile Include="MonoDevelop.DocFood\DocFoodTextEditorExtension.cs" />
 
51
    <Compile Include="MonoDevelop.DocFood\DocGenerator.cs" />
 
52
    <Compile Include="MonoDevelop.DocFood\Section.cs" />
 
53
    <Compile Include="MonoDevelop.DocFood\DocConfig.cs" />
 
54
    <Compile Include="MonoDevelop.DocFood\IfStatement.cs" />
 
55
    <Compile Include="MonoDevelop.DocFood\Node.cs" />
 
56
    <Compile Include="MonoDevelop.DocFood\IfNotStatement.cs" />
 
57
    <Compile Include="gtk-gui\generated.cs" />
 
58
    <Compile Include="MonoDevelop.DocFood\Commands.cs" />
 
59
    <Compile Include="MonoDevelop.DocFood.Options\AcronymsPanelWidget.cs" />
 
60
    <Compile Include="gtk-gui\MonoDevelop.DocFood.Options.AcronymsPanelWidget.cs" />
 
61
    <Compile Include="MonoDevelop.DocFood.Options\OptionsPanelWidget.cs" />
 
62
    <Compile Include="MonoDevelop.DocFood.Options\RulesPanelWidget.cs" />
 
63
    <Compile Include="MonoDevelop.DocFood.Options\OfTheReorderingWidget.cs" />
 
64
    <Compile Include="MonoDevelop.DocFood.Options\NoTheReorderingWidget.cs" />
 
65
    <Compile Include="gtk-gui\MonoDevelop.DocFood.Options.OfTheReorderingWidget.cs" />
 
66
    <Compile Include="gtk-gui\MonoDevelop.DocFood.Options.NoTheReorderingWidget.cs" />
 
67
    <Compile Include="gtk-gui\MonoDevelop.DocFood.Options.OptionsPanelWidget.cs" />
 
68
    <Compile Include="gtk-gui\MonoDevelop.DocFood.Options.RulesPanelWidget.cs" />
 
69
    <Compile Include="MonoDevelop.DocFood.Options\ExpansionsPanelWidget.cs" />
 
70
    <Compile Include="gtk-gui\MonoDevelop.DocFood.Options.ExpansionsPanelWidget.cs" />
 
71
    <Compile Include="MonoDevelop.DocFood\SwitchStatement.cs" />
 
72
    <Compile Include="MonoDevelop.DocFood\MemberVisitor.cs" />
 
73
  </ItemGroup>
 
74
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
75
  <ItemGroup>
 
76
    <EmbeddedResource Include="DocFood.addin.xml">
 
77
      <LogicalName>DocFood.addin.xml</LogicalName>
 
78
    </EmbeddedResource>
 
79
    <EmbeddedResource Include="DocFood.config.xml">
 
80
      <LogicalName>DocFood.config.xml</LogicalName>
 
81
    </EmbeddedResource>
 
82
    <EmbeddedResource Include="gtk-gui\gui.stetic">
 
83
      <LogicalName>gui.stetic</LogicalName>
 
84
    </EmbeddedResource>
 
85
  </ItemGroup>
 
86
  <ItemGroup>
 
87
    <Folder Include="MonoDevelop.DocFood\" />
 
88
    <Folder Include="MonoDevelop.DocFood.Options\" />
 
89
  </ItemGroup>
 
90
  <ItemGroup>
 
91
    <ProjectReference Include="..\..\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
92
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
93
      <Name>MonoDevelop.Ide</Name>
 
94
      <Private>False</Private>
 
95
    </ProjectReference>
 
96
    <ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
97
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
98
      <Name>MonoDevelop.Core</Name>
 
99
      <Private>False</Private>
 
100
    </ProjectReference>
 
101
    <ProjectReference Include="..\MonoDevelop.Refactoring\MonoDevelop.Refactoring.csproj">
 
102
      <Project>{100568FC-F4E8-439B-94AD-41D11724E45B}</Project>
 
103
      <Name>MonoDevelop.Refactoring</Name>
 
104
      <Private>False</Private>
 
105
    </ProjectReference>
 
106
    <ProjectReference Include="..\..\core\Mono.Texteditor\Mono.TextEditor.csproj">
 
107
      <Project>{A2329308-3751-4DBD-9A75-5F7B8B024625}</Project>
 
108
      <Name>Mono.TextEditor</Name>
 
109
      <Private>False</Private>
 
110
    </ProjectReference>
 
111
    <ProjectReference Include="..\..\..\external\nrefactory\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj">
 
112
      <Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project>
 
113
      <Name>ICSharpCode.NRefactory</Name>
 
114
      <Private>False</Private>
 
115
    </ProjectReference>
 
116
    <ProjectReference Include="..\..\..\external\nrefactory\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj">
 
117
      <Project>{53DCA265-3C3C-42F9-B647-F72BA678122B}</Project>
 
118
      <Name>ICSharpCode.NRefactory.CSharp</Name>
 
119
      <Private>False</Private>
 
120
    </ProjectReference>
 
121
    <ProjectReference Include="..\MonoDevelop.SourceEditor2\MonoDevelop.SourceEditor.csproj">
 
122
      <Project>{F8F92AA4-A376-4679-A9D4-60E7B7FBF477}</Project>
 
123
      <Name>MonoDevelop.SourceEditor</Name>
 
124
      <Private>False</Private>
 
125
    </ProjectReference>
 
126
    <ProjectReference Include="..\..\core\Mono.Debugging\Mono.Debugging.csproj">
 
127
      <Project>{90C99ADB-7D4B-4EB4-98C2-40BD1B14C7D2}</Project>
 
128
      <Name>Mono.Debugging</Name>
 
129
      <Private>False</Private>
 
130
    </ProjectReference>
 
131
    <ProjectReference Include="..\MonoDevelop.Debugger\MonoDevelop.Debugger.csproj">
 
132
      <Project>{2357AABD-08C7-4808-A495-8FF2D3CDFDB0}</Project>
 
133
      <Name>MonoDevelop.Debugger</Name>
 
134
      <Private>False</Private>
 
135
    </ProjectReference>
 
136
    <ProjectReference Include="..\MonoDevelop.DesignerSupport\MonoDevelop.DesignerSupport.csproj">
 
137
      <Project>{2C24D515-4A2C-445C-8419-C09231913CFA}</Project>
 
138
      <Name>MonoDevelop.DesignerSupport</Name>
 
139
      <Private>False</Private>
 
140
    </ProjectReference>
 
141
  </ItemGroup>
 
142
</Project>