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
path: root/main/src
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@xamarin.com>2015-11-11 18:57:35 +0300
committerLluis Sanchez <lluis@xamarin.com>2015-11-11 20:49:45 +0300
commita0c5725bfa4a07ff67a99a4bdff1f9cf8b638386 (patch)
treee2dfdda6ae09269c7762c1c8f40e45d7fb741c40 /main/src
parent3c1b3ca30f7b4dc76aa337ecbe6d1ac977c49018 (diff)
[Core] Fix location and name of msbuild 14 builder assembly
Diffstat (limited to 'main/src')
-rw-r--r--main/src/core/MonoDevelop.Projects.Formats.MSBuild/MonoDevelop.Projects.Formats.MSBuild.dotnet.v14.0.csproj4
1 files changed, 2 insertions, 2 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 40f6ebb3c5..71e4a3f1f8 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
@@ -8,7 +8,7 @@
<ProjectGuid>{8EE5A588-9445-48EC-97BD-BF066E7FFD51}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MonoDevelop.Projects.Formats.MSBuild</RootNamespace>
- <AssemblyName>MonoDevelop.Projects.Formats.MSBuild.dotnet.v14.0</AssemblyName>
+ <AssemblyName>MonoDevelop.Projects.Formats.MSBuild</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
@@ -16,7 +16,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
+ <OutputPath>..\..\..\build\bin\MSBuild\dotnet.14.0\</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>