无法在 Visual Studio 之外启动 UWP 可执行文件

Cannot launch UWP executable outside of Visual Studio

问题: 我发现的 .exe 文件(MyProject\bin\x86\Release 和 MyProject\obj\x86\Release)在我尝试启动它们时没有任何反应。我的 .exe 位置是否有误,还是我漏掉了一步?

目的:我正在尝试创建桌面快捷方式来启动程序。

相关信息:

You can't run Universal Windows Platform (UWP) executables directly. You need to make an APPX-formatted package 并安装它,然后该应用程序将出现在您的“开始”菜单中。