How do I build a C# solution programmatically?
I should be able to pass the path of a solution and get the output messages (or just build the solution). How do I ach
Surely you can use MSBuild to build any Visual Studio solution file.
I believe you can use Process.Start to invoke MSBuild with appropriate parameters.
Process.Start