2017-04-20 11:58:04 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
|
|
<Package
|
|
|
|
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
|
|
|
|
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
|
|
|
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
|
|
|
|
<!-- NB: If you're signing with Authenticode, then the Publisher *MUST* match the LDAP fields from the
|
|
|
|
signature certificate exactly, else SignTool will fail with error 0x8007000b. Note that this makes
|
|
|
|
for an interesting struggle, when you also happen to have a comma in one of the fields... -->
|
|
|
|
<Identity
|
|
|
|
Name="Rufus"
|
2018-06-19 10:35:45 +00:00
|
|
|
Version="3.1.1320.0"
|
2017-04-20 11:58:04 +00:00
|
|
|
ProcessorArchitecture="x86"
|
2018-05-29 09:38:46 +00:00
|
|
|
Publisher='CN=Akeo Consulting, O=Akeo Consulting, STREET=24 Grey Rock, L=Milford, S=Co. Donegal, PostalCode=F92 D667, C=IE' />
|
2017-04-20 11:58:04 +00:00
|
|
|
<Properties>
|
|
|
|
<DisplayName>Rufus</DisplayName>
|
|
|
|
<PublisherDisplayName>Akeo Consulting</PublisherDisplayName>
|
|
|
|
<Description>Rufus</Description>
|
2017-05-14 12:22:16 +00:00
|
|
|
<Logo>Assets\Square44x44Logo.png</Logo>
|
2017-04-20 11:58:04 +00:00
|
|
|
</Properties>
|
|
|
|
<Resources>
|
|
|
|
<Resource Language="en-US" />
|
|
|
|
</Resources>
|
|
|
|
<Dependencies>
|
|
|
|
<TargetDeviceFamily
|
|
|
|
Name="Windows.Desktop"
|
|
|
|
MinVersion="10.0.14316.0"
|
|
|
|
MaxVersionTested="10.0.15063.0" />
|
|
|
|
</Dependencies>
|
|
|
|
<Capabilities>
|
|
|
|
<rescap:Capability Name="runFullTrust"/>
|
|
|
|
</Capabilities>
|
|
|
|
<Applications>
|
|
|
|
<Application
|
|
|
|
Id="Rufus"
|
|
|
|
Executable="rufus.exe"
|
|
|
|
EntryPoint="Windows.FullTrustApplication">
|
|
|
|
<uap:VisualElements
|
|
|
|
BackgroundColor="transparent"
|
|
|
|
DisplayName="Rufus"
|
2017-05-14 12:22:16 +00:00
|
|
|
Square150x150Logo="Assets\Square150x150Logo.png"
|
|
|
|
Square44x44Logo="Assets\Square44x44Logo.png"
|
2017-04-20 11:58:04 +00:00
|
|
|
Description="Rufus">
|
|
|
|
<uap:DefaultTile>
|
|
|
|
<uap:ShowNameOnTiles>
|
|
|
|
<uap:ShowOn Tile="square150x150Logo" />
|
|
|
|
</uap:ShowNameOnTiles>
|
|
|
|
</uap:DefaultTile>
|
|
|
|
</uap:VisualElements>
|
|
|
|
</Application>
|
|
|
|
</Applications>
|
|
|
|
</Package>
|