summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index d2a63e5ea7..60efbd763f 100644
--- a/dir.props
+++ b/dir.props
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
- <Import Project="dir.common.props" />
+ <!-- dir.common.props is imported by Directory.Build.props when building with Arcade -->
+ <Import Project="dir.common.props" Condition="'$(ArcadeBuild)' != 'true'" />
<!-- [ARCADE REMOVE] This entire file can be removed. Properties set by this file should be moved into
dir.common.props and Directory.Build.props as appropriate and projects should stop importing this. -->