summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-05-18 14:24:59 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-05-18 14:24:59 -0700
commitf2e56b4473213650ec949da19500136427314116 (patch)
tree8bfabeeac57db90e14226be781636e8411f46f72 /dir.props
parentc7f81da14a30b0f4159c8c37fc8f323ed24aa45d (diff)
downloadcoreclr-f2e56b4473213650ec949da19500136427314116.tar.gz
coreclr-f2e56b4473213650ec949da19500136427314116.tar.bz2
coreclr-f2e56b4473213650ec949da19500136427314116.zip
Get rid of double-import of Buildversion.targets
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 0 insertions, 2 deletions
diff --git a/dir.props b/dir.props
index 92272d3a92..3b3cb21039 100644
--- a/dir.props
+++ b/dir.props
@@ -87,8 +87,6 @@
<OutputPath Condition="'$(OutputPath)' == ''">$(BinDir)</OutputPath>
</PropertyGroup>
- <Import Condition="Exists('$(ToolsDir)BuildVersion.targets')" Project="$(ToolsDir)BuildVersion.targets" />
-
<!-- Import Build tools common props file where repo-independent properties are found -->
<Import Condition="Exists('$(ToolsDir)Build.Common.props')" Project="$(ToolsDir)Build.Common.props" />