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

« back to all changes in this revision

Viewing changes to external/mono-addins/Samples/TextEditor/TextEditor/TextEditor.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="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
 
6
    <ProductVersion>9.0.21022</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{3592CAFF-C74F-4036-AC22-F0D9DA31CC09}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <RootNamespace>TextEditor</RootNamespace>
 
11
    <AssemblyName>TextEditor</AssemblyName>
 
12
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
13
  </PropertyGroup>
 
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
15
    <DebugSymbols>True</DebugSymbols>
 
16
    <DebugType>full</DebugType>
 
17
    <Optimize>False</Optimize>
 
18
    <OutputPath>..\bin</OutputPath>
 
19
    <DefineConstants>DEBUG</DefineConstants>
 
20
    <ErrorReport>prompt</ErrorReport>
 
21
    <WarningLevel>4</WarningLevel>
 
22
    <PlatformTarget>x86</PlatformTarget>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
25
    <DebugType>none</DebugType>
 
26
    <Optimize>False</Optimize>
 
27
    <OutputPath>..\bin</OutputPath>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
    <PlatformTarget>x86</PlatformTarget>
 
31
  </PropertyGroup>
 
32
  <ItemGroup>
 
33
    <Reference Include="System" />
 
34
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
35
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
36
    <Reference Include="Mono.Posix" />
 
37
    <Reference Include="Mono.Addins">
 
38
      <HintPath>..\..\..\bin\Mono.Addins.dll</HintPath>
 
39
    </Reference>
 
40
  </ItemGroup>
 
41
  <ItemGroup>
 
42
    <Compile Include="Main.cs" />
 
43
    <Compile Include="gtk-gui\generated.cs" />
 
44
  </ItemGroup>
 
45
  <ItemGroup>
 
46
    <ProjectReference Include="..\TextEditorLib\TextEditorLib.csproj">
 
47
      <Project>{ED5EC705-1905-4FB6-821B-9464D60727EF}</Project>
 
48
      <Name>TextEditorLib</Name>
 
49
    </ProjectReference>
 
50
  </ItemGroup>
 
51
  <ItemGroup>
 
52
    <EmbeddedResource Include="gtk-gui\gui.stetic">
 
53
      <LogicalName>gui.stetic</LogicalName>
 
54
    </EmbeddedResource>
 
55
  </ItemGroup>
 
56
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
57
</Project>
 
 
b'\\ No newline at end of file'