How can I install the MT Task with VS 2019? Which option at the installer includes this task? Or do I have to install the VS 2019 Build tools additionally?
Tried to use the MT task in a build target like this:
<Target Name="CreateEmbedManifest">
<MT EmbedManifest="true" />
</Target>