mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
8 lines
356 B
XML
8 lines
356 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<Target Name="KillPowerLauncher" BeforeTargets="PreBuildEvent;BeforeClean">
|
|
<Message Text="Killing process 'PowerLauncher.exe'" Importance="normal" ContinueOnError="true" />
|
|
<Exec Command="taskkill /f /im PowerLauncher.exe" ContinueOnError="true"/>
|
|
</Target>
|
|
|
|
</Project> |