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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ProductVersion>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{DB96F55E-41C5-4330-A427-15A4EC028BBE}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AssemblyName>MonoDevelop.Projects.Formats.MSBuild</AssemblyName>
    <RootNamespace>MonoDevelop.Projects.Formats.MSBuild</RootNamespace>
    <BaseIntermediateOutputPath>obj\4.0</BaseIntermediateOutputPath>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <DebugSymbols>True</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>False</Optimize>
    <OutputPath>..\..\..\build\bin\MSBuild\dotnet.4.0</OutputPath>
    <DefineConstants>DEBUG</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <DebugType>none</DebugType>
    <Optimize>False</Optimize>
    <OutputPath>..\..\..\build\bin\MSBuild\dotnet.4.0</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Runtime.Remoting" />
    <Reference Include="Microsoft.Build.Framework" />
    <Reference Include="Microsoft.Build.Utilities.v4.0" />
    <Reference Include="Microsoft.Build" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Main.cs" />
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\MSBuildResult.cs" />
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\LocalLogger.cs" />
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\ILogWriter.cs" />
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\IProjectBuilder.cs" />
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\IBuildEngine.cs" />
    <Compile Include="AssemblyInfo.v4.0.cs" />
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\ProjectBuilder.v4.0.cs" />
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\BuildEngine.v4.0.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ItemGroup>
    <Folder Include="MonoDevelop.Projects.Formats.MSBuild\" />
  </ItemGroup>
  <ItemGroup>
    <None Include="MonoDevelop.Projects.Formats.MSBuild.dotnet.v4.0.exe.config">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
      <Link>MonoDevelop.Projects.Formats.MSBuild.exe.config</Link>
    </None>
  </ItemGroup>
</Project>