Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
  <Identity Name="d483fdd2-b17d-44be-b2ce-8fdbc1cab086" Publisher="CN=lorenzo" Version="1.0.0.0" />
  <Properties>
    <DisplayName>Proximity</DisplayName>
    <PublisherDisplayName>Nextrek s.r.l.</PublisherDisplayName>
    <Logo>Assets\icona50x50.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="App1.App">
      <VisualElements DisplayName="Proximity" Logo="Assets\icona150x150.png" SmallLogo="Assets\icona30x30.png" Description="A funny interactive story..." ForegroundText="light" BackgroundColor="#464646">
        <DefaultTile WideLogo="Assets\WideLogo.png" ShortName="Proximity" />
        <SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#6d1e23" />
        <InitialRotationPreference>
          <Rotation Preference="landscape" />
        </InitialRotationPreference>
      </VisualElements>
    </Application>
  </Applications>
  <Capabilities>
    <Capability Name="internetClient" />
  </Capabilities>
</Package>

Commits for Nextrek/Windows8/Minstrek/Proximity/App1/Package.appxmanifest

Diff revisions: vs.
Revision Author Commited Message
13 LTardio picture LTardio Thu 20 Jun, 2013 16:01:01 +0000