Associating WPF apps to UWP Projects

Nigel 291 Reputation points
2020-09-05T11:01:59.967+00:00

Previously I wrote this in my Wordpress blog:

<<you can write your desktop apps using WPF in order to tweak them and perfect them ready for uploading to the Windows Store. However, before you can you must first right click on the solution and add new project. This should be a UWP blank app. There is no need to write any code for this project, just right click on the project and associate it with the app you have created in WPF. Once you have done this right click on the UWP project that you have added and scroll down to publish and then create Windows Store App Package. This will create a package that can be uploaded to the Windows Store (.appxupload, appxbundle, etc).>>

I wrote the above in October 2019 and have been away from coding since. I have now written a new WPF app and tried to replicate the above. I created the second project (UWP) but the option to associate the first project has been removed (thankyou Microsoft). How do I now publish it to the MS Store?

Developer technologies | Universal Windows Platform (UWP)
Developer technologies | Windows Presentation Foundation
0 comments No comments
{count} votes

Accepted answer
  1. Nigel 291 Reputation points
    2020-09-05T11:35:23.13+00:00

    Not to worry, hunted around a bit and found the answer HERE

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.