12345678910111213141516171819202122232425 |
- <?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">
- <Identity Name="c84165f3-7148-4381-affb-84265925b7e8" Publisher="CN=LouYihua" Version="2.0.0.0" />
- <Properties>
- <DisplayName>SDL PAL</DisplayName>
- <PublisherDisplayName>ms-resource:Publisher</PublisherDisplayName>
- <Logo>Assets\StoreLogo.png</Logo>
- </Properties>
- <Prerequisites>
- <OSMinVersion>6.3.0</OSMinVersion>
- <OSMaxVersionTested>6.3.0</OSMaxVersionTested>
- </Prerequisites>
- <Resources>
- <Resource Language="x-generate" />
- </Resources>
- <Applications>
- <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="SDLPal.App">
- <m2:VisualElements DisplayName="SDLPal" Square150x150Logo="Assets\Logo.png" Square30x30Logo="Assets\SmallLogo.png" Description="ms-resource:AppDescription" ForegroundText="light" BackgroundColor="blue">
- <m2:DefaultTile Square70x70Logo="Assets\Square70x70Logo.png" Wide310x150Logo="Assets\WideLogo.png" Square310x310Logo="Assets\Square310x310Logo.png">
- </m2:DefaultTile>
- <m2:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="black" />
- </m2:VisualElements>
- </Application>
- </Applications>
- </Package>
|