tags:

views:

193

answers:

1

I converted a Winforms project by hand-editing the proj file. Changed project type guids and added an application definition section, and now I can add WPF Windows, Pages, etc. to the project. One thing that doesn't work is, the files I added do not have autogenerated cs files, and every new window component are missing their InitializeComponent method.

Any ideas?

A: 

change to WPF Application via VS

abmv
And how is that possible? I don't think there is an easy click and finish way of doing it.