-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.appxmanifest
40 lines (31 loc) · 1.66 KB
/
package.appxmanifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:build="http://schemas.microsoft.com/developer/appx/2012/build" IgnorableNamespaces="build">
<Identity Name="6279a283-4344-4cb8-af95-39e0e8b01993" Version="1.0.0.0" Publisher="CN=frank" />
<mp:PhoneIdentity PhoneProductId="6279a283-4344-4cb8-af95-39e0e8b01993" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>App2</DisplayName>
<PublisherDisplayName>frank</PublisherDisplayName>
<Logo>images\StoreLogo.png</Logo>
</Properties>
<Prerequisites>
<OSMinVersion>6.3.1</OSMinVersion>
<OSMaxVersionTested>6.3.1</OSMaxVersionTested>
</Prerequisites>
<Resources>
<Resource Language="x-generate" />
</Resources>
<Applications>
<Application Id="App" StartPage="default.html">
<m3:VisualElements DisplayName="App2" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png" Description="App2" ForegroundText="light" BackgroundColor="transparent">
<m3:DefaultTile Wide310x150Logo="images\Wide310x150Logo.png" Square71x71Logo="images\Square71x71Logo.png" />
<m3:SplashScreen Image="images\SplashScreen.png" />
</m3:VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClientServer" />
</Capabilities>
<build:Metadata>
<build:Item Name="Blend" Version="12.0.50320.0" />
</build:Metadata>
</Package>