How do I export to UWP using Visual Studio

I made a game and want to publish it to xbox one using UWP, so I exported my gdevelop game as an html5 build and put it into visual studio, but now what do I do? There is no build button anywhere in the menus and I’m a noob so I do not understand anything in visual studio, someone please help me. How do I turn my html5 build into a UWP?

Check out this link on how to get started. It may help you get moving.

You can’t just load files into VS and expect it to know what to do. You’ll need to set up a project for it. But I can’t tell you what type of project - it’s not something I’ve explored.

An alternative is to use Visual Studio Code and see if it has an UWP extension.