Skip to content

Instantly share code, notes, and snippets.

@WamWooWam
Last active July 20, 2019 17:03
Show Gist options
  • Save WamWooWam/9bbc6c871da02083abb2cf8ca6c50346 to your computer and use it in GitHub Desktop.
Save WamWooWam/9bbc6c871da02083abb2cf8ca6c50346 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
<Identity Name="c10c1bc2-db82-4f92-83d9-3291a20a16fa" Publisher="CN=wamwo" Version="1.0.0.0" />
<Properties>
<DisplayName>CppWinRTTest</DisplayName>
<PublisherDisplayName>Wan Kerr Co. Ltd.</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Resources>
<Resource Language="en-us"/>
</Resources>
<Prerequisites>
<OSMinVersion>6.3.0</OSMinVersion>
<OSMaxVersionTested>6.3.0</OSMaxVersionTested>
</Prerequisites>
<Applications>
<Application Id="App" Executable="CppWinRTTest.exe" EntryPoint="CppWinRTTest.App">
<VisualElements
BackgroundColor="#808080"
Description="A Windows 8.1 app in C++/WinRT"
DisplayName="CppWinRTTest"
ForegroundText="light"
Logo="Assets\StoreLogo.png"
SmallLogo="Assets\StoreLogo.png"
ToastCapable="true">
<SplashScreen
BackgroundColor="#808080"
Image="Assets\SplashScreen.png" />
</VisualElements>
</Application>
</Applications>
</Package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment