From e39caabfc47a14ee04659a696f758853fd3f0039 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Karla=C5=A1?= Date: Thu, 5 Nov 2015 16:45:45 +0100 Subject: [PATCH] Revert 8862921b8611220f5d744f5b7f5d7e064a9769b6 --- .../Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Engine.cs | 2 +- mcs/tools/xbuild/data/12.0/Microsoft.Common.targets | 4 ++-- mcs/tools/xbuild/data/14.0/Microsoft.Common.targets | 4 ++-- mcs/tools/xbuild/data/2.0/Microsoft.Common.targets | 4 ++-- mcs/tools/xbuild/data/3.5/Microsoft.Common.targets | 4 ++-- mcs/tools/xbuild/data/4.0/Microsoft.Common.targets | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Engine.cs b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Engine.cs index fe7150eee1c..8cd12c087d7 100644 --- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Engine.cs +++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Engine.cs @@ -93,7 +93,7 @@ namespace Microsoft.Build.BuildEngine { { this.binPath = binPath; this.buildEnabled = true; - this.projects = new Dictionary (StringComparer.OrdinalIgnoreCase); + this.projects = new Dictionary (); this.eventSource = new EventSource (); this.loggers = new List (); this.buildStarted = false; diff --git a/mcs/tools/xbuild/data/12.0/Microsoft.Common.targets b/mcs/tools/xbuild/data/12.0/Microsoft.Common.targets index 3c27732bf4f..fdf43ccd488 100644 --- a/mcs/tools/xbuild/data/12.0/Microsoft.Common.targets +++ b/mcs/tools/xbuild/data/12.0/Microsoft.Common.targets @@ -328,13 +328,13 @@ + Condition="'$(BuildingSolutionFile)' == 'true'"> - + diff --git a/mcs/tools/xbuild/data/14.0/Microsoft.Common.targets b/mcs/tools/xbuild/data/14.0/Microsoft.Common.targets index 36f12559863..d420c093660 100644 --- a/mcs/tools/xbuild/data/14.0/Microsoft.Common.targets +++ b/mcs/tools/xbuild/data/14.0/Microsoft.Common.targets @@ -313,13 +313,13 @@ + Condition="'$(BuildingSolutionFile)' == 'true'"> - + diff --git a/mcs/tools/xbuild/data/2.0/Microsoft.Common.targets b/mcs/tools/xbuild/data/2.0/Microsoft.Common.targets index 079b8e092a2..31fd0bc580a 100644 --- a/mcs/tools/xbuild/data/2.0/Microsoft.Common.targets +++ b/mcs/tools/xbuild/data/2.0/Microsoft.Common.targets @@ -194,13 +194,13 @@ + Condition="'$(BuildingSolutionFile)' == 'true'"> - + diff --git a/mcs/tools/xbuild/data/3.5/Microsoft.Common.targets b/mcs/tools/xbuild/data/3.5/Microsoft.Common.targets index c3f560a5f0e..5e5a5679eba 100644 --- a/mcs/tools/xbuild/data/3.5/Microsoft.Common.targets +++ b/mcs/tools/xbuild/data/3.5/Microsoft.Common.targets @@ -224,13 +224,13 @@ + Condition="'$(BuildingSolutionFile)' == 'true'"> - + diff --git a/mcs/tools/xbuild/data/4.0/Microsoft.Common.targets b/mcs/tools/xbuild/data/4.0/Microsoft.Common.targets index 47b6b7f36e0..832b54fbefc 100644 --- a/mcs/tools/xbuild/data/4.0/Microsoft.Common.targets +++ b/mcs/tools/xbuild/data/4.0/Microsoft.Common.targets @@ -328,13 +328,13 @@ + Condition="'$(BuildingSolutionFile)' == 'true'"> - + -- 2.11.4.GIT