|
196 | 196 | <uap:ShowOn Tile="square310x310Logo"/> |
197 | 197 | </uap:ShowNameOnTiles> |
198 | 198 | </uap:DefaultTile> |
199 | | - <uap:SplashScreen Image="Assets\Wide310x150Logo.png" /> |
200 | 199 | </uap:VisualElements> |
201 | 200 | <Extensions> |
202 | 201 | <uap3:Extension |
|
268 | 267 | </uap:SupportedFileTypes> |
269 | 268 | </uap3:FileTypeAssociation> |
270 | 269 | </uap:Extension> |
271 | | - <uap:Extension Category="windows.shareTarget"> |
272 | | - <uap:ShareTarget Description="ms-resource:///Legacy/Resource2329" uap10:DisplayName="ms-resource:///Legacy/Resource2329"> |
273 | | - <uap:SupportedFileTypes> |
274 | | - <uap:SupportsAnyFileType /> |
275 | | - </uap:SupportedFileTypes> |
276 | | - <uap:DataFormat>StorageItems</uap:DataFormat> |
277 | | - </uap:ShareTarget> |
278 | | - </uap:Extension> |
279 | 270 | <desktop4:Extension Category="windows.fileExplorerContextMenus"> |
280 | 271 | <desktop4:FileExplorerContextMenus> |
281 | 272 | <!-- Our verb name starts with "C" to work around a bug preventing our shell menu from appearing in the |
|
300 | 291 | </com:Extension> |
301 | 292 | </Extensions> |
302 | 293 | </Application> |
| 294 | + <!-- Workaround: uap10:DisplayName not work? --> |
| 295 | + <Application |
| 296 | + Id="NanaZipS" |
| 297 | + Executable="NanaZip.exe" |
| 298 | + EntryPoint="Windows.FullTrustApplication"> |
| 299 | + <uap:VisualElements |
| 300 | + DisplayName="ms-resource:///Legacy/Resource2329" |
| 301 | + Description="ms-resource:///Legacy/Resource2329" |
| 302 | + BackgroundColor="transparent" |
| 303 | + Square150x150Logo="Assets\Square150x150Logo.png" |
| 304 | + Square44x44Logo="Assets\Square44x44Logo.png" |
| 305 | + AppListEntry="none"> |
| 306 | + <uap:SplashScreen Image="Assets\Wide310x150Logo.png" /> |
| 307 | + </uap:VisualElements> |
| 308 | + <Extensions> |
| 309 | + <uap:Extension Category="windows.shareTarget"> |
| 310 | + <uap:ShareTarget Description="ms-resource:///Legacy/Resource2329" uap10:DisplayName="ms-resource:///Legacy/Resource2329"> |
| 311 | + <uap:SupportedFileTypes> |
| 312 | + <uap:SupportsAnyFileType /> |
| 313 | + </uap:SupportedFileTypes> |
| 314 | + <uap:DataFormat>StorageItems</uap:DataFormat> |
| 315 | + </uap:ShareTarget> |
| 316 | + </uap:Extension> |
| 317 | + </Extensions> |
| 318 | + </Application> |
303 | 319 | </Applications> |
304 | 320 | <Capabilities> |
305 | 321 | <rescap:Capability Name="runFullTrust" /> |
|
0 commit comments