In this answer I was told that I need a packaging project to add a desktop exe to a UWP app (to be used through desktop extensions).
However, the packaging project is very lightweight, there's not much there. So I was wondering if I can insert whatever is the pertinent code from the packaging project into the UWP app (and do without the packaging project) instead of migrating all of the UWP stuff into the packaging project. This will also make everything simpler and therefore less prone to errors, now and in the future.
I tried once. I added the extra TargetDeviceFamily
. It got accepted by the store, only to be told later that errors were found. (The app crashes on launch.)