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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2016-12-09 02:58:35 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-01-14 09:26:09 +0300
commitc7569b92178234b295afd3a708dcd9110fac5656 (patch)
treea86932b241d8a0c8a9341509d1d0b451a3b68df0 /main/MonoDevelop.props
parent55c2986b8ecec4a51460df1f17b3c4a4c6f9075d (diff)
[build] Editing custom targets should dirty build
Diffstat (limited to 'main/MonoDevelop.props')
-rw-r--r--main/MonoDevelop.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/MonoDevelop.props b/main/MonoDevelop.props
index cc44e51213..55fbe3f65b 100644
--- a/main/MonoDevelop.props
+++ b/main/MonoDevelop.props
@@ -4,6 +4,7 @@
<MonoDevelopRootDir>$(MSBuildThisFileDirectory)</MonoDevelopRootDir>
<CustomBeforeMicrosoftCommonTargets>$(MonoDevelopRootDir)\msbuild\MonoDevelop.BeforeCommon.targets</CustomBeforeMicrosoftCommonTargets>
<CustomAfterMicrosoftCommonTargets>$(MonoDevelopRootDir)\msbuild\MonoDevelop.AfterCommon.targets</CustomAfterMicrosoftCommonTargets>
+ <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>
<Import Project="$(MonoDevelopRootDir)\msbuild\MonoDevelop.BeforeCommon.props" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />