1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Package
3
- xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
4
- xmlns : mp =" http://schemas.microsoft.com/appx/2014/phone/manifest"
5
- xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10"
6
- IgnorableNamespaces =" uap mp" >
7
-
8
- <Identity
9
- Name =" f5b26152-a64b-42a8-8f19-d2eafb94cbd1"
10
- Version =" 1.0.0.0"
11
- Publisher =" CN=Andreas" />
12
-
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <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" >
3
+ <Identity Name =" f5b26152-a64b-42a8-8f19-d2eafb94cbd1" Version =" 1.0.0.0" Publisher =" CN=UnitsNet Samples" />
13
4
<mp : PhoneIdentity PhoneProductId =" f5b26152-a64b-42a8-8f19-d2eafb94cbd1" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
14
-
15
5
<Properties >
16
6
<DisplayName >UnitsNet.TestApps.Uwp.WinJS</DisplayName >
17
7
<PublisherDisplayName >Andreas</PublisherDisplayName >
18
8
<Logo >images\storelogo.png</Logo >
19
9
</Properties >
20
-
21
10
<Dependencies >
22
11
<TargetDeviceFamily Name =" Windows.Universal" MinVersion =" 10.0.0.0" MaxVersionTested =" 10.0.0.0" />
23
12
</Dependencies >
24
-
25
13
<Resources >
26
14
<Resource Language =" x-generate" />
27
15
</Resources >
28
-
29
16
<Applications >
30
- <Application
31
- Id =" App"
32
- StartPage =" index.html" >
33
-
34
- <uap : VisualElements
35
- DisplayName =" UnitsNet.TestApps.Uwp.WinJS"
36
- Description =" UnitsNet.TestApps.Uwp.WinJS"
37
- BackgroundColor =" transparent"
38
- Square150x150Logo =" images\Square150x150Logo.png"
39
- Square44x44Logo =" images\Square44x44Logo.png" >
40
-
41
- <uap : DefaultTile Wide310x150Logo =" images\Wide310x150Logo.png" />
17
+ <Application Id =" App" StartPage =" index.html" >
18
+ <uap : VisualElements DisplayName =" UnitsNet.TestApps.Uwp.WinJS" Description =" UnitsNet.TestApps.Uwp.WinJS" BackgroundColor =" transparent" Square150x150Logo =" images\Square150x150Logo.png" Square44x44Logo =" images\Square44x44Logo.png" >
19
+ <uap : DefaultTile Wide310x150Logo =" images\Wide310x150Logo.png" >
20
+ </uap : DefaultTile >
42
21
<uap : SplashScreen Image =" images\splashscreen.png" />
43
-
44
22
</uap : VisualElements >
45
23
</Application >
46
24
</Applications >
47
-
48
25
<Capabilities >
49
26
<Capability Name =" internetClient" />
50
27
</Capabilities >
51
-
52
- </Package >
28
+ </Package >
0 commit comments