yes there are
- Create new project in visual studio
- In project folder, create paket.references and add packages
- build install
- In visual studio, go to project properties --> Build
- remove "prefer 32 bit" (All configurations)
- fix output paths from [local directory] to "..\..\bin\[Debug|Release]"
- (remove .xml output - XML documentation file)
- Set Target F# runtime to "4.4.0.0"
- Set Target Framework to ".NET Framework 4.7.1"
updated for v4