OSDN Git Service

XAudio2を試す前のバックアップ。
[shooting3/shootinggame.git] / ShootingGame / Package.appxmanifest
1 <?xml version="1.0" encoding="utf-8"?>
2 <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
3   <Identity Name="8f4a8078-5eb4-42a6-bcf0-9ac82993c82d" Publisher="CN=sfp.000" Version="1.0.0.0" />
4   <Properties>
5     <DisplayName>ShootingGame</DisplayName>
6     <PublisherDisplayName>sfp.000</PublisherDisplayName>
7     <Logo>Assets\StoreLogo.png</Logo>
8     <Description>ShootingGame</Description>
9   </Properties>
10   <Prerequisites>
11     <OSMinVersion>6.2</OSMinVersion>
12     <OSMaxVersionTested>6.2</OSMaxVersionTested>
13   </Prerequisites>
14   <Resources>
15     <Resource Language="x-generate" />
16   </Resources>
17   <Applications>
18     <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="ShootingGame.App">
19       <VisualElements DisplayName="ShootingGame" Logo="Assets\Logo.png" SmallLogo="Assets\SmallLogo.png" Description="ShootingGame" ForegroundText="light" BackgroundColor="#222222">
20         <DefaultTile ShowName="allLogos" />
21         <SplashScreen Image="Assets\SplashScreen.png" />
22       </VisualElements>
23     </Application>
24   </Applications>
25   <Capabilities>
26     <Capability Name="internetClient" />
27   </Capabilities>
28 </Package>