Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@xamarin.com>2015-11-11 17:05:17 +0300
committerLluis Sanchez Gual <lluis@xamarin.com>2015-11-11 17:05:17 +0300
commitc118e7ceb9fbb3c7859460da1bf339fc30499ba9 (patch)
tree0b54ee3fe18e36cec0f6d4b58924a8c411536bc1 /main/src/core/MonoDevelop.Projects.Formats.MSBuild
parent9ebe79a9d5529515012f2b33aa113c497ecb0c5b (diff)
[Core] Fix references of msbuild14 builder
Diffstat (limited to 'main/src/core/MonoDevelop.Projects.Formats.MSBuild')
-rw-r--r--main/src/core/MonoDevelop.Projects.Formats.MSBuild/MonoDevelop.Projects.Formats.MSBuild.dotnet.v14.0.csproj20
1 files changed, 15 insertions, 5 deletions
diff --git a/main/src/core/MonoDevelop.Projects.Formats.MSBuild/MonoDevelop.Projects.Formats.MSBuild.dotnet.v14.0.csproj b/main/src/core/MonoDevelop.Projects.Formats.MSBuild/MonoDevelop.Projects.Formats.MSBuild.dotnet.v14.0.csproj
index 9843d92b48..40f6ebb3c5 100644
--- a/main/src/core/MonoDevelop.Projects.Formats.MSBuild/MonoDevelop.Projects.Formats.MSBuild.dotnet.v14.0.csproj
+++ b/main/src/core/MonoDevelop.Projects.Formats.MSBuild/MonoDevelop.Projects.Formats.MSBuild.dotnet.v14.0.csproj
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
@@ -7,9 +7,10 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8EE5A588-9445-48EC-97BD-BF066E7FFD51}</ProjectGuid>
<OutputType>Exe</OutputType>
- <RootNamespace>MonoDevelop.Projects.Formats.MSBuild.dotnet.v14.csproj</RootNamespace>
- <AssemblyName>MonoDevelop.Projects.Formats.MSBuild.dotnet.v14.0.csproj</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <RootNamespace>MonoDevelop.Projects.Formats.MSBuild</RootNamespace>
+ <AssemblyName>MonoDevelop.Projects.Formats.MSBuild.dotnet.v14.0</AssemblyName>
+ <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
+ <TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
@@ -32,10 +33,19 @@
<IntermediateOutputPath>obj\Release</IntermediateOutputPath>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
+ <PropertyGroup>
+ <StartupObject>MonoDevelop.Projects.Formats.MSBuild.MainClass</StartupObject>
+ </PropertyGroup>
<ItemGroup>
+ <Reference Include="Microsoft.Build, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
+ <Reference Include="Microsoft.Build.Framework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
+ <Reference Include="Microsoft.Build.Utilities.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="System" />
+ <Reference Include="System.Runtime.Remoting" />
+ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <None Include="app.config" />
<None Include="app.v14.0.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Link>MonoDevelop.Projects.Formats.MSBuild.exe.config</Link>