OSDN Git Service

ファイルを指定した時の状態も指定できるようにした
[fooeditengine/FooEditEngine.git] / UWP / Test / Package.appxmanifest
1 <?xml version="1.0" encoding="utf-8"?>
2 <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
3   <Identity Name="59431542-1ecc-401d-a949-43ef08810b38" Publisher="CN=matin" Version="1.0.0.0" />
4   <mp:PhoneIdentity PhoneProductId="59431542-1ecc-401d-a949-43ef08810b38" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
5   <Properties>
6     <DisplayName>Test</DisplayName>
7     <PublisherDisplayName>matin</PublisherDisplayName>
8     <Logo>Assets\StoreLogo.png</Logo>
9   </Properties>
10   <Dependencies>
11     <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
12   </Dependencies>
13   <Resources>
14     <Resource Language="x-generate" />
15   </Resources>
16   <Applications>
17     <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="Test.App">
18       <uap:VisualElements DisplayName="Test" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="Test" BackgroundColor="transparent">
19         <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png">
20         </uap:DefaultTile>
21         <uap:SplashScreen Image="Assets\SplashScreen.png" />
22       </uap:VisualElements>
23       <Extensions>
24         <uap:Extension Category="windows.fileTypeAssociation">
25           <uap:FileTypeAssociation Name="testfilesupport">
26             <uap:SupportedFileTypes>
27               <uap:FileType>.txt</uap:FileType>
28             </uap:SupportedFileTypes>
29           </uap:FileTypeAssociation>
30         </uap:Extension>
31       </Extensions>
32     </Application>
33   </Applications>
34   <Capabilities>
35     <Capability Name="internetClient" />
36   </Capabilities>
37 </Package>