mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-25 20:18:21 +02:00
9 lines
259 B
XML
9 lines
259 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Target Name="TestTarget" AfterTargets="Build">
|
|
<Message Importance="High" Text="-------------MHM----------------" />
|
|
</Target>
|
|
|
|
</Project>
|