45 lines
2.9 KiB
XML
45 lines
2.9 KiB
XML
|
<?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:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap rescap build" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
|
|||
|
<!--
|
|||
|
ЭТОТ ФАЙЛ МАНИФЕСТА ПАКЕТА СОЗДАН ПРОЦЕССОМ СБОРКИ.
|
|||
|
|
|||
|
Изменения этого файла будут потеряны при его повторном создании. Чтобы исправить ошибки в этом файле, измените исходный файл .appxmanifest.
|
|||
|
|
|||
|
Дополнительные сведения о файлах манифестов приложений см. по адресу http://go.microsoft.com/fwlink/?LinkID=241727
|
|||
|
-->
|
|||
|
<Identity Name="com.companyname.mobileapp" Publisher="CN=User Name" Version="1.0.0.1" ProcessorArchitecture="x64" />
|
|||
|
<mp:PhoneIdentity PhoneProductId="FCCB1620-ADAD-4018-A3E1-16F8C32D7387" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
|||
|
<Properties>
|
|||
|
<DisplayName>MobileAPP</DisplayName>
|
|||
|
<PublisherDisplayName>User Name</PublisherDisplayName>
|
|||
|
<Logo>appiconStoreLogo.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.17763.0" MaxVersionTested="10.0.19041.0" />
|
|||
|
<PackageDependency Name="Microsoft.WindowsAppRuntime.1.3" MinVersion="3000.934.1904.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
|||
|
</Dependencies>
|
|||
|
<Resources>
|
|||
|
<Resource Language="EN-US" />
|
|||
|
</Resources>
|
|||
|
<Applications>
|
|||
|
<Application Id="App" Executable="MobileAPP.exe" EntryPoint="Windows.FullTrustApplication">
|
|||
|
<uap:VisualElements DisplayName="MobileAPP" Description="MobileAPP" Square150x150Logo="appiconMediumTile.png" Square44x44Logo="appiconLogo.png" BackgroundColor="transparent">
|
|||
|
<uap:DefaultTile Square71x71Logo="appiconSmallTile.png" Wide310x150Logo="appiconWideTile.png" Square310x310Logo="appiconLargeTile.png" ShortName="MobileAPP">
|
|||
|
<uap:ShowNameOnTiles>
|
|||
|
<uap:ShowOn Tile="square150x150Logo" />
|
|||
|
<uap:ShowOn Tile="wide310x150Logo" />
|
|||
|
</uap:ShowNameOnTiles>
|
|||
|
</uap:DefaultTile>
|
|||
|
<uap:SplashScreen Image="splashSplashScreen.png" />
|
|||
|
</uap:VisualElements>
|
|||
|
</Application>
|
|||
|
</Applications>
|
|||
|
<Capabilities>
|
|||
|
<rescap:Capability Name="runFullTrust" />
|
|||
|
</Capabilities>
|
|||
|
<build:Metadata>
|
|||
|
<build:Item Name="Microsoft.UI.Xaml.Markup.Compiler.dll" Version="3.0.0.2307" />
|
|||
|
<build:Item Name="makepri.exe" Version="10.0.22621.755 (WinBuild.160101.0800)" />
|
|||
|
</build:Metadata>
|
|||
|
</Package>
|