├── Install.bat ├── LICENSE ├── Package.txt ├── README.md ├── Uninstall.bat └── WindowsApps ├── Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxMetadata │ └── CodeIntegrity.cat ├── AppxSignature.p7x ├── Microsoft.Advertising.dll ├── Microsoft.Advertising.winmd ├── Microsoft.Advertising │ ├── bootstrap.html │ ├── bootstrap.js │ ├── ormma.js │ ├── vpaid.html │ └── vpaid.js ├── logo.png └── resources.pri ├── Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxMetadata │ └── CodeIntegrity.cat ├── AppxSignature.p7x ├── Microsoft.Advertising.dll ├── Microsoft.Advertising.winmd ├── Microsoft.Advertising │ ├── bootstrap.html │ ├── bootstrap.js │ ├── ormma.js │ ├── vpaid.html │ └── vpaid.js ├── logo.png └── resources.pri ├── Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxMetadata │ └── CodeIntegrity.cat ├── AppxSignature.p7x ├── SharedLibrary.dll └── logo.png ├── Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxMetadata │ └── CodeIntegrity.cat ├── AppxSignature.p7x ├── SharedLibrary.dll └── logo.png ├── Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxMetadata │ └── CodeIntegrity.cat ├── AppxSignature.p7x ├── clrcompression.dll ├── logo.png └── mrt100_app.dll ├── Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxMetadata │ └── CodeIntegrity.cat ├── AppxSignature.p7x ├── clrcompression.dll ├── logo.png └── mrt100_app.dll ├── Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxSignature.p7x ├── Assets │ └── AppTiles │ │ ├── StoreLogo.scale-100.png │ │ ├── contrast-black │ │ └── StoreLogo.scale-100.png │ │ └── contrast-white │ │ └── StoreLogo.scale-100.png └── resources.pri ├── Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxMetadata │ └── CodeIntegrity.cat ├── AppxSignature.p7x ├── Assets │ └── AppTiles │ │ ├── SplashScreen.scale-200.png │ │ ├── StoreAppList.scale-200.png │ │ ├── StoreLogo.png │ │ ├── StoreMedTile.scale-200.png │ │ ├── StoreWideTile.scale-200.png │ │ ├── contrast-black │ │ ├── SplashScreen.scale-200.png │ │ ├── StoreAppList.scale-200.png │ │ ├── StoreMedTile.scale-200.png │ │ └── StoreWideTile.scale-200.png │ │ └── contrast-white │ │ ├── SplashScreen.scale-200.png │ │ ├── StoreAppList.scale-200.png │ │ ├── StoreMedTile.scale-200.png │ │ └── StoreWideTile.scale-200.png ├── Store.Purchase.Component.winmd ├── Store.Purchase │ ├── Controls │ │ ├── ErrorControl.xaml │ │ ├── NativePurchaseControl.xaml │ │ ├── ProgressControl.xaml │ │ ├── SignInControl.xaml │ │ ├── WebBlendsControl.xaml │ │ ├── Xbox360PurchaseControl.xaml │ │ └── Xbox360PurchaseHostPage.html │ └── Resources │ │ ├── DefaultResourceDictionary.xaml │ │ └── XboxResourceDictionary.xaml ├── StoreExperienceHost.dll ├── StoreExperienceHost.exe ├── _Resources │ ├── 0.rsrc │ └── index.txt ├── clrcompression.dll └── resources.pri ├── Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxMetadata │ └── AppxBundleManifest.xml └── AppxSignature.p7x ├── Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxMetadata │ └── CodeIntegrity.cat ├── AppxSignature.p7x ├── concrt140_app.dll ├── logo.png ├── msvcp140_app.dll ├── vcamp140_app.dll ├── vccorlib140_app.dll ├── vcomp140_app.dll └── vcruntime140_app.dll ├── Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxMetadata │ └── CodeIntegrity.cat ├── AppxSignature.p7x ├── concrt140_app.dll ├── logo.png ├── msvcp140_app.dll ├── vcamp140_app.dll ├── vccorlib140_app.dll ├── vcomp140_app.dll └── vcruntime140_app.dll ├── Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxSignature.p7x ├── Assets │ └── AppTiles │ │ ├── SplashScreen.scale-100.png │ │ ├── StoreAppList.scale-100.png │ │ ├── StoreBadgeLogo.scale-100.png │ │ ├── StoreLargeTile.scale-100.png │ │ ├── StoreMedTile.scale-100.png │ │ ├── StoreSmallTile.scale-100.png │ │ ├── StoreWideTile.scale-100.png │ │ ├── contrast-black │ │ ├── SplashScreen.scale-100.png │ │ ├── StoreAppList.scale-100.png │ │ ├── StoreBadgeLogo.scale-100.png │ │ ├── StoreLargeTile.scale-100.png │ │ ├── StoreMedTile.scale-100.png │ │ ├── StoreSmallTile.scale-100.png │ │ └── StoreWideTile.scale-100.png │ │ └── contrast-white │ │ ├── SplashScreen.scale-100.png │ │ ├── StoreAppList.scale-100.png │ │ ├── StoreBadgeLogo.scale-100.png │ │ ├── StoreLargeTile.scale-100.png │ │ ├── StoreMedTile.scale-100.png │ │ ├── StoreSmallTile.scale-100.png │ │ └── StoreWideTile.scale-100.png └── resources.pri ├── Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxSignature.p7x ├── Assets │ └── AppTiles │ │ ├── SplashScreen.scale-125.png │ │ ├── contrast-black │ │ └── SplashScreen.scale-125.png │ │ └── contrast-white │ │ └── SplashScreen.scale-125.png └── resources.pri ├── Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxMetadata │ └── CodeIntegrity.cat ├── AppxSignature.p7x ├── Assets │ ├── AppTile.xml │ ├── AppTiles │ │ ├── SplashScreen.scale-200.png │ │ ├── StoreAppList.scale-200.png │ │ ├── StoreAppList.targetsize-16_altform-unplated.png │ │ ├── StoreAppList.targetsize-20_altform-unplated.png │ │ ├── StoreAppList.targetsize-24_altform-unplated.png │ │ ├── StoreAppList.targetsize-256_altform-unplated.png │ │ ├── StoreAppList.targetsize-30_altform-unplated.png │ │ ├── StoreAppList.targetsize-32_altform-unplated.png │ │ ├── StoreAppList.targetsize-36_altform-unplated.png │ │ ├── StoreAppList.targetsize-40_altform-unplated.png │ │ ├── StoreAppList.targetsize-48_altform-unplated.png │ │ ├── StoreAppList.targetsize-60_altform-unplated.png │ │ ├── StoreAppList.targetsize-64_altform-unplated.png │ │ ├── StoreAppList.targetsize-72_altform-unplated.png │ │ ├── StoreAppList.targetsize-80_altform-unplated.png │ │ ├── StoreAppList.targetsize-96_altform-unplated.png │ │ ├── StoreBadgeLogo.scale-200.png │ │ ├── StoreLargeTile.scale-200.png │ │ ├── StoreLogo.png │ │ ├── StoreMedTile.scale-200.png │ │ ├── StoreSmallTile.scale-200.png │ │ ├── StoreWideTile.scale-200.png │ │ ├── contrast-black │ │ │ ├── SplashScreen.scale-200.png │ │ │ ├── StoreAppList.scale-200.png │ │ │ ├── StoreAppList.targetsize-16.png │ │ │ ├── StoreAppList.targetsize-20.png │ │ │ ├── StoreAppList.targetsize-24.png │ │ │ ├── StoreAppList.targetsize-256.png │ │ │ ├── StoreAppList.targetsize-30.png │ │ │ ├── StoreAppList.targetsize-32.png │ │ │ ├── StoreAppList.targetsize-36.png │ │ │ ├── StoreAppList.targetsize-40.png │ │ │ ├── StoreAppList.targetsize-48.png │ │ │ ├── StoreAppList.targetsize-60.png │ │ │ ├── StoreAppList.targetsize-64.png │ │ │ ├── StoreAppList.targetsize-72.png │ │ │ ├── StoreAppList.targetsize-80.png │ │ │ ├── StoreAppList.targetsize-96.png │ │ │ ├── StoreBadgeLogo.scale-200.png │ │ │ ├── StoreLargeTile.scale-200.png │ │ │ ├── StoreLogo.png │ │ │ ├── StoreMedTile.scale-200.png │ │ │ ├── StoreSmallTile.scale-200.png │ │ │ └── StoreWideTile.scale-200.png │ │ └── contrast-white │ │ │ ├── SplashScreen.scale-200.png │ │ │ ├── StoreAppList.scale-200.png │ │ │ ├── StoreAppList.targetsize-16.png │ │ │ ├── StoreAppList.targetsize-20.png │ │ │ ├── StoreAppList.targetsize-24.png │ │ │ ├── StoreAppList.targetsize-256.png │ │ │ ├── StoreAppList.targetsize-30.png │ │ │ ├── StoreAppList.targetsize-32.png │ │ │ ├── StoreAppList.targetsize-36.png │ │ │ ├── StoreAppList.targetsize-40.png │ │ │ ├── StoreAppList.targetsize-48.png │ │ │ ├── StoreAppList.targetsize-60.png │ │ │ ├── StoreAppList.targetsize-64.png │ │ │ ├── StoreAppList.targetsize-72.png │ │ │ ├── StoreAppList.targetsize-80.png │ │ │ ├── StoreAppList.targetsize-96.png │ │ │ ├── StoreBadgeLogo.scale-200.png │ │ │ ├── StoreLargeTile.scale-200.png │ │ │ ├── StoreLogo.png │ │ │ ├── StoreMedTile.scale-200.png │ │ │ ├── StoreSmallTile.scale-200.png │ │ │ └── StoreWideTile.scale-200.png │ └── HeroAppTile.xml ├── EntCommon.dll ├── MS.Entertainment.Common.Mobile.dll ├── MS.Entertainment.Common.winmd ├── MS.Entertainment.Common │ └── Resources │ │ └── Fonts │ │ └── SegMVR2.ttf ├── Microsoft.Entertainment.winmd ├── Microsoft.UI.Xaml.dll ├── Microsoft.UI.Xaml.winmd ├── Microsoft.UI.Xaml │ └── Assets │ │ └── NoiseAsset_256X256_PNG.png ├── NoiseAsset_256x256_PNG.png ├── Resources │ ├── Fonts │ │ ├── SegMVR2.ttf │ │ ├── StorMDL2.ttf │ │ └── StorMDL2c.ttf │ └── RetailDemo │ │ ├── data │ │ └── en-us │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ └── RetailDemoData.json │ │ └── strings │ │ └── en-us │ │ └── resources.resjson ├── Store.Purchase │ ├── Controls │ │ ├── ErrorControl.xaml │ │ ├── NativePurchaseControl.xaml │ │ ├── ProgressControl.xaml │ │ ├── SignInControl.xaml │ │ ├── WebBlendsControl.xaml │ │ ├── Xbox360PurchaseControl.xaml │ │ └── Xbox360PurchaseHostPage.html │ └── Resources │ │ ├── DefaultResourceDictionary.xaml │ │ └── XboxResourceDictionary.xaml ├── WinStore.App.dll ├── WinStore.App.exe ├── WinStore.Entertainment.Mobile.dll ├── WinStore.Preview.dll ├── WinStore.Preview.winmd ├── WinStore.winmd ├── WinStore │ └── Resources │ │ └── Assets │ │ ├── RT_Icons_Cert_16.png │ │ ├── RT_Icons_Cert_42.png │ │ ├── RT_Icons_Fresh_16.png │ │ ├── RT_Icons_Fresh_42.png │ │ ├── RT_Icons_Popcorn_16.png │ │ ├── RT_Icons_Popcorn_42.png │ │ ├── RT_Icons_Spilt_16.png │ │ ├── RT_Icons_Spilt_42.png │ │ ├── RT_Icons_Splat_16.png │ │ └── RT_Icons_Splat_42.png ├── WinStoreTasks.winmd ├── WinStoreTasksWrapper.dll ├── WinStoreTasksWrapper.winmd ├── Xbox.Foundation.Media.dll ├── Xbox.Foundation.Media.winmd ├── clrcompression.dll └── resources.pri ├── Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxMetadata │ └── AppxBundleManifest.xml └── AppxSignature.p7x ├── Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxMetadata │ └── AppxBundleManifest.xml └── AppxSignature.p7x └── Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe ├── AppxBlockMap.xml ├── AppxManifest.xml ├── AppxMetadata └── CodeIntegrity.cat ├── AppxSignature.p7x ├── Assets ├── Square150x150Logo.scale-100.png ├── Square44x44Logo.scale-100.png ├── StoreLogo.scale-100.png ├── ValueProp_Ring.png ├── ValueProp_Shadow.png ├── ValueProp_Unknown.png ├── xbox_live_logo_black.png └── xbox_live_logo_white.png ├── BuildInfo.xml ├── XboxIdp.Native.dll ├── XboxIdp.Native.winmd ├── XboxIdp.Tasks.winmd ├── XboxIdp.dll ├── XboxIdp.exe ├── clrcompression.dll └── resources.pri /Install.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF&PUSHD %~DP0 &TITLE Microsoft Store for Windows LTSC 2 | setlocal enabledelayedexpansion 3 | mode con cols=60 lines=30 4 | color 87 5 | cd.>%WINDIR%\GetAdmin 6 | if exist %WINDIR%\GetAdmin (del /f /q "%WINDIR%\GetAdmin") else ( 7 | echo CreateObject^("Shell.Application"^).ShellExecute "%~s0", "%*", "", "runas", 1 >> "%temp%\Admin.vbs" 8 | "%temp%\Admin.vbs" 9 | del /s /q "%temp%\Admin.vbs" 10 | exit /b 2) 11 | cls 12 | if not exist "%ProgramFiles%\WindowsApps" goto error_exit 13 | if not exist "%WINDIR%\SysWOW64" goto error_exit 14 | TAKEOWN /F "%ProgramFiles%\WindowsApps" /A >NUL 15 | ICACLS "%ProgramFiles%\WindowsApps" /grant:r "Administrators:F" /Q >NUL 16 | ICACLS "%ProgramFiles%\WindowsApps" /grant:r "All Application Packages:RX" /setintegritylevel L:I /inheritance:e /Q >NUL 17 | XCOPY /Q/Y/E/H/O "%~DP0WindowsApps\*" "%ProgramFiles%\WindowsApps\" >NUL 2>NUL 18 | ICACLS "%ProgramFiles%\WindowsApps" /setowner "NT Service\TrustedInstaller" /Q >NUL 19 | ICACLS "%ProgramFiles%\WindowsApps" /grant:r "Administrators:RX" /Q >NUL 20 | ICACLS "%ProgramFiles%\WindowsApps" /reset >NUL 21 | FOR /F "delims=" %%i IN (Package.txt) DO (PowerShell -Command "& {Add-AppXPackage -Path '%ProgramFiles%\WindowsApps\%%i\AppXManifest.xml' -Register -DisableDevelopmentMode}") 22 | :success_exit 23 | ECHO. 24 | ECHO Install finish. 25 | TIMEOUT /T 3 /NOBREAK >NUL 2>NUL 26 | exit 0 27 | :error_exit 28 | ECHO. 29 | ECHO Not support this device. 30 | TIMEOUT /T 5 /NOBREAK >NUL 2>NUL 31 | exit 1 32 | Get-AppxPackage Microsoft.XboxIdentityProvider |Remove-AppxPackage 33 | Get-AppxPackage Microsoft.StorePurchaseApp |Remove-AppxPackage 34 | Get-AppxPackage Microsoft.WindowsStore |Remove-AppxPackage 35 | Get-AppxPackage Microsoft.Advertising.Xaml |Remove-AppxPackage 36 | Get-AppxPackage Microsoft.VCLibs.140.00 |Remove-AppxPackage 37 | Get-AppxPackage Microsoft.NET.Native.Framework.1.6 |Remove-AppxPackage 38 | Get-AppxPackage Microsoft.NET.Native.Runtime.1.6 |Remove-AppxPackage 39 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | BSD 3-Clause License 2 | 3 | Copyright (c) 2022, fernvenue 4 | All rights reserved. 5 | 6 | Redistribution and use in source and binary forms, with or without 7 | modification, are permitted provided that the following conditions are met: 8 | 9 | 1. Redistributions of source code must retain the above copyright notice, this 10 | list of conditions and the following disclaimer. 11 | 12 | 2. Redistributions in binary form must reproduce the above copyright notice, 13 | this list of conditions and the following disclaimer in the documentation 14 | and/or other materials provided with the distribution. 15 | 16 | 3. Neither the name of the copyright holder nor the names of its 17 | contributors may be used to endorse or promote products derived from 18 | this software without specific prior written permission. 19 | 20 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 23 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 24 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 26 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 27 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 28 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 | -------------------------------------------------------------------------------- /Package.txt: -------------------------------------------------------------------------------- 1 | Microsoft.NET* 2 | Microsoft.VCLibs* 3 | Microsoft.Advertising* 4 | Microsoft.WindowsStore*_x64_* 5 | Microsoft.WindowsStore* 6 | Microsoft.StorePurchaseApp*_x64_* 7 | Microsoft.StorePurchaseApp* 8 | Microsoft.XboxIdentityProvider*_x64_* 9 | Microsoft.XboxIdentityProvider* 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Microsoft Store (for LTSC) 2 | 3 | [![microsoft-store](https://img.shields.io/badge/LICENSE-BSD3%20Clause%20Liscense-blue?style=flat-square)](./LICENSE) 4 | [![microsoft-store](https://img.shields.io/badge/GitHub-Microsoft%20Store-blueviolet?style=flat-square&logo=github)](https://github.com/fernvenue/microsoft-store) 5 | [![microsoft-store](https://img.shields.io/badge/GitLab-Microsoft%20Store-orange?style=flat-square&logo=gitlab)](https://gitlab.com/fernvenue/microsoft-store) 6 | 7 | [Microsoft Store](https://www.microsoft.com/store) package for Windows LTSC. 8 | 9 | Please note that this is **NOT** an official Microsoft repository, does **NOT** host any Microsoft source code, and has **NO** commercial ties to Microsoft. It is merely a quick solution **provided by the community** for installing the store on LTSC. The license is only for the deployment script itself and does **NOT** apply to any official Microsoft programs. If you believe your rights have been infringed, please contact the repository owner or open an issue, and I will respond to your concerns actively. 10 | 11 | - ~~Windows 10 LTSC 2019 (Tested)~~ 12 | - Windows 10 LTSC 2021 (Tested) 13 | - Windows 11 LTSC 2024 (Tested) 14 | 15 | **Update: It was found that the recent LTSC 2019 no longer supports the new version of the Microsoft Store. The store will ask you to update the system before use, and applications can't be installed normally. Therefore, Microsoft Store is no longer usable on LTSC 2019. If you have already installed it, you can uninstall it using [Uninstall.bat](./Uninstall.bat).** 16 | 17 | You can just download the release and double click to install. 18 | 19 | For compatibility reasons, the latest version of the packages is not used, for better experience you may need to update the Microsoft Store in its settings after you successfully installed it. 20 | -------------------------------------------------------------------------------- /Uninstall.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | title Uninstall Microsoft Store for LTSC 3 | color 1f 4 | setlocal enabledelayedexpansion 5 | 6 | echo [1/4] Running as administrator... 7 | cd.>%WINDIR%\GetAdmin 8 | if exist %WINDIR%\GetAdmin (del /f /q "%WINDIR%\GetAdmin") else ( 9 | echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\admin.vbs" 10 | echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\admin.vbs" 11 | "%temp%\admin.vbs" 12 | del "%temp%\admin.vbs" 13 | exit /b 14 | ) 15 | 16 | echo [2/4] Removing Microsoft Store related AppX packages... 17 | for %%A in ( 18 | Microsoft.WindowsStore 19 | Microsoft.StorePurchaseApp 20 | Microsoft.XboxIdentityProvider 21 | Microsoft.Advertising.Xaml 22 | Microsoft.VCLibs.140.00 23 | Microsoft.NET.Native.Framework.1.6 24 | Microsoft.NET.Native.Runtime.1.6 25 | ) do ( 26 | powershell -command "Get-AppxPackage -AllUsers -Name %%A | Remove-AppxPackage" >nul 2>&1 27 | ) 28 | 29 | echo [3/4] Deleting copied WindowsApps folders... 30 | set "WinAppsPath=%ProgramFiles%\WindowsApps" 31 | takeown /f "%WinAppsPath%" /r /d y >nul 32 | icacls "%WinAppsPath%" /grant:r Administrators:F /t /c /q >nul 33 | 34 | for /d %%D in ( 35 | Microsoft.WindowsStore_* 36 | Microsoft.StorePurchaseApp_* 37 | Microsoft.XboxIdentityProvider_* 38 | Microsoft.Advertising.Xaml_* 39 | Microsoft.VCLibs.140.00_* 40 | Microsoft.NET.Native.Framework.1.6_* 41 | Microsoft.NET.Native.Runtime.1.6_* 42 | ) do ( 43 | rd /s /q "%WinAppsPath%\%%D" 44 | ) 45 | 46 | echo [4/4] Restoring permissions of WindowsApps folder... 47 | icacls "%WinAppsPath%" /setowner "NT SERVICE\TrustedInstaller" >nul 48 | icacls "%WinAppsPath%" /reset /t /c /q >nul 49 | 50 | echo. 51 | echo Uninstallation complete. Press any key to exit... 52 | pause >nul 53 | exit 54 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | true 13 | Microsoft Advertising SDK for XAML 14 | Microsoft Corporation 15 | Microsoft Advertising SDK for XAML 16 | logo.png 17 | 18 | 19 | 20 | 21 | 22 | 26 | 27 | 28 | 29 | 30 | 31 | Microsoft.Advertising.dll 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.html: -------------------------------------------------------------------------------- 1 |  2 | 6 | 7 | 8 | 9 | 10 | 51 | 52 | 53 |
54 | 57 | 60 | 63 | $(PAYLOAD) 64 | 65 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.html: -------------------------------------------------------------------------------- 1 |  2 | 7 | 8 | 9 | 10 | 11 | 12 | 51 | 54 | 55 | 56 | 57 |
58 | 59 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/logo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/resources.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/resources.pri -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 11 | 12 | true 13 | Microsoft Advertising SDK for XAML 14 | Microsoft Corporation 15 | Microsoft Advertising SDK for XAML 16 | logo.png 17 | 18 | 19 | 20 | 21 | 22 | 26 | 27 | 28 | 29 | 30 | 31 | Microsoft.Advertising.dll 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.html: -------------------------------------------------------------------------------- 1 |  2 | 6 | 7 | 8 | 9 | 10 | 51 | 52 | 53 |
54 | 57 | 60 | 63 | $(PAYLOAD) 64 | 65 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.html: -------------------------------------------------------------------------------- 1 |  2 | 7 | 8 | 9 | 10 | 11 | 12 | 51 | 54 | 55 | 56 | 57 |
58 | 59 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/logo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/resources.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/resources.pri -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 10 | 11 | 12 | true 13 | Microsoft .Net Native Framework Package 1.6 14 | Microsoft Corporation 15 | Microsoft .Net Native Framework Package 1.6 16 | logo.png 17 | 18 | 19 | 20 | 21 | 22 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/SharedLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/SharedLibrary.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/logo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 10 | 11 | 12 | true 13 | Microsoft .Net Native Framework Package 1.6 14 | Microsoft Corporation 15 | Microsoft .Net Native Framework Package 1.6 16 | logo.png 17 | 18 | 19 | 20 | 21 | 22 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/SharedLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/SharedLibrary.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/logo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 10 | 11 | 12 | true 13 | Microsoft .Net Native Runtime Package 1.6 14 | Microsoft Corporation 15 | Microsoft .Net Native Runtime Package 1.6 16 | logo.png 17 | 18 | 19 | 20 | 21 | 22 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/clrcompression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/clrcompression.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/logo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/mrt100_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/mrt100_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 10 | 11 | 12 | true 13 | Microsoft .Net Native Runtime Package 1.6 14 | Microsoft Corporation 15 | Microsoft .Net Native Runtime Package 1.6 16 | logo.png 17 | 18 | 19 | 20 | 21 | 22 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/clrcompression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/clrcompression.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/logo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/mrt100_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/mrt100_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxBlockMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | truems-resource:DisplayTitleMicrosoft CorporationAssets\AppTiles\StoreLogo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLogo.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLogo.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/resources.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/resources.pri -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | ms-resource:DisplayTitle 8 | Microsoft Corporation 9 | Assets\AppTiles\StoreLogo.png 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 | 44 | 45 | StoreExperienceHost.dll 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase.Component.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase.Component.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/ErrorControl.xaml: -------------------------------------------------------------------------------- 1 |  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 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/WebBlendsControl.xaml: -------------------------------------------------------------------------------- 1 |  13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseControl.xaml: -------------------------------------------------------------------------------- 1 |  11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseHostPage.html: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 30 | 31 | 32 | 127 | 128 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/StoreExperienceHost.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/StoreExperienceHost.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/StoreExperienceHost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/StoreExperienceHost.exe -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/_Resources/0.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/_Resources/0.rsrc -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/_Resources/index.txt: -------------------------------------------------------------------------------- 1 | Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2 | Microsoft.Diagnostics.Tracing.Messages.resources 3 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/clrcompression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/clrcompression.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/resources.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/resources.pri -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe/AppxBlockMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | true 7 | Microsoft Visual C++ 2015 UWP Runtime Package 8 | Microsoft Platform Extensions 9 | Microsoft Visual C++ 2015 UWP Runtime support for native applications 10 | logo.png 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/concrt140_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/concrt140_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/logo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/msvcp140_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/msvcp140_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcamp140_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcamp140_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vccorlib140_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vccorlib140_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcomp140_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcomp140_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcruntime140_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcruntime140_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | true 7 | Microsoft Visual C++ 2015 UWP Runtime Package 8 | Microsoft Platform Extensions 9 | Microsoft Visual C++ 2015 UWP Runtime support for native applications 10 | logo.png 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/concrt140_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/concrt140_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/logo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/msvcp140_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/msvcp140_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcamp140_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcamp140_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vccorlib140_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vccorlib140_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcomp140_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcomp140_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcruntime140_app.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcruntime140_app.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxBlockMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | truems-resource:StoreTitleMicrosoft CorporationAssets\AppTiles\StoreLogo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreBadgeLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreBadgeLogo.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreLargeTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreLargeTile.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreSmallTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreSmallTile.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreBadgeLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreBadgeLogo.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLargeTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLargeTile.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreSmallTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreSmallTile.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreBadgeLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreBadgeLogo.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLargeTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLargeTile.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreSmallTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreSmallTile.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/resources.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/resources.pri -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxBlockMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | truems-resource:StoreTitleMicrosoft CorporationAssets\AppTiles\StoreLogo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-125.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-125.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-125.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/resources.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/resources.pri -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTile.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | {MediumTitle} 6 | {MediumSubtext} 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | {WideTitle} 16 | {WideSubtext} 17 | 18 |      19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | {LargeTitle} 32 | {LargeSubtext} 33 | 34 | {LargeDescription} 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-16_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-16_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-20_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-20_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-256_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-256_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-30_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-30_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-32_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-32_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-36_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-36_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-40_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-40_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-48_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-48_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-60_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-60_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-64_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-64_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-72_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-72_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-80_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-80_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-96_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-96_altform-unplated.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreBadgeLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreBadgeLogo.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLargeTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLargeTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreSmallTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreSmallTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-16.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-20.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-24.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-256.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-30.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-32.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-36.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-40.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-48.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-60.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-64.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-72.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-80.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-96.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreBadgeLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreBadgeLogo.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLargeTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLargeTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLogo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreSmallTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreSmallTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-16.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-20.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-24.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-256.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-30.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-32.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-36.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-40.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-48.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-60.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-64.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-72.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-80.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-96.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreBadgeLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreBadgeLogo.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLargeTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLargeTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLogo.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreSmallTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreSmallTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-200.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/HeroAppTile.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | {MediumTitle} 6 | {MediumSubtext} 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | {WideTitle} 17 | {WideSubtext} 18 | 19 |      20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | {LargeTitle} 34 | {LargeSubtext} 35 | 36 | {LargeDescription} 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/EntCommon.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/EntCommon.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common.Mobile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common.Mobile.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common/Resources/Fonts/SegMVR2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common/Resources/Fonts/SegMVR2.ttf -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.Entertainment.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.Entertainment.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml/Assets/NoiseAsset_256X256_PNG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml/Assets/NoiseAsset_256X256_PNG.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/NoiseAsset_256x256_PNG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/NoiseAsset_256x256_PNG.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/SegMVR2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/SegMVR2.ttf -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/StorMDL2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/StorMDL2.ttf -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/StorMDL2c.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/StorMDL2c.ttf -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/1.jpg -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/2.jpg -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/3.jpg -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/RetailDemoData.json: -------------------------------------------------------------------------------- 1 | { 2 | "Items": 3 | [ 4 | { 5 | "Id": 1, 6 | "ImageUri": "ms-appx:///Resources/RetailDemo/data/en-us/1.jpg", 7 | "HeaderTextResourceId": "DesktopHeaderText1", 8 | "BodyTextResourceId": "DesktopBodyText1" 9 | }, 10 | { 11 | "Id": 2, 12 | "ImageUri": "ms-appx:///Resources/RetailDemo/data/en-us/2.jpg", 13 | "HeaderTextResourceId": "DesktopHeaderText2", 14 | "BodyTextResourceId": "DesktopBodyText2" 15 | }, 16 | { 17 | "Id": 3, 18 | "ImageUri": "ms-appx:///Resources/RetailDemo/data/en-us/3.jpg", 19 | "HeaderTextResourceId": "DesktopHeaderText3", 20 | "BodyTextResourceId": "DesktopBodyText3" 21 | } 22 | ], 23 | "AutoRotateTimeInSeconds": 15 24 | } -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/strings/en-us/resources.resjson: -------------------------------------------------------------------------------- 1 | // For details on localizing a Windows app, see: http://go.microsoft.com/fwlink/?LinkId=212836 2 | 3 | { 4 | "DesktopHeaderText1": "Tap into the new Store", 5 | "_DesktopHeaderText1.comment" : "Header on First page of RetailDemo For Desktop", 6 | 7 | "DesktopBodyText1": "Welcome to the Windows Store, your one-stop shop for free apps and games, and music, movies, and TV shows.", 8 | "_DesktopBodyText1.comment" : "Body on first page of retaildemo For Desktop", 9 | 10 | "DesktopHeaderText2": "Games, tunes, flicks, and apps", 11 | "_DesktopHeaderText2.comment" : "Header on second page of RetailDemo For Desktop", 12 | 13 | "DesktopBodyText2": "A ton of games. More quality apps. One of the biggest music catalogs in the world. The latest hit TV shows and movies.", 14 | "_DesktopBodyText2.comment" : "Body on second page of retaildemo For Desktop", 15 | 16 | "DesktopHeaderText3": "Buy once, enjoy anywhere", 17 | "_DesktopHeaderText3.comment" : "Header on third page of RetailDemo For Desktop", 18 | 19 | "DesktopBodyText3": "Take your stuff wherever you go. Get stuff once and play it on any compatible device—your phone, laptop, desktop, or Xbox.", 20 | "_DesktopBodyText3.comment" : "Body on third page of retaildemo For Desktop", 21 | 22 | "PhoneHeaderText1": "Tap into the new Store", 23 | "_PhoneHeaderText1.comment" : "Header on First page of RetailDemo For Phone", 24 | 25 | "PhoneBodyText1": "Welcome to the Windows Store, your one-stop shop for free apps and games, and music, movies and TV shows.", 26 | "_PhoneBodyText1.comment" : "Body on first page of retaildemo For Phone", 27 | 28 | "PhoneHeaderText2": "Games, apps, tunes, and flicks", 29 | "_PhoneHeaderText2.comment" : "Header on second page of RetailDemo For Phone", 30 | 31 | "PhoneBodyText2": "A ton of games. More quality apps. One of the biggest music catalogs in the world. Hit TV shows and movies.", 32 | "_PhoneBodyText2.comment" : "Body on second page of retaildemo For Phone", 33 | 34 | "PhoneHeaderText3": "Buy once, enjoy anywhere", 35 | "_PhoneHeaderText3.comment" : "Header on third page of RetailDemo For Phone", 36 | 37 | "PhoneBodyText3": "Get stuff once and play it on any compatible device—your phone, laptop, desktop, or Xbox.", 38 | "_PhoneBodyText3.comment" : "Body on third page of retaildemo For Phone", 39 | 40 | } -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/ErrorControl.xaml: -------------------------------------------------------------------------------- 1 |  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 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/WebBlendsControl.xaml: -------------------------------------------------------------------------------- 1 |  13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseControl.xaml: -------------------------------------------------------------------------------- 1 |  11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseHostPage.html: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 30 | 31 | 32 | 127 | 128 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.App.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.App.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.App.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.App.exe -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Entertainment.Mobile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Entertainment.Mobile.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Preview.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Preview.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Preview.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Preview.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Cert_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Cert_16.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Cert_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Cert_42.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Fresh_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Fresh_16.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Fresh_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Fresh_42.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Popcorn_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Popcorn_16.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Popcorn_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Popcorn_42.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Spilt_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Spilt_16.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Spilt_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Spilt_42.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Splat_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Splat_16.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Splat_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Splat_42.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasks.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasks.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasksWrapper.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasksWrapper.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasksWrapper.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasksWrapper.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Xbox.Foundation.Media.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Xbox.Foundation.Media.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Xbox.Foundation.Media.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Xbox.Foundation.Media.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/clrcompression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/clrcompression.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/resources.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/resources.pri -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe/AppxBlockMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe/AppxBlockMap.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | ms-resource:DisplayName 8 | Microsoft Corporation 9 | Assets\StoreLogo.png 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 | 44 | 45 | 46 | 47 | XboxIdp.Native.dll 48 | 49 | 50 | 51 | 52 | 53 | 54 | XboxIdp.dll 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxSignature.p7x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxSignature.p7x -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/Square150x150Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/Square150x150Logo.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/Square44x44Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/Square44x44Logo.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/StoreLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/StoreLogo.scale-100.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Ring.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Shadow.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Unknown.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/xbox_live_logo_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/xbox_live_logo_black.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/xbox_live_logo_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/xbox_live_logo_white.png -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/BuildInfo.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 8 | -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Native.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Native.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Native.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Native.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Tasks.winmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Tasks.winmd -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.exe -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/clrcompression.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/clrcompression.dll -------------------------------------------------------------------------------- /WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/resources.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fernvenue/microsoft-store/80ea8e4dbbb590067ded7d8294ac4e7df08d1333/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/resources.pri --------------------------------------------------------------------------------