Package.appxmanifest (1321B)
1<?xml version="1.0" encoding="utf-8"?> 2<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest"> 3 4 <Identity Name="ca3178f1-b2b2-43bf-97dd-28ee1b7d32c5" 5 Publisher="CN=David" 6 Version="1.0.0.0" /> 7 8 <Properties> 9 <DisplayName>testthread_VS2012_WinRT</DisplayName> 10 <PublisherDisplayName>David</PublisherDisplayName> 11 <Logo>Assets\StoreLogo.png</Logo> 12 </Properties> 13 14 <Prerequisites> 15 <OSMinVersion>6.2.1</OSMinVersion> 16 <OSMaxVersionTested>6.2.1</OSMaxVersionTested> 17 </Prerequisites> 18 19 <Resources> 20 <Resource Language="x-generate"/> 21 </Resources> 22 23 <Applications> 24 <Application Id="App" 25 Executable="$targetnametoken$.exe" 26 EntryPoint="testthread_VS2012_WinRT.App"> 27 <VisualElements 28 DisplayName="testthread_VS2012_WinRT" 29 Logo="Assets\Logo.png" 30 SmallLogo="Assets\SmallLogo.png" 31 Description="testthread_VS2012_WinRT" 32 ForegroundText="light" 33 BackgroundColor="#464646"> 34 <DefaultTile ShowName="allLogos" /> 35 <SplashScreen Image="Assets\SplashScreen.png" /> 36 </VisualElements> 37 </Application> 38 </Applications> 39 <Capabilities> 40 <Capability Name="internetClient" /> 41 </Capabilities> 42</Package>