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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:build="http://schemas.microsoft.com/developer/appx/2012/build" IgnorableNamespaces="build">
  <!--
    THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.

    Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.

    For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
  -->
  <Identity Name="d483fdd2-b17d-44be-b2ce-8fdbc1cab086" Publisher="CN=lorenzo" Version="1.0.0.0" ProcessorArchitecture="neutral" />
  <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="IT-IT" />
  </Resources>
  <Applications>
    <Application Id="App" Executable="App1.exe" EntryPoint="App1.App">
      <VisualElements DisplayName="Dimensione Parallela" Logo="Assets\icona150x150.png" SmallLogo="Assets\icona30x30.png" Description="Una divertente storia interattiva..." ForegroundText="light" BackgroundColor="#464646">
        <DefaultTile WideLogo="Assets\WideLogo.png" ShortName="Dimensione Parallela" />
        <SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#6d1e23" />
        <InitialRotationPreference>
          <Rotation Preference="landscape" />
        </InitialRotationPreference>
      </VisualElements>
    </Application>
  </Applications>
  <Capabilities>
    <Capability Name="internetClient" />
  </Capabilities>
  <build:Metadata>
    <build:Item Name="TargetFrameworkMoniker" Value=".NETCore,Version=v4.5" />
    <build:Item Name="VisualStudio" Version="11.0" />
    <build:Item Name="OperatingSystem" Version="6.2.9200.16384 (win8_rtm.120725-1247)" />
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="11.0.51106.1" />
    <build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="11.0.51106.1" />
    <build:Item Name="MakePri.exe" Version="6.2.9200.16384 (win8_rtm.120725-1247)" />
  </build:Metadata>
</Package>

Commits for Nextrek/Windows8/Minstrek/DimensioneParallela/App1/bin/Release/AppX/AppxManifest.xml

Diff revisions: vs.
Revision Author Commited Message
20 Diff Diff JMBauan picture JMBauan Wed 26 Jun, 2013 10:35:09 +0000
19 Diff Diff LTardio picture LTardio Tue 25 Jun, 2013 16:09:41 +0000
15 FMMortaroli picture FMMortaroli Mon 24 Jun, 2013 21:39:28 +0000