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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2017-01-07 01:49:07 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2017-01-07 01:49:07 +0300
commite3cbfcc79e4dc2c4c272fb9fe23a69170e466640 (patch)
treedb0d82971b2f10790cdd042f119aa56d37c8444f /build.proj
parent4ef4fa55c950367fdaed2749ea124ead6f8296db (diff)
parentee50077469142e399b76d0d1b28f4489d13137cf (diff)
Merge branch dev/eng into MergeMasterIntoDevEng
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.proj b/build.proj
index 39ac5727a2..dc85de187e 100644
--- a/build.proj
+++ b/build.proj
@@ -71,7 +71,7 @@
<MSBuild Projects="@(BuildToolsProject)"
ContinueOnError="ErrorAndContinue"
Condition="'%(Identity)' != ''"
- Properties="TargetGroup=%(BuildToolsProject.TargetGroup)" />
+ Properties="Configuration=%(BuildToolsProject.TargetGroup);TargetGroup=%(BuildToolsProject.TargetGroup)" />
</Target>
<Target Name="Sync" DependsOnTargets="BuildCoreFxTools">