Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Package.appxmanifest 1.7 KB

You have to be logged in to leave a comment. Sign In
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
41
42
43
44
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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">
  3. <Identity Name="7a47021a-7473-4388-b801-890b391c0b38"
  4. Publisher="CN=Dave"
  5. Version="1.0.0.0" />
  6. <mp:PhoneIdentity PhoneProductId="7a47021a-7473-4388-b801-890b391c0b38" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
  7. <Properties>
  8. <DisplayName>WorkingWithWebview.WinPhone81</DisplayName>
  9. <PublisherDisplayName>Dave</PublisherDisplayName>
  10. <Logo>Assets\StoreLogo.png</Logo>
  11. </Properties>
  12. <Prerequisites>
  13. <OSMinVersion>6.3.1</OSMinVersion>
  14. <OSMaxVersionTested>6.3.1</OSMaxVersionTested>
  15. </Prerequisites>
  16. <Resources>
  17. <Resource Language="x-generate"/>
  18. </Resources>
  19. <Applications>
  20. <Application Id="App"
  21. Executable="$targetnametoken$.exe"
  22. EntryPoint="WorkingWithWebview.WinPhone81.App">
  23. <m3:VisualElements
  24. DisplayName="WorkingWithWebview.WinPhone81"
  25. Square150x150Logo="Assets\Logo.png"
  26. Square44x44Logo="Assets\SmallLogo.png"
  27. Description="WorkingWithWebview.WinPhone81"
  28. ForegroundText="light"
  29. BackgroundColor="transparent">
  30. <m3:DefaultTile Wide310x150Logo="Assets\WideLogo.png" Square71x71Logo="Assets\Square71x71Logo.png"/>
  31. <m3:SplashScreen Image="Assets\SplashScreen.png"/>
  32. </m3:VisualElements>
  33. </Application>
  34. </Applications>
  35. <Capabilities>
  36. <Capability Name="internetClientServer" />
  37. </Capabilities>
  38. </Package>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...