fsprojects-archive / zzarchive-generator-fsharp

[ARCHIVED] Yeoman F# generator
Apache License 2.0
62 stars 27 forks source link

Using `sln` files #6

Closed Krzysztof-Cieslak closed 9 years ago

Krzysztof-Cieslak commented 9 years ago

At the moment generator is not providing sln files for generated projects. sln files are required only for editors such us VS and XS - they are not required from point of view of F#, MSBuild, or other text editors.

Implementing support for sln files is not trivial and I don't feel it should be high on priority list. Probably easier workaround at the moment would be to provide possibility of creating empty sln file so VS/XS users can just manually add projects to solution