F# Multi Project template for build WPF with F# only. Please see below, work with new F# NuGet approaches (start from VS2017 v.15.8.2). [https://code.msdn.microsoft.com/windowsapps/WPF-F-F-sharp-only-complex-c4391bfb](WPF F# only Multi Project) [https://code.msdn.microsoft.com/windowsapps/Calculator-F-sharp-WPF-F-62c6b3b4](Calculator F# only) Template include two projects – main project AllPictureImageViewer (Drag and Drop any image) and project **MyUserControl ****(**user control library) Select - "Visual F#" and choose multi-project template (if you choose subfolder [..] it create just one project). Make sure you setup right dependencies.
If you have an error with reference “MyUserControl” Just delete it and add it again. Each library should not include a control which uses in the same library as a user control. Just create new user control library and setup right dependencies. You may look these F# projects - |