fsprojects / ExcelProvider

This library is for the .NET platform implementing a Excel type provider.
http://fsprojects.github.io/ExcelProvider/
The Unlicense
141 stars 51 forks source link

Wrong output path #49

Closed bslatner closed 6 years ago

bslatner commented 6 years ago

In ExcelProvider.fsproj, the tag is \bin\Debug instead of bin\Debug. i.e., there's a leading \ that probably shouldn't be there. When you compile in debug mode, it writes the output to C:\bin\Debug.

dsyme commented 6 years ago

This was fixed by moving to SDK-style proejct files