From 2643c1b8011632474357ff78d2e82b9402fc3c13 Mon Sep 17 00:00:00 2001 From: GABO1423 <35014183+GABO1423@users.noreply.github.com> Date: Fri, 25 Aug 2023 16:20:29 -0400 Subject: [PATCH] (UWP) Simplify appxmanifest Files Also fix misplaced Asset file --- UWP/.gitignore | 1 - UWP/PackageNormal.appxmanifest | 53 ---------------------------------- UWP/UWP.vcxproj | 42 +++++++++++++-------------- UWP/UWP.vcxproj.filters | 4 +++ 4 files changed, 24 insertions(+), 76 deletions(-) delete mode 100644 UWP/PackageNormal.appxmanifest diff --git a/UWP/.gitignore b/UWP/.gitignore index 6890c884c0..dae79e7cea 100644 --- a/UWP/.gitignore +++ b/UWP/.gitignore @@ -1,7 +1,6 @@ # We copy other files on top of these at build time, depending on configuration (Normal/Gold) Assets -Package.appxmanifest AppPackages x64 ARM diff --git a/UWP/PackageNormal.appxmanifest b/UWP/PackageNormal.appxmanifest deleted file mode 100644 index 9a2de41ac2..0000000000 --- a/UWP/PackageNormal.appxmanifest +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - PPSSPP - PSP emulator - Henrik RydgÄrd - Assets\StoreLogo.png - - - - - - - - - - - - - - - - - - - - - - .cso - .bin - .iso - .elf - - - - - - - - - - - - - - - - - - - - diff --git a/UWP/UWP.vcxproj b/UWP/UWP.vcxproj index c7389f0d50..9a24e4e231 100644 --- a/UWP/UWP.vcxproj +++ b/UWP/UWP.vcxproj @@ -1,22 +1,6 @@ - - Debug - ARM64 - - - Release - ARM64 - - - Debug - x64 - - - Release - x64 - Debug ARM @@ -29,10 +13,26 @@ UWP Gold ARM + + Debug + ARM64 + + + Release + ARM64 + UWP Gold ARM64 + + Debug + x64 + + + Release + x64 + UWP Gold x64 @@ -103,7 +103,6 @@ - copy PackageNormal.appxmanifest Package.appxmanifest /Y copy AssetsNormal\*.* Assets /Y ../Windows/git-version-gen.cmd EXIT 0 @@ -127,7 +126,6 @@ - copy PackageNormal.appxmanifest Package.appxmanifest /Y copy AssetsNormal\*.* Assets /Y ../Windows/git-version-gen.cmd EXIT 0 @@ -175,7 +173,6 @@ - copy PackageNormal.appxmanifest Package.appxmanifest /Y copy AssetsNormal\*.* Assets /Y ../Windows/git-version-gen.cmd EXIT 0 @@ -199,7 +196,6 @@ - copy PackageNormal.appxmanifest Package.appxmanifest /Y copy AssetsNormal\*.* Assets /Y ../Windows/git-version-gen.cmd EXIT 0 @@ -247,7 +243,6 @@ - copy PackageNormal.appxmanifest Package.appxmanifest /Y copy AssetsNormal\*.* Assets /Y ../Windows/git-version-gen.cmd EXIT 0 @@ -271,7 +266,6 @@ - copy PackageNormal.appxmanifest Package.appxmanifest /Y copy AssetsNormal\*.* Assets /Y ../Windows/git-version-gen.cmd EXIT 0 @@ -307,6 +301,10 @@ Designer Document + + Designer + Document + True diff --git a/UWP/UWP.vcxproj.filters b/UWP/UWP.vcxproj.filters index 2b50af1b09..0b635f0f43 100644 --- a/UWP/UWP.vcxproj.filters +++ b/UWP/UWP.vcxproj.filters @@ -95,6 +95,9 @@ Common + + Assets + Assets @@ -168,6 +171,7 @@ +