﻿<?xml version="1.0" encoding="utf-8"?>
<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" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" IgnorableNamespaces="uap rescap mp build" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
  <!--
    THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.

    Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.

    For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
  -->
  <Identity Name="54406Simizfo.WSATools" Publisher="CN=A05670D2-399B-49C0-B279-7500EA91445B" Version="1.0.3.0" ProcessorArchitecture="x64" />
  <Properties>
    <DisplayName>WSATools</DisplayName>
    <PublisherDisplayName>Simone Franco</PublisherDisplayName>
    <Logo>Assets\StoreLogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22000.0" />
    <PackageDependency Name="Microsoft.WindowsAppRuntime.1.2" MinVersion="2000.747.1945.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
  </Dependencies>
  <Resources>
    <Resource Language="EN-US" />
    <Resource Language="DE-DE" />
    <Resource Language="ES-ES" />
    <Resource Language="IT-IT" />
    <Resource Language="JA-JP" />
    <Resource Language="PL-PL" />
    <Resource Language="PT-PT" />
  </Resources>
  <Applications>
    <Application Id="App" Executable="WSATools.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="WSATools" Description="WSATools" BackgroundColor="transparent" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png">
        <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" />
        <uap:SplashScreen Image="Assets\SplashScreen.png" />
      </uap:VisualElements>
      <Extensions>
        <uap:Extension Category="windows.fileTypeAssociation">
          <uap:FileTypeAssociation Name="android-app-package">
            <uap:SupportedFileTypes>
              <uap:FileType>.apk</uap:FileType>
            </uap:SupportedFileTypes>
            <uap:DisplayName>Android App Package</uap:DisplayName>
            <uap:Logo>Assets\ApkPackageIcon.png</uap:Logo>
          </uap:FileTypeAssociation>
        </uap:Extension>
        <uap:Extension Category="windows.fileTypeAssociation">
          <uap:FileTypeAssociation Name="android-appbundle-package">
            <uap:SupportedFileTypes>
              <uap:FileType>.apkm</uap:FileType>
              <uap:FileType>.xapk</uap:FileType>
              <uap:FileType>.apks</uap:FileType>
              <uap:FileType>.multiple-apk</uap:FileType>
            </uap:SupportedFileTypes>
            <uap:DisplayName>Android App Bundle Package</uap:DisplayName>
            <uap:Logo>Assets\ApkPackageIcon.png</uap:Logo>
          </uap:FileTypeAssociation>
        </uap:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    <rescap:Capability Name="runFullTrust" />
  </Capabilities>
  <mp:PhoneIdentity PhoneProductId="41228f19-0ba9-447e-ab35-e0a50c814678" PhonePublisherId="556a1bd1-77dc-4879-a249-8e29002478c2" />
  <build:Metadata>
    <build:Item Name="Microsoft.UI.Xaml.Markup.Compiler.dll" Version="1.0.0.0" />
    <build:Item Name="makepri.exe" Version="10.0.22621.755 (WinBuild.160101.0800)" />
  </build:Metadata>
</Package>