summaryrefslogtreecommitdiff
path: root/tests/src/Directory.Build.props
blob: d4620863f4df3d0887d9944c9698f5719320f9d7 (plain)
1
2
3
4
5
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>