2018-11-18 18:49:40 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<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 build" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
|
|
|
|
|
<!--
|
|
|
|
|
PLIK MANIFESTU TEGO PROJEKTU JEST GENEROWANY PRZEZ PROCES KOMPILACJI.
|
|
|
|
|
|
|
|
|
|
Zmiany w pliku zostaną utracone podczas ponownego tworzenia pliku. W celu poprawy błędów należy edytować plik źródłowy .appxmanifest.
|
|
|
|
|
|
|
|
|
|
Po więcej informacji o plikach manifestu pakietów, zobacz http://go.microsoft.com/fwlink/?LinkID=241727
|
|
|
|
|
-->
|
|
|
|
|
<Identity Name="a13b5573-74eb-437e-864d-d1069d681f5b" Publisher="CN=MarcelPC" Version="1.0.0.0" ProcessorArchitecture="x86" />
|
|
|
|
|
<mp:PhoneIdentity PhoneProductId="a13b5573-74eb-437e-864d-d1069d681f5b" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
|
|
|
|
<Properties>
|
|
|
|
|
<DisplayName>HospitalServerManager</DisplayName>
|
|
|
|
|
<PublisherDisplayName>MarcelPC</PublisherDisplayName>
|
|
|
|
|
<Logo>Assets\StoreLogo.png</Logo>
|
|
|
|
|
</Properties>
|
|
|
|
|
<Dependencies>
|
|
|
|
|
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17134.0" MaxVersionTested="10.0.17134.0" />
|
|
|
|
|
<PackageDependency Name="Microsoft.NET.CoreRuntime.2.1" MinVersion="2.1.26124.5" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
2018-12-22 15:52:17 +01:00
|
|
|
|
<PackageDependency Name="Microsoft.VCLibs.140.00.Debug" MinVersion="14.0.27023.1" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
2018-11-18 18:49:40 +01:00
|
|
|
|
</Dependencies>
|
|
|
|
|
<Resources>
|
|
|
|
|
<Resource Language="PL-PL" />
|
|
|
|
|
</Resources>
|
|
|
|
|
<Applications>
|
|
|
|
|
<Application Id="App" Executable="HospitalServerManager.exe" EntryPoint="HospitalServerManager.App">
|
|
|
|
|
<uap:VisualElements DisplayName="HospitalServerManager" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="HospitalServerManager" BackgroundColor="transparent">
|
|
|
|
|
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png"></uap:DefaultTile>
|
|
|
|
|
<uap:SplashScreen Image="Assets\SplashScreen.png" />
|
|
|
|
|
</uap:VisualElements>
|
|
|
|
|
</Application>
|
|
|
|
|
</Applications>
|
|
|
|
|
<Capabilities>
|
|
|
|
|
<Capability Name="internetClient" />
|
|
|
|
|
<uap:Capability Name="enterpriseAuthentication" />
|
|
|
|
|
</Capabilities>
|
|
|
|
|
<build:Metadata>
|
|
|
|
|
<build:Item Name="TargetFrameworkMoniker" Value=".NETCore,Version=v5.0" />
|
|
|
|
|
<build:Item Name="VisualStudio" Version="15.0" />
|
|
|
|
|
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Community 2017" />
|
|
|
|
|
<build:Item Name="OperatingSystem" Version="10.0.17134.1 (WinBuild.160101.0800)" />
|
2018-12-22 15:52:17 +01:00
|
|
|
|
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="15.0.28307.104" />
|
2018-11-18 18:49:40 +01:00
|
|
|
|
<build:Item Name="ProjectGUID" Value="{26C1F966-632C-4EFE-B214-70E9F0917D10}" />
|
|
|
|
|
<build:Item Name="OptimizingToolset" Value="None" />
|
|
|
|
|
<build:Item Name="TargetRuntime" Value="Managed" />
|
2018-12-22 15:52:17 +01:00
|
|
|
|
<build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="15.0.28307.102" />
|
2018-11-18 18:49:40 +01:00
|
|
|
|
<build:Item Name="UseDotNetNativeSharedAssemblyFrameworkPackage" Value="true" />
|
|
|
|
|
<build:Item Name="MakePri.exe" Version="10.0.17134.12 (WinBuild.160101.0800)" />
|
|
|
|
|
</build:Metadata>
|
|
|
|
|
</Package>
|