0

I want to use build engine api in one of my project. I know that these are pre-installed with visual studio. I want to know that does it really required visual studio full installation to use these api or can I get the re-distributable for it? I am seeking a way whether can I avoid visual studio installation?

Any help will be appreciated. Thanks, Omky

Omkar
  • 2,061
  • 8
  • 29
  • 54

1 Answers1

1

That is included in .NET, so you just need to redistribute the appropriate version of .NET (full profile - client profile does not include MSBuild).

Filburt
  • 16,221
  • 12
  • 59
  • 107
BryanJ
  • 7,985
  • 1
  • 40
  • 57