From 52333404b799125d430f46fd26de107bc67f0213 Mon Sep 17 00:00:00 2001 From: harvinders Date: Sat, 24 Jun 2023 22:49:08 +1000 Subject: [PATCH] Adds support for app execution alias --- .../Templates/Ft/MSIX/Package.appxmanifest | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/code/TemplateStudioForWinUICs/Templates/Ft/MSIX/Package.appxmanifest b/code/TemplateStudioForWinUICs/Templates/Ft/MSIX/Package.appxmanifest index f2783bf4a6..d85b99f9f5 100644 --- a/code/TemplateStudioForWinUICs/Templates/Ft/MSIX/Package.appxmanifest +++ b/code/TemplateStudioForWinUICs/Templates/Ft/MSIX/Package.appxmanifest @@ -4,11 +4,12 @@ xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" + xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/templatestudio" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" - IgnorableNamespaces="uap rescap genTemplate"> + IgnorableNamespaces="uap uap5 rescap genTemplate"> + + + + + + +