This is a F# project template that generates a WPF solution with only what you will likely need to get started. The included files are as follows: - App.fs - App.xaml - MainWindow.xaml - MainWindow.xaml.fs For a project template that includes a complete example visit /vsgallery/ad49fd5c-930c-4fe6-a30e-2d0d6778c565. Release: Version 2.0 replaces FSharpx.TypeProvides.Xaml with FsXaml for WPF (https://www.nuget.org/packages/FsXaml.Wpf/). Version 1.12 fixes a typo. Version 1.11 fixes the "Input string was not in a correct format" error. Version 1.10 adds an additional edition for VS2013. Version 1.9 changes the NuGet package reference to the latest version of FSharpx.TypeProviders.Xaml. Version 1.8 adds support for VS2013 RC and F# 3.1. Version 1.7 adds support for VS2013 preview. Version 1.6 includes support for Visual Studio 2012 Express for Web. Version 1.5 upgrades the FSharpx.TypeProviders NuGet package to version 1.5.3. Version 1.4 upgrades the FSharpx.TypeProviders NuGet package to the latest version (i.e. 1.5.1) Version 1.3 adds the excellent Xaml type provider created by Steffen Forkmann and Johann Deneux for strongly typed access to the XAML. This provides WPF designer support without any need for code generation. You can read more about the Xaml type providerhere. To provide this functionality, the FSharpx.TypeProviders NuGet package is shipped with this release and automatically installed during project creation. Note: The Xaml type provider will only be used for F# 3.0 projects in VS11. VS2010 projects are created the same as in previous version. Version 1.2 fixes an issue with the F# 2.0 targets. Version 1.1 fixes a bug with F# 3.0 targets. Version 1.0 is the initial release with support for Visual Studio 2010 and Visual Studio 11. |