fix windows store package project for upload

This commit is contained in:
2018-10-02 02:19:57 +02:00
parent 4696342421
commit c9aecf885d
4 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<?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" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap">
<Identity Name="OmixLabLtd.PanoPainter" Publisher="CN=A7839FC0-1534-49A5-BD18-1D5AF8852B9B" Version="0.1.3.360" />
<Identity Name="OmixLabLtd.PanoPainter" Publisher="CN=A7839FC0-1534-49A5-BD18-1D5AF8852B9B" Version="0.1.4.0" />
<Properties>
<DisplayName>PanoPainter</DisplayName>
<PublisherDisplayName>OmixLab Ltd</PublisherDisplayName>
@@ -23,7 +23,6 @@
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
<rescap:Capability Name="runFullTrust" />
</Capabilities>
</Package>

View File

@@ -42,7 +42,7 @@
<PropertyGroup>
<ProjectGuid>3a716fb6-de62-439f-83b6-3c40915d6678</ProjectGuid>
<TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<PackageCertificateKeyFile>PanoPainterPackage_StoreKey.pfx</PackageCertificateKeyFile>
<EntryPointProjectUniqueName>..\PanoPainter.vcxproj</EntryPointProjectUniqueName>