summaryrefslogtreecommitdiff
path: root/tests/src/Directory.Build.props
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Directory.Build.props')
-rw-r--r--tests/src/Directory.Build.props6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/src/Directory.Build.props b/tests/src/Directory.Build.props
new file mode 100644
index 0000000000..d4620863f4
--- /dev/null
+++ b/tests/src/Directory.Build.props
@@ -0,0 +1,6 @@
+<Project>
+ <!-- SDK Style projects auto-magically include this file.
+ We include the dir.props for them here so they partake in the old
+ style of build without them needing to explicitly include anything -->
+ <Import Project="dir.props" Condition="'$(UsingMicrosoftNETSdk)' == 'true'" />
+</Project>