|
2 | 2 | <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
|
3 | 3 | xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
|
4 | 4 | xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
|
| 5 | + xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6" |
5 | 6 | xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
|
6 | 7 | xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
|
7 | 8 | xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
8 | 9 | xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
|
9 | 10 | xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
|
10 | 11 | xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
|
11 |
| - IgnorableNamespaces="uap uap5 mp rescap desktop4 desktop"> |
| 12 | + IgnorableNamespaces="uap uap5 mp rescap desktop6 desktop4 desktop"> |
12 | 13 | <Identity Name="FilesDev" Publisher="CN=Files" Version="2.4.9.0" />
|
13 | 14 | <Properties>
|
14 | 15 | <DisplayName>Files - Dev</DisplayName>
|
15 | 16 | <PublisherDisplayName>Yair A</PublisherDisplayName>
|
16 | 17 | <Logo>Assets\AppTiles\Dev\StoreLogo.png</Logo>
|
| 18 | + <desktop6:FileSystemWriteVirtualization>disabled</desktop6:FileSystemWriteVirtualization> |
17 | 19 | </Properties>
|
18 | 20 | <Dependencies>
|
19 | 21 | <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22621.0" />
|
|
126 | 128 | <rescap:Capability Name="runFullTrust" />
|
127 | 129 | <rescap:Capability Name="broadFileSystemAccess" />
|
128 | 130 | <rescap:Capability Name="allowElevation"/>
|
| 131 | + <!--The unvirtualizedResources capability is used to support file operations in the AppData directory--> |
| 132 | + <rescap:Capability Name="unvirtualizedResources" /> |
129 | 133 | <!--The packageManagement capability is used to download updates in the sideload version of Files. We only use
|
130 | 134 | this capability in the sideload version and remove it when compiling the store vesion in Azure DevOps-->
|
131 | 135 | <rescap:Capability Name="packageManagement"/>
|
|
0 commit comments