How to convert a winforms project to wpf project
Posted
by mblaze
on Stack Overflow
See other posts from Stack Overflow
or by mblaze
Published on 2009-08-01T13:09:32Z
Indexed on
2010/04/16
0:03 UTC
Read the original article
Hit count: 997
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?
© Stack Overflow or respective owner