"Fossies" - the Fresh Open Source Software Archive 
Member "rufus-3.13/res/appstore/AppxManifest.xml" (20 Nov 2020, 2057 Bytes) of package /linux/misc/rufus-3.13.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "AppxManifest.xml":
3.12_vs_3.13.
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2 <Package
3 xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
4 xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
5 xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
6 <!-- NB: If you're signing with Authenticode, then the Publisher *MUST* match the LDAP fields from the
7 signature certificate exactly, else SignTool will fail with error 0x8007000b. Note that this makes
8 for an interesting struggle, when you also happen to have a comma in one of the fields... -->
9 <Identity
10 Name="Rufus"
11 Version="3.13.1730.0"
12 ProcessorArchitecture="@ARCH@"
13 Publisher='CN=Akeo Consulting, O=Akeo Consulting, STREET=24 Grey Rock, L=Milford, S=Co. Donegal, PostalCode=F92 D667, C=IE' />
14 <Properties>
15 <DisplayName>Rufus</DisplayName>
16 <PublisherDisplayName>Akeo Consulting</PublisherDisplayName>
17 <Description>Rufus</Description>
18 <Logo>Assets\Square44x44Logo.png</Logo>
19 </Properties>
20 <Resources>
21 <Resource Language="en-US" />
22 </Resources>
23 <Dependencies>
24 <TargetDeviceFamily
25 Name="Windows.Desktop"
26 MinVersion="10.0.14316.0"
27 MaxVersionTested="10.0.19042.572" />
28 </Dependencies>
29 <Capabilities>
30 <rescap:Capability Name="runFullTrust" />
31 <rescap:Capability Name="allowElevation" />
32 </Capabilities>
33 <Applications>
34 <Application
35 Id="Rufus"
36 Executable="rufus.exe"
37 EntryPoint="Windows.FullTrustApplication">
38 <uap:VisualElements
39 BackgroundColor="transparent"
40 DisplayName="Rufus"
41 Square150x150Logo="Assets\Square150x150Logo.png"
42 Square44x44Logo="Assets\Square44x44Logo.png"
43 Description="Rufus">
44 <uap:DefaultTile>
45 <uap:ShowNameOnTiles>
46 <uap:ShowOn Tile="square150x150Logo" />
47 </uap:ShowNameOnTiles>
48 </uap:DefaultTile>
49 </uap:VisualElements>
50 </Application>
51 </Applications>
52 </Package>