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

« back to all changes in this revision

Viewing changes to external/mono-addins/Samples/TextEditor/TextEditorLib/TextEditorLib.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="3.5">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>8.0.50727</ProductVersion>
 
7
    <ProjectGuid>{ED5EC705-1905-4FB6-821B-9464D60727EF}</ProjectGuid>
 
8
    <OutputType>Library</OutputType>
 
9
    <AssemblyName>TextEditorLib</AssemblyName>
 
10
    <SchemaVersion>2.0</SchemaVersion>
 
11
    <RootNamespace>TextEditorLib</RootNamespace>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>True</Optimize>
 
17
    <OutputPath>..\bin</OutputPath>
 
18
    <ErrorReport>prompt</ErrorReport>
 
19
    <WarningLevel>4</WarningLevel>
 
20
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
21
    <ConsolePause>False</ConsolePause>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
24
    <DebugType>none</DebugType>
 
25
    <Optimize>True</Optimize>
 
26
    <OutputPath>..\bin</OutputPath>
 
27
    <ErrorReport>prompt</ErrorReport>
 
28
    <WarningLevel>4</WarningLevel>
 
29
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
30
    <ConsolePause>False</ConsolePause>
 
31
  </PropertyGroup>
 
32
  <ItemGroup>
 
33
    <Reference Include="pango-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
34
      <SpecificVersion>False</SpecificVersion>
 
35
    </Reference>
 
36
    <Reference Include="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
37
      <SpecificVersion>False</SpecificVersion>
 
38
    </Reference>
 
39
    <Reference Include="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
40
      <SpecificVersion>False</SpecificVersion>
 
41
    </Reference>
 
42
    <Reference Include="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
43
      <SpecificVersion>False</SpecificVersion>
 
44
    </Reference>
 
45
    <Reference Include="System" />
 
46
    <Reference Include="Mono.Posix" />
 
47
    <Reference Include="Mono.Addins">
 
48
      <HintPath>..\..\..\bin\Mono.Addins.dll</HintPath>
 
49
    </Reference>
 
50
    <Reference Include="Mono.Addins.Gui">
 
51
      <HintPath>..\..\..\bin\Mono.Addins.Gui.dll</HintPath>
 
52
    </Reference>
 
53
  </ItemGroup>
 
54
  <ItemGroup>
 
55
    <Compile Include="AssemblyInfo.cs" />
 
56
    <Compile Include="ICommand.cs" />
 
57
    <Compile Include="gtk-gui\generated.cs" />
 
58
    <Compile Include="MainWindow.cs" />
 
59
    <Compile Include="gtk-gui\MainWindow.cs" />
 
60
    <Compile Include="TextEditorApp.cs" />
 
61
    <Compile Include="Commands\CopyCommand.cs" />
 
62
    <Compile Include="Commands\CutCommand.cs" />
 
63
    <Compile Include="Commands\NewCommand.cs" />
 
64
    <Compile Include="Commands\OpenCommand.cs" />
 
65
    <Compile Include="Commands\PasteCommand.cs" />
 
66
    <Compile Include="Commands\SaveCommand.cs" />
 
67
    <Compile Include="ExtensionNodes\MenuItemNode.cs" />
 
68
    <Compile Include="ExtensionNodes\MenuSeparatorNode.cs" />
 
69
    <Compile Include="ExtensionNodes\SubmenuNode.cs" />
 
70
    <Compile Include="ExtensionNodes\ToolButtonNode.cs" />
 
71
    <Compile Include="ExtensionNodes\ToolSeparatorNode.cs" />
 
72
    <Compile Include="ExtensionNodes\MenuNode.cs" />
 
73
    <Compile Include="ExtensionNodes\ToolbarNode.cs" />
 
74
    <Compile Include="Commands\ExitCommand.cs" />
 
75
    <Compile Include="OpenFileCondition.cs" />
 
76
    <Compile Include="ExtensionNodes\TemplateCategoryNode.cs" />
 
77
    <Compile Include="ExtensionNodes\FileTemplateNode.cs" />
 
78
    <Compile Include="Commands\SetupCommand.cs" />
 
79
  </ItemGroup>
 
80
  <ItemGroup>
 
81
    <EmbeddedResource Include="gtk-gui\gui.stetic">
 
82
      <LogicalName>gui.stetic</LogicalName>
 
83
    </EmbeddedResource>
 
84
    <EmbeddedResource Include="Templates\ChangeLogTemplate.txt">
 
85
      <LogicalName>ChangeLogTemplate.txt</LogicalName>
 
86
    </EmbeddedResource>
 
87
    <EmbeddedResource Include="Templates\DotConfigTemplate.txt">
 
88
      <LogicalName>DotConfigTemplate.txt</LogicalName>
 
89
    </EmbeddedResource>
 
90
    <EmbeddedResource Include="Templates\TextEditor.addin.xml">
 
91
      <LogicalName>TextEditor.addin.xml</LogicalName>
 
92
    </EmbeddedResource>
 
93
    <EmbeddedResource Include="Templates\WorkReport.txt">
 
94
      <LogicalName>WorkReport.txt</LogicalName>
 
95
    </EmbeddedResource>
 
96
  </ItemGroup>
 
97
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
98
  <ProjectExtensions>
 
99
    <MonoDevelop>
 
100
      <Properties>
 
101
        <Deployment.LinuxDeployData scriptName="texteditorlib" generatePcFile="False" />
 
102
        <MonoDevelop.Autotools.MakefileInfo RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
 
103
          <BuildFilesVar Sync="True" Name="FILES" />
 
104
          <DeployFilesVar Sync="True" Name="DATA_FILES" />
 
105
          <ResourcesVar Sync="True" Name="RESOURCES" />
 
106
          <OthersVar />
 
107
          <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
 
108
          <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
 
109
          <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
 
110
        </MonoDevelop.Autotools.MakefileInfo>
 
111
      </Properties>
 
112
    </MonoDevelop>
 
113
  </ProjectExtensions>
 
114
</Project>
 
 
b'\\ No newline at end of file'