fsprojects / FSharp.Compiler.CodeDom

An F# CodeDOM implementation (based on the old F# Power Pack)
http://fsprojects.github.io/FSharp.Compiler.CodeDom/
The Unlicense
25 stars 14 forks source link

Allow specifying fsc path via environment variable #9

Closed drvink closed 9 years ago

drvink commented 9 years ago

If the F# installation path can't be found via the usual registry keys, the environment variable FSHARPINSTALLPATH will also be tried before giving up. Also removed code paths for dealing with querying the registry on very old versions of Windows.

Fixed some whitespace issues and added a hint in .gitattributes so that GitHub doesn't think this is a C# project.