Files
OzgGameRPG/proj.winrt/Package.appxmanifest
2014-06-22 21:34:34 +08:00

30 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
<Identity Name="16A6CBD7-44EF-4BD8-8ED6-D6D037B23B93" Publisher="CN=dalestam" Version="2.2.0.0" />
<Properties>
<DisplayName>OzgGameRPG</DisplayName>
<PublisherDisplayName>dalestam</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Prerequisites>
<OSMinVersion>6.2.1</OSMinVersion>
<OSMaxVersionTested>6.2.1</OSMaxVersionTested>
</Prerequisites>
<Resources>
<Resource Language="x-generate" />
</Resources>
<Applications>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="TestCpp.App">
<VisualElements DisplayName="TestCpp" Logo="Assets\Logo.png" SmallLogo="Assets\SmallLogo.png" Description="TestCpp" ForegroundText="light" BackgroundColor="#464646">
<DefaultTile ShowName="allLogos" WideLogo="Assets\WideLogo.png" />
<SplashScreen Image="Assets\SplashScreen.png" />
<InitialRotationPreference>
<Rotation Preference="landscape" />
</InitialRotationPreference>
</VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
</Capabilities>
</Package>