summaryrefslogtreecommitdiff
path: root/tests/src/Directory.Build.targets
blob: f3439a7b9026c953905937e7dfc9ab7cf24e018a (plain)
1
2
3
4
5
6
<Project>
  <!-- SDK Style projects auto-magically include this file. 
       We include the dir.targets for them here so they partake in the old 
       style of build without them needing to explicitly include anything -->
  <Import Project="dir.targets" Condition="'$(UsingMicrosoftNETSdk)' == 'true'" />
</Project>