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 <lluis@xamarin.com>2015-12-16 18:52:34 +0300
committerLluis Sanchez <lluis@xamarin.com>2016-01-12 14:45:59 +0300
commit61bf3bd28882e3feaba482b74375e592aacc5445 (patch)
tree654ca89a627dad615c9b827ac5f3df099dc42d66 /main/src/core/MonoDevelop.Core/MonoDevelop.Projects.MSBuild/MSBuildImport.cs
parent2e372684ff34864b7ce95e619f7c6b64eae01ec1 (diff)
When renaming a shared project, also rename the imported projitems file
Diffstat (limited to 'main/src/core/MonoDevelop.Core/MonoDevelop.Projects.MSBuild/MSBuildImport.cs')
-rw-r--r--main/src/core/MonoDevelop.Core/MonoDevelop.Projects.MSBuild/MSBuildImport.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.MSBuild/MSBuildImport.cs b/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.MSBuild/MSBuildImport.cs
index 4115627e2f..bc821dad2e 100644
--- a/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.MSBuild/MSBuildImport.cs
+++ b/main/src/core/MonoDevelop.Core/MonoDevelop.Projects.MSBuild/MSBuildImport.cs
@@ -33,7 +33,7 @@ namespace MonoDevelop.Projects.MSBuild
{
string target;
- static readonly string [] knownAttributes = { "Project", "Condition", "Label" };
+ static readonly string [] knownAttributes = { "Project", "Label", "Condition" };
internal override string [] GetKnownAttributes ()
{