~paparazzi-uav/paparazzi/v5.0-manual

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/samples/winrt/FaceDetection/FaceDetection/Package.appxmanifest

  • Committer: Paparazzi buildbot
  • Date: 2016-05-18 15:00:29 UTC
  • Revision ID: felix.ruess+docbot@gmail.com-20160518150029-e8lgzi5kvb4p7un9
Manual import commit 4b8bbb730080dac23cf816b98908dacfabe2a8ec from v5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest">
 
3
 
 
4
  <Identity Name="f8308285-aea6-41b1-a76e-9954cfd46c7e"
 
5
            Publisher="CN=ericmitt"
 
6
            Version="1.0.0.0" />
 
7
 
 
8
  <Properties>
 
9
    <DisplayName>FaceDetection</DisplayName>
 
10
    <PublisherDisplayName>ericmitt</PublisherDisplayName>
 
11
    <Logo>Assets\StoreLogo.png</Logo>
 
12
  </Properties>
 
13
 
 
14
  <Prerequisites>
 
15
    <OSMinVersion>6.3.0</OSMinVersion>
 
16
    <OSMaxVersionTested>6.3.0</OSMaxVersionTested>
 
17
  </Prerequisites>
 
18
 
 
19
  <Resources>
 
20
    <Resource Language="x-generate"/>
 
21
  </Resources>
 
22
 
 
23
  <Applications>
 
24
    <Application Id="App"
 
25
        Executable="$targetnametoken$.exe"
 
26
        EntryPoint="FaceDetection.App">
 
27
        <m2:VisualElements
 
28
            DisplayName="FaceDetection"
 
29
            Square150x150Logo="Assets\Logo.png"
 
30
            Square30x30Logo="Assets\SmallLogo.png"
 
31
            Description="FaceDetection"
 
32
            ForegroundText="light"
 
33
            BackgroundColor="#464646">
 
34
            <m2:SplashScreen Image="Assets\SplashScreen.png" />
 
35
        </m2:VisualElements>
 
36
    </Application>
 
37
  </Applications>
 
38
  <Capabilities>
 
39
    <Capability Name="internetClient" />
 
40
  </Capabilities>
 
41
</Package>
 
 
b'\\ No newline at end of file'