2014-10-23 22:41:29 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest">
|
2015-06-05 21:21:03 +08:00
|
|
|
<Identity Name="F77B1E28-4A19-4C6F-BC04-ED4B3B899C5D" Publisher="CN=msopentech" Version="1.0.0.0" />
|
2014-10-23 22:41:29 +08:00
|
|
|
<Properties>
|
|
|
|
<DisplayName>HelloCpp.Windows</DisplayName>
|
2015-03-09 23:31:06 +08:00
|
|
|
<PublisherDisplayName>msopentech</PublisherDisplayName>
|
2014-10-23 22:41:29 +08:00
|
|
|
<Logo>Assets\StoreLogo.png</Logo>
|
|
|
|
</Properties>
|
|
|
|
<Prerequisites>
|
|
|
|
<OSMinVersion>6.3.0</OSMinVersion>
|
|
|
|
<OSMaxVersionTested>6.3.0</OSMaxVersionTested>
|
|
|
|
</Prerequisites>
|
|
|
|
<Resources>
|
|
|
|
<Resource Language="x-generate" />
|
|
|
|
</Resources>
|
|
|
|
<Applications>
|
|
|
|
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="cocos2d_Windows.App">
|
|
|
|
<m2:VisualElements DisplayName="HelloCpp.Windows" Square150x150Logo="Assets\Logo.png" Square30x30Logo="Assets\SmallLogo.png" Description="HelloCpp.Windows" ForegroundText="light" BackgroundColor="#464646">
|
2015-06-20 00:23:50 +08:00
|
|
|
<m2:DefaultTile>
|
|
|
|
<m2:ShowNameOnTiles>
|
|
|
|
<m2:ShowOn Tile="square150x150Logo" />
|
|
|
|
</m2:ShowNameOnTiles>
|
|
|
|
</m2:DefaultTile>
|
2014-10-23 22:41:29 +08:00
|
|
|
<m2:SplashScreen Image="Assets\SplashScreen.png" />
|
|
|
|
<m2:InitialRotationPreference>
|
|
|
|
<m2:Rotation Preference="landscape" />
|
|
|
|
<m2:Rotation Preference="landscapeFlipped" />
|
|
|
|
</m2:InitialRotationPreference>
|
|
|
|
</m2:VisualElements>
|
|
|
|
</Application>
|
|
|
|
</Applications>
|
|
|
|
<Capabilities>
|
|
|
|
<Capability Name="internetClient" />
|
|
|
|
</Capabilities>
|
|
|
|
</Package>
|