Upgrading a WinForms app to WPF
I have a side project that I wrote a few years ago in WinForms. To better help me learn WPF, I would like to rewrite it in WPF. Ideally, I would like to just modify the current project that I have and rewrite the UI in WPF instead of creating a new project. I'm having some problems doing that. I did the following (using Visual Studio 2008 SP1): Changed the Target Framework from 2.0 to 3.5. Added PresentationCore, PresentationFramework, and WindowsBase references. At this point, I noticed something was amiss. When I right clicked the project and selected Add | New Item, I did not have an option