Is there a better way to call MSBuild from C#/.NET than shelling out to the msbuild.exe? If yes, how?
|
|
Yes, add a reference to PS: Take care to reference the right version. There are 2.0 and 3.5 assemblies and you'll have to make sure that everyone gets the right one. |
|||
|
|
|
|
For a .NET 2.0-specific version, you can use the following:
|
|||
|
|
