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
<?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">
  <!--
    QUESTO FILE MANIFESTO DI PACCHETTO È GENERATO DAL PROCESSO DI COMPILAZIONE.

    Le modifiche apportate a questo file vengono perse quando il file viene rigenerato. Per correggere gli errori in questo file, modificare il file di origine appxmanifest.

    Per ulteriori informazioni sui file manifesto di pacchetto, vedere http://go.microsoft.com/fwlink/?LinkID=241727
  -->
  <Identity Name="2b587cb1-6b14-4a97-9e0e-28add3958950" Publisher="CN=Lorenzo" Version="1.0.0.0" ProcessorArchitecture="neutral" />
  <Properties>
    <DisplayName>John Glen</DisplayName>
    <PublisherDisplayName>Lorenzo</PublisherDisplayName>
    <Logo>Assets\StoreLogo.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="John Glen.exe" EntryPoint="John_Glen.App">
      <VisualElements DisplayName="John Glen" Logo="Assets\Logo.png" SmallLogo="Assets\SmallLogo.png" Description="John Glen" ForegroundText="light" BackgroundColor="#464646">
        <DefaultTile ShowName="allLogos" />
        <SplashScreen Image="Assets\SplashScreen.png" />
      </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="VisualStudioEdition" Value="Microsoft Visual Studio Express 2012 per Windows 8" />
    <build:Item Name="OperatingSystem" Version="6.2.9200.16384 (win8_rtm.120725-1247)" />
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="11.0.60315.1" />
    <build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="11.0.60315.1" />
    <build:Item Name="MakePri.exe" Version="6.2.9200.16384 (win8_rtm.120725-1247)" />
  </build:Metadata>
</Package>

Commits for Nextrek/Windows8/Minstrek/John Glen/John Glen/bin/Debug/AppxManifest.xml

Diff revisions: vs.
Revision Author Commited Message
28 LTardio picture LTardio Mon 08 Jul, 2013 16:35:15 +0000