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

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Projects.Formats.MSBuild/MonoDevelop.Projects.Formats.MSBuild.dotnet.v4.0.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>{DB96F55E-41C5-4330-A427-15A4EC028BBE}</ProjectGuid>
 
9
    <OutputType>WinExe</OutputType>
 
10
    <AssemblyName>MonoDevelop.Projects.Formats.MSBuild</AssemblyName>
 
11
    <RootNamespace>MonoDevelop.Projects.Formats.MSBuild</RootNamespace>
 
12
    <BaseIntermediateOutputPath>obj\4.0</BaseIntermediateOutputPath>
 
13
  </PropertyGroup>
 
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
15
    <DebugSymbols>True</DebugSymbols>
 
16
    <DebugType>full</DebugType>
 
17
    <Optimize>False</Optimize>
 
18
    <OutputPath>..\..\..\build\bin\MSBuild\dotnet.4.0</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>..\..\..\build\bin\MSBuild\dotnet.4.0</OutputPath>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
    <PlatformTarget>x86</PlatformTarget>
 
31
  </PropertyGroup>
 
32
  <ItemGroup>
 
33
    <Reference Include="System" />
 
34
    <Reference Include="System.Runtime.Remoting" />
 
35
    <Reference Include="Microsoft.Build.Framework" />
 
36
    <Reference Include="Microsoft.Build.Utilities.v4.0" />
 
37
    <Reference Include="Microsoft.Build" />
 
38
    <Reference Include="System.Core" />
 
39
    <Reference Include="System.Xml" />
 
40
  </ItemGroup>
 
41
  <ItemGroup>
 
42
    <Compile Include="Main.cs" />
 
43
    <Compile Include="AssemblyInfo.cs" />
 
44
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\MSBuildResult.cs" />
 
45
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\LocalLogger.cs" />
 
46
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\ILogWriter.cs" />
 
47
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\IProjectBuilder.cs" />
 
48
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\IBuildEngine.cs" />
 
49
    <Compile Include="AssemblyInfo.v4.0.cs" />
 
50
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\ProjectBuilder.v4.0.cs" />
 
51
    <Compile Include="MonoDevelop.Projects.Formats.MSBuild\BuildEngine.v4.0.cs" />
 
52
  </ItemGroup>
 
53
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
54
  <ItemGroup>
 
55
    <Folder Include="MonoDevelop.Projects.Formats.MSBuild\" />
 
56
  </ItemGroup>
 
57
  <ItemGroup>
 
58
    <None Include="MonoDevelop.Projects.Formats.MSBuild.dotnet.v4.0.exe.config">
 
59
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
60
      <Link>MonoDevelop.Projects.Formats.MSBuild.exe.config</Link>
 
61
    </None>
 
62
  </ItemGroup>
 
63
</Project>