[VS2019]UWP App Packaging query

  • Thread starter Thread starter RobDev
  • Start date Start date
R

RobDev

Guest
Hi All,

I've developed a UWP app that I wish to publish to the Windows Store. Firstly, let me say that I've never done this before. However, I've read the documentation and one thing is puzzling me. My app solution consists of two projects; the first one, the main entry point to the app containing all of the UI and the second one being a class library containing an encrypted data store that the app displays. Now, according to the documentation, to create the app package with VS2019, I have to right-click on the main project and choose 'Publish->Create App Packages'. My question is this; will my second project (i.e. the class library) be included in the package?

I can't find any reference in the documentation to VS2019 packaging multiple projects for a single app but maybe they thought it was obvious. Unfortunately, for me, it isn't.

Any help will be greatly appreciated.

Kind regards,


RobDev

Continue reading...
 
Back
Top