I'd like to migrate one of the applications I maintain from Windows Forms to WPF.
The application already has WPF controls hosted in ElementHost, and I'd like to switch to a WPF application in which I may have WindowsFormsHost controls (ultimately it should become a 100% WPF application).
The application is published using ClickOnce. If I change the project type to WPF, and republish to the same target, is it going to break the application's identity and prevent users from receiving the upgrade?