Up till now TinyFS has been compiling individual F# files. But I want to compile entire F# projects. So input to TinyFS is an `*.fsproj` and TinyFS can extract the files and compile them all as expected.
Up till now TinyFS has been compiling individual F# files. But I want to compile entire F# projects.
So input to TinyFS is an
*.fsprojand TinyFS can extract the files and compile them all as expected.