Builds a Visual Studio solution.
3 people like thisPosted: 11 years ago by Wallace Kelly
Get running Visual Studio instances as DTE objects. Based on https://stackoverflow.com/a/14205934
1 people like thisPosted: 6 years ago by Gauthier Segay
Example follows this, translated to FSharp: https://msdn.microsoft.com/en-us/library/dn903708.aspx Just instead of copy&pasting C#, add a new F# class library and paste this code to there, then add that to reference to your C#-project.
3 people like thisPosted: 7 years ago by Tuomas Hietanen