The Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured WPF Applications. It supports you in applying a Layered Architecture and the Model-View-ViewModel (aka MVVM, M-V-VM, PresentationModel) pattern.
This Visual Studio project template simplifies the development of a Win Application Framework (WAF) based application.
For more information visit: https://github.com/jbe2277/waf
Changelog
Version 3.2.2.0: Add support for Visual Studio 2019.
Version 3.2.1.0: Add support for Visual Studio 2017.
Version 3.2.0.0: Fix a template issue on Windows 10 and update WAF to version 3.2.0.450.
Version 3.1.0.0: Update the WPF Application Framework (WAF) libraries to version 3.1.0.450.Version 3.0.0.0: Update to the .NET Framework 4.5 and the WPF Application Framework (WAF) 3.0.0.450.
Version 2.5.0.1: Add support for Visual Studio Express 2012 for Windows Desktop
Version 2.5.0.0: Update the WPF Application Framework (WAF) libraries to version 2.5.0.400
Version 2.0.0.1: Add support for Visual Studio 11
Version 2.0.0.0: Update the WPF Application Framework (WAF) libraries to version 2.0.0.400
Version 1.0.0.2: Replace ContentControl with Grid in ShellWindow
Version 1.0.0.1: Update Application.ico to support Windows XP
Version 1.0.0.0: Initial Release