summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index 765d13c9f7..51fe6fcd56 100644
--- a/dir.props
+++ b/dir.props
@@ -72,7 +72,7 @@
</PropertyGroup>
<!-- Import Build tools common props file where repo-independent properties are found -->
- <Import Project="$(ToolsDir)Build.Common.props" />
+ <Import Condition="Exists('$(ToolsDir)Build.Common.props')" Project="$(ToolsDir)Build.Common.props" />
<!-- Common nuget properties -->