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

« back to all changes in this revision

Viewing changes to src/tools/mdhost/mdhost.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="4.0">
 
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>{BFE8691A-D323-4622-9021-7B8B27F81599}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <AssemblyName>mdhost</AssemblyName>
 
11
    <RootNamespace>mdhost</RootNamespace>
 
12
    <OutputPath>..\..\..\build\bin\</OutputPath>
 
13
  </PropertyGroup>
 
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
15
    <DebugSymbols>True</DebugSymbols>
 
16
    <DebugType>full</DebugType>
 
17
    <Optimize>False</Optimize>
 
18
    <ErrorReport>prompt</ErrorReport>
 
19
    <WarningLevel>4</WarningLevel>
 
20
    <Execution>
 
21
      <Execution clr-version="Net_2_0" />
 
22
    </Execution>
 
23
    <PlatformTarget>x86</PlatformTarget>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
26
    <DebugType>none</DebugType>
 
27
    <Optimize>True</Optimize>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
    <Execution>
 
31
      <Execution clr-version="Net_2_0" />
 
32
    </Execution>
 
33
    <PlatformTarget>x86</PlatformTarget>
 
34
  </PropertyGroup>
 
35
  <ItemGroup>
 
36
    <ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
37
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
38
      <Name>MonoDevelop.Core</Name>
 
39
      <Private>False</Private>
 
40
    </ProjectReference>
 
41
    <ProjectReference Include="..\..\..\external\mono-addins\Mono.Addins\Mono.Addins.csproj">
 
42
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
 
43
      <Name>Mono.Addins</Name>
 
44
      <Private>False</Private>
 
45
    </ProjectReference>
 
46
  </ItemGroup>
 
47
  <ItemGroup>
 
48
    <Reference Include="System.Runtime.Remoting" />
 
49
    <Reference Include="Mono.Posix" />
 
50
    <Reference Include="System" />
 
51
  </ItemGroup>
 
52
  <ItemGroup>
 
53
    <Compile Include="src\AssemblyInfo.cs" />
 
54
    <Compile Include="src\mdhost.cs" />
 
55
  </ItemGroup>
 
56
  <ItemGroup>
 
57
    <None Include="app.config" />
 
58
  </ItemGroup>
 
59
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
60
</Project>