anx.framework/Samples/WindowsFormsEditor/Manifest.appxmanifest
SND\AstrorEnales_cp 67a2c482fd - Working on Metro conversion (adding the AppxManifest automatically)
- Working on Graphics initialization on Metro (already clearing with a bit of hacking!)
2012-08-13 11:23:26 +00:00

27 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
<Identity Name="f191dd44-caad-4a71-b1f4-07eb177508db" Publisher="CN=ANX-Team" Version="1.0.0.0" />
<Properties>
<DisplayName>App1</DisplayName>
<PublisherDisplayName>ANX Developer Team</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Prerequisites>
<OSMinVersion>6.2.0</OSMinVersion>
<OSMaxVersionTested>6.2.0</OSMaxVersionTested>
</Prerequisites>
<Resources>
<Resource Language="x-generate" />
</Resources>
<Applications>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="WindowsGame1.Program">
<VisualElements DisplayName="WindowsGame1" Logo="Assets\Logo.png" SmallLogo="Assets\SmallLogo.png" Description="WindowsGame1" ForegroundText="light" BackgroundColor="#464646">
<DefaultTile ShowName="allLogos" />
<SplashScreen Image="Assets\SplashScreen.png" />
</VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
</Capabilities>
</Package>