Version 2.0.0.0 breaks fslex/fsyacc build in VS2010
description
Hi,
I have a F# project with a fslex and fsyacc file. With Version 1.9.9.9 it builds fine.
The PowerPack bin directory is not listed in the PATH.
Upgrading to 2.0.0.0 the fslex and fsyacc binaries are searched in the wrong place and not found.
Even changing the PATH variable to contain the PowerPack bin directory does not solve this problem.
The resulting error code is:
C:\Program Files\MSBuild\FSharp\1.0\FSharp.PowerPack.Targets(32,3): Fehler MSB6004: Der Speicherort "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\fslex.exe" der angegebenen ausführbaren Datei der Aufgabe ist ungültig.
After downgrading to 1.9.9.9 the build works flawlessly again.
Thanks for the support,
Vince