Appxmanifest
Appxmanifest
>
<Package xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6"
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
xmlns:wincap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/
windowscapabilities"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/
restrictedcapabilities" IgnorableNamespaces="uap uap3 desktop desktop6 wincap
rescap" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10">
<Identity Name="4063811bitstudios.TheAlters" Publisher="CN=B55141DF-475A-4B20-
A59D-2EC7A8217AE9" Version="2.0.6.0" ProcessorArchitecture="x64" />
<Properties>
<DisplayName>The Alters</DisplayName>
<PublisherDisplayName>11 bit studios</PublisherDisplayName>
<Logo>Resources\StoreLogo.png</Logo>
<Description>ms-resource:AppDescription</Description>
<desktop6:RegistryWriteVirtualization>disabled</desktop6:RegistryWriteVirtualizatio
n>
<desktop6:FileSystemWriteVirtualization>disabled</desktop6:FileSystemWriteVirtualiz
ation>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.18362.0"
MaxVersionTested="10.0.18362.0" />
<PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop"
MinVersion="14.0.33728.0" Publisher="CN=Microsoft Corporation, O=Microsoft
Corporation, L=Redmond, S=Washington, C=US" />
<PackageDependency Name="Microsoft.DirectXRuntime" MinVersion="9.29.1974.0"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond,
S=Washington, C=US" />
</Dependencies>
<Resources>
<Resource Language="en" />
<Resource Language="de" />
<Resource Language="es" />
<Resource Language="fr" />
<Resource Language="ja" />
<Resource Language="ko" />
<Resource Language="pl" />
<Resource Language="pt-BR" />
<Resource Language="ru" />
<Resource Language="tr" />
<Resource Language="uk" />
<Resource Language="zh-Hans" />
</Resources>
<Applications>
<Application Id="AppTheAltersShipping" Executable="GameLaunchHelper.exe"
EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements DisplayName="ms-resource:AppDisplayName"
Square150x150Logo="Resources\Logo.png" Square44x44Logo="Resources\SmallLogo.png"
Description="ms-resource:AppDescription" ForegroundText="light"
BackgroundColor="#fa016a">
<uap:SplashScreen Image="Resources\SplashScreen.png" />
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="ms-xbl-65b8cd8f" />
</uap:Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="ms-xbl-multiplayer" />
</uap:Extension>
</Extensions>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
<rescap:Capability Name="runFullTrust" />
<rescap:Capability Name="appLicensing" />
<rescap:Capability Name="unvirtualizedResources" />
</Capabilities>
</Package>