2018-04-18 22:00:55 +02:00
<?xml version="1.0" encoding="utf-8"?>
2018-04-29 21:19:17 +02:00
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
2018-08-15 09:39:18 +02:00
<Identity Name="7385YanManiez.AidedeJeu" Publisher="CN=2C78A91E-528B-4FF0-A4BE-FD7F7EBABB44" Version="1.25.0.0" />
2018-06-15 23:05:32 +02:00
<mp:PhoneIdentity PhoneProductId="7b75e00f-ae8d-472e-9d0f-cbfe5e44017c" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
2018-04-18 22:00:55 +02:00
<Properties>
2018-08-13 22:22:06 +02:00
<DisplayName>Haches & Dés</DisplayName>
2018-06-15 23:05:32 +02:00
<PublisherDisplayName>Yan Maniez</PublisherDisplayName>
2018-04-18 22:00:55 +02:00
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
</Dependencies>
<Resources>
2018-04-29 21:19:17 +02:00
<Resource Language="x-generate" />
2018-04-18 22:00:55 +02:00
</Resources>
<Applications>
2018-04-29 21:19:17 +02:00
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="AideDeJeu.UWP.App">
2018-08-13 22:22:06 +02:00
<uap:VisualElements DisplayName="Haches & Dés" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="Haches & Dés" BackgroundColor="transparent">
2018-04-29 21:19:17 +02:00
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png">
</uap:DefaultTile>
2018-04-18 22:00:55 +02:00
<uap:SplashScreen Image="Assets\SplashScreen.png" />
</uap:VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
</Capabilities>
</Package>