fable-compiler / samples-pixi

Pixi samples for Fable
http://fable.io/samples-pixi/
Apache License 2.0
17 stars 4 forks source link

Add fable.proj to solution file #10

Closed MangelMaxime closed 7 years ago

MangelMaxime commented 7 years ago

This PR try to make user do only one dotnet restore.

@whitetigle Can you check if this is working for you too ? (You need to clean the obj/bin folder to be sure).

whitetigle commented 7 years ago

Thanks @MangelMaxime :)

alfonsogarciacaro commented 7 years ago

Thanks @MangelMaxime I was thinking of that too. I've also noticed there're sometimes problems with the .proj file (don't remember what exactly), I'll change it to .fsproj later :+1:

MangelMaxime commented 7 years ago

@alfonsogarciacaro I think the problem is with paket.

In my project, paket wasn't adding the reference to fable.proj I needed to rename it to fable.fsproj.