Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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">

<Identity Name="Labs.CanvasLayout.Tests.Uwp"
Publisher="CN=CommunityToolkit"
Expand Down Expand Up @@ -41,5 +42,6 @@
<Capabilities>
<Capability Name="internetClientServer" />
<Capability Name="privateNetworkClientServer" />
<rescap:Capability Name="inputInjectionBrokered" />
</Capabilities>
</Package>
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@

<Capabilities>
<rescap:Capability Name="runFullTrust" />
<rescap:Capability Name="inputInjectionBrokered" />
</Capabilities>
</Package>
Original file line number Diff line number Diff line change
Expand Up @@ -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">

<Identity Name="Labs.CanvasView.Tests.Uwp"
Publisher="CN=CommunityToolkit"
Expand Down Expand Up @@ -41,5 +42,6 @@
<Capabilities>
<Capability Name="internetClientServer" />
<Capability Name="privateNetworkClientServer" />
<rescap:Capability Name="inputInjectionBrokered" />
</Capabilities>
</Package>
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@

<Capabilities>
<rescap:Capability Name="runFullTrust" />
<rescap:Capability Name="inputInjectionBrokered" />
</Capabilities>
</Package>
Original file line number Diff line number Diff line change
Expand Up @@ -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">

<Identity Name="Labs.SettingsControls.Tests.Uwp"
Publisher="CN=CommunityToolkit"
Expand Down Expand Up @@ -41,5 +42,6 @@
<Capabilities>
<Capability Name="internetClientServer" />
<Capability Name="privateNetworkClientServer" />
<rescap:Capability Name="inputInjectionBrokered" />
</Capabilities>
</Package>
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@

<Capabilities>
<rescap:Capability Name="runFullTrust" />
<rescap:Capability Name="inputInjectionBrokered" />
</Capabilities>
</Package>
Original file line number Diff line number Diff line change
Expand Up @@ -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">

<Identity Name="Labs.SizerBase.Tests.Uwp"
Publisher="CN=CommunityToolkit"
Expand Down Expand Up @@ -41,5 +42,6 @@
<Capabilities>
<Capability Name="internetClientServer" />
<Capability Name="privateNetworkClientServer" />
<rescap:Capability Name="inputInjectionBrokered" />
</Capabilities>
</Package>
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@

<Capabilities>
<rescap:Capability Name="runFullTrust" />
<rescap:Capability Name="inputInjectionBrokered" />
</Capabilities>
</Package>
Original file line number Diff line number Diff line change
Expand Up @@ -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">

<Identity Name="Labs.ProjectTemplate.Tests.Uwp"
Publisher="CN=CommunityToolkit"
Expand Down Expand Up @@ -41,5 +42,6 @@
<Capabilities>
<Capability Name="internetClientServer" />
<Capability Name="privateNetworkClientServer" />
<rescap:Capability Name="inputInjectionBrokered" />
</Capabilities>
</Package>
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@

<Capabilities>
<rescap:Capability Name="runFullTrust" />
<rescap:Capability Name="inputInjectionBrokered" />
</Capabilities>
</Package>