Add empty Directory.Build.props to ql subdirectory

This commit is contained in:
Tamas Vajk
2024-05-21 09:30:22 +02:00
parent cecaa0de3a
commit c9b4e83e73

View File

@@ -0,0 +1,6 @@
<Project>
<!--
This .props file contains an intentionally empty <Project> node. It's resetting the top level Directory.Build.props
so that the settings are ignored in QL (integration) tests.
-->
</Project>