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

« back to all changes in this revision

Viewing changes to external/mono-addins/Samples/TextEditor/TextEditor.Xml/TextEditor.Xml.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>{4EFD5979-4000-4A32-A687-33D140081F1C}</ProjectGuid>
 
8
    <OutputType>Library</OutputType>
 
9
    <AssemblyName>XmlAddin</AssemblyName>
 
10
    <SchemaVersion>2.0</SchemaVersion>
 
11
    <RootNamespace>TextEditor.Xml</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="System.Xml" />
 
47
    <Reference Include="Mono.Posix" />
 
48
    <Reference Include="Mono.Addins">
 
49
      <HintPath>..\..\..\bin\Mono.Addins.dll</HintPath>
 
50
    </Reference>
 
51
  </ItemGroup>
 
52
  <ItemGroup>
 
53
    <ProjectReference Include="..\TextEditorLib\TextEditorLib.csproj">
 
54
      <Project>{ED5EC705-1905-4FB6-821B-9464D60727EF}</Project>
 
55
      <Name>TextEditorLib</Name>
 
56
    </ProjectReference>
 
57
  </ItemGroup>
 
58
  <ItemGroup>
 
59
    <Compile Include="AssemblyInfo.cs" />
 
60
    <Compile Include="FormatXmlCommand.cs" />
 
61
  </ItemGroup>
 
62
  <ItemGroup>
 
63
    <EmbeddedResource Include="TextEditor.Xml.addin.xml">
 
64
      <LogicalName>TextEditor.Xml.addin.xml</LogicalName>
 
65
    </EmbeddedResource>
 
66
    <EmbeddedResource Include="EmptyFile.xml">
 
67
      <LogicalName>EmptyFile.xml</LogicalName>
 
68
    </EmbeddedResource>
 
69
  </ItemGroup>
 
70
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
71
  <ProjectExtensions>
 
72
    <MonoDevelop>
 
73
      <Properties>
 
74
        <Deployment.LinuxDeployData scriptName="texteditor.xml" generatePcFile="False" />
 
75
        <MonoDevelop.Autotools.MakefileInfo RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
 
76
          <BuildFilesVar Sync="True" Name="FILES" />
 
77
          <DeployFilesVar Sync="True" Name="DATA_FILES" />
 
78
          <ResourcesVar Sync="True" Name="RESOURCES" />
 
79
          <OthersVar />
 
80
          <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
 
81
          <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
 
82
          <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
 
83
        </MonoDevelop.Autotools.MakefileInfo>
 
84
      </Properties>
 
85
    </MonoDevelop>
 
86
  </ProjectExtensions>
 
87
</Project>
 
 
b'\\ No newline at end of file'