I have .fsproj (and .sln) from an F # project that was developed on Windows that I want to build on a Mac.
I created several programs with one F # file with Mono, and thatβs great. Unfortunately, this .fsproj is not trivial, as there are several source files and many links.
Creating a command line to create a project manually does not seem funny.
Is there a tool that will parse .sln / .fsproj and give the correct command line? Or maybe just build from .sln / .fsproj?
I would like to do this without MonoDevelop or SharpDevelop, if possible, although answers to these lines are welcome.
source share