From 1653d7610d74c42ba6a13a937810a5c5e73b0c09 Mon Sep 17 00:00:00 2001 From: michael-hawker <24302614+michael-hawker@users.noreply.github.com> Date: Fri, 22 Jul 2022 12:47:27 -0700 Subject: [PATCH] Add missing rescaps as missed adding to template in #161 --- .../tests/CanvasLayout.Tests.Uwp/Package.appxmanifest | 4 +++- .../tests/CanvasLayout.Tests.WinAppSdk/Package.appxmanifest | 1 + .../tests/CanvasView.Tests.Uwp/Package.appxmanifest | 4 +++- .../tests/CanvasView.Tests.WinAppSdk/Package.appxmanifest | 1 + .../tests/SettingsControls.Tests.Uwp/Package.appxmanifest | 4 +++- .../SettingsControls.Tests.WinAppSdk/Package.appxmanifest | 1 + labs/SizerBase/tests/SizerBase.Tests.Uwp/Package.appxmanifest | 4 +++- .../tests/SizerBase.Tests.WinAppSdk/Package.appxmanifest | 1 + .../lab/tests/ProjectTemplate.Tests.Uwp/Package.appxmanifest | 4 +++- .../ProjectTemplate.Tests.WinAppSdk/Package.appxmanifest | 1 + 10 files changed, 20 insertions(+), 5 deletions(-) diff --git a/labs/CanvasLayout/tests/CanvasLayout.Tests.Uwp/Package.appxmanifest b/labs/CanvasLayout/tests/CanvasLayout.Tests.Uwp/Package.appxmanifest index aac7f12a9..7898d8c8e 100644 --- a/labs/CanvasLayout/tests/CanvasLayout.Tests.Uwp/Package.appxmanifest +++ b/labs/CanvasLayout/tests/CanvasLayout.Tests.Uwp/Package.appxmanifest @@ -3,7 +3,8 @@ 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" - IgnorableNamespaces="uap mp"> + xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" + IgnorableNamespaces="uap mp rescap"> + \ No newline at end of file diff --git a/labs/CanvasLayout/tests/CanvasLayout.Tests.WinAppSdk/Package.appxmanifest b/labs/CanvasLayout/tests/CanvasLayout.Tests.WinAppSdk/Package.appxmanifest index c3d45a0d3..830ca4ac5 100644 --- a/labs/CanvasLayout/tests/CanvasLayout.Tests.WinAppSdk/Package.appxmanifest +++ b/labs/CanvasLayout/tests/CanvasLayout.Tests.WinAppSdk/Package.appxmanifest @@ -43,5 +43,6 @@ + diff --git a/labs/CanvasView/tests/CanvasView.Tests.Uwp/Package.appxmanifest b/labs/CanvasView/tests/CanvasView.Tests.Uwp/Package.appxmanifest index 9f2cd0e30..95b134597 100644 --- a/labs/CanvasView/tests/CanvasView.Tests.Uwp/Package.appxmanifest +++ b/labs/CanvasView/tests/CanvasView.Tests.Uwp/Package.appxmanifest @@ -3,7 +3,8 @@ 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" - IgnorableNamespaces="uap mp"> + xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" + IgnorableNamespaces="uap mp rescap"> + \ No newline at end of file diff --git a/labs/CanvasView/tests/CanvasView.Tests.WinAppSdk/Package.appxmanifest b/labs/CanvasView/tests/CanvasView.Tests.WinAppSdk/Package.appxmanifest index 940579991..81eb9e09a 100644 --- a/labs/CanvasView/tests/CanvasView.Tests.WinAppSdk/Package.appxmanifest +++ b/labs/CanvasView/tests/CanvasView.Tests.WinAppSdk/Package.appxmanifest @@ -43,5 +43,6 @@ + diff --git a/labs/SettingsControls/tests/SettingsControls.Tests.Uwp/Package.appxmanifest b/labs/SettingsControls/tests/SettingsControls.Tests.Uwp/Package.appxmanifest index 6bd7174d2..0e88b34e0 100644 --- a/labs/SettingsControls/tests/SettingsControls.Tests.Uwp/Package.appxmanifest +++ b/labs/SettingsControls/tests/SettingsControls.Tests.Uwp/Package.appxmanifest @@ -3,7 +3,8 @@ 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" - IgnorableNamespaces="uap mp"> + xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" + IgnorableNamespaces="uap mp rescap"> + \ No newline at end of file diff --git a/labs/SettingsControls/tests/SettingsControls.Tests.WinAppSdk/Package.appxmanifest b/labs/SettingsControls/tests/SettingsControls.Tests.WinAppSdk/Package.appxmanifest index eead847ed..be6b73a1a 100644 --- a/labs/SettingsControls/tests/SettingsControls.Tests.WinAppSdk/Package.appxmanifest +++ b/labs/SettingsControls/tests/SettingsControls.Tests.WinAppSdk/Package.appxmanifest @@ -43,5 +43,6 @@ + diff --git a/labs/SizerBase/tests/SizerBase.Tests.Uwp/Package.appxmanifest b/labs/SizerBase/tests/SizerBase.Tests.Uwp/Package.appxmanifest index d15a15851..df5bbe031 100644 --- a/labs/SizerBase/tests/SizerBase.Tests.Uwp/Package.appxmanifest +++ b/labs/SizerBase/tests/SizerBase.Tests.Uwp/Package.appxmanifest @@ -3,7 +3,8 @@ 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" - IgnorableNamespaces="uap mp"> + xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" + IgnorableNamespaces="uap mp rescap"> + \ No newline at end of file diff --git a/labs/SizerBase/tests/SizerBase.Tests.WinAppSdk/Package.appxmanifest b/labs/SizerBase/tests/SizerBase.Tests.WinAppSdk/Package.appxmanifest index 1de172496..edec105b6 100644 --- a/labs/SizerBase/tests/SizerBase.Tests.WinAppSdk/Package.appxmanifest +++ b/labs/SizerBase/tests/SizerBase.Tests.WinAppSdk/Package.appxmanifest @@ -43,5 +43,6 @@ + diff --git a/template/lab/tests/ProjectTemplate.Tests.Uwp/Package.appxmanifest b/template/lab/tests/ProjectTemplate.Tests.Uwp/Package.appxmanifest index 6ea4b43e5..25b5058fe 100644 --- a/template/lab/tests/ProjectTemplate.Tests.Uwp/Package.appxmanifest +++ b/template/lab/tests/ProjectTemplate.Tests.Uwp/Package.appxmanifest @@ -3,7 +3,8 @@ 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" - IgnorableNamespaces="uap mp"> + xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" + IgnorableNamespaces="uap mp rescap"> + \ No newline at end of file diff --git a/template/lab/tests/ProjectTemplate.Tests.WinAppSdk/Package.appxmanifest b/template/lab/tests/ProjectTemplate.Tests.WinAppSdk/Package.appxmanifest index f0b0acd23..f9cf40405 100644 --- a/template/lab/tests/ProjectTemplate.Tests.WinAppSdk/Package.appxmanifest +++ b/template/lab/tests/ProjectTemplate.Tests.WinAppSdk/Package.appxmanifest @@ -43,5 +43,6 @@ +