3b62bf1b1041fbbe7d3d82f12ef1f77ed30b5d29
[platform/upstream/SDL.git] / VisualC-WinRT / tests / loopwave / Package.appxmanifest
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">\r
3 \r
4   <Identity Name="1702c480-cf09-431e-a5e4-b21b283ec818"\r
5             Publisher="CN=David"\r
6             Version="1.0.0.0" />\r
7 \r
8   <Properties>\r
9     <DisplayName>loopwave_VS2012_WinRT</DisplayName>\r
10     <PublisherDisplayName>David</PublisherDisplayName>\r
11     <Logo>Assets\StoreLogo.png</Logo>\r
12   </Properties>\r
13 \r
14   <Prerequisites>\r
15     <OSMinVersion>6.2.1</OSMinVersion>\r
16     <OSMaxVersionTested>6.2.1</OSMaxVersionTested>\r
17   </Prerequisites>\r
18 \r
19   <Resources>\r
20     <Resource Language="x-generate"/>\r
21   </Resources>\r
22 \r
23   <Applications>\r
24     <Application Id="App"\r
25         Executable="$targetnametoken$.exe"\r
26         EntryPoint="loopwave_VS2012_WinRT.App">\r
27         <VisualElements\r
28             DisplayName="loopwave_VS2012_WinRT"\r
29             Logo="Assets\Logo.png"\r
30             SmallLogo="Assets\SmallLogo.png"\r
31             Description="loopwave_VS2012_WinRT"\r
32             ForegroundText="light"\r
33             BackgroundColor="#464646">\r
34             <DefaultTile ShowName="allLogos" />\r
35             <SplashScreen Image="Assets\SplashScreen.png" />\r
36         </VisualElements>\r
37     </Application>\r
38   </Applications>\r
39   <Capabilities>\r
40     <Capability Name="internetClient" />\r
41   </Capabilities>\r
42 </Package>