VS 2019 Community - How to install MSBuild MT Task?

19 Views Asked by At

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>
0

There are 0 best solutions below