ZlibStream/Directory.Build.targets

17 строки
676 B
Plaintext
Исходник Обычный вид История

2020-04-28 12:58:23 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project>
2020-04-28 12:58:23 +03:00
<!--
Directory.Build.targets is automatically picked up and imported by
Microsoft.Common.targets. This file needs to exist, even if empty so that
files in the parent directory tree, with the same name, are not imported
2021-02-20 22:11:00 +03:00
instead. They import fairly late and most other props/targets will have been
2020-04-28 12:58:23 +03:00
imported beforehand. We also don't need to add ourselves to
MSBuildAllProjects, as that is done by the file that imports us.
-->
2021-02-20 22:11:00 +03:00
<!-- Import the shared global .props file -->
<Import Project="$(MSBuildThisFileDirectory)shared-infrastructure\msbuild\targets\SixLabors.Global.targets"/>
</Project>