Skip to content

Commit

Permalink
Merge pull request #15711 from GABO1423/master
Browse files Browse the repository at this point in the history
(UWP) More Build Tweaks
  • Loading branch information
hrydgard authored Jul 23, 2022
2 parents d01d564 + abee2f0 commit d2a3918
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
Binary file modified UWP/PPSSPP_UWP_TemporaryKey.pfx
Binary file not shown.
14 changes: 14 additions & 0 deletions UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10">
<Identity Name="DUMMY-APPXMANIFEST" Publisher="CN=DUMMY" Version="1.0.0.0" />
<Properties>
<DisplayName>DUMMY</DisplayName>
<PublisherDisplayName>DUMMY</PublisherDisplayName>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
</Dependencies>
<Resources>
<Resource Language="x-generate" />
</Resources>
</Package>
2 changes: 1 addition & 1 deletion UWP/PackageGold.appxmanifest
Original file line number Diff line number Diff line change
@@ -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="32617401-c880-44d1-ba5a-c0b46feba525" Publisher="CN=Henrik" Version="1.8.0.3" />
<Identity Name="32617401-c880-44d1-ba5a-c0b46feba525" Publisher="CN=Henrik" Version="1.12.3.0" />
<mp:PhoneIdentity PhoneProductId="32617401-c880-44d1-ba5a-c0b46feba525" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>PPSSPP Gold - PSP emulator</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion UWP/PackageNormal.appxmanifest
Original file line number Diff line number Diff line change
@@ -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="0ad29e1a-1069-4cf5-8c97-620892505f0c" Publisher="CN=Henrik" Version="1.0.0.0" />
<Identity Name="0ad29e1a-1069-4cf5-8c97-620892505f0c" Publisher="CN=Henrik" Version="1.12.3.0" />
<mp:PhoneIdentity PhoneProductId="0ad29e1a-1069-4cf5-8c97-620892505f0c" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>PPSSPP - PSP emulator</DisplayName>
Expand Down
1 change: 0 additions & 1 deletion UWP/UWP.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,6 @@
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</DeploymentContent>
</None>
<None Include="PPSSPP_UWP_TemporaryKey.pfx" />
<None Include="UWP_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Armips_UWP\Armips_UWP.vcxproj">
Expand Down
Binary file removed UWP/UWP_TemporaryKey.pfx
Binary file not shown.

0 comments on commit d2a3918

Please sign in to comment.