diff --git a/Install.bat b/Install.bat new file mode 100644 index 0000000..c72ec82 --- /dev/null +++ b/Install.bat @@ -0,0 +1,38 @@ +@ECHO OFF&PUSHD %~DP0 &TITLE Microsoft Store for Windows LTSC +setlocal enabledelayedexpansion +mode con cols=60 lines=30 +color 87 +cd.>%WINDIR%\GetAdmin +if exist %WINDIR%\GetAdmin (del /f /q "%WINDIR%\GetAdmin") else ( +echo CreateObject^("Shell.Application"^).ShellExecute "%~s0", "%*", "", "runas", 1 >> "%temp%\Admin.vbs" +"%temp%\Admin.vbs" +del /s /q "%temp%\Admin.vbs" +exit /b 2) +cls +if not exist "%ProgramFiles%\WindowsApps" goto error_exit +if not exist "%WINDIR%\SysWOW64" goto error_exit +TAKEOWN /F "%ProgramFiles%\WindowsApps" /A >NUL +ICACLS "%ProgramFiles%\WindowsApps" /grant:r "Administrators:F" /Q >NUL +ICACLS "%ProgramFiles%\WindowsApps" /grant:r "All Application Packages:RX" /setintegritylevel L:I /inheritance:e /Q >NUL +XCOPY /Q/Y/E/H/O "%~DP0WindowsApps\*" "%ProgramFiles%\WindowsApps\" >NUL 2>NUL +ICACLS "%ProgramFiles%\WindowsApps" /setowner "NT Service\TrustedInstaller" /Q >NUL +ICACLS "%ProgramFiles%\WindowsApps" /grant:r "Administrators:RX" /Q >NUL +ICACLS "%ProgramFiles%\WindowsApps" /reset >NUL +FOR /F "delims=" %%i IN (Package.txt) DO (PowerShell -Command "& {Add-AppXPackage -Path '%ProgramFiles%\WindowsApps\%%i\AppXManifest.xml' -Register -DisableDevelopmentMode}") +:success_exit +ECHO. +ECHO Install finish. +TIMEOUT /T 3 /NOBREAK >NUL 2>NUL +exit 0 +:error_exit +ECHO. +ECHO Not support this device. +TIMEOUT /T 5 /NOBREAK >NUL 2>NUL +exit 1 +Get-AppxPackage Microsoft.XboxIdentityProvider |Remove-AppxPackage +Get-AppxPackage Microsoft.StorePurchaseApp |Remove-AppxPackage +Get-AppxPackage Microsoft.WindowsStore |Remove-AppxPackage +Get-AppxPackage Microsoft.Advertising.Xaml |Remove-AppxPackage +Get-AppxPackage Microsoft.VCLibs.140.00 |Remove-AppxPackage +Get-AppxPackage Microsoft.NET.Native.Framework.1.6 |Remove-AppxPackage +Get-AppxPackage Microsoft.NET.Native.Runtime.1.6 |Remove-AppxPackage diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..db1e98e --- /dev/null +++ b/LICENSE @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2022, fernvenue +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Package.txt b/Package.txt new file mode 100644 index 0000000..8e40f72 --- /dev/null +++ b/Package.txt @@ -0,0 +1,9 @@ +Microsoft.NET* +Microsoft.VCLibs* +Microsoft.Advertising* +Microsoft.WindowsStore*_x64_* +Microsoft.WindowsStore* +Microsoft.StorePurchaseApp*_x64_* +Microsoft.StorePurchaseApp* +Microsoft.XboxIdentityProvider*_x64_* +Microsoft.XboxIdentityProvider* diff --git a/README.md b/README.md new file mode 100644 index 0000000..64494a1 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Microsoft Store + +[![microsoft-store](https://img.shields.io/badge/LICENSE-BSD3%20Clause%20Liscense-blue?style=flat-square)](./LICENSE) +[![microsoft-store](https://img.shields.io/badge/GitHub-Microsoft%20Store-blueviolet?style=flat-square&logo=github)](https://github.com/fernvenue/microsoft-store) +[![microsoft-store](https://img.shields.io/badge/GitLab-Microsoft%20Store-orange?style=flat-square&logo=gitlab)](https://gitlab.com/fernvenue/microsoft-store) + +[Microsoft Store](https://www.microsoft.com/store) package for Windows LTSC. + +- Windows 10 LTSC 2019 (Tested) +- Windows 10 LTSC 2021 (Tested) + +You can just download the release and double click to install. + +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. diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..01017f6 --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..111fd67 --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,60 @@ + + + + + true + Microsoft Advertising SDK for XAML + Microsoft Corporation + Microsoft Advertising SDK for XAML + logo.png + + + + + + + + + + + + Microsoft.Advertising.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat new file mode 100644 index 0000000..41bbe55 Binary files /dev/null and b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat differ diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..d51194a Binary files /dev/null and b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising.dll b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising.dll new file mode 100644 index 0000000..2d5de47 Binary files /dev/null and b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising.dll differ diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising.winmd b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising.winmd new file mode 100644 index 0000000..c025de1 Binary files /dev/null and b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising.winmd differ diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.html b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.html new file mode 100644 index 0000000..a4a7d2e --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.html @@ -0,0 +1,65 @@ + + + + + + + + + +
+ + + + $(PAYLOAD) + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.js b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.js new file mode 100644 index 0000000..0d2abb9 --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.js @@ -0,0 +1,233 @@ +function receiveMessageString(n){"use strict";var t={};t.data=n;t.source="";receiveMessage(t)}function receiveMessage(n){"use strict";var r,s,a,h,f,c,v,y,p,w,l;if(localCompartment===null&&(localCompartment=n.source),MSG_TYPE_ADPARAMS===n.data.substr(0,MSG_TYPE_ADPARAMS.length)){if(r=n.data.substr(MSG_TYPE_ADPARAMS.length+1),r!=="")try{adParams=JSON.parse(r)}catch(e){reportAdError("Ad params JSON parse error: "+e.message)}}else if(MSG_TYPE_PRMPARAMS===n.data.substr(0,MSG_TYPE_PRMPARAMS.length)){if(r=n.data.substr(MSG_TYPE_PRMPARAMS.length+1),r!=="")try{prmParams=JSON.parse(r)}catch(e){reportAdError("Prm params JSON parse error: "+e.message)}}else if(MSG_TYPE_APPPARAMS===n.data.substr(0,MSG_TYPE_APPPARAMS.length)){if(r=n.data.substr(MSG_TYPE_APPPARAMS.length+1),r!=="")try{appParams=JSON.parse(r)}catch(e){reportAdError("App options JSON parse error: "+e.message)}}else if(MSG_TYPE_SETID===n.data.substr(0,MSG_TYPE_SETID.length))adControlId=n.data.substr(MSG_TYPE_SETID.length+1);else if(MSG_TYPE_INIT!==n.data.substr(0,MSG_TYPE_INIT.length)&&typeof Ormma!="undefined"&&Ormma!==null){var u=n.data,t=null,i=null,o=u.indexOf(":");o<0?t=u:(t=u.substr(0,o),i=u.substr(o+1));t===MSG_TYPE_SETSIZE?(s=JSON.parse(i),Ormma._setSize(s.width,s.height)):t===MSG_TYPE_SETMAXSIZE?(a=JSON.parse(i),Ormma._maxSize=a):t===MSG_TYPE_SETSCREENSIZE?(h=JSON.parse(i),Ormma._setScreenSize(h.width,h.height)):t===MSG_TYPE_SETSTATE?Ormma._setState(i):t===MSG_TYPE_SETLOCALE?Ormma._setLocale(i):t===MSG_TYPE_SETSDKINFO?(f=JSON.parse(i),Ormma._setSdkVersion(f.sdkVersion,f.client,f.runtimeType)):t===MSG_TYPE_SETCAPABILITY?(c=JSON.parse(i),Ormma._setCapability(c.capability,c.value)):t===MSG_TYPE_SETPLACEMENTTYPE?Ormma._setPlacementType(i):t===MSG_TYPE_START?Ormma._init(i):t===MSG_TYPE_FIRESHAKE?Ormma._shake():t===MSG_TYPE_ORMMA_RESPONSE?Ormma._sendResponse(JSON.parse(i)):t===MSG_TYPE_UPDATETILTCOORDS?(v=JSON.parse(i),Ormma._tiltChange(v)):t===MSG_TYPE_VIEWABLECHANGE?(y=JSON.parse(i),Ormma._viewableChange(y.viewable)):t===MSG_TYPE_UPDATEORIENTATION?(p=JSON.parse(i),Ormma._setOrientation(p.orientation)):t===MSG_TYPE_SETNETWORK?Ormma._setNetwork(i):t===MSG_TYPE_WIREAPPEVENTS?(w=JSON.parse(i),_wireApplicationEvents(w)):t===MSG_TYPE_ERROR?(l=JSON.parse(i),Ormma._throwError(l.action,l.message)):t===MSG_TYPE_SETFOCUS&&i==="true"&&document.body.focus()}}function reportAdError(n){"use strict";console.log(n);postToLocal(MSG_TYPE_ERROR+":"+n)}function postToLocal(n){"use strict";localCompartment!=null&&window.external.notify(n)}function _wireApplicationEvents(n){"use strict";if(n!==null&&typeof n!="undefined"){var t=parseInt(n.events);(t&EVENT_TYPE_ENUM.PointerDown)!=0&&typeof applicationEventHandlers.onPointerDown!="function"?(applicationEventHandlers.onPointerDown=function(t){t.which===2&&n.preventDefault&&t.preventDefault();pointerDown=!0;postToLocal(MSG_TYPE_ONPOINTERDOWN+":"+JSON.stringify({clientX:t.clientX,clientY:t.clientY,pointerType:t.pointerType,which:t.which}))},window.addEventListener("MSPointerDown",applicationEventHandlers.onPointerDown,!1)):(t&EVENT_TYPE_ENUM.PointerDown)==0&&typeof applicationEventHandlers.onPointerDown=="function"&&(window.removeEventListener("MSPointerDown",applicationEventHandlers.onPointerDown,!1),applicationEventHandlers.onPointerDown=null);(t&EVENT_TYPE_ENUM.PointerUp)!=0&&typeof applicationEventHandlers.onPointerUp!="function"?(applicationEventHandlers.onPointerUp=function(n){n.type==="pointerout"?pointerDown&&(pointerDown=!1,postToLocal(MSG_TYPE_ONPOINTERUP)):(pointerDown=!1,postToLocal(MSG_TYPE_ONPOINTERUP))},window.addEventListener("MSPointerUp",applicationEventHandlers.onPointerUp,!1),window.addEventListener("MSPointerCancel",applicationEventHandlers.onPointerUp,!1),window.addEventListener("MSPointerOut",applicationEventHandlers.onPointerUp,!1),window.addEventListener("MSLostPointerCapture",applicationEventHandlers.onPointerUp,!1)):(t&EVENT_TYPE_ENUM.PointerUp)==0&&typeof applicationEventHandlers.onPointerUp=="function"&&(window.removeEventListener("MSPointerUp",applicationEventHandlers.onPointerUp,!1),window.removeEventListener("MSPointerCancel",applicationEventHandlers.onPointerUp,!1),window.removeEventListener("MSPointerOut",applicationEventHandlers.onPointerUp,!1),window.removeEventListener("MSLostPointerCapture",applicationEventHandlers.onPointerUp,!1),applicationEventHandlers.onPointerUp=null);(t&EVENT_TYPE_ENUM.PointerMove)!=0&&typeof applicationEventHandlers.onPointerMove!="function"?(applicationEventHandlers.onPointerMove=function(n){postToLocal(MSG_TYPE_ONPOINTERMOVE+":"+JSON.stringify({clientX:n.clientX,clientY:n.clientY}))},window.addEventListener("MSPointerMove",applicationEventHandlers.onPointerMove,!1)):(t&EVENT_TYPE_ENUM.PointerMove)==0&&typeof applicationEventHandlers.onPointerMove=="function"&&(window.removeEventListener("MSPointerMove",applicationEventHandlers.onPointerMove,!1),applicationEventHandlers.onPointerMove=null);(t&EVENT_TYPE_ENUM.ManipulationStateChanged)!=0&&typeof applicationEventHandlers.onManipulationStateChanged!="function"?(applicationEventHandlers.onManipulationStateChanged=function(n){postToLocal(MSG_TYPE_ONMANIPSTATECHANGED+":"+JSON.stringify({lastState:n.lastState,currentState:n.currentState}))},window.addEventListener("MSManipulationStateChanged",applicationEventHandlers.onManipulationStateChanged,!1)):(t&EVENT_TYPE_ENUM.ManipulationStateChanged)==0&&typeof applicationEventHandlers.onManipulationStateChanged=="function"&&(window.removeEventListener("MSManipulationStateChanged",applicationEventHandlers.onManipulationStateChanged,!1),applicationEventHandlers.onManipulationStateChanged=null);(t&EVENT_TYPE_ENUM.MouseWheel)!=0&&typeof applicationEventHandlers.onMouseWheel!="function"?(applicationEventHandlers.onMouseWheel=function(t){n.preventDefault&&t.preventDefault();postToLocal(MSG_TYPE_ONMOUSEWHEEL+":"+JSON.stringify({clientX:t.clientX,clientY:t.clientY,ctrlKey:t.ctrlKey,wheelDelta:t.wheelDelta}))},window.addEventListener("mousewheel",applicationEventHandlers.onMouseWheel,!1)):(t&EVENT_TYPE_ENUM.MouseWheel)==0&&typeof applicationEventHandlers.onMouseWheel=="function"&&(window.removeEventListener("mousewheel",applicationEventHandlers.onMouseWheel,!1),applicationEventHandlers.onMouseWheel=null)}}window.onerror=function(n,t,i){"use strict";try{console.error("[msg:"+n+"][url:"+t+"][lineNumber:"+i+"]");window.external.notify("error:unhandled ad exception: "+n)}catch(r){}return!0};var localCompartment=null,adControlId=null,pointerDown,adParams=null,prmParams=null,appParams=null,MSG_TYPE_ADPARAMS="adParams",MSG_TYPE_PRMPARAMS="prmParams",MSG_TYPE_APPPARAMS="appParams",MSG_TYPE_INIT="init",MSG_TYPE_SETID="setId",MSG_TYPE_ERROR="error",MSG_TYPE_SETMAXSIZE="setMaxSize",MSG_TYPE_SETSCREENSIZE="setScreenSize",MSG_TYPE_SETSIZE="setSize",MSG_TYPE_SETSTATE="setState",MSG_TYPE_SETPLACEMENTTYPE="setPlacementType",MSG_TYPE_WIREAPPEVENTS="wireAppEvents",MSG_TYPE_START="ormmaStart",MSG_TYPE_ORMMA_RESPONSE="ormmaResponse",MSG_TYPE_FIRESHAKE="fireShake",MSG_TYPE_UPDATETILTCOORDS="updateTiltCoords",MSG_TYPE_UPDATEORIENTATION="updateOrienation",MSG_TYPE_VIEWABLECHANGE="viewableChange",MSG_TYPE_SETNETWORK="setNetwork",MSG_TYPE_SETLOCALE="setLocale",MSG_TYPE_SETSDKINFO="setSdkInfo",MSG_TYPE_SETCAPABILITY="setCapability",MSG_TYPE_SETFOCUS="setFocus",MSG_TYPE_ONPOINTERDOWN="MSPointerDown",MSG_TYPE_ONPOINTERUP="MSPointerUp",MSG_TYPE_ONPOINTERMOVE="MSPointerMove",MSG_TYPE_ONMOUSEWHEEL="MSMouseWheel",MSG_TYPE_ONMANIPSTATECHANGED="MSManipulationStateChanged",EVENT_TYPE_ENUM={All:-1,PointerDown:1,PointerUp:2,PointerMove:4,MouseWheel:16,ManipulationStateChanged:32},applicationEventHandlers={onPointerDown:null,onPointerUp:null,onMouseWheel:null,onPointerMove:null,onManipulationStateChanged:null}; +// SIG // Begin signature block +// SIG // MIIdkgYJKoZIhvcNAQcCoIIdgzCCHX8CAQExCzAJBgUr +// SIG // DgMCGgUAMGcGCisGAQQBgjcCAQSgWTBXMDIGCisGAQQB +// SIG // gjcCAR4wJAIBAQQQEODJBs441BGiowAQS9NQkAIBAAIB +// SIG // AAIBAAIBAAIBADAhMAkGBSsOAwIaBQAEFKpjhl5i8bQd +// SIG // HBrsOnhMdcMSqlmFoIIYVDCCBMIwggOqoAMCAQICEzMA +// SIG // AADA3iw9B5TkSXkAAAAAAMAwDQYJKoZIhvcNAQEFBQAw +// SIG // dzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0 +// SIG // b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1p +// SIG // Y3Jvc29mdCBDb3Jwb3JhdGlvbjEhMB8GA1UEAxMYTWlj +// SIG // cm9zb2Z0IFRpbWUtU3RhbXAgUENBMB4XDTE2MDkwNzE3 +// SIG // NTg1MFoXDTE4MDkwNzE3NTg1MFowgbIxCzAJBgNVBAYT +// SIG // AlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQH +// SIG // EwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y +// SIG // cG9yYXRpb24xDDAKBgNVBAsTA0FPQzEnMCUGA1UECxMe +// SIG // bkNpcGhlciBEU0UgRVNOOjdBQjUtMkRGMi1EQTNGMSUw +// SIG // IwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBTZXJ2 +// SIG // aWNlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +// SIG // AQEA6IilUn5JVQAeBDnPfq/eZJd9prlzSE2HE22kbbiZ +// SIG // fjEMxJw9HlNiVF8dpiNOjjZ03xVt/WUDxdab1FpBwa0u +// SIG // pvKCsuxJuDpfdUSeSp8MtVb2Nk2sKoflccHQEUYDnhbR +// SIG // ZtEvj2vga17VVIU7RpdARjLChhECnQzRiQ9ufSKuO6jy +// SIG // 8NwppZRN/2BcNRhqCfQt68viO57cSIyWAS1wNdtr8Pdz +// SIG // jg/81hYdUlatgHoz8XIyrRx9oY6HkysJBXjDbSHpK1Er +// SIG // 4W7ghsVua+eCltGLrOKPN/dpfVc/JUhJ9o/04D06g+hG +// SIG // Zc5KcOeFUsHnXv78qoGSK0W2rdGwIW/HaGPLwwIDAQAB +// SIG // o4IBCTCCAQUwHQYDVR0OBBYEFBX+StozidMZhdVkWcTc +// SIG // U0EQT7c1MB8GA1UdIwQYMBaAFCM0+NlSRnAK7UD7dvuz +// SIG // K7DDNbMPMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly9j +// SIG // cmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3Rz +// SIG // L01pY3Jvc29mdFRpbWVTdGFtcFBDQS5jcmwwWAYIKwYB +// SIG // BQUHAQEETDBKMEgGCCsGAQUFBzAChjxodHRwOi8vd3d3 +// SIG // Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY3Jvc29m +// SIG // dFRpbWVTdGFtcFBDQS5jcnQwEwYDVR0lBAwwCgYIKwYB +// SIG // BQUHAwgwDQYJKoZIhvcNAQEFBQADggEBABniQLsyTEfp +// SIG // KLzIvESvy7X6yms1pUeS8dNoTPRhZjJNc1gknKX1WOsa +// SIG // n81hZZQhRwbTmiWai4lfe43zQi6RtD1C89uAlkpBu4yf +// SIG // pmWgkonGe2Qt21g4dc6XOeJZWFcsk5EVWMf5rXPRro6m +// SIG // 0vAgWYI2k/ybBAp7xgD1HC2LkhredwlNW1LojcLswIWo +// SIG // uIJXGMqt/+6jJpgLW52wmYUeckqDMuwcHcze9Hay7Wnw +// SIG // iUJ3HwB11Tua+kl+FP9ids71oQPJaoWbvUkbpRRkb3/N +// SIG // VU3/pOaydk4y+nWLUnIaKCeWFb1JOou231dFQTfMaWlI +// SIG // ZPI2wZ8YQzyiLw752ZYT7iYwggYBMIID6aADAgECAhMz +// SIG // AAAAxOmJ+HqBUOn/AAAAAADEMA0GCSqGSIb3DQEBCwUA +// SIG // MH4xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5n +// SIG // dG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVN +// SIG // aWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01p +// SIG // Y3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBIDIwMTEwHhcN +// SIG // MTcwODExMjAyMDI0WhcNMTgwODExMjAyMDI0WjB0MQsw +// SIG // CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQ +// SIG // MA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9z +// SIG // b2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNyb3Nv +// SIG // ZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUA +// SIG // A4IBDwAwggEKAoIBAQCIirgkwwePmoB5FfwmYPxyiCz6 +// SIG // 9KOXiJZGt6PLX4kvOjMuHpF4+nypH4IBtXrLGrwDykbr +// SIG // xZn3+wQd8oUK/yJuofJnPcUnGOUoH/UElEFj7OO6FYzt +// SIG // E5o13jhwVG877K1FCTBJwb6PMJkMy3bJ93OVFnfRi7uU +// SIG // xwiFIO0eqDXxccLgdABLitLckevWeP6N+q1giD29uR+u +// SIG // Ype/xYSxkK7WryvTVPs12s1xkuYe/+xxa8t/CHZ04BBR +// SIG // SNTxAMhITKMHNeVZDf18nMjmWuOF9daaDx+OpuSEF8HW +// SIG // yp8dAcf9SKcTkjOXIUgy+MIkogCyvlPKg24pW4HvOG6A +// SIG // 87vsEwvrAgMBAAGjggGAMIIBfDAfBgNVHSUEGDAWBgor +// SIG // BgEEAYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUy9Zi +// SIG // hM9gOer/Z8Jc0si7q7fDE5gwUgYDVR0RBEswSaRHMEUx +// SIG // DTALBgNVBAsTBE1PUFIxNDAyBgNVBAUTKzIzMDAxMitj +// SIG // ODA0YjVlYS00OWI0LTQyMzgtODM2Mi1kODUxZmEyMjU0 +// SIG // ZmMwHwYDVR0jBBgwFoAUSG5k5VAF04KqFzc3IrVtqMp1 +// SIG // ApUwVAYDVR0fBE0wSzBJoEegRYZDaHR0cDovL3d3dy5t +// SIG // aWNyb3NvZnQuY29tL3BraW9wcy9jcmwvTWljQ29kU2ln +// SIG // UENBMjAxMV8yMDExLTA3LTA4LmNybDBhBggrBgEFBQcB +// SIG // AQRVMFMwUQYIKwYBBQUHMAKGRWh0dHA6Ly93d3cubWlj +// SIG // cm9zb2Z0LmNvbS9wa2lvcHMvY2VydHMvTWljQ29kU2ln +// SIG // UENBMjAxMV8yMDExLTA3LTA4LmNydDAMBgNVHRMBAf8E +// SIG // AjAAMA0GCSqGSIb3DQEBCwUAA4ICAQAGFh/bV8JQyCNP +// SIG // olF41+34/c291cDx+RtW7VPIaUcF1cTL7OL8mVuVXxE4 +// SIG // KMAFRRPgmnmIvGar27vrAlUjtz0jeEFtrvjxAFqUmYoc +// SIG // zAmV0JocRDCppRbHukdb9Ss0i5+PWDfDThyvIsoQzdiC +// SIG // EKk18K4iyI8kpoGL3ycc5GYdiT4u/1cDTcFug6Ay67Sz +// SIG // L1BWXQaxFYzIHWO3cwzj1nomDyqWRacygz6WPldJdyOJ +// SIG // /rEQx4rlCBVRxStaMVs5apaopIhrlihv8cSu6r1FF8xi +// SIG // ToG1VBpHjpilbcBuJ8b4Jx/I7SCpC7HxzgualOJqnWmD +// SIG // oTbXbSD+hdX/w7iXNgn+PRTBmBSpwIbM74LBq1UkQxi1 +// SIG // SIV4htD50p0/GdkUieeNn2gkiGg7qceATibnCCFMY/2c +// SIG // kxVNM7VWYE/XSrk4jv8u3bFfpENryXjPsbtrj4Nsh3Kq +// SIG // 6qX7n90a1jn8ZMltPgjlfIOxrbyjunvPllakeljLEkdi +// SIG // 0iHv/DzEMQv3Lz5kpTdvYFA/t0SQT6ALi75+WPbHZ4dh +// SIG // 256YxMiMy29H4cAulO2x9rAwbexqSajplnbIvQjE/jv1 +// SIG // rnM3BrJWzxnUu/WUyocc8oBqAU+2G4Fzs9NbIj86WBjf +// SIG // iO5nxEmnL9wliz1e0Ow0RJEdvJEMdoI+78TYLaEEAo5I +// SIG // +e/dAs8DojCCBgcwggPvoAMCAQICCmEWaDQAAAAAABww +// SIG // DQYJKoZIhvcNAQEFBQAwXzETMBEGCgmSJomT8ixkARkW +// SIG // A2NvbTEZMBcGCgmSJomT8ixkARkWCW1pY3Jvc29mdDEt +// SIG // MCsGA1UEAxMkTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNh +// SIG // dGUgQXV0aG9yaXR5MB4XDTA3MDQwMzEyNTMwOVoXDTIx +// SIG // MDQwMzEzMDMwOVowdzELMAkGA1UEBhMCVVMxEzARBgNV +// SIG // BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx +// SIG // HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEh +// SIG // MB8GA1UEAxMYTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENB +// SIG // MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA +// SIG // n6Fssd/bSJIqfGsuGeG94uPFmVEjUK3O3RhOJA/u0afR +// SIG // TK10MCAR6wfVVJUVSZQbQpKumFwwJtoAa+h7veyJBw/3 +// SIG // DgSY8InMH8szJIed8vRnHCz8e+eIHernTqOhwSNTyo36 +// SIG // Rc8J0F6v0LBCBKL5pmyTZ9co3EZTsIbQ5ShGLieshk9V +// SIG // UgzkAyz7apCQMG6H81kwnfp+1pez6CGXfvjSE/MIt1Nt +// SIG // UrRFkJ9IAEpHZhEnKWaol+TTBoFKovmEpxFHFAmCn4Tt +// SIG // VXj+AZodUAiFABAwRu233iNGu8QtVJ+vHnhBMXfMm987 +// SIG // g5OhYQK1HQ2x/PebsgHOIktU//kFw8IgCwIDAQABo4IB +// SIG // qzCCAacwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +// SIG // IzT42VJGcArtQPt2+7MrsMM1sw8wCwYDVR0PBAQDAgGG +// SIG // MBAGCSsGAQQBgjcVAQQDAgEAMIGYBgNVHSMEgZAwgY2A +// SIG // FA6sgmBAVieX5SUT/CrhClOVWeSkoWOkYTBfMRMwEQYK +// SIG // CZImiZPyLGQBGRYDY29tMRkwFwYKCZImiZPyLGQBGRYJ +// SIG // bWljcm9zb2Z0MS0wKwYDVQQDEyRNaWNyb3NvZnQgUm9v +// SIG // dCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHmCEHmtFqFKoKWt +// SIG // THNY9AcTLmUwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDov +// SIG // L2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJvZHVj +// SIG // dHMvbWljcm9zb2Z0cm9vdGNlcnQuY3JsMFQGCCsGAQUF +// SIG // BwEBBEgwRjBEBggrBgEFBQcwAoY4aHR0cDovL3d3dy5t +// SIG // aWNyb3NvZnQuY29tL3BraS9jZXJ0cy9NaWNyb3NvZnRS +// SIG // b290Q2VydC5jcnQwEwYDVR0lBAwwCgYIKwYBBQUHAwgw +// SIG // DQYJKoZIhvcNAQEFBQADggIBABCXisNcA0Q23em0rXfb +// SIG // znlRTQGxLnRxW20ME6vOvnuPuC7UEqKMbWK4VwLLTiAT +// SIG // UJndekDiV7uvWJoc4R0Bhqy7ePKL0Ow7Ae7ivo8KBciN +// SIG // SOLwUxXdT6uS5OeNatWAweaU8gYvhQPpkSokInD79vzk +// SIG // eJkuDfcH4nC8GE6djmsKcpW4oTmcZy3FUQ7qYlw/FpiL +// SIG // ID/iBxoy+cwxSnYxPStyC8jqcD3/hQoT38IKYY7w17gX +// SIG // 606Lf8U1K16jv+u8fQtCe9RTciHuMMq7eGVcWwEXChQO +// SIG // 0toUmPU8uWZYsy0v5/mFhsxRVuidcJRsrDlM1PZ5v6oY +// SIG // emIp76KbKTQGdxpiyT0ebR+C8AvHLLvPQ7Pl+ex9teOk +// SIG // qHQ1uE7FcSMSJnYLPFKMcVpGQxS8s7OwTWfIn0L/gHkh +// SIG // gJ4VMGboQhJeGsieIiHQQ+kr6bv0SMws1NgygEwmKkgk +// SIG // X1rqVu+m3pmdyjpvvYEndAYR7nYhv5uCwSdUtrFqPYmh +// SIG // dmG0bqETpr+qR/ASb/2KMmyy/t9RyIwjyWa9nR2HEmQC +// SIG // PS2vWY+45CHltbDKY7R4VAXUQS5QrJSwpXirs6CWdRrZ +// SIG // kocTdSIvMqgIbqBbjCW/oO+EyiHW6x5PyZruSeD3AWVv +// SIG // iQt9yGnI5m7qp5fOMSn/DsVbXNhNG6HY+i+ePy5VFmvJ +// SIG // E6P9MIIHejCCBWKgAwIBAgIKYQ6Q0gAAAAAAAzANBgkq +// SIG // hkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNV +// SIG // BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx +// SIG // HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEy +// SIG // MDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNh +// SIG // dGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwNzA4MjA1OTA5 +// SIG // WhcNMjYwNzA4MjEwOTA5WjB+MQswCQYDVQQGEwJVUzET +// SIG // MBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVk +// SIG // bW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0 +// SIG // aW9uMSgwJgYDVQQDEx9NaWNyb3NvZnQgQ29kZSBTaWdu +// SIG // aW5nIFBDQSAyMDExMIICIjANBgkqhkiG9w0BAQEFAAOC +// SIG // Ag8AMIICCgKCAgEAq/D6chAcLq3YbqqCEE00uvK2WCGf +// SIG // Qhsqa+laUKq4BjgaBEm6f8MMHt03a8YS2AvwOMKZBrDI +// SIG // OdUBFDFC04kNeWSHfpRgJGyvnkmc6Whe0t+bU7IKLMOv +// SIG // 2akrrnoJr9eWWcpgGgXpZnboMlImEi/nqwhQz7NEt13Y +// SIG // xC4Ddato88tt8zpcoRb0RrrgOGSsbmQ1eKagYw8t00CT +// SIG // +OPeBw3VXHmlSSnnDb6gE3e+lD3v++MrWhAfTVYoonpy +// SIG // 4BI6t0le2O3tQ5GD2Xuye4Yb2T6xjF3oiU+EGvKhL1nk +// SIG // kDstrjNYxbc+/jLTswM9sbKvkjh+0p2ALPVOVpEhNSXD +// SIG // OW5kf1O6nA+tGSOEy/S6A4aN91/w0FK/jJSHvMAhdCVf +// SIG // GCi2zCcoOCWYOUo2z3yxkq4cI6epZuxhH2rhKEmdX4ji +// SIG // JV3TIUs+UsS1Vz8kA/DRelsv1SPjcF0PUUZ3s/gA4bys +// SIG // AoJf28AVs70b1FVL5zmhD+kjSbwYuER8ReTBw3J64HLn +// SIG // JN+/RpnF78IcV9uDjexNSTCnq47f7Fufr/zdsGbiwZeB +// SIG // e+3W7UvnSSmnEyimp31ngOaKYnhfsi+E11ecXL93KCjx +// SIG // 7W3DKI8sj0A3T8HhhUSJxAlMxdSlQy90lfdu+HggWCwT +// SIG // XWCVmj5PM4TasIgX3p5O9JawvEagbJjS4NaIjAsCAwEA +// SIG // AaOCAe0wggHpMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1Ud +// SIG // DgQWBBRIbmTlUAXTgqoXNzcitW2oynUClTAZBgkrBgEE +// SIG // AYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMCAYYw +// SIG // DwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBRyLToC +// SIG // MZBDuRQFTuHqp8cx0SOJNDBaBgNVHR8EUzBRME+gTaBL +// SIG // hklodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2Ny +// SIG // bC9wcm9kdWN0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFf +// SIG // MDNfMjIuY3JsMF4GCCsGAQUFBwEBBFIwUDBOBggrBgEF +// SIG // BQcwAoZCaHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3Br +// SIG // aS9jZXJ0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNf +// SIG // MjIuY3J0MIGfBgNVHSAEgZcwgZQwgZEGCSsGAQQBgjcu +// SIG // AzCBgzA/BggrBgEFBQcCARYzaHR0cDovL3d3dy5taWNy +// SIG // b3NvZnQuY29tL3BraW9wcy9kb2NzL3ByaW1hcnljcHMu +// SIG // aHRtMEAGCCsGAQUFBwICMDQeMiAdAEwAZQBnAGEAbABf +// SIG // AHAAbwBsAGkAYwB5AF8AcwB0AGEAdABlAG0AZQBuAHQA +// SIG // LiAdMA0GCSqGSIb3DQEBCwUAA4ICAQBn8oalmOBUeRou +// SIG // 09h0ZyKbC5YR4WOSmUKWfdJ5DJDBZV8uLD74w3LRbYP+ +// SIG // vj/oCso7v0epo/Np22O/IjWll11lhJB9i0ZQVdgMknzS +// SIG // Gksc8zxCi1LQsP1r4z4HLimb5j0bpdS1HXeUOeLpZMlE +// SIG // PXh6I/MTfaaQdION9MsmAkYqwooQu6SpBQyb7Wj6aC6V +// SIG // oCo/KmtYSWMfCWluWpiW5IP0wI/zRive/DvQvTXvbiWu +// SIG // 5a8n7dDd8w6vmSiXmE0OPQvyCInWH8MyGOLwxS3OW560 +// SIG // STkKxgrCxq2u5bLZ2xWIUUVYODJxJxp/sfQn+N4sOiBp +// SIG // mLJZiWhub6e3dMNABQamASooPoI/E01mC8CzTfXhj38c +// SIG // bxV9Rad25UAqZaPDXVJihsMdYzaXht/a8/jyFqGaJ+HN +// SIG // pZfQ7l1jQeNbB5yHPgZ3BtEGsXUfFL5hYbXw3MYbBL7f +// SIG // QccOKO7eZS/sl/ahXJbYANahRr1Z85elCUtIEJmAH9AA +// SIG // KcWxm6U/RXceNcbSoqKfenoi+kiVH6v7RyOA9Z74v2u3 +// SIG // S5fi63V4GuzqN5l5GEv/1rMjaHXmr/r8i+sLgOppO6/8 +// SIG // MO0ETI7f33VtY5E90Z1WTk+/gFcioXgRMiF670EKsT/7 +// SIG // qMykXcGhiJtXcVZOSEXAQsmbdlsKgEhr/Xmfwb1tbWrJ +// SIG // UnMTDXpQzTGCBKowggSmAgEBMIGVMH4xCzAJBgNVBAYT +// SIG // AlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQH +// SIG // EwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y +// SIG // cG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2Rl +// SIG // IFNpZ25pbmcgUENBIDIwMTECEzMAAADE6Yn4eoFQ6f8A +// SIG // AAAAAMQwCQYFKw4DAhoFAKCBvjAZBgkqhkiG9w0BCQMx +// SIG // DAYKKwYBBAGCNwIBBDAcBgorBgEEAYI3AgELMQ4wDAYK +// SIG // KwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU8ZQtCsCh +// SIG // NfZTlWVPaRrXWp+1Dx8wXgYKKwYBBAGCNwIBDDFQME6g +// SIG // DIAKAEEAZABTAEQAS6E+gDxodHRwOi8vZWR3ZWIvc2l0 +// SIG // ZXMvSVNTRW5naW5lZXJpbmcvRW5nRnVuL1NpdGVQYWdl +// SIG // cy9Ib21lLmFzcHgwDQYJKoZIhvcNAQEBBQAEggEATqIK +// SIG // QUEv59elmrBqT1e/WKwQwtO6//vWOYRvhpobTV/hxpRN +// SIG // zHFL4lGVWMNOzFHbUVl9KSddtaS/Nj8v+m/+W+7vKqgG +// SIG // /R4U7eA74CFiCg0kfqWWf5yfa1Srh63IjecQ+AQJJKZ0 +// SIG // TU+c9ezLc4cgXoSrj7jBX3Ye9huSTnmrjTFZzEUuAEhC +// SIG // V8DyHP2wLcnCXXRT+4Xkr0wvtLyONTo8hohLmsU+nBIo +// SIG // XHhKbZoB7kFh+PLfeicuzMAhBOiDredDQI0DVzCNQBMR +// SIG // SkSdxXSu71QBwVeInE5GYFhYP3GFr9Oo+yt6efa23Qtc +// SIG // 2OlVVBrekCevm+tmdh+x6bWjJS11j6GCAigwggIkBgkq +// SIG // hkiG9w0BCQYxggIVMIICEQIBATCBjjB3MQswCQYDVQQG +// SIG // EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE +// SIG // BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENv +// SIG // cnBvcmF0aW9uMSEwHwYDVQQDExhNaWNyb3NvZnQgVGlt +// SIG // ZS1TdGFtcCBQQ0ECEzMAAADA3iw9B5TkSXkAAAAAAMAw +// SIG // CQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG +// SIG // 9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTE4MDQwNjAyMjYw +// SIG // MVowIwYJKoZIhvcNAQkEMRYEFO6vIJl12xQWQj0kRuCO +// SIG // oqbQGszBMA0GCSqGSIb3DQEBBQUABIIBAI9iJrexjTpr +// SIG // GdqvvO6xpxfRvYnX3+Cl8e7CcP+KRdsQhwkgcxocOsww +// SIG // HaDRAtr5QvLT7PjjhOYW34dFIwcM2lvflYPM4EtRIG8b +// SIG // v8n9bWic8D8kzWxgcEW6yssPC6XHYkoxeLQgLyOvRtsX +// SIG // oOIGXDfUroKKKH4qiFo1Ptqh+zzK7NAc2+bhWHBQU3Tt +// SIG // 7DQuNUtLy33h6Prz/JJC4aQghm5jqOcJm28i4dpjOnm1 +// SIG // my02wMF612ShiGTwfPXHN8iuXTtuBUXkMw0AOqU60ok5 +// SIG // 1bPRN/ZqySEraiPvC6mBSka4Ifv4dlPCvk9iMTOlsgs0 +// SIG // 8xBf8YAlrqqyY/ZEWS7+JoQ= +// SIG // End signature block diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/ormma.js b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/ormma.js new file mode 100644 index 0000000..c512287 --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/ormma.js @@ -0,0 +1,238 @@ +"use strict"; +/*! + Copyright (C) Microsoft. All rights reserved. + This library is supported for use in Windows Store apps only. +*/ +function setScreenSize(n,t){var r=parseInt(n),i;r=r===NaN?-1:r;i=parseInt(t);i=i===NaN?-1:i;Ormma._setScreenSize(r,i)}function invokeInit(){Ormma._init()}function reportError(n,t){Ormma._throwError(n,t)}function setOrmmaState(n){Ormma._setState(n)}function setOrmmaPlacementType(n){Ormma._setPlacementType(n)}function setOrmmaLocale(n){Ormma._setLocale(n)}function setSize(n,t){var r=parseInt(n),i;r=r===NaN?-1:r;i=parseInt(t);i=i===NaN?-1:i;Ormma._setSize(r,i)}function setMaxSize(n,t){var r=parseInt(n),i;r=r===NaN?-1:r;i=parseInt(t);i=i===NaN?-1:i;Ormma._setMaxSize(r,i)}function setOrientation(n){var t=parseInt(n);t=t===NaN?-1:t;Ormma._setOrientation(t)}function fireShake(){Ormma._shake()}function updateTiltCoords(n,t,i){Ormma._tiltChange({x:n,y:t,z:i})}function fireViewable(n){var t=stringToBoolean(n);Ormma._viewableChange(t)}function viewableDataChange(n){Ormma._viewableDataChange(n)}function setCapability(n,t){Ormma._setCapability(n,stringToBoolean(t))}function stringToBoolean(n){return n.toLowerCase()==="true"?!0:!1}function fireResponse(n,t){var i={url:escape(n),response:escape(t)};Ormma._sendResponse(i)}function setNetwork(n){Ormma._setNetwork(n)}function setSdkVersion(n,t,i){Ormma._setSdkVersion(n,t,i)}function fireClickEvent(){Ormma._clicked()}var ORMMA_STATE_DEFAULT="default",ORMMA_STATE_EXPANDED="expanded",ORMMA_STATE_HIDDEN="hidden",ORMMA_STATE_LOADING="loading",ORMMA_STATE_RESIZED="resized",ORMMA_STATE_SUSPENDED="suspended",ORMMA_STATE_UNKNOWN="unknown",ORMMA_EVENT_ERROR="error",ORMMA_EVENT_HEADING_CHANGE="headingChange",ORMMA_EVENT_KEYBOARD_CHANGE="keyboardChange",ORMMA_EVENT_LOCATION_CHANGE="locationChange",ORMMA_EVENT_NETWORK_CHANGE="networkChange",ORMMA_EVENT_ORIENTATION_CHANGE="orientationChange",ORMMA_EVENT_READY="ready",ORMMA_EVENT_RESPONSE="response",ORMMA_EVENT_SCREEN_CHANGE="screenChange",ORMMA_EVENT_SHAKE="shake",ORMMA_EVENT_SIZE_CHANGE="sizeChange",ORMMA_EVENT_STATE_CHANGE="stateChange",ORMMA_EVENT_TILT_CHANGE="tiltChange",ORMMA_EVENT_VIEWABLE_CHANGE="viewableChange",MAPLE_EVENT_CLICK="click",MAPLE_EVENT_VIEWABLEDATA_CHANGE="viewableDataChange",ORMMA_FEATURE_AUDIO="audio",ORMMA_FEATURE_CALENDAR="calendar",ORMMA_FEATURE_CAMERA="camera",ORMMA_FEATURE_EMAIL="email",ORMMA_FEATURE_HEADING="heading",ORMMA_FEATURE_INLINEVIDEO="inlineVideo",ORMMA_FEATURE_LEVEL1="level-1",ORMMA_FEATURE_LEVEL2="level-2",ORMMA_FEATURE_LEVEL3="level-3",ORMMA_FEATURE_LOCATION="location",ORMMA_FEATURE_MAP="map",ORMMA_FEATURE_NETWORK="network",ORMMA_FEATURE_ORIENTATION="orientation",ORMMA_FEATURE_PHONE="phone",ORMMA_FEATURE_SCREEN="screen",ORMMA_FEATURE_SHAKE="shake",ORMMA_FEATURE_SMS="sms",ORMMA_FEATURE_TILT="tilt",ORMMA_FEATURE_VIDEO="video",ORMMA_API_VERSION="1.1.0",MRAID_API_VERSION="1.0",MAPLE_MAX_STATE_DATA_SIZE=65536,ORMMA_PLACEMENTTYPE_INLINE="inline",ORMMA_PLACEMENTTYPE_INTERSTITIAL="interstitial",MSG_TYPE_ADRENDERED="rendered",MSG_TYPE_CLOSE="close",MSG_TYPE_ERROR="error",MSG_TYPE_EXPAND="expand",MSG_TYPE_GETORIENTATION="getorientation",MSG_TYPE_GETTILT="gettilt",MSG_TYPE_HIDE="hide",MSG_TYPE_LISTENER="listener",MSG_TYPE_OPEN="web",MSG_TYPE_REFRESH="refresh",MSG_TYPE_REQUEST="request",MSG_TYPE_RESIZE="resize",MSG_TYPE_SETEXPANDPROPERTIES="setexpandproperties",MSG_TYPE_SETUSERENGAGED="setuserengaged",MSG_TYPE_SHAKE="shake",MSG_TYPE_SHOW="show",MSG_TYPE_TILT="tilt",MSG_TYPE_USECUSTOMCLOSE="usecustomclose",MSG_TYPE_VALUESTART="start",MSG_TYPE_VALUESTOP="stop",MSG_TYPE_VIEWABLECHANGE="viewableChange",MSG_TYPE_VIEWABLEDATACHANGE="viewableDataChange",MSG_TYPE_LOGAPIUSAGE="logapiusage",FUNC_NAME_ADDEVENTLISTENER="addEventListener",FUNC_NAME_REMOVEEVENTLISTENER="removeEventListener",FUNC_NAME_EXPAND="expand",FUNC_NAME_SUPPORTS="supports",FUNC_NAME_GETSIZE="getSize",FUNC_NAME_OPEN="open",FUNC_NAME_CLOSE="close",FUNC_NAME_GETEXPANDPROPERTIES="getExpandProperties",FUNC_NAME_GETPLACEMENTTYPE="getPlacementType",FUNC_NAME_SETEXPANDPROPERTIES="setExpandProperties",FUNC_NAME_USECUSTOMCLOSE="useCustomClose",ADBROKER_PREBID_HEADER_APPID="appId",ADBROKER_PREBID_HEADER_APPGUID="appGuid",ADBROKER_PREBID_HEADER_DOMAIN="domain";(function(){function f(){this.listeners=[]}function n(){}function u(n){return typeof n=="undefined"||n===null||n<=0?!1:!0}function t(n){window.msAdSDK&&typeof window.msAdSDK.notify=="function"?window.msAdSDK.notify(n):window.external.notify(n)}function e(n,t,i){window.maple.app===undefined&&(window.maple.app={});window.maple.app.appId=n;window.maple.app.appGuid=t;window.maple.app.domain=i}function r(t,r){var f,u,o;if(n("raising event "+t+" with data "+r),i.listeners[t]!==null&&typeof i.listeners[t]!="undefined")try{f=i.listeners[t].slice();switch(t){case ORMMA_EVENT_ERROR:for(u=0;uthis._maxSize.width||i<0){this._throwError("resize","width is greater than max allowed width ("+this._maxSize.width+") or less than zero.");return}if(r>this._maxSize.height||r<0){this._throwError("resize","height is greater than max allowed height ("+this._maxSize.height+") or less than zero.");return}n("calling resize:width="+i+"&height="+r);var u={width:i,height:r};t(MSG_TYPE_RESIZE+":"+JSON.stringify(u))},setExpandProperties:function(i){var r,f;this._expandProperties=typeof i!="object"?{}:i;r=typeof this.getScreenSize=="function"?this.getScreenSize():window.ormma.getScreenSize();this._expandProperties.width=u(this._expandProperties.width)&&this._expandProperties.width0?!0:!1},setUserEngaged:function(i){this._isUserEngaged=typeof i=="boolean"?i:!1;n("setting user engaged: "+this._isUserEngaged);t(MSG_TYPE_SETUSERENGAGED+":engaged="+this._isUserEngaged)},_clicked:function(){r(MAPLE_EVENT_CLICK,null)},_tiltChange:function(n){this._lastTiltCoords=n;r(ORMMA_EVENT_TILT_CHANGE,n)},_shake:function(){r(ORMMA_EVENT_SHAKE)},_viewableChange:function(n){window.mraid._isViewable=n;r(ORMMA_EVENT_VIEWABLE_CHANGE,n)},_viewableDataChange:function(n){r(MAPLE_EVENT_VIEWABLEDATA_CHANGE,n)},_sendResponse:function(n){r(ORMMA_EVENT_RESPONSE,n)},_throwError:function(n,t){var i={message:t,action:n};r(ORMMA_EVENT_ERROR,i)},_init:function(){n("Ormma is ready");this._state==ORMMA_STATE_LOADING&&Ormma._setState(ORMMA_STATE_DEFAULT);r(ORMMA_EVENT_READY,null);typeof window.ORMMAReady=="function"&&(n("Ormma calling ORMMAReady()"),window.ORMMAReady())},_setOrientation:function(n){var t=this._orientation;this._orientation=n;t!==this._orientation&&r(ORMMA_EVENT_ORIENTATION_CHANGE,this._orientation)},_setPlacementType:function(n){n===ORMMA_PLACEMENTTYPE_INLINE?this._placementType=n:n===ORMMA_PLACEMENTTYPE_INTERSTITIAL&&(this._placementType=n)},_setState:function(n){var t=this._state;this._state=n;t!==n&&r(ORMMA_EVENT_STATE_CHANGE,this._state)},_setLocale:function(n){this._locale=n},_setSize:function(n,t){typeof this._dimensions=="undefined"&&(this._dimensions={});var i=typeof this._dimensions.width=="undefined"?0:this._dimensions.width,u=typeof this._dimensions.height=="undefined"?0:this._dimensions.height;this._dimensions.width=n;this._dimensions.height=t;(i!==n||u!==t)&&r(ORMMA_EVENT_SIZE_CHANGE,this._dimensions)},_setSdkVersion:function(n,t,i){this._sdkInfo={sdkVersion:n,client:t,runtimeType:i,appName:navigator.appName,appVersion:navigator.appVersion,userAgent:navigator.userAgent,platform:navigator.platform}},_setCapability:function(n,t){typeof t=="boolean"&&(n===ORMMA_FEATURE_TILT?this._tiltCapability=t:n===ORMMA_FEATURE_SHAKE&&(this._shakeCapability=t))},_setMaxSize:function(n,t){typeof this._maxSize=="undefined"&&(this._maxSize={});this._maxSize.width=n;this._maxSize.height=t},_setScreenSize:function(n,t){(this._screenSize===null||typeof this._screenSize=="undefined")&&(this._screenSize={});var i=typeof this._screenSize.width=="undefined"?0:this._screenSize.width,u=typeof this._screenSize.height=="undefined"?0:this._screenSize.height;this._screenSize.width=n;this._screenSize.height=t;this._expandProperties.width===i&&(this._expandProperties.width=n);this._expandProperties.height===u&&(this._expandProperties.height=t);this.setExpandProperties(this._expandProperties);(i!==this._screenSize.width||u!==this._screenSize.height)&&r(ORMMA_EVENT_SCREEN_CHANGE,this._screenSize)},_setNetwork:function(t){n("setting network state: "+t);typeof this._lastNetworkState=="undefined"&&(this._lastNetworkState="");t!==this._lastNetworkState&&(this._lastNetworkState=t,r(ORMMA_EVENT_NETWORK_CHANGE,{online:t!=="offline",connection:t}))},_msOrientationToOrmmaDegrees:function(n){switch(n){case this._msOrientationModes.landscapePrimary.ieProperty:return this._msOrientationModes.landscapePrimary.orientationDegrees;case this._msOrientationModes.landscapeSecondary.ieProperty:return this._msOrientationModes.landscapeSecondary.orientationDegrees;case this._msOrientationModes.portaitSecondary.ieProperty:return this._msOrientationModes.portaitSecondary.orientationDegrees;case this._msOrientationModes.portaitPrimary.ieProperty:return this._msOrientationModes.portaitPrimary.orientationDegrees;default:return this._msOrientationModes.unknown.orientationDegrees}}};window.mraid=window.MRAID=window.Mraid={_isViewable:!1,addEventListener:function(n,t){this._mraidSupportedEvts===null&&(this._mraidSupportedEvts=this._initEventList());this._mraidSupportedEvts[n]&&window.ormma.addEventListener(n,t)},removeEventListener:function(n,t){this._mraidSupportedEvts===null&&(this._mraidSupportedEvts=this._initEventList());this._mraidSupportedEvts[n]&&window.ormma.removeEventListener(n,t)},expand:function(n){Object.getOwnPropertyNames(this);window.ormma.expand(n,!1)},getState:function(){return window.ormma._state},getVersion:function(){return MRAID_API_VERSION},isViewable:function(){return window.mraid._isViewable},_mraidSupportedEvts:null,_initEventList:function(){var n=[];return n[ORMMA_EVENT_ERROR]=n[ORMMA_EVENT_READY]=n[ORMMA_EVENT_STATE_CHANGE]=n[MAPLE_EVENT_VIEWABLEDATA_CHANGE]=n[ORMMA_EVENT_VIEWABLE_CHANGE]=!0,n},supports:function(n){return window.ormma.supports(n)},getSize:function(){return window.ormma.getSize()},open:function(n){return window.ormma.open(n)},close:function(){return window.ormma.close()},getExpandProperties:function(){return window.ormma.getExpandProperties()},getPlacementType:function(){return window.ormma.getPlacementType()},setExpandProperties:function(n){return window.ormma.setExpandProperties(n)},useCustomClose:function(n){return window.ormma.useCustomClose(n)}}})(); +// SIG // Begin signature block +// SIG // MIIdkgYJKoZIhvcNAQcCoIIdgzCCHX8CAQExCzAJBgUr +// SIG // DgMCGgUAMGcGCisGAQQBgjcCAQSgWTBXMDIGCisGAQQB +// SIG // gjcCAR4wJAIBAQQQEODJBs441BGiowAQS9NQkAIBAAIB +// SIG // AAIBAAIBAAIBADAhMAkGBSsOAwIaBQAEFEqw6Bvi5lbB +// SIG // FnJ8SxgVmwvymbRRoIIYVDCCBMIwggOqoAMCAQICEzMA +// SIG // AADDO7gQ1qt1nIQAAAAAAMMwDQYJKoZIhvcNAQEFBQAw +// SIG // dzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0 +// SIG // b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1p +// SIG // Y3Jvc29mdCBDb3Jwb3JhdGlvbjEhMB8GA1UEAxMYTWlj +// SIG // cm9zb2Z0IFRpbWUtU3RhbXAgUENBMB4XDTE2MDkwNzE3 +// SIG // NTg1MVoXDTE4MDkwNzE3NTg1MVowgbIxCzAJBgNVBAYT +// SIG // AlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQH +// SIG // EwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y +// SIG // cG9yYXRpb24xDDAKBgNVBAsTA0FPQzEnMCUGA1UECxMe +// SIG // bkNpcGhlciBEU0UgRVNOOkQyMzYtMzdEQS05NzYxMSUw +// SIG // IwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBTZXJ2 +// SIG // aWNlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +// SIG // AQEAojhtsAxlWY+WR4ApdGWhMcuh2UGfU9rrqT7sarYl +// SIG // qlx9qCI++thqjHNST2B5KRKOWpcoFnbwdw+hUqqQPGpf +// SIG // phiUzJLZQPsnbLSz0a+ggaBBfoZukQc8FZbDfc+gVaac +// SIG // CGVrdpRFRuq9WFtcta29HeBbAPKsEUiNLAfLAMPSB14v +// SIG // yeCXepJUL8NpuqC15fQu9/9Q5XTz2WBjkw0PfEcSGmHs +// SIG // L5LJzam5ZrxaTsfCrnnZMZeI7QCpdBf9vkKkX1N9jgIg +// SIG // omBYGSIDjweAPFGx5iyMp+6TaraJuDajImc/RuAZuW8C +// SIG // C4RJWHGTzKvz9R69/P1qAA/fVgJt1haV0hWXowIDAQAB +// SIG // o4IBCTCCAQUwHQYDVR0OBBYEFHN3F3hjEPEFeCG2juDx +// SIG // MPOFhxeoMB8GA1UdIwQYMBaAFCM0+NlSRnAK7UD7dvuz +// SIG // K7DDNbMPMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly9j +// SIG // cmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3Rz +// SIG // L01pY3Jvc29mdFRpbWVTdGFtcFBDQS5jcmwwWAYIKwYB +// SIG // BQUHAQEETDBKMEgGCCsGAQUFBzAChjxodHRwOi8vd3d3 +// SIG // Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY3Jvc29m +// SIG // dFRpbWVTdGFtcFBDQS5jcnQwEwYDVR0lBAwwCgYIKwYB +// SIG // BQUHAwgwDQYJKoZIhvcNAQEFBQADggEBAEjjytZ7alsG +// SIG // iFpzSDWPi5Zh0OEPPIekzjdGhPunGdka4wVFOPUk5MkN +// SIG // pYLyqZiJEGFiW7jUYeuSCdRyJ8IQ/F1ndH9CVwCK805S +// SIG // 9M8N0nW67cmfbD+Dcaso0Nt8QYiP3ddwq7X0wFZRmCGN +// SIG // QIZfNPtChsrlMyS04vd+dP4B2iNCc94q8KyfobcRdVFv +// SIG // zU9AGCckWHtnpfSYYHrnXijimr930AZcwC0JpOBJKMqt +// SIG // 5riRxqKn3jaOM7D/zPlkOqATJVKvP+PbIP68rj9BHlbT +// SIG // Ynj7sT5l+Yuip86Xd6z4Cj0vvU6tXSi7bNSuK46QEqCk +// SIG // rPFG7968EEsNDv803dW3PBIwggYBMIID6aADAgECAhMz +// SIG // AAAAxOmJ+HqBUOn/AAAAAADEMA0GCSqGSIb3DQEBCwUA +// SIG // MH4xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5n +// SIG // dG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVN +// SIG // aWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01p +// SIG // Y3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBIDIwMTEwHhcN +// SIG // MTcwODExMjAyMDI0WhcNMTgwODExMjAyMDI0WjB0MQsw +// SIG // CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQ +// SIG // MA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9z +// SIG // b2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNyb3Nv +// SIG // ZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUA +// SIG // A4IBDwAwggEKAoIBAQCIirgkwwePmoB5FfwmYPxyiCz6 +// SIG // 9KOXiJZGt6PLX4kvOjMuHpF4+nypH4IBtXrLGrwDykbr +// SIG // xZn3+wQd8oUK/yJuofJnPcUnGOUoH/UElEFj7OO6FYzt +// SIG // E5o13jhwVG877K1FCTBJwb6PMJkMy3bJ93OVFnfRi7uU +// SIG // xwiFIO0eqDXxccLgdABLitLckevWeP6N+q1giD29uR+u +// SIG // Ype/xYSxkK7WryvTVPs12s1xkuYe/+xxa8t/CHZ04BBR +// SIG // SNTxAMhITKMHNeVZDf18nMjmWuOF9daaDx+OpuSEF8HW +// SIG // yp8dAcf9SKcTkjOXIUgy+MIkogCyvlPKg24pW4HvOG6A +// SIG // 87vsEwvrAgMBAAGjggGAMIIBfDAfBgNVHSUEGDAWBgor +// SIG // BgEEAYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUy9Zi +// SIG // hM9gOer/Z8Jc0si7q7fDE5gwUgYDVR0RBEswSaRHMEUx +// SIG // DTALBgNVBAsTBE1PUFIxNDAyBgNVBAUTKzIzMDAxMitj +// SIG // ODA0YjVlYS00OWI0LTQyMzgtODM2Mi1kODUxZmEyMjU0 +// SIG // ZmMwHwYDVR0jBBgwFoAUSG5k5VAF04KqFzc3IrVtqMp1 +// SIG // ApUwVAYDVR0fBE0wSzBJoEegRYZDaHR0cDovL3d3dy5t +// SIG // aWNyb3NvZnQuY29tL3BraW9wcy9jcmwvTWljQ29kU2ln +// SIG // UENBMjAxMV8yMDExLTA3LTA4LmNybDBhBggrBgEFBQcB +// SIG // AQRVMFMwUQYIKwYBBQUHMAKGRWh0dHA6Ly93d3cubWlj +// SIG // cm9zb2Z0LmNvbS9wa2lvcHMvY2VydHMvTWljQ29kU2ln +// SIG // UENBMjAxMV8yMDExLTA3LTA4LmNydDAMBgNVHRMBAf8E +// SIG // AjAAMA0GCSqGSIb3DQEBCwUAA4ICAQAGFh/bV8JQyCNP +// SIG // olF41+34/c291cDx+RtW7VPIaUcF1cTL7OL8mVuVXxE4 +// SIG // KMAFRRPgmnmIvGar27vrAlUjtz0jeEFtrvjxAFqUmYoc +// SIG // zAmV0JocRDCppRbHukdb9Ss0i5+PWDfDThyvIsoQzdiC +// SIG // EKk18K4iyI8kpoGL3ycc5GYdiT4u/1cDTcFug6Ay67Sz +// SIG // L1BWXQaxFYzIHWO3cwzj1nomDyqWRacygz6WPldJdyOJ +// SIG // /rEQx4rlCBVRxStaMVs5apaopIhrlihv8cSu6r1FF8xi +// SIG // ToG1VBpHjpilbcBuJ8b4Jx/I7SCpC7HxzgualOJqnWmD +// SIG // oTbXbSD+hdX/w7iXNgn+PRTBmBSpwIbM74LBq1UkQxi1 +// SIG // SIV4htD50p0/GdkUieeNn2gkiGg7qceATibnCCFMY/2c +// SIG // kxVNM7VWYE/XSrk4jv8u3bFfpENryXjPsbtrj4Nsh3Kq +// SIG // 6qX7n90a1jn8ZMltPgjlfIOxrbyjunvPllakeljLEkdi +// SIG // 0iHv/DzEMQv3Lz5kpTdvYFA/t0SQT6ALi75+WPbHZ4dh +// SIG // 256YxMiMy29H4cAulO2x9rAwbexqSajplnbIvQjE/jv1 +// SIG // rnM3BrJWzxnUu/WUyocc8oBqAU+2G4Fzs9NbIj86WBjf +// SIG // iO5nxEmnL9wliz1e0Ow0RJEdvJEMdoI+78TYLaEEAo5I +// SIG // +e/dAs8DojCCBgcwggPvoAMCAQICCmEWaDQAAAAAABww +// SIG // DQYJKoZIhvcNAQEFBQAwXzETMBEGCgmSJomT8ixkARkW +// SIG // A2NvbTEZMBcGCgmSJomT8ixkARkWCW1pY3Jvc29mdDEt +// SIG // MCsGA1UEAxMkTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNh +// SIG // dGUgQXV0aG9yaXR5MB4XDTA3MDQwMzEyNTMwOVoXDTIx +// SIG // MDQwMzEzMDMwOVowdzELMAkGA1UEBhMCVVMxEzARBgNV +// SIG // BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx +// SIG // HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEh +// SIG // MB8GA1UEAxMYTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENB +// SIG // MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA +// SIG // n6Fssd/bSJIqfGsuGeG94uPFmVEjUK3O3RhOJA/u0afR +// SIG // TK10MCAR6wfVVJUVSZQbQpKumFwwJtoAa+h7veyJBw/3 +// SIG // DgSY8InMH8szJIed8vRnHCz8e+eIHernTqOhwSNTyo36 +// SIG // Rc8J0F6v0LBCBKL5pmyTZ9co3EZTsIbQ5ShGLieshk9V +// SIG // UgzkAyz7apCQMG6H81kwnfp+1pez6CGXfvjSE/MIt1Nt +// SIG // UrRFkJ9IAEpHZhEnKWaol+TTBoFKovmEpxFHFAmCn4Tt +// SIG // VXj+AZodUAiFABAwRu233iNGu8QtVJ+vHnhBMXfMm987 +// SIG // g5OhYQK1HQ2x/PebsgHOIktU//kFw8IgCwIDAQABo4IB +// SIG // qzCCAacwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +// SIG // IzT42VJGcArtQPt2+7MrsMM1sw8wCwYDVR0PBAQDAgGG +// SIG // MBAGCSsGAQQBgjcVAQQDAgEAMIGYBgNVHSMEgZAwgY2A +// SIG // FA6sgmBAVieX5SUT/CrhClOVWeSkoWOkYTBfMRMwEQYK +// SIG // CZImiZPyLGQBGRYDY29tMRkwFwYKCZImiZPyLGQBGRYJ +// SIG // bWljcm9zb2Z0MS0wKwYDVQQDEyRNaWNyb3NvZnQgUm9v +// SIG // dCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHmCEHmtFqFKoKWt +// SIG // THNY9AcTLmUwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDov +// SIG // L2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJvZHVj +// SIG // dHMvbWljcm9zb2Z0cm9vdGNlcnQuY3JsMFQGCCsGAQUF +// SIG // BwEBBEgwRjBEBggrBgEFBQcwAoY4aHR0cDovL3d3dy5t +// SIG // aWNyb3NvZnQuY29tL3BraS9jZXJ0cy9NaWNyb3NvZnRS +// SIG // b290Q2VydC5jcnQwEwYDVR0lBAwwCgYIKwYBBQUHAwgw +// SIG // DQYJKoZIhvcNAQEFBQADggIBABCXisNcA0Q23em0rXfb +// SIG // znlRTQGxLnRxW20ME6vOvnuPuC7UEqKMbWK4VwLLTiAT +// SIG // UJndekDiV7uvWJoc4R0Bhqy7ePKL0Ow7Ae7ivo8KBciN +// SIG // SOLwUxXdT6uS5OeNatWAweaU8gYvhQPpkSokInD79vzk +// SIG // eJkuDfcH4nC8GE6djmsKcpW4oTmcZy3FUQ7qYlw/FpiL +// SIG // ID/iBxoy+cwxSnYxPStyC8jqcD3/hQoT38IKYY7w17gX +// SIG // 606Lf8U1K16jv+u8fQtCe9RTciHuMMq7eGVcWwEXChQO +// SIG // 0toUmPU8uWZYsy0v5/mFhsxRVuidcJRsrDlM1PZ5v6oY +// SIG // emIp76KbKTQGdxpiyT0ebR+C8AvHLLvPQ7Pl+ex9teOk +// SIG // qHQ1uE7FcSMSJnYLPFKMcVpGQxS8s7OwTWfIn0L/gHkh +// SIG // gJ4VMGboQhJeGsieIiHQQ+kr6bv0SMws1NgygEwmKkgk +// SIG // X1rqVu+m3pmdyjpvvYEndAYR7nYhv5uCwSdUtrFqPYmh +// SIG // dmG0bqETpr+qR/ASb/2KMmyy/t9RyIwjyWa9nR2HEmQC +// SIG // PS2vWY+45CHltbDKY7R4VAXUQS5QrJSwpXirs6CWdRrZ +// SIG // kocTdSIvMqgIbqBbjCW/oO+EyiHW6x5PyZruSeD3AWVv +// SIG // iQt9yGnI5m7qp5fOMSn/DsVbXNhNG6HY+i+ePy5VFmvJ +// SIG // E6P9MIIHejCCBWKgAwIBAgIKYQ6Q0gAAAAAAAzANBgkq +// SIG // hkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNV +// SIG // BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx +// SIG // HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEy +// SIG // MDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNh +// SIG // dGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwNzA4MjA1OTA5 +// SIG // WhcNMjYwNzA4MjEwOTA5WjB+MQswCQYDVQQGEwJVUzET +// SIG // MBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVk +// SIG // bW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0 +// SIG // aW9uMSgwJgYDVQQDEx9NaWNyb3NvZnQgQ29kZSBTaWdu +// SIG // aW5nIFBDQSAyMDExMIICIjANBgkqhkiG9w0BAQEFAAOC +// SIG // Ag8AMIICCgKCAgEAq/D6chAcLq3YbqqCEE00uvK2WCGf +// SIG // Qhsqa+laUKq4BjgaBEm6f8MMHt03a8YS2AvwOMKZBrDI +// SIG // OdUBFDFC04kNeWSHfpRgJGyvnkmc6Whe0t+bU7IKLMOv +// SIG // 2akrrnoJr9eWWcpgGgXpZnboMlImEi/nqwhQz7NEt13Y +// SIG // xC4Ddato88tt8zpcoRb0RrrgOGSsbmQ1eKagYw8t00CT +// SIG // +OPeBw3VXHmlSSnnDb6gE3e+lD3v++MrWhAfTVYoonpy +// SIG // 4BI6t0le2O3tQ5GD2Xuye4Yb2T6xjF3oiU+EGvKhL1nk +// SIG // kDstrjNYxbc+/jLTswM9sbKvkjh+0p2ALPVOVpEhNSXD +// SIG // OW5kf1O6nA+tGSOEy/S6A4aN91/w0FK/jJSHvMAhdCVf +// SIG // GCi2zCcoOCWYOUo2z3yxkq4cI6epZuxhH2rhKEmdX4ji +// SIG // JV3TIUs+UsS1Vz8kA/DRelsv1SPjcF0PUUZ3s/gA4bys +// SIG // AoJf28AVs70b1FVL5zmhD+kjSbwYuER8ReTBw3J64HLn +// SIG // JN+/RpnF78IcV9uDjexNSTCnq47f7Fufr/zdsGbiwZeB +// SIG // e+3W7UvnSSmnEyimp31ngOaKYnhfsi+E11ecXL93KCjx +// SIG // 7W3DKI8sj0A3T8HhhUSJxAlMxdSlQy90lfdu+HggWCwT +// SIG // XWCVmj5PM4TasIgX3p5O9JawvEagbJjS4NaIjAsCAwEA +// SIG // AaOCAe0wggHpMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1Ud +// SIG // DgQWBBRIbmTlUAXTgqoXNzcitW2oynUClTAZBgkrBgEE +// SIG // AYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMCAYYw +// SIG // DwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBRyLToC +// SIG // MZBDuRQFTuHqp8cx0SOJNDBaBgNVHR8EUzBRME+gTaBL +// SIG // hklodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2Ny +// SIG // bC9wcm9kdWN0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFf +// SIG // MDNfMjIuY3JsMF4GCCsGAQUFBwEBBFIwUDBOBggrBgEF +// SIG // BQcwAoZCaHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3Br +// SIG // aS9jZXJ0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNf +// SIG // MjIuY3J0MIGfBgNVHSAEgZcwgZQwgZEGCSsGAQQBgjcu +// SIG // AzCBgzA/BggrBgEFBQcCARYzaHR0cDovL3d3dy5taWNy +// SIG // b3NvZnQuY29tL3BraW9wcy9kb2NzL3ByaW1hcnljcHMu +// SIG // aHRtMEAGCCsGAQUFBwICMDQeMiAdAEwAZQBnAGEAbABf +// SIG // AHAAbwBsAGkAYwB5AF8AcwB0AGEAdABlAG0AZQBuAHQA +// SIG // LiAdMA0GCSqGSIb3DQEBCwUAA4ICAQBn8oalmOBUeRou +// SIG // 09h0ZyKbC5YR4WOSmUKWfdJ5DJDBZV8uLD74w3LRbYP+ +// SIG // vj/oCso7v0epo/Np22O/IjWll11lhJB9i0ZQVdgMknzS +// SIG // Gksc8zxCi1LQsP1r4z4HLimb5j0bpdS1HXeUOeLpZMlE +// SIG // PXh6I/MTfaaQdION9MsmAkYqwooQu6SpBQyb7Wj6aC6V +// SIG // oCo/KmtYSWMfCWluWpiW5IP0wI/zRive/DvQvTXvbiWu +// SIG // 5a8n7dDd8w6vmSiXmE0OPQvyCInWH8MyGOLwxS3OW560 +// SIG // STkKxgrCxq2u5bLZ2xWIUUVYODJxJxp/sfQn+N4sOiBp +// SIG // mLJZiWhub6e3dMNABQamASooPoI/E01mC8CzTfXhj38c +// SIG // bxV9Rad25UAqZaPDXVJihsMdYzaXht/a8/jyFqGaJ+HN +// SIG // pZfQ7l1jQeNbB5yHPgZ3BtEGsXUfFL5hYbXw3MYbBL7f +// SIG // QccOKO7eZS/sl/ahXJbYANahRr1Z85elCUtIEJmAH9AA +// SIG // KcWxm6U/RXceNcbSoqKfenoi+kiVH6v7RyOA9Z74v2u3 +// SIG // S5fi63V4GuzqN5l5GEv/1rMjaHXmr/r8i+sLgOppO6/8 +// SIG // MO0ETI7f33VtY5E90Z1WTk+/gFcioXgRMiF670EKsT/7 +// SIG // qMykXcGhiJtXcVZOSEXAQsmbdlsKgEhr/Xmfwb1tbWrJ +// SIG // UnMTDXpQzTGCBKowggSmAgEBMIGVMH4xCzAJBgNVBAYT +// SIG // AlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQH +// SIG // EwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y +// SIG // cG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2Rl +// SIG // IFNpZ25pbmcgUENBIDIwMTECEzMAAADE6Yn4eoFQ6f8A +// SIG // AAAAAMQwCQYFKw4DAhoFAKCBvjAZBgkqhkiG9w0BCQMx +// SIG // DAYKKwYBBAGCNwIBBDAcBgorBgEEAYI3AgELMQ4wDAYK +// SIG // KwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQUOR8tvG+9 +// SIG // sBUtutAfLyHXbbg/NIowXgYKKwYBBAGCNwIBDDFQME6g +// SIG // DIAKAEEAZABTAEQAS6E+gDxodHRwOi8vZWR3ZWIvc2l0 +// SIG // ZXMvSVNTRW5naW5lZXJpbmcvRW5nRnVuL1NpdGVQYWdl +// SIG // cy9Ib21lLmFzcHgwDQYJKoZIhvcNAQEBBQAEggEAGYZX +// SIG // tMECuQEbibuiKJ3EeHHAU30TpZs42L59lhmC9RWShoAk +// SIG // MqBMOdMRvbKgzh2GT1LCiANQJyk40p9Le8x3sw2Gz15C +// SIG // b8tOWWuJGqGS/+EWsS0tE61Uf9WYY7dRu85V68HY1pJo +// SIG // dJ1MuI9WNLikM9aubnJ54qsxomt0IuDhHQDKI0rax3Fl +// SIG // esMDLEPFWnU0761bnCGAwrkw1HVOnsju+qqBl3mH4LUV +// SIG // 18Lw3oDqE4WOdI1eQeO+j91Y5TqzA0KSql+p8mIMTrd5 +// SIG // j5+YZGw2zBHchIC/Y/TBcfYZ8y2qznVJYkzFgDsRdzk9 +// SIG // ZWs40JKs9QDXFBZAupG9xgyfoDlDRaGCAigwggIkBgkq +// SIG // hkiG9w0BCQYxggIVMIICEQIBATCBjjB3MQswCQYDVQQG +// SIG // EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE +// SIG // BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENv +// SIG // cnBvcmF0aW9uMSEwHwYDVQQDExhNaWNyb3NvZnQgVGlt +// SIG // ZS1TdGFtcCBQQ0ECEzMAAADDO7gQ1qt1nIQAAAAAAMMw +// SIG // CQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG +// SIG // 9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTE4MDQwNjAyMjU1 +// SIG // NlowIwYJKoZIhvcNAQkEMRYEFDkYmWgF1PQJ8oCFLksS +// SIG // 8Anla7uCMA0GCSqGSIb3DQEBBQUABIIBAElbKSa/8z7n +// SIG // 4lh7XhlbQrVypOEkbEUbXwstpdt/lG/hYp3jns113Djn +// SIG // bS1lYP8IiHJ7Y+0RnugoJfMpFIq43WnGWtZhsRYrPT1J +// SIG // D47lVE5F+9shpAnoQ3mtf/6XvhFaeVKYA95Y2BNR0+gU +// SIG // NTuGF22bYr+3aa2XZi3wOuPhkMBu9IG5yUcTjYRi4ow/ +// SIG // wTzguCv25/BVD0wnkpWqa29Md8y5gpAbOrmVCbJbILOg +// SIG // 2MbAFL3zK2p8ishCN7a9Rvw9z4IQFdS1fkCZr7YWg1T7 +// SIG // jQ2hhE3Rkg962dsk9QzJcsw/zKvpr/zPM1RsHW3h8DqN +// SIG // Qo/v4UTii/Sl7HMzYrpln94= +// SIG // End signature block diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.html b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.html new file mode 100644 index 0000000..d9b56a5 --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.html @@ -0,0 +1,59 @@ + + + + + + + + + + + + +
+ + \ No newline at end of file diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.js b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.js new file mode 100644 index 0000000..ad40b21 --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x64__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.js @@ -0,0 +1,238 @@ +/*! + Copyright (C) Microsoft. All rights reserved. + This library is supported for use in Windows Store apps only. + NOTE: please make sure this file is in sync with https://videoadssdk.azurewebsites.net/api/vpaid?code=oRMOeXB1sSJe12kLg/9JQRBZZM42xQ/dP1abFOwAq7tVZD4DMe13wQ== +*/ +(function(){"use strict";function l(){this._listeners=[];this._adSize={width:0,height:0};this._setSdkVersion("unknown","unknown","unknown");this._masterVolumeLevel=0;this._masterVolumeMuted=!1}var r=2,h=0,c=r+"."+h,n;window.onerror=function(n,t,i){try{console.error("[msg:"+n+"][url:"+t+"][lineNumber:"+i+"]");typeof _msVpaidImpl=="function"&&_msVpaidImpl.reportAdError("unhandled JS exception: "+n)}catch(r){}return!0};window.onload=function(){if(typeof getVPAIDAd!="function"){_msVpaidImpl.reportAdError("getVPAIDAd function not defined");return}var t=getVPAIDAd();if(!t){_msVpaidImpl.reportAdError("getVPAIDAd did not return an ad");return}window._msVpaidInstance=new n(t)};window._msReceiveMessageFromAdSdk=function(t){n.log("message from SDK: "+t);window._msVpaidInstance&&window._msVpaidInstance.receiveMessageFromAdSdk(t);window.Maple&&window.Maple.receiveMessageFromAdSdk(t)};n=function(t){if(n.log("instantiating VpaidImpl"),this._creative=t,this._adParameters=null,!n.isValidVpaidCreative(t)){n.reportAdError("ad is not a valid VPAID creative");return}var i=t.handshakeVersion(c);if(!n.isVersionSupported(i)){n.reportAdError("ad requires VPAID version "+i+", sdk supports "+c);return}this._setupEventHandlers(this._creative)};n.prototype={DEFAULT_DESIRED_BITRATE:2e3,initAd:function(t,i,r,u,f,e){n.log("initializing vpaid ad");e||(e={slot:document.querySelector("#msVpaidSlot"),videoSlot:document.querySelector("#msVpaidVideo")});this._creative.initAd(t,i,r,u,f,e)},receiveMessageFromAdSdk:function(t){var u,f,o;if(t&&typeof t=="string"){var r=t,i=null,e=null;try{u=r.indexOf(":");u<0?i=r:(i=r.substr(0,u),e=r.substr(u+1));i==="InitAd"?this._receiveMessageInitAd(e):i==="StartAd"?this.startAd():i==="StopAd"?this.stopAd():i==="PauseAd"?this.pauseAd():i==="ResumeAd"?this.resumeAd():i==="ResizeAd"?(f=JSON.parse(e),this.resizeAd(f.width,f.height,f.viewMode)):i==="SetAdVolume"&&(o=50,this.setAdVolume(o))}catch(s){n.reportAdError("error handling message of type "+i)}}},_receiveMessageInitAd:function(t){try{var i=JSON.parse(t),r=typeof i.desiredBitrate=="number"?i.desiredBitrate:this.DEFAULT_DESIRED_BITRATE,u=typeof i.width=="number"?i.width:0,f=typeof i.height=="number"?i.height:0,e=typeof i.viewMode=="string"?i.viewMode:"fullscreen",o={AdParameters:i.adParameters};this.initAd(u,f,e,r,o,null)}catch(s){n.reportAdError("unable to parse JSON for initAd")}},setAdVolume:function(n){this._creative.setAdVolume(n)},startAd:function(){n.log("startAd");this._creative.startAd()},stopAd:function(){this._creative.stopAd()},resizeAd:function(t,i,r){n.log("resizing ad to "+t+" x "+i+", "+r);this._creative.resizeAd(t,i,r)},pauseAd:function(){this._creative.pauseAd()},resumeAd:function(){this._creative.resumeAd()},_setupEventHandlers:function(t){t&&(n.log("adding event handlers"),t.subscribe(this._adStartedHandler,"AdStarted",this),t.subscribe(this._adStoppedHandler,"AdStopped",this),t.subscribe(this._adSkippedHandler,"AdSkipped",this),t.subscribe(this._adLoadedHandler,"AdLoaded",this),t.subscribe(this._adLinearChangeHandler,"AdLinearChange",this),t.subscribe(this._adSizeChangeHandler,"AdSizeChange",this),t.subscribe(this._adExpandedChangeHandler,"AdExpandedChange",this),t.subscribe(this._adSkippableStateChangeHandler,"AdSkippableStateChange",this),t.subscribe(this._adDurationChangeHandler,"AdDurationChange",this),t.subscribe(this._adRemainingTimeChangeHandler,"AdRemainingTimeChange",this),t.subscribe(this._adVolumeChangeHandler,"AdVolumeChange",this),t.subscribe(this._adImpressionHandler,"AdImpression",this),t.subscribe(this._adClickThruHandler,"AdClickThru",this),t.subscribe(this._adInteractionHandler,"AdInteraction",this),t.subscribe(this._adVideoStartHandler,"AdVideoStart",this),t.subscribe(this._adVideoFirstQuartileHandler,"AdVideoFirstQuartile",this),t.subscribe(this._adVideoMidpointHandler,"AdVideoMidpoint",this),t.subscribe(this._adVideoThirdQuartileHandler,"AdVideoThirdQuartile",this),t.subscribe(this._adVideoCompleteHandler,"AdVideoComplete",this),t.subscribe(this._adUserAcceptInvitationHandler,"AdUserAcceptInvitation",this),t.subscribe(this._adUserMinimizeHandler,"AdUserMinimize",this),t.subscribe(this._adUserCloseHandler,"AdUserClose",this),t.subscribe(this._adPausedHandler,"AdPaused",this),t.subscribe(this._adPlayingHandler,"AdPlaying",this),t.subscribe(this._adErrorHandler,"AdError",this),t.subscribe(this._adLogHandler,"AdLog",this))},_adLoadedHandler:function(){n.log("ad has been loaded");n.sendMessageToAdSdk("AdLoaded")},_adPausedHandler:function(){n.log("ad paused");n.sendMessageToAdSdk("AdPaused")},_adPlayingHandler:function(){n.log("ad playing");n.sendMessageToAdSdk("AdPlaying")},_adErrorHandler:function(t){var i,r;typeof t!="string"&&(i=t,t=i!==null&&typeof i=="object"&&i.message!=="undefined"?"ad error message was: [object]: "+i.message:"ad error message was: "+typeof t);n.log("ad error: "+t);r={message:t};n.sendMessageToAdSdk("(VpaidError) AdError:"+JSON.stringify(r))},_adLogHandler:function(t){var i,r;typeof t!="string"&&(i=t,t=i!==null&&typeof i=="object"&&i.message!=="undefined"?"AdLog:: [object]: "+i.message:"AdLog::"+typeof t);n.log("ad log: "+t);r={message:t};n.sendMessageToAdSdk("AdLog:"+JSON.stringify(r))},_adUserAcceptInvitationHandler:function(){n.log("AdUserAcceptInvitation");n.sendMessageToAdSdk("AdUserAcceptInvitation")},_adUserMinimizeHandler:function(){n.log("AdUserMinimize");n.sendMessageToAdSdk("AdUserMinimize")},_adUserCloseHandler:function(){n.log("AdUserClose");n.sendMessageToAdSdk("AdUserClose")},_adSkippableStateChangeHandler:function(){n.log("ad Skippable State Changed to: "+this._creative.getAdSkippableState());n.sendMessageToAdSdk("AdSkippableStateChange")},_adExpandedChangeHandler:function(){n.log("ad Expanded Changed to: "+this._creative.getAdExpanded());n.sendMessageToAdSdk("AdExpanded")},_adSizeChangeHandler:function(){n.log("ad size changed to: w="+this._creative.getAdWidth()+" h="+this._creative.getAdHeight());var t={width:this._creative.getAdWidth(),height:this._creative.getAdHeight()};n.sendMessageToAdSdk("AdSizeChange:"+JSON.stringify(t))},_adDurationChangeHandler:function(){n.log("ad duration changed to: "+this._creative.getAdDuration());var t={duration:this._creative.getAdDuration()};n.sendMessageToAdSdk("AdDurationChange:"+JSON.stringify(t))},_adRemainingTimeChangeHandler:function(){var t={remainingTime:this._creative.getAdRemainingTime()};n.sendMessageToAdSdk("AdRemainingTimeChange:"+JSON.stringify(t))},_adImpressionHandler:function(){n.log("ad impression");n.sendMessageToAdSdk("AdImpression")},_adClickThruHandler:function(t,i,r){n.log("click-through");typeof t!="string"&&(t="");typeof i!="string"&&(i="");typeof r!="boolean"&&(r=r==="true"?!0:!1);var u={url:t,id:i,playerHandles:r};n.sendMessageToAdSdk("AdClickThru:"+JSON.stringify(u))},_adInteractionHandler:function(){n.log("ad interaction");n.sendMessageToAdSdk("AdInteraction")},_adVideoStartHandler:function(){n.log("video started");n.sendMessageToAdSdk("AdVideoStart")},_adVideoFirstQuartileHandler:function(){n.log("video 25% completed");n.sendMessageToAdSdk("AdVideoFirstQuartile")},_adVideoMidpointHandler:function(){n.log("video 50% completed");n.sendMessageToAdSdk("AdVideoMidpoint")},_adVideoThirdQuartileHandler:function(){n.log("video 75% completed");n.sendMessageToAdSdk("AdVideoThirdQuartile")},_adVideoCompleteHandler:function(){n.log("video completed");n.sendMessageToAdSdk("AdVideoComplete")},_adLinearChangeHandler:function(){n.log("ad linear has changed: "+this._creative.getAdLinear());n.sendMessageToAdSdk("AdLinearChange")},_adStartedHandler:function(){n.log("ad started");n.sendMessageToAdSdk("AdStarted")},_adStoppedHandler:function(){n.log("ad stopped");n.sendMessageToAdSdk("AdStopped")},_adSkippedHandler:function(){n.log("ad skipped");n.sendMessageToAdSdk("AdSkipped")},_adVolumeChangeHandler:function(){n.log("ad volume changed to - "+this._creative.getAdVolume());n.sendMessageToAdSdk("AdVolumeChange")}};n.MSG_TYPE_ERROR="AdError";n.reportAdError=function(t){n.log("AD ERROR: "+t);var i={message:t};n.sendMessageToAdSdk(n.MSG_TYPE_ERROR+":"+JSON.stringify(i))};n.sendMessageToAdSdk=function(n){window.external.notify(n)};n.isVersionSupported=function(n){if(!n||typeof n!="string")return!1;var t=n.split(".").map(function(n){return parseInt(n,10)}),i=t.length>0?t[0]:NaN,u=t.length>1?t[1]:0;return isNaN(i)||isNaN(u)?!1:i>r?!1:i===r&&u>h?!1:!0};n.isValidVpaidCreative=function(n){return typeof n=="object"&&n!==null&&n.handshakeVersion&&typeof n.handshakeVersion=="function"&&n.initAd&&typeof n.initAd=="function"&&n.startAd&&typeof n.startAd=="function"&&n.stopAd&&typeof n.stopAd=="function"&&n.skipAd&&typeof n.skipAd=="function"&&n.resizeAd&&typeof n.resizeAd=="function"&&n.pauseAd&&typeof n.pauseAd=="function"&&n.resumeAd&&typeof n.resumeAd=="function"&&n.expandAd&&typeof n.expandAd=="function"&&n.collapseAd&&typeof n.collapseAd=="function"&&n.subscribe&&typeof n.subscribe=="function"&&n.unsubscribe&&typeof n.unsubscribe=="function"?!0:!1};n.log=function(){};window._msVpaidImpl=n;var t="viewableChange",i="viewableDataChange",u="ViewableChange",f="ViewableDataChange",a="SdkVersion",e="appId",o="appGuid",s="domain";l.prototype={addEventListener:function(r,e){(r===i||r===t)&&r&&typeof e=="function"&&((this._listeners[r]===null||typeof this._listeners[r]=="undefined")&&(this._listeners[r]=[]),n.log("adding listener for "+r),this._listeners[r].push(e),r===t?n.sendMessageToAdSdk(u+":"+JSON.stringify({listener:"start"})):r===i&&n.sendMessageToAdSdk(f+":"+JSON.stringify({listener:"start"})))},removeEventListener:function(r,e){var s,o;if(n.log("removing listener for "+r),this._listeners&&this._listeners[r]!==null&&typeof this._listeners[r]!="undefined"){if(e===undefined||e===null||e==="")this._listeners[r].length=0;else for(s=this._listeners[r],o=0;o + \ No newline at end of file diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..96c7626 --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,60 @@ + + + + + true + Microsoft Advertising SDK for XAML + Microsoft Corporation + Microsoft Advertising SDK for XAML + logo.png + + + + + + + + + + + + Microsoft.Advertising.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat new file mode 100644 index 0000000..e9000ce Binary files /dev/null and b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat differ diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..09bff63 Binary files /dev/null and b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising.dll b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising.dll new file mode 100644 index 0000000..ff02f4b Binary files /dev/null and b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising.dll differ diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising.winmd b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising.winmd new file mode 100644 index 0000000..c025de1 Binary files /dev/null and b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising.winmd differ diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.html b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.html new file mode 100644 index 0000000..a4a7d2e --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.html @@ -0,0 +1,65 @@ + + + + + + + + + +
+ + + + $(PAYLOAD) + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.js b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.js new file mode 100644 index 0000000..0d2abb9 --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/bootstrap.js @@ -0,0 +1,233 @@ +function receiveMessageString(n){"use strict";var t={};t.data=n;t.source="";receiveMessage(t)}function receiveMessage(n){"use strict";var r,s,a,h,f,c,v,y,p,w,l;if(localCompartment===null&&(localCompartment=n.source),MSG_TYPE_ADPARAMS===n.data.substr(0,MSG_TYPE_ADPARAMS.length)){if(r=n.data.substr(MSG_TYPE_ADPARAMS.length+1),r!=="")try{adParams=JSON.parse(r)}catch(e){reportAdError("Ad params JSON parse error: "+e.message)}}else if(MSG_TYPE_PRMPARAMS===n.data.substr(0,MSG_TYPE_PRMPARAMS.length)){if(r=n.data.substr(MSG_TYPE_PRMPARAMS.length+1),r!=="")try{prmParams=JSON.parse(r)}catch(e){reportAdError("Prm params JSON parse error: "+e.message)}}else if(MSG_TYPE_APPPARAMS===n.data.substr(0,MSG_TYPE_APPPARAMS.length)){if(r=n.data.substr(MSG_TYPE_APPPARAMS.length+1),r!=="")try{appParams=JSON.parse(r)}catch(e){reportAdError("App options JSON parse error: "+e.message)}}else if(MSG_TYPE_SETID===n.data.substr(0,MSG_TYPE_SETID.length))adControlId=n.data.substr(MSG_TYPE_SETID.length+1);else if(MSG_TYPE_INIT!==n.data.substr(0,MSG_TYPE_INIT.length)&&typeof Ormma!="undefined"&&Ormma!==null){var u=n.data,t=null,i=null,o=u.indexOf(":");o<0?t=u:(t=u.substr(0,o),i=u.substr(o+1));t===MSG_TYPE_SETSIZE?(s=JSON.parse(i),Ormma._setSize(s.width,s.height)):t===MSG_TYPE_SETMAXSIZE?(a=JSON.parse(i),Ormma._maxSize=a):t===MSG_TYPE_SETSCREENSIZE?(h=JSON.parse(i),Ormma._setScreenSize(h.width,h.height)):t===MSG_TYPE_SETSTATE?Ormma._setState(i):t===MSG_TYPE_SETLOCALE?Ormma._setLocale(i):t===MSG_TYPE_SETSDKINFO?(f=JSON.parse(i),Ormma._setSdkVersion(f.sdkVersion,f.client,f.runtimeType)):t===MSG_TYPE_SETCAPABILITY?(c=JSON.parse(i),Ormma._setCapability(c.capability,c.value)):t===MSG_TYPE_SETPLACEMENTTYPE?Ormma._setPlacementType(i):t===MSG_TYPE_START?Ormma._init(i):t===MSG_TYPE_FIRESHAKE?Ormma._shake():t===MSG_TYPE_ORMMA_RESPONSE?Ormma._sendResponse(JSON.parse(i)):t===MSG_TYPE_UPDATETILTCOORDS?(v=JSON.parse(i),Ormma._tiltChange(v)):t===MSG_TYPE_VIEWABLECHANGE?(y=JSON.parse(i),Ormma._viewableChange(y.viewable)):t===MSG_TYPE_UPDATEORIENTATION?(p=JSON.parse(i),Ormma._setOrientation(p.orientation)):t===MSG_TYPE_SETNETWORK?Ormma._setNetwork(i):t===MSG_TYPE_WIREAPPEVENTS?(w=JSON.parse(i),_wireApplicationEvents(w)):t===MSG_TYPE_ERROR?(l=JSON.parse(i),Ormma._throwError(l.action,l.message)):t===MSG_TYPE_SETFOCUS&&i==="true"&&document.body.focus()}}function reportAdError(n){"use strict";console.log(n);postToLocal(MSG_TYPE_ERROR+":"+n)}function postToLocal(n){"use strict";localCompartment!=null&&window.external.notify(n)}function _wireApplicationEvents(n){"use strict";if(n!==null&&typeof n!="undefined"){var t=parseInt(n.events);(t&EVENT_TYPE_ENUM.PointerDown)!=0&&typeof applicationEventHandlers.onPointerDown!="function"?(applicationEventHandlers.onPointerDown=function(t){t.which===2&&n.preventDefault&&t.preventDefault();pointerDown=!0;postToLocal(MSG_TYPE_ONPOINTERDOWN+":"+JSON.stringify({clientX:t.clientX,clientY:t.clientY,pointerType:t.pointerType,which:t.which}))},window.addEventListener("MSPointerDown",applicationEventHandlers.onPointerDown,!1)):(t&EVENT_TYPE_ENUM.PointerDown)==0&&typeof applicationEventHandlers.onPointerDown=="function"&&(window.removeEventListener("MSPointerDown",applicationEventHandlers.onPointerDown,!1),applicationEventHandlers.onPointerDown=null);(t&EVENT_TYPE_ENUM.PointerUp)!=0&&typeof applicationEventHandlers.onPointerUp!="function"?(applicationEventHandlers.onPointerUp=function(n){n.type==="pointerout"?pointerDown&&(pointerDown=!1,postToLocal(MSG_TYPE_ONPOINTERUP)):(pointerDown=!1,postToLocal(MSG_TYPE_ONPOINTERUP))},window.addEventListener("MSPointerUp",applicationEventHandlers.onPointerUp,!1),window.addEventListener("MSPointerCancel",applicationEventHandlers.onPointerUp,!1),window.addEventListener("MSPointerOut",applicationEventHandlers.onPointerUp,!1),window.addEventListener("MSLostPointerCapture",applicationEventHandlers.onPointerUp,!1)):(t&EVENT_TYPE_ENUM.PointerUp)==0&&typeof applicationEventHandlers.onPointerUp=="function"&&(window.removeEventListener("MSPointerUp",applicationEventHandlers.onPointerUp,!1),window.removeEventListener("MSPointerCancel",applicationEventHandlers.onPointerUp,!1),window.removeEventListener("MSPointerOut",applicationEventHandlers.onPointerUp,!1),window.removeEventListener("MSLostPointerCapture",applicationEventHandlers.onPointerUp,!1),applicationEventHandlers.onPointerUp=null);(t&EVENT_TYPE_ENUM.PointerMove)!=0&&typeof applicationEventHandlers.onPointerMove!="function"?(applicationEventHandlers.onPointerMove=function(n){postToLocal(MSG_TYPE_ONPOINTERMOVE+":"+JSON.stringify({clientX:n.clientX,clientY:n.clientY}))},window.addEventListener("MSPointerMove",applicationEventHandlers.onPointerMove,!1)):(t&EVENT_TYPE_ENUM.PointerMove)==0&&typeof applicationEventHandlers.onPointerMove=="function"&&(window.removeEventListener("MSPointerMove",applicationEventHandlers.onPointerMove,!1),applicationEventHandlers.onPointerMove=null);(t&EVENT_TYPE_ENUM.ManipulationStateChanged)!=0&&typeof applicationEventHandlers.onManipulationStateChanged!="function"?(applicationEventHandlers.onManipulationStateChanged=function(n){postToLocal(MSG_TYPE_ONMANIPSTATECHANGED+":"+JSON.stringify({lastState:n.lastState,currentState:n.currentState}))},window.addEventListener("MSManipulationStateChanged",applicationEventHandlers.onManipulationStateChanged,!1)):(t&EVENT_TYPE_ENUM.ManipulationStateChanged)==0&&typeof applicationEventHandlers.onManipulationStateChanged=="function"&&(window.removeEventListener("MSManipulationStateChanged",applicationEventHandlers.onManipulationStateChanged,!1),applicationEventHandlers.onManipulationStateChanged=null);(t&EVENT_TYPE_ENUM.MouseWheel)!=0&&typeof applicationEventHandlers.onMouseWheel!="function"?(applicationEventHandlers.onMouseWheel=function(t){n.preventDefault&&t.preventDefault();postToLocal(MSG_TYPE_ONMOUSEWHEEL+":"+JSON.stringify({clientX:t.clientX,clientY:t.clientY,ctrlKey:t.ctrlKey,wheelDelta:t.wheelDelta}))},window.addEventListener("mousewheel",applicationEventHandlers.onMouseWheel,!1)):(t&EVENT_TYPE_ENUM.MouseWheel)==0&&typeof applicationEventHandlers.onMouseWheel=="function"&&(window.removeEventListener("mousewheel",applicationEventHandlers.onMouseWheel,!1),applicationEventHandlers.onMouseWheel=null)}}window.onerror=function(n,t,i){"use strict";try{console.error("[msg:"+n+"][url:"+t+"][lineNumber:"+i+"]");window.external.notify("error:unhandled ad exception: "+n)}catch(r){}return!0};var localCompartment=null,adControlId=null,pointerDown,adParams=null,prmParams=null,appParams=null,MSG_TYPE_ADPARAMS="adParams",MSG_TYPE_PRMPARAMS="prmParams",MSG_TYPE_APPPARAMS="appParams",MSG_TYPE_INIT="init",MSG_TYPE_SETID="setId",MSG_TYPE_ERROR="error",MSG_TYPE_SETMAXSIZE="setMaxSize",MSG_TYPE_SETSCREENSIZE="setScreenSize",MSG_TYPE_SETSIZE="setSize",MSG_TYPE_SETSTATE="setState",MSG_TYPE_SETPLACEMENTTYPE="setPlacementType",MSG_TYPE_WIREAPPEVENTS="wireAppEvents",MSG_TYPE_START="ormmaStart",MSG_TYPE_ORMMA_RESPONSE="ormmaResponse",MSG_TYPE_FIRESHAKE="fireShake",MSG_TYPE_UPDATETILTCOORDS="updateTiltCoords",MSG_TYPE_UPDATEORIENTATION="updateOrienation",MSG_TYPE_VIEWABLECHANGE="viewableChange",MSG_TYPE_SETNETWORK="setNetwork",MSG_TYPE_SETLOCALE="setLocale",MSG_TYPE_SETSDKINFO="setSdkInfo",MSG_TYPE_SETCAPABILITY="setCapability",MSG_TYPE_SETFOCUS="setFocus",MSG_TYPE_ONPOINTERDOWN="MSPointerDown",MSG_TYPE_ONPOINTERUP="MSPointerUp",MSG_TYPE_ONPOINTERMOVE="MSPointerMove",MSG_TYPE_ONMOUSEWHEEL="MSMouseWheel",MSG_TYPE_ONMANIPSTATECHANGED="MSManipulationStateChanged",EVENT_TYPE_ENUM={All:-1,PointerDown:1,PointerUp:2,PointerMove:4,MouseWheel:16,ManipulationStateChanged:32},applicationEventHandlers={onPointerDown:null,onPointerUp:null,onMouseWheel:null,onPointerMove:null,onManipulationStateChanged:null}; +// SIG // Begin signature block +// SIG // MIIdkgYJKoZIhvcNAQcCoIIdgzCCHX8CAQExCzAJBgUr +// SIG // DgMCGgUAMGcGCisGAQQBgjcCAQSgWTBXMDIGCisGAQQB +// SIG // gjcCAR4wJAIBAQQQEODJBs441BGiowAQS9NQkAIBAAIB +// SIG // AAIBAAIBAAIBADAhMAkGBSsOAwIaBQAEFKpjhl5i8bQd +// SIG // HBrsOnhMdcMSqlmFoIIYVDCCBMIwggOqoAMCAQICEzMA +// SIG // AADA3iw9B5TkSXkAAAAAAMAwDQYJKoZIhvcNAQEFBQAw +// SIG // dzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0 +// SIG // b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1p +// SIG // Y3Jvc29mdCBDb3Jwb3JhdGlvbjEhMB8GA1UEAxMYTWlj +// SIG // cm9zb2Z0IFRpbWUtU3RhbXAgUENBMB4XDTE2MDkwNzE3 +// SIG // NTg1MFoXDTE4MDkwNzE3NTg1MFowgbIxCzAJBgNVBAYT +// SIG // AlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQH +// SIG // EwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y +// SIG // cG9yYXRpb24xDDAKBgNVBAsTA0FPQzEnMCUGA1UECxMe +// SIG // bkNpcGhlciBEU0UgRVNOOjdBQjUtMkRGMi1EQTNGMSUw +// SIG // IwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBTZXJ2 +// SIG // aWNlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +// SIG // AQEA6IilUn5JVQAeBDnPfq/eZJd9prlzSE2HE22kbbiZ +// SIG // fjEMxJw9HlNiVF8dpiNOjjZ03xVt/WUDxdab1FpBwa0u +// SIG // pvKCsuxJuDpfdUSeSp8MtVb2Nk2sKoflccHQEUYDnhbR +// SIG // ZtEvj2vga17VVIU7RpdARjLChhECnQzRiQ9ufSKuO6jy +// SIG // 8NwppZRN/2BcNRhqCfQt68viO57cSIyWAS1wNdtr8Pdz +// SIG // jg/81hYdUlatgHoz8XIyrRx9oY6HkysJBXjDbSHpK1Er +// SIG // 4W7ghsVua+eCltGLrOKPN/dpfVc/JUhJ9o/04D06g+hG +// SIG // Zc5KcOeFUsHnXv78qoGSK0W2rdGwIW/HaGPLwwIDAQAB +// SIG // o4IBCTCCAQUwHQYDVR0OBBYEFBX+StozidMZhdVkWcTc +// SIG // U0EQT7c1MB8GA1UdIwQYMBaAFCM0+NlSRnAK7UD7dvuz +// SIG // K7DDNbMPMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly9j +// SIG // cmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3Rz +// SIG // L01pY3Jvc29mdFRpbWVTdGFtcFBDQS5jcmwwWAYIKwYB +// SIG // BQUHAQEETDBKMEgGCCsGAQUFBzAChjxodHRwOi8vd3d3 +// SIG // Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY3Jvc29m +// SIG // dFRpbWVTdGFtcFBDQS5jcnQwEwYDVR0lBAwwCgYIKwYB +// SIG // BQUHAwgwDQYJKoZIhvcNAQEFBQADggEBABniQLsyTEfp +// SIG // KLzIvESvy7X6yms1pUeS8dNoTPRhZjJNc1gknKX1WOsa +// SIG // n81hZZQhRwbTmiWai4lfe43zQi6RtD1C89uAlkpBu4yf +// SIG // pmWgkonGe2Qt21g4dc6XOeJZWFcsk5EVWMf5rXPRro6m +// SIG // 0vAgWYI2k/ybBAp7xgD1HC2LkhredwlNW1LojcLswIWo +// SIG // uIJXGMqt/+6jJpgLW52wmYUeckqDMuwcHcze9Hay7Wnw +// SIG // iUJ3HwB11Tua+kl+FP9ids71oQPJaoWbvUkbpRRkb3/N +// SIG // VU3/pOaydk4y+nWLUnIaKCeWFb1JOou231dFQTfMaWlI +// SIG // ZPI2wZ8YQzyiLw752ZYT7iYwggYBMIID6aADAgECAhMz +// SIG // AAAAxOmJ+HqBUOn/AAAAAADEMA0GCSqGSIb3DQEBCwUA +// SIG // MH4xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5n +// SIG // dG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVN +// SIG // aWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01p +// SIG // Y3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBIDIwMTEwHhcN +// SIG // MTcwODExMjAyMDI0WhcNMTgwODExMjAyMDI0WjB0MQsw +// SIG // CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQ +// SIG // MA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9z +// SIG // b2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNyb3Nv +// SIG // ZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUA +// SIG // A4IBDwAwggEKAoIBAQCIirgkwwePmoB5FfwmYPxyiCz6 +// SIG // 9KOXiJZGt6PLX4kvOjMuHpF4+nypH4IBtXrLGrwDykbr +// SIG // xZn3+wQd8oUK/yJuofJnPcUnGOUoH/UElEFj7OO6FYzt +// SIG // E5o13jhwVG877K1FCTBJwb6PMJkMy3bJ93OVFnfRi7uU +// SIG // xwiFIO0eqDXxccLgdABLitLckevWeP6N+q1giD29uR+u +// SIG // Ype/xYSxkK7WryvTVPs12s1xkuYe/+xxa8t/CHZ04BBR +// SIG // SNTxAMhITKMHNeVZDf18nMjmWuOF9daaDx+OpuSEF8HW +// SIG // yp8dAcf9SKcTkjOXIUgy+MIkogCyvlPKg24pW4HvOG6A +// SIG // 87vsEwvrAgMBAAGjggGAMIIBfDAfBgNVHSUEGDAWBgor +// SIG // BgEEAYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUy9Zi +// SIG // hM9gOer/Z8Jc0si7q7fDE5gwUgYDVR0RBEswSaRHMEUx +// SIG // DTALBgNVBAsTBE1PUFIxNDAyBgNVBAUTKzIzMDAxMitj +// SIG // ODA0YjVlYS00OWI0LTQyMzgtODM2Mi1kODUxZmEyMjU0 +// SIG // ZmMwHwYDVR0jBBgwFoAUSG5k5VAF04KqFzc3IrVtqMp1 +// SIG // ApUwVAYDVR0fBE0wSzBJoEegRYZDaHR0cDovL3d3dy5t +// SIG // aWNyb3NvZnQuY29tL3BraW9wcy9jcmwvTWljQ29kU2ln +// SIG // UENBMjAxMV8yMDExLTA3LTA4LmNybDBhBggrBgEFBQcB +// SIG // AQRVMFMwUQYIKwYBBQUHMAKGRWh0dHA6Ly93d3cubWlj +// SIG // cm9zb2Z0LmNvbS9wa2lvcHMvY2VydHMvTWljQ29kU2ln +// SIG // UENBMjAxMV8yMDExLTA3LTA4LmNydDAMBgNVHRMBAf8E +// SIG // AjAAMA0GCSqGSIb3DQEBCwUAA4ICAQAGFh/bV8JQyCNP +// SIG // olF41+34/c291cDx+RtW7VPIaUcF1cTL7OL8mVuVXxE4 +// SIG // KMAFRRPgmnmIvGar27vrAlUjtz0jeEFtrvjxAFqUmYoc +// SIG // zAmV0JocRDCppRbHukdb9Ss0i5+PWDfDThyvIsoQzdiC +// SIG // EKk18K4iyI8kpoGL3ycc5GYdiT4u/1cDTcFug6Ay67Sz +// SIG // L1BWXQaxFYzIHWO3cwzj1nomDyqWRacygz6WPldJdyOJ +// SIG // /rEQx4rlCBVRxStaMVs5apaopIhrlihv8cSu6r1FF8xi +// SIG // ToG1VBpHjpilbcBuJ8b4Jx/I7SCpC7HxzgualOJqnWmD +// SIG // oTbXbSD+hdX/w7iXNgn+PRTBmBSpwIbM74LBq1UkQxi1 +// SIG // SIV4htD50p0/GdkUieeNn2gkiGg7qceATibnCCFMY/2c +// SIG // kxVNM7VWYE/XSrk4jv8u3bFfpENryXjPsbtrj4Nsh3Kq +// SIG // 6qX7n90a1jn8ZMltPgjlfIOxrbyjunvPllakeljLEkdi +// SIG // 0iHv/DzEMQv3Lz5kpTdvYFA/t0SQT6ALi75+WPbHZ4dh +// SIG // 256YxMiMy29H4cAulO2x9rAwbexqSajplnbIvQjE/jv1 +// SIG // rnM3BrJWzxnUu/WUyocc8oBqAU+2G4Fzs9NbIj86WBjf +// SIG // iO5nxEmnL9wliz1e0Ow0RJEdvJEMdoI+78TYLaEEAo5I +// SIG // +e/dAs8DojCCBgcwggPvoAMCAQICCmEWaDQAAAAAABww +// SIG // DQYJKoZIhvcNAQEFBQAwXzETMBEGCgmSJomT8ixkARkW +// SIG // A2NvbTEZMBcGCgmSJomT8ixkARkWCW1pY3Jvc29mdDEt +// SIG // MCsGA1UEAxMkTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNh +// SIG // dGUgQXV0aG9yaXR5MB4XDTA3MDQwMzEyNTMwOVoXDTIx +// SIG // MDQwMzEzMDMwOVowdzELMAkGA1UEBhMCVVMxEzARBgNV +// SIG // BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx +// SIG // HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEh +// SIG // MB8GA1UEAxMYTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENB +// SIG // MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA +// SIG // n6Fssd/bSJIqfGsuGeG94uPFmVEjUK3O3RhOJA/u0afR +// SIG // TK10MCAR6wfVVJUVSZQbQpKumFwwJtoAa+h7veyJBw/3 +// SIG // DgSY8InMH8szJIed8vRnHCz8e+eIHernTqOhwSNTyo36 +// SIG // Rc8J0F6v0LBCBKL5pmyTZ9co3EZTsIbQ5ShGLieshk9V +// SIG // UgzkAyz7apCQMG6H81kwnfp+1pez6CGXfvjSE/MIt1Nt +// SIG // UrRFkJ9IAEpHZhEnKWaol+TTBoFKovmEpxFHFAmCn4Tt +// SIG // VXj+AZodUAiFABAwRu233iNGu8QtVJ+vHnhBMXfMm987 +// SIG // g5OhYQK1HQ2x/PebsgHOIktU//kFw8IgCwIDAQABo4IB +// SIG // qzCCAacwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +// SIG // IzT42VJGcArtQPt2+7MrsMM1sw8wCwYDVR0PBAQDAgGG +// SIG // MBAGCSsGAQQBgjcVAQQDAgEAMIGYBgNVHSMEgZAwgY2A +// SIG // FA6sgmBAVieX5SUT/CrhClOVWeSkoWOkYTBfMRMwEQYK +// SIG // CZImiZPyLGQBGRYDY29tMRkwFwYKCZImiZPyLGQBGRYJ +// SIG // bWljcm9zb2Z0MS0wKwYDVQQDEyRNaWNyb3NvZnQgUm9v +// SIG // dCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHmCEHmtFqFKoKWt +// SIG // THNY9AcTLmUwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDov +// SIG // L2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJvZHVj +// SIG // dHMvbWljcm9zb2Z0cm9vdGNlcnQuY3JsMFQGCCsGAQUF +// SIG // BwEBBEgwRjBEBggrBgEFBQcwAoY4aHR0cDovL3d3dy5t +// SIG // aWNyb3NvZnQuY29tL3BraS9jZXJ0cy9NaWNyb3NvZnRS +// SIG // b290Q2VydC5jcnQwEwYDVR0lBAwwCgYIKwYBBQUHAwgw +// SIG // DQYJKoZIhvcNAQEFBQADggIBABCXisNcA0Q23em0rXfb +// SIG // znlRTQGxLnRxW20ME6vOvnuPuC7UEqKMbWK4VwLLTiAT +// SIG // UJndekDiV7uvWJoc4R0Bhqy7ePKL0Ow7Ae7ivo8KBciN +// SIG // SOLwUxXdT6uS5OeNatWAweaU8gYvhQPpkSokInD79vzk +// SIG // eJkuDfcH4nC8GE6djmsKcpW4oTmcZy3FUQ7qYlw/FpiL +// SIG // ID/iBxoy+cwxSnYxPStyC8jqcD3/hQoT38IKYY7w17gX +// SIG // 606Lf8U1K16jv+u8fQtCe9RTciHuMMq7eGVcWwEXChQO +// SIG // 0toUmPU8uWZYsy0v5/mFhsxRVuidcJRsrDlM1PZ5v6oY +// SIG // emIp76KbKTQGdxpiyT0ebR+C8AvHLLvPQ7Pl+ex9teOk +// SIG // qHQ1uE7FcSMSJnYLPFKMcVpGQxS8s7OwTWfIn0L/gHkh +// SIG // gJ4VMGboQhJeGsieIiHQQ+kr6bv0SMws1NgygEwmKkgk +// SIG // X1rqVu+m3pmdyjpvvYEndAYR7nYhv5uCwSdUtrFqPYmh +// SIG // dmG0bqETpr+qR/ASb/2KMmyy/t9RyIwjyWa9nR2HEmQC +// SIG // PS2vWY+45CHltbDKY7R4VAXUQS5QrJSwpXirs6CWdRrZ +// SIG // kocTdSIvMqgIbqBbjCW/oO+EyiHW6x5PyZruSeD3AWVv +// SIG // iQt9yGnI5m7qp5fOMSn/DsVbXNhNG6HY+i+ePy5VFmvJ +// SIG // E6P9MIIHejCCBWKgAwIBAgIKYQ6Q0gAAAAAAAzANBgkq +// SIG // hkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNV +// SIG // BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx +// SIG // HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEy +// SIG // MDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNh +// SIG // dGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwNzA4MjA1OTA5 +// SIG // WhcNMjYwNzA4MjEwOTA5WjB+MQswCQYDVQQGEwJVUzET +// SIG // MBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVk +// SIG // bW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0 +// SIG // aW9uMSgwJgYDVQQDEx9NaWNyb3NvZnQgQ29kZSBTaWdu +// SIG // aW5nIFBDQSAyMDExMIICIjANBgkqhkiG9w0BAQEFAAOC +// SIG // Ag8AMIICCgKCAgEAq/D6chAcLq3YbqqCEE00uvK2WCGf +// SIG // Qhsqa+laUKq4BjgaBEm6f8MMHt03a8YS2AvwOMKZBrDI +// SIG // OdUBFDFC04kNeWSHfpRgJGyvnkmc6Whe0t+bU7IKLMOv +// SIG // 2akrrnoJr9eWWcpgGgXpZnboMlImEi/nqwhQz7NEt13Y +// SIG // xC4Ddato88tt8zpcoRb0RrrgOGSsbmQ1eKagYw8t00CT +// SIG // +OPeBw3VXHmlSSnnDb6gE3e+lD3v++MrWhAfTVYoonpy +// SIG // 4BI6t0le2O3tQ5GD2Xuye4Yb2T6xjF3oiU+EGvKhL1nk +// SIG // kDstrjNYxbc+/jLTswM9sbKvkjh+0p2ALPVOVpEhNSXD +// SIG // OW5kf1O6nA+tGSOEy/S6A4aN91/w0FK/jJSHvMAhdCVf +// SIG // GCi2zCcoOCWYOUo2z3yxkq4cI6epZuxhH2rhKEmdX4ji +// SIG // JV3TIUs+UsS1Vz8kA/DRelsv1SPjcF0PUUZ3s/gA4bys +// SIG // AoJf28AVs70b1FVL5zmhD+kjSbwYuER8ReTBw3J64HLn +// SIG // JN+/RpnF78IcV9uDjexNSTCnq47f7Fufr/zdsGbiwZeB +// SIG // e+3W7UvnSSmnEyimp31ngOaKYnhfsi+E11ecXL93KCjx +// SIG // 7W3DKI8sj0A3T8HhhUSJxAlMxdSlQy90lfdu+HggWCwT +// SIG // XWCVmj5PM4TasIgX3p5O9JawvEagbJjS4NaIjAsCAwEA +// SIG // AaOCAe0wggHpMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1Ud +// SIG // DgQWBBRIbmTlUAXTgqoXNzcitW2oynUClTAZBgkrBgEE +// SIG // AYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMCAYYw +// SIG // DwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBRyLToC +// SIG // MZBDuRQFTuHqp8cx0SOJNDBaBgNVHR8EUzBRME+gTaBL +// SIG // hklodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2Ny +// SIG // bC9wcm9kdWN0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFf +// SIG // MDNfMjIuY3JsMF4GCCsGAQUFBwEBBFIwUDBOBggrBgEF +// SIG // BQcwAoZCaHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3Br +// SIG // aS9jZXJ0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNf +// SIG // MjIuY3J0MIGfBgNVHSAEgZcwgZQwgZEGCSsGAQQBgjcu +// SIG // AzCBgzA/BggrBgEFBQcCARYzaHR0cDovL3d3dy5taWNy +// SIG // b3NvZnQuY29tL3BraW9wcy9kb2NzL3ByaW1hcnljcHMu +// SIG // aHRtMEAGCCsGAQUFBwICMDQeMiAdAEwAZQBnAGEAbABf +// SIG // AHAAbwBsAGkAYwB5AF8AcwB0AGEAdABlAG0AZQBuAHQA +// SIG // LiAdMA0GCSqGSIb3DQEBCwUAA4ICAQBn8oalmOBUeRou +// SIG // 09h0ZyKbC5YR4WOSmUKWfdJ5DJDBZV8uLD74w3LRbYP+ +// SIG // vj/oCso7v0epo/Np22O/IjWll11lhJB9i0ZQVdgMknzS +// SIG // Gksc8zxCi1LQsP1r4z4HLimb5j0bpdS1HXeUOeLpZMlE +// SIG // PXh6I/MTfaaQdION9MsmAkYqwooQu6SpBQyb7Wj6aC6V +// SIG // oCo/KmtYSWMfCWluWpiW5IP0wI/zRive/DvQvTXvbiWu +// SIG // 5a8n7dDd8w6vmSiXmE0OPQvyCInWH8MyGOLwxS3OW560 +// SIG // STkKxgrCxq2u5bLZ2xWIUUVYODJxJxp/sfQn+N4sOiBp +// SIG // mLJZiWhub6e3dMNABQamASooPoI/E01mC8CzTfXhj38c +// SIG // bxV9Rad25UAqZaPDXVJihsMdYzaXht/a8/jyFqGaJ+HN +// SIG // pZfQ7l1jQeNbB5yHPgZ3BtEGsXUfFL5hYbXw3MYbBL7f +// SIG // QccOKO7eZS/sl/ahXJbYANahRr1Z85elCUtIEJmAH9AA +// SIG // KcWxm6U/RXceNcbSoqKfenoi+kiVH6v7RyOA9Z74v2u3 +// SIG // S5fi63V4GuzqN5l5GEv/1rMjaHXmr/r8i+sLgOppO6/8 +// SIG // MO0ETI7f33VtY5E90Z1WTk+/gFcioXgRMiF670EKsT/7 +// SIG // qMykXcGhiJtXcVZOSEXAQsmbdlsKgEhr/Xmfwb1tbWrJ +// SIG // UnMTDXpQzTGCBKowggSmAgEBMIGVMH4xCzAJBgNVBAYT +// SIG // AlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQH +// SIG // EwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y +// SIG // cG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2Rl +// SIG // IFNpZ25pbmcgUENBIDIwMTECEzMAAADE6Yn4eoFQ6f8A +// SIG // AAAAAMQwCQYFKw4DAhoFAKCBvjAZBgkqhkiG9w0BCQMx +// SIG // DAYKKwYBBAGCNwIBBDAcBgorBgEEAYI3AgELMQ4wDAYK +// SIG // KwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQU8ZQtCsCh +// SIG // NfZTlWVPaRrXWp+1Dx8wXgYKKwYBBAGCNwIBDDFQME6g +// SIG // DIAKAEEAZABTAEQAS6E+gDxodHRwOi8vZWR3ZWIvc2l0 +// SIG // ZXMvSVNTRW5naW5lZXJpbmcvRW5nRnVuL1NpdGVQYWdl +// SIG // cy9Ib21lLmFzcHgwDQYJKoZIhvcNAQEBBQAEggEATqIK +// SIG // QUEv59elmrBqT1e/WKwQwtO6//vWOYRvhpobTV/hxpRN +// SIG // zHFL4lGVWMNOzFHbUVl9KSddtaS/Nj8v+m/+W+7vKqgG +// SIG // /R4U7eA74CFiCg0kfqWWf5yfa1Srh63IjecQ+AQJJKZ0 +// SIG // TU+c9ezLc4cgXoSrj7jBX3Ye9huSTnmrjTFZzEUuAEhC +// SIG // V8DyHP2wLcnCXXRT+4Xkr0wvtLyONTo8hohLmsU+nBIo +// SIG // XHhKbZoB7kFh+PLfeicuzMAhBOiDredDQI0DVzCNQBMR +// SIG // SkSdxXSu71QBwVeInE5GYFhYP3GFr9Oo+yt6efa23Qtc +// SIG // 2OlVVBrekCevm+tmdh+x6bWjJS11j6GCAigwggIkBgkq +// SIG // hkiG9w0BCQYxggIVMIICEQIBATCBjjB3MQswCQYDVQQG +// SIG // EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE +// SIG // BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENv +// SIG // cnBvcmF0aW9uMSEwHwYDVQQDExhNaWNyb3NvZnQgVGlt +// SIG // ZS1TdGFtcCBQQ0ECEzMAAADA3iw9B5TkSXkAAAAAAMAw +// SIG // CQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG +// SIG // 9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTE4MDQwNjAyMjYw +// SIG // MVowIwYJKoZIhvcNAQkEMRYEFO6vIJl12xQWQj0kRuCO +// SIG // oqbQGszBMA0GCSqGSIb3DQEBBQUABIIBAI9iJrexjTpr +// SIG // GdqvvO6xpxfRvYnX3+Cl8e7CcP+KRdsQhwkgcxocOsww +// SIG // HaDRAtr5QvLT7PjjhOYW34dFIwcM2lvflYPM4EtRIG8b +// SIG // v8n9bWic8D8kzWxgcEW6yssPC6XHYkoxeLQgLyOvRtsX +// SIG // oOIGXDfUroKKKH4qiFo1Ptqh+zzK7NAc2+bhWHBQU3Tt +// SIG // 7DQuNUtLy33h6Prz/JJC4aQghm5jqOcJm28i4dpjOnm1 +// SIG // my02wMF612ShiGTwfPXHN8iuXTtuBUXkMw0AOqU60ok5 +// SIG // 1bPRN/ZqySEraiPvC6mBSka4Ifv4dlPCvk9iMTOlsgs0 +// SIG // 8xBf8YAlrqqyY/ZEWS7+JoQ= +// SIG // End signature block diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/ormma.js b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/ormma.js new file mode 100644 index 0000000..c512287 --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/ormma.js @@ -0,0 +1,238 @@ +"use strict"; +/*! + Copyright (C) Microsoft. All rights reserved. + This library is supported for use in Windows Store apps only. +*/ +function setScreenSize(n,t){var r=parseInt(n),i;r=r===NaN?-1:r;i=parseInt(t);i=i===NaN?-1:i;Ormma._setScreenSize(r,i)}function invokeInit(){Ormma._init()}function reportError(n,t){Ormma._throwError(n,t)}function setOrmmaState(n){Ormma._setState(n)}function setOrmmaPlacementType(n){Ormma._setPlacementType(n)}function setOrmmaLocale(n){Ormma._setLocale(n)}function setSize(n,t){var r=parseInt(n),i;r=r===NaN?-1:r;i=parseInt(t);i=i===NaN?-1:i;Ormma._setSize(r,i)}function setMaxSize(n,t){var r=parseInt(n),i;r=r===NaN?-1:r;i=parseInt(t);i=i===NaN?-1:i;Ormma._setMaxSize(r,i)}function setOrientation(n){var t=parseInt(n);t=t===NaN?-1:t;Ormma._setOrientation(t)}function fireShake(){Ormma._shake()}function updateTiltCoords(n,t,i){Ormma._tiltChange({x:n,y:t,z:i})}function fireViewable(n){var t=stringToBoolean(n);Ormma._viewableChange(t)}function viewableDataChange(n){Ormma._viewableDataChange(n)}function setCapability(n,t){Ormma._setCapability(n,stringToBoolean(t))}function stringToBoolean(n){return n.toLowerCase()==="true"?!0:!1}function fireResponse(n,t){var i={url:escape(n),response:escape(t)};Ormma._sendResponse(i)}function setNetwork(n){Ormma._setNetwork(n)}function setSdkVersion(n,t,i){Ormma._setSdkVersion(n,t,i)}function fireClickEvent(){Ormma._clicked()}var ORMMA_STATE_DEFAULT="default",ORMMA_STATE_EXPANDED="expanded",ORMMA_STATE_HIDDEN="hidden",ORMMA_STATE_LOADING="loading",ORMMA_STATE_RESIZED="resized",ORMMA_STATE_SUSPENDED="suspended",ORMMA_STATE_UNKNOWN="unknown",ORMMA_EVENT_ERROR="error",ORMMA_EVENT_HEADING_CHANGE="headingChange",ORMMA_EVENT_KEYBOARD_CHANGE="keyboardChange",ORMMA_EVENT_LOCATION_CHANGE="locationChange",ORMMA_EVENT_NETWORK_CHANGE="networkChange",ORMMA_EVENT_ORIENTATION_CHANGE="orientationChange",ORMMA_EVENT_READY="ready",ORMMA_EVENT_RESPONSE="response",ORMMA_EVENT_SCREEN_CHANGE="screenChange",ORMMA_EVENT_SHAKE="shake",ORMMA_EVENT_SIZE_CHANGE="sizeChange",ORMMA_EVENT_STATE_CHANGE="stateChange",ORMMA_EVENT_TILT_CHANGE="tiltChange",ORMMA_EVENT_VIEWABLE_CHANGE="viewableChange",MAPLE_EVENT_CLICK="click",MAPLE_EVENT_VIEWABLEDATA_CHANGE="viewableDataChange",ORMMA_FEATURE_AUDIO="audio",ORMMA_FEATURE_CALENDAR="calendar",ORMMA_FEATURE_CAMERA="camera",ORMMA_FEATURE_EMAIL="email",ORMMA_FEATURE_HEADING="heading",ORMMA_FEATURE_INLINEVIDEO="inlineVideo",ORMMA_FEATURE_LEVEL1="level-1",ORMMA_FEATURE_LEVEL2="level-2",ORMMA_FEATURE_LEVEL3="level-3",ORMMA_FEATURE_LOCATION="location",ORMMA_FEATURE_MAP="map",ORMMA_FEATURE_NETWORK="network",ORMMA_FEATURE_ORIENTATION="orientation",ORMMA_FEATURE_PHONE="phone",ORMMA_FEATURE_SCREEN="screen",ORMMA_FEATURE_SHAKE="shake",ORMMA_FEATURE_SMS="sms",ORMMA_FEATURE_TILT="tilt",ORMMA_FEATURE_VIDEO="video",ORMMA_API_VERSION="1.1.0",MRAID_API_VERSION="1.0",MAPLE_MAX_STATE_DATA_SIZE=65536,ORMMA_PLACEMENTTYPE_INLINE="inline",ORMMA_PLACEMENTTYPE_INTERSTITIAL="interstitial",MSG_TYPE_ADRENDERED="rendered",MSG_TYPE_CLOSE="close",MSG_TYPE_ERROR="error",MSG_TYPE_EXPAND="expand",MSG_TYPE_GETORIENTATION="getorientation",MSG_TYPE_GETTILT="gettilt",MSG_TYPE_HIDE="hide",MSG_TYPE_LISTENER="listener",MSG_TYPE_OPEN="web",MSG_TYPE_REFRESH="refresh",MSG_TYPE_REQUEST="request",MSG_TYPE_RESIZE="resize",MSG_TYPE_SETEXPANDPROPERTIES="setexpandproperties",MSG_TYPE_SETUSERENGAGED="setuserengaged",MSG_TYPE_SHAKE="shake",MSG_TYPE_SHOW="show",MSG_TYPE_TILT="tilt",MSG_TYPE_USECUSTOMCLOSE="usecustomclose",MSG_TYPE_VALUESTART="start",MSG_TYPE_VALUESTOP="stop",MSG_TYPE_VIEWABLECHANGE="viewableChange",MSG_TYPE_VIEWABLEDATACHANGE="viewableDataChange",MSG_TYPE_LOGAPIUSAGE="logapiusage",FUNC_NAME_ADDEVENTLISTENER="addEventListener",FUNC_NAME_REMOVEEVENTLISTENER="removeEventListener",FUNC_NAME_EXPAND="expand",FUNC_NAME_SUPPORTS="supports",FUNC_NAME_GETSIZE="getSize",FUNC_NAME_OPEN="open",FUNC_NAME_CLOSE="close",FUNC_NAME_GETEXPANDPROPERTIES="getExpandProperties",FUNC_NAME_GETPLACEMENTTYPE="getPlacementType",FUNC_NAME_SETEXPANDPROPERTIES="setExpandProperties",FUNC_NAME_USECUSTOMCLOSE="useCustomClose",ADBROKER_PREBID_HEADER_APPID="appId",ADBROKER_PREBID_HEADER_APPGUID="appGuid",ADBROKER_PREBID_HEADER_DOMAIN="domain";(function(){function f(){this.listeners=[]}function n(){}function u(n){return typeof n=="undefined"||n===null||n<=0?!1:!0}function t(n){window.msAdSDK&&typeof window.msAdSDK.notify=="function"?window.msAdSDK.notify(n):window.external.notify(n)}function e(n,t,i){window.maple.app===undefined&&(window.maple.app={});window.maple.app.appId=n;window.maple.app.appGuid=t;window.maple.app.domain=i}function r(t,r){var f,u,o;if(n("raising event "+t+" with data "+r),i.listeners[t]!==null&&typeof i.listeners[t]!="undefined")try{f=i.listeners[t].slice();switch(t){case ORMMA_EVENT_ERROR:for(u=0;uthis._maxSize.width||i<0){this._throwError("resize","width is greater than max allowed width ("+this._maxSize.width+") or less than zero.");return}if(r>this._maxSize.height||r<0){this._throwError("resize","height is greater than max allowed height ("+this._maxSize.height+") or less than zero.");return}n("calling resize:width="+i+"&height="+r);var u={width:i,height:r};t(MSG_TYPE_RESIZE+":"+JSON.stringify(u))},setExpandProperties:function(i){var r,f;this._expandProperties=typeof i!="object"?{}:i;r=typeof this.getScreenSize=="function"?this.getScreenSize():window.ormma.getScreenSize();this._expandProperties.width=u(this._expandProperties.width)&&this._expandProperties.width0?!0:!1},setUserEngaged:function(i){this._isUserEngaged=typeof i=="boolean"?i:!1;n("setting user engaged: "+this._isUserEngaged);t(MSG_TYPE_SETUSERENGAGED+":engaged="+this._isUserEngaged)},_clicked:function(){r(MAPLE_EVENT_CLICK,null)},_tiltChange:function(n){this._lastTiltCoords=n;r(ORMMA_EVENT_TILT_CHANGE,n)},_shake:function(){r(ORMMA_EVENT_SHAKE)},_viewableChange:function(n){window.mraid._isViewable=n;r(ORMMA_EVENT_VIEWABLE_CHANGE,n)},_viewableDataChange:function(n){r(MAPLE_EVENT_VIEWABLEDATA_CHANGE,n)},_sendResponse:function(n){r(ORMMA_EVENT_RESPONSE,n)},_throwError:function(n,t){var i={message:t,action:n};r(ORMMA_EVENT_ERROR,i)},_init:function(){n("Ormma is ready");this._state==ORMMA_STATE_LOADING&&Ormma._setState(ORMMA_STATE_DEFAULT);r(ORMMA_EVENT_READY,null);typeof window.ORMMAReady=="function"&&(n("Ormma calling ORMMAReady()"),window.ORMMAReady())},_setOrientation:function(n){var t=this._orientation;this._orientation=n;t!==this._orientation&&r(ORMMA_EVENT_ORIENTATION_CHANGE,this._orientation)},_setPlacementType:function(n){n===ORMMA_PLACEMENTTYPE_INLINE?this._placementType=n:n===ORMMA_PLACEMENTTYPE_INTERSTITIAL&&(this._placementType=n)},_setState:function(n){var t=this._state;this._state=n;t!==n&&r(ORMMA_EVENT_STATE_CHANGE,this._state)},_setLocale:function(n){this._locale=n},_setSize:function(n,t){typeof this._dimensions=="undefined"&&(this._dimensions={});var i=typeof this._dimensions.width=="undefined"?0:this._dimensions.width,u=typeof this._dimensions.height=="undefined"?0:this._dimensions.height;this._dimensions.width=n;this._dimensions.height=t;(i!==n||u!==t)&&r(ORMMA_EVENT_SIZE_CHANGE,this._dimensions)},_setSdkVersion:function(n,t,i){this._sdkInfo={sdkVersion:n,client:t,runtimeType:i,appName:navigator.appName,appVersion:navigator.appVersion,userAgent:navigator.userAgent,platform:navigator.platform}},_setCapability:function(n,t){typeof t=="boolean"&&(n===ORMMA_FEATURE_TILT?this._tiltCapability=t:n===ORMMA_FEATURE_SHAKE&&(this._shakeCapability=t))},_setMaxSize:function(n,t){typeof this._maxSize=="undefined"&&(this._maxSize={});this._maxSize.width=n;this._maxSize.height=t},_setScreenSize:function(n,t){(this._screenSize===null||typeof this._screenSize=="undefined")&&(this._screenSize={});var i=typeof this._screenSize.width=="undefined"?0:this._screenSize.width,u=typeof this._screenSize.height=="undefined"?0:this._screenSize.height;this._screenSize.width=n;this._screenSize.height=t;this._expandProperties.width===i&&(this._expandProperties.width=n);this._expandProperties.height===u&&(this._expandProperties.height=t);this.setExpandProperties(this._expandProperties);(i!==this._screenSize.width||u!==this._screenSize.height)&&r(ORMMA_EVENT_SCREEN_CHANGE,this._screenSize)},_setNetwork:function(t){n("setting network state: "+t);typeof this._lastNetworkState=="undefined"&&(this._lastNetworkState="");t!==this._lastNetworkState&&(this._lastNetworkState=t,r(ORMMA_EVENT_NETWORK_CHANGE,{online:t!=="offline",connection:t}))},_msOrientationToOrmmaDegrees:function(n){switch(n){case this._msOrientationModes.landscapePrimary.ieProperty:return this._msOrientationModes.landscapePrimary.orientationDegrees;case this._msOrientationModes.landscapeSecondary.ieProperty:return this._msOrientationModes.landscapeSecondary.orientationDegrees;case this._msOrientationModes.portaitSecondary.ieProperty:return this._msOrientationModes.portaitSecondary.orientationDegrees;case this._msOrientationModes.portaitPrimary.ieProperty:return this._msOrientationModes.portaitPrimary.orientationDegrees;default:return this._msOrientationModes.unknown.orientationDegrees}}};window.mraid=window.MRAID=window.Mraid={_isViewable:!1,addEventListener:function(n,t){this._mraidSupportedEvts===null&&(this._mraidSupportedEvts=this._initEventList());this._mraidSupportedEvts[n]&&window.ormma.addEventListener(n,t)},removeEventListener:function(n,t){this._mraidSupportedEvts===null&&(this._mraidSupportedEvts=this._initEventList());this._mraidSupportedEvts[n]&&window.ormma.removeEventListener(n,t)},expand:function(n){Object.getOwnPropertyNames(this);window.ormma.expand(n,!1)},getState:function(){return window.ormma._state},getVersion:function(){return MRAID_API_VERSION},isViewable:function(){return window.mraid._isViewable},_mraidSupportedEvts:null,_initEventList:function(){var n=[];return n[ORMMA_EVENT_ERROR]=n[ORMMA_EVENT_READY]=n[ORMMA_EVENT_STATE_CHANGE]=n[MAPLE_EVENT_VIEWABLEDATA_CHANGE]=n[ORMMA_EVENT_VIEWABLE_CHANGE]=!0,n},supports:function(n){return window.ormma.supports(n)},getSize:function(){return window.ormma.getSize()},open:function(n){return window.ormma.open(n)},close:function(){return window.ormma.close()},getExpandProperties:function(){return window.ormma.getExpandProperties()},getPlacementType:function(){return window.ormma.getPlacementType()},setExpandProperties:function(n){return window.ormma.setExpandProperties(n)},useCustomClose:function(n){return window.ormma.useCustomClose(n)}}})(); +// SIG // Begin signature block +// SIG // MIIdkgYJKoZIhvcNAQcCoIIdgzCCHX8CAQExCzAJBgUr +// SIG // DgMCGgUAMGcGCisGAQQBgjcCAQSgWTBXMDIGCisGAQQB +// SIG // gjcCAR4wJAIBAQQQEODJBs441BGiowAQS9NQkAIBAAIB +// SIG // AAIBAAIBAAIBADAhMAkGBSsOAwIaBQAEFEqw6Bvi5lbB +// SIG // FnJ8SxgVmwvymbRRoIIYVDCCBMIwggOqoAMCAQICEzMA +// SIG // AADDO7gQ1qt1nIQAAAAAAMMwDQYJKoZIhvcNAQEFBQAw +// SIG // dzELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0 +// SIG // b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1p +// SIG // Y3Jvc29mdCBDb3Jwb3JhdGlvbjEhMB8GA1UEAxMYTWlj +// SIG // cm9zb2Z0IFRpbWUtU3RhbXAgUENBMB4XDTE2MDkwNzE3 +// SIG // NTg1MVoXDTE4MDkwNzE3NTg1MVowgbIxCzAJBgNVBAYT +// SIG // AlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQH +// SIG // EwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y +// SIG // cG9yYXRpb24xDDAKBgNVBAsTA0FPQzEnMCUGA1UECxMe +// SIG // bkNpcGhlciBEU0UgRVNOOkQyMzYtMzdEQS05NzYxMSUw +// SIG // IwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFtcCBTZXJ2 +// SIG // aWNlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +// SIG // AQEAojhtsAxlWY+WR4ApdGWhMcuh2UGfU9rrqT7sarYl +// SIG // qlx9qCI++thqjHNST2B5KRKOWpcoFnbwdw+hUqqQPGpf +// SIG // phiUzJLZQPsnbLSz0a+ggaBBfoZukQc8FZbDfc+gVaac +// SIG // CGVrdpRFRuq9WFtcta29HeBbAPKsEUiNLAfLAMPSB14v +// SIG // yeCXepJUL8NpuqC15fQu9/9Q5XTz2WBjkw0PfEcSGmHs +// SIG // L5LJzam5ZrxaTsfCrnnZMZeI7QCpdBf9vkKkX1N9jgIg +// SIG // omBYGSIDjweAPFGx5iyMp+6TaraJuDajImc/RuAZuW8C +// SIG // C4RJWHGTzKvz9R69/P1qAA/fVgJt1haV0hWXowIDAQAB +// SIG // o4IBCTCCAQUwHQYDVR0OBBYEFHN3F3hjEPEFeCG2juDx +// SIG // MPOFhxeoMB8GA1UdIwQYMBaAFCM0+NlSRnAK7UD7dvuz +// SIG // K7DDNbMPMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly9j +// SIG // cmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3Rz +// SIG // L01pY3Jvc29mdFRpbWVTdGFtcFBDQS5jcmwwWAYIKwYB +// SIG // BQUHAQEETDBKMEgGCCsGAQUFBzAChjxodHRwOi8vd3d3 +// SIG // Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY3Jvc29m +// SIG // dFRpbWVTdGFtcFBDQS5jcnQwEwYDVR0lBAwwCgYIKwYB +// SIG // BQUHAwgwDQYJKoZIhvcNAQEFBQADggEBAEjjytZ7alsG +// SIG // iFpzSDWPi5Zh0OEPPIekzjdGhPunGdka4wVFOPUk5MkN +// SIG // pYLyqZiJEGFiW7jUYeuSCdRyJ8IQ/F1ndH9CVwCK805S +// SIG // 9M8N0nW67cmfbD+Dcaso0Nt8QYiP3ddwq7X0wFZRmCGN +// SIG // QIZfNPtChsrlMyS04vd+dP4B2iNCc94q8KyfobcRdVFv +// SIG // zU9AGCckWHtnpfSYYHrnXijimr930AZcwC0JpOBJKMqt +// SIG // 5riRxqKn3jaOM7D/zPlkOqATJVKvP+PbIP68rj9BHlbT +// SIG // Ynj7sT5l+Yuip86Xd6z4Cj0vvU6tXSi7bNSuK46QEqCk +// SIG // rPFG7968EEsNDv803dW3PBIwggYBMIID6aADAgECAhMz +// SIG // AAAAxOmJ+HqBUOn/AAAAAADEMA0GCSqGSIb3DQEBCwUA +// SIG // MH4xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5n +// SIG // dG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVN +// SIG // aWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01p +// SIG // Y3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBIDIwMTEwHhcN +// SIG // MTcwODExMjAyMDI0WhcNMTgwODExMjAyMDI0WjB0MQsw +// SIG // CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQ +// SIG // MA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9z +// SIG // b2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNyb3Nv +// SIG // ZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUA +// SIG // A4IBDwAwggEKAoIBAQCIirgkwwePmoB5FfwmYPxyiCz6 +// SIG // 9KOXiJZGt6PLX4kvOjMuHpF4+nypH4IBtXrLGrwDykbr +// SIG // xZn3+wQd8oUK/yJuofJnPcUnGOUoH/UElEFj7OO6FYzt +// SIG // E5o13jhwVG877K1FCTBJwb6PMJkMy3bJ93OVFnfRi7uU +// SIG // xwiFIO0eqDXxccLgdABLitLckevWeP6N+q1giD29uR+u +// SIG // Ype/xYSxkK7WryvTVPs12s1xkuYe/+xxa8t/CHZ04BBR +// SIG // SNTxAMhITKMHNeVZDf18nMjmWuOF9daaDx+OpuSEF8HW +// SIG // yp8dAcf9SKcTkjOXIUgy+MIkogCyvlPKg24pW4HvOG6A +// SIG // 87vsEwvrAgMBAAGjggGAMIIBfDAfBgNVHSUEGDAWBgor +// SIG // BgEEAYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUy9Zi +// SIG // hM9gOer/Z8Jc0si7q7fDE5gwUgYDVR0RBEswSaRHMEUx +// SIG // DTALBgNVBAsTBE1PUFIxNDAyBgNVBAUTKzIzMDAxMitj +// SIG // ODA0YjVlYS00OWI0LTQyMzgtODM2Mi1kODUxZmEyMjU0 +// SIG // ZmMwHwYDVR0jBBgwFoAUSG5k5VAF04KqFzc3IrVtqMp1 +// SIG // ApUwVAYDVR0fBE0wSzBJoEegRYZDaHR0cDovL3d3dy5t +// SIG // aWNyb3NvZnQuY29tL3BraW9wcy9jcmwvTWljQ29kU2ln +// SIG // UENBMjAxMV8yMDExLTA3LTA4LmNybDBhBggrBgEFBQcB +// SIG // AQRVMFMwUQYIKwYBBQUHMAKGRWh0dHA6Ly93d3cubWlj +// SIG // cm9zb2Z0LmNvbS9wa2lvcHMvY2VydHMvTWljQ29kU2ln +// SIG // UENBMjAxMV8yMDExLTA3LTA4LmNydDAMBgNVHRMBAf8E +// SIG // AjAAMA0GCSqGSIb3DQEBCwUAA4ICAQAGFh/bV8JQyCNP +// SIG // olF41+34/c291cDx+RtW7VPIaUcF1cTL7OL8mVuVXxE4 +// SIG // KMAFRRPgmnmIvGar27vrAlUjtz0jeEFtrvjxAFqUmYoc +// SIG // zAmV0JocRDCppRbHukdb9Ss0i5+PWDfDThyvIsoQzdiC +// SIG // EKk18K4iyI8kpoGL3ycc5GYdiT4u/1cDTcFug6Ay67Sz +// SIG // L1BWXQaxFYzIHWO3cwzj1nomDyqWRacygz6WPldJdyOJ +// SIG // /rEQx4rlCBVRxStaMVs5apaopIhrlihv8cSu6r1FF8xi +// SIG // ToG1VBpHjpilbcBuJ8b4Jx/I7SCpC7HxzgualOJqnWmD +// SIG // oTbXbSD+hdX/w7iXNgn+PRTBmBSpwIbM74LBq1UkQxi1 +// SIG // SIV4htD50p0/GdkUieeNn2gkiGg7qceATibnCCFMY/2c +// SIG // kxVNM7VWYE/XSrk4jv8u3bFfpENryXjPsbtrj4Nsh3Kq +// SIG // 6qX7n90a1jn8ZMltPgjlfIOxrbyjunvPllakeljLEkdi +// SIG // 0iHv/DzEMQv3Lz5kpTdvYFA/t0SQT6ALi75+WPbHZ4dh +// SIG // 256YxMiMy29H4cAulO2x9rAwbexqSajplnbIvQjE/jv1 +// SIG // rnM3BrJWzxnUu/WUyocc8oBqAU+2G4Fzs9NbIj86WBjf +// SIG // iO5nxEmnL9wliz1e0Ow0RJEdvJEMdoI+78TYLaEEAo5I +// SIG // +e/dAs8DojCCBgcwggPvoAMCAQICCmEWaDQAAAAAABww +// SIG // DQYJKoZIhvcNAQEFBQAwXzETMBEGCgmSJomT8ixkARkW +// SIG // A2NvbTEZMBcGCgmSJomT8ixkARkWCW1pY3Jvc29mdDEt +// SIG // MCsGA1UEAxMkTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNh +// SIG // dGUgQXV0aG9yaXR5MB4XDTA3MDQwMzEyNTMwOVoXDTIx +// SIG // MDQwMzEzMDMwOVowdzELMAkGA1UEBhMCVVMxEzARBgNV +// SIG // BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx +// SIG // HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEh +// SIG // MB8GA1UEAxMYTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENB +// SIG // MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA +// SIG // n6Fssd/bSJIqfGsuGeG94uPFmVEjUK3O3RhOJA/u0afR +// SIG // TK10MCAR6wfVVJUVSZQbQpKumFwwJtoAa+h7veyJBw/3 +// SIG // DgSY8InMH8szJIed8vRnHCz8e+eIHernTqOhwSNTyo36 +// SIG // Rc8J0F6v0LBCBKL5pmyTZ9co3EZTsIbQ5ShGLieshk9V +// SIG // UgzkAyz7apCQMG6H81kwnfp+1pez6CGXfvjSE/MIt1Nt +// SIG // UrRFkJ9IAEpHZhEnKWaol+TTBoFKovmEpxFHFAmCn4Tt +// SIG // VXj+AZodUAiFABAwRu233iNGu8QtVJ+vHnhBMXfMm987 +// SIG // g5OhYQK1HQ2x/PebsgHOIktU//kFw8IgCwIDAQABo4IB +// SIG // qzCCAacwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +// SIG // IzT42VJGcArtQPt2+7MrsMM1sw8wCwYDVR0PBAQDAgGG +// SIG // MBAGCSsGAQQBgjcVAQQDAgEAMIGYBgNVHSMEgZAwgY2A +// SIG // FA6sgmBAVieX5SUT/CrhClOVWeSkoWOkYTBfMRMwEQYK +// SIG // CZImiZPyLGQBGRYDY29tMRkwFwYKCZImiZPyLGQBGRYJ +// SIG // bWljcm9zb2Z0MS0wKwYDVQQDEyRNaWNyb3NvZnQgUm9v +// SIG // dCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHmCEHmtFqFKoKWt +// SIG // THNY9AcTLmUwUAYDVR0fBEkwRzBFoEOgQYY/aHR0cDov +// SIG // L2NybC5taWNyb3NvZnQuY29tL3BraS9jcmwvcHJvZHVj +// SIG // dHMvbWljcm9zb2Z0cm9vdGNlcnQuY3JsMFQGCCsGAQUF +// SIG // BwEBBEgwRjBEBggrBgEFBQcwAoY4aHR0cDovL3d3dy5t +// SIG // aWNyb3NvZnQuY29tL3BraS9jZXJ0cy9NaWNyb3NvZnRS +// SIG // b290Q2VydC5jcnQwEwYDVR0lBAwwCgYIKwYBBQUHAwgw +// SIG // DQYJKoZIhvcNAQEFBQADggIBABCXisNcA0Q23em0rXfb +// SIG // znlRTQGxLnRxW20ME6vOvnuPuC7UEqKMbWK4VwLLTiAT +// SIG // UJndekDiV7uvWJoc4R0Bhqy7ePKL0Ow7Ae7ivo8KBciN +// SIG // SOLwUxXdT6uS5OeNatWAweaU8gYvhQPpkSokInD79vzk +// SIG // eJkuDfcH4nC8GE6djmsKcpW4oTmcZy3FUQ7qYlw/FpiL +// SIG // ID/iBxoy+cwxSnYxPStyC8jqcD3/hQoT38IKYY7w17gX +// SIG // 606Lf8U1K16jv+u8fQtCe9RTciHuMMq7eGVcWwEXChQO +// SIG // 0toUmPU8uWZYsy0v5/mFhsxRVuidcJRsrDlM1PZ5v6oY +// SIG // emIp76KbKTQGdxpiyT0ebR+C8AvHLLvPQ7Pl+ex9teOk +// SIG // qHQ1uE7FcSMSJnYLPFKMcVpGQxS8s7OwTWfIn0L/gHkh +// SIG // gJ4VMGboQhJeGsieIiHQQ+kr6bv0SMws1NgygEwmKkgk +// SIG // X1rqVu+m3pmdyjpvvYEndAYR7nYhv5uCwSdUtrFqPYmh +// SIG // dmG0bqETpr+qR/ASb/2KMmyy/t9RyIwjyWa9nR2HEmQC +// SIG // PS2vWY+45CHltbDKY7R4VAXUQS5QrJSwpXirs6CWdRrZ +// SIG // kocTdSIvMqgIbqBbjCW/oO+EyiHW6x5PyZruSeD3AWVv +// SIG // iQt9yGnI5m7qp5fOMSn/DsVbXNhNG6HY+i+ePy5VFmvJ +// SIG // E6P9MIIHejCCBWKgAwIBAgIKYQ6Q0gAAAAAAAzANBgkq +// SIG // hkiG9w0BAQsFADCBiDELMAkGA1UEBhMCVVMxEzARBgNV +// SIG // BAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx +// SIG // HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEy +// SIG // MDAGA1UEAxMpTWljcm9zb2Z0IFJvb3QgQ2VydGlmaWNh +// SIG // dGUgQXV0aG9yaXR5IDIwMTEwHhcNMTEwNzA4MjA1OTA5 +// SIG // WhcNMjYwNzA4MjEwOTA5WjB+MQswCQYDVQQGEwJVUzET +// SIG // MBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVk +// SIG // bW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0 +// SIG // aW9uMSgwJgYDVQQDEx9NaWNyb3NvZnQgQ29kZSBTaWdu +// SIG // aW5nIFBDQSAyMDExMIICIjANBgkqhkiG9w0BAQEFAAOC +// SIG // Ag8AMIICCgKCAgEAq/D6chAcLq3YbqqCEE00uvK2WCGf +// SIG // Qhsqa+laUKq4BjgaBEm6f8MMHt03a8YS2AvwOMKZBrDI +// SIG // OdUBFDFC04kNeWSHfpRgJGyvnkmc6Whe0t+bU7IKLMOv +// SIG // 2akrrnoJr9eWWcpgGgXpZnboMlImEi/nqwhQz7NEt13Y +// SIG // xC4Ddato88tt8zpcoRb0RrrgOGSsbmQ1eKagYw8t00CT +// SIG // +OPeBw3VXHmlSSnnDb6gE3e+lD3v++MrWhAfTVYoonpy +// SIG // 4BI6t0le2O3tQ5GD2Xuye4Yb2T6xjF3oiU+EGvKhL1nk +// SIG // kDstrjNYxbc+/jLTswM9sbKvkjh+0p2ALPVOVpEhNSXD +// SIG // OW5kf1O6nA+tGSOEy/S6A4aN91/w0FK/jJSHvMAhdCVf +// SIG // GCi2zCcoOCWYOUo2z3yxkq4cI6epZuxhH2rhKEmdX4ji +// SIG // JV3TIUs+UsS1Vz8kA/DRelsv1SPjcF0PUUZ3s/gA4bys +// SIG // AoJf28AVs70b1FVL5zmhD+kjSbwYuER8ReTBw3J64HLn +// SIG // JN+/RpnF78IcV9uDjexNSTCnq47f7Fufr/zdsGbiwZeB +// SIG // e+3W7UvnSSmnEyimp31ngOaKYnhfsi+E11ecXL93KCjx +// SIG // 7W3DKI8sj0A3T8HhhUSJxAlMxdSlQy90lfdu+HggWCwT +// SIG // XWCVmj5PM4TasIgX3p5O9JawvEagbJjS4NaIjAsCAwEA +// SIG // AaOCAe0wggHpMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1Ud +// SIG // DgQWBBRIbmTlUAXTgqoXNzcitW2oynUClTAZBgkrBgEE +// SIG // AYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMCAYYw +// SIG // DwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBRyLToC +// SIG // MZBDuRQFTuHqp8cx0SOJNDBaBgNVHR8EUzBRME+gTaBL +// SIG // hklodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2Ny +// SIG // bC9wcm9kdWN0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFf +// SIG // MDNfMjIuY3JsMF4GCCsGAQUFBwEBBFIwUDBOBggrBgEF +// SIG // BQcwAoZCaHR0cDovL3d3dy5taWNyb3NvZnQuY29tL3Br +// SIG // aS9jZXJ0cy9NaWNSb29DZXJBdXQyMDExXzIwMTFfMDNf +// SIG // MjIuY3J0MIGfBgNVHSAEgZcwgZQwgZEGCSsGAQQBgjcu +// SIG // AzCBgzA/BggrBgEFBQcCARYzaHR0cDovL3d3dy5taWNy +// SIG // b3NvZnQuY29tL3BraW9wcy9kb2NzL3ByaW1hcnljcHMu +// SIG // aHRtMEAGCCsGAQUFBwICMDQeMiAdAEwAZQBnAGEAbABf +// SIG // AHAAbwBsAGkAYwB5AF8AcwB0AGEAdABlAG0AZQBuAHQA +// SIG // LiAdMA0GCSqGSIb3DQEBCwUAA4ICAQBn8oalmOBUeRou +// SIG // 09h0ZyKbC5YR4WOSmUKWfdJ5DJDBZV8uLD74w3LRbYP+ +// SIG // vj/oCso7v0epo/Np22O/IjWll11lhJB9i0ZQVdgMknzS +// SIG // Gksc8zxCi1LQsP1r4z4HLimb5j0bpdS1HXeUOeLpZMlE +// SIG // PXh6I/MTfaaQdION9MsmAkYqwooQu6SpBQyb7Wj6aC6V +// SIG // oCo/KmtYSWMfCWluWpiW5IP0wI/zRive/DvQvTXvbiWu +// SIG // 5a8n7dDd8w6vmSiXmE0OPQvyCInWH8MyGOLwxS3OW560 +// SIG // STkKxgrCxq2u5bLZ2xWIUUVYODJxJxp/sfQn+N4sOiBp +// SIG // mLJZiWhub6e3dMNABQamASooPoI/E01mC8CzTfXhj38c +// SIG // bxV9Rad25UAqZaPDXVJihsMdYzaXht/a8/jyFqGaJ+HN +// SIG // pZfQ7l1jQeNbB5yHPgZ3BtEGsXUfFL5hYbXw3MYbBL7f +// SIG // QccOKO7eZS/sl/ahXJbYANahRr1Z85elCUtIEJmAH9AA +// SIG // KcWxm6U/RXceNcbSoqKfenoi+kiVH6v7RyOA9Z74v2u3 +// SIG // S5fi63V4GuzqN5l5GEv/1rMjaHXmr/r8i+sLgOppO6/8 +// SIG // MO0ETI7f33VtY5E90Z1WTk+/gFcioXgRMiF670EKsT/7 +// SIG // qMykXcGhiJtXcVZOSEXAQsmbdlsKgEhr/Xmfwb1tbWrJ +// SIG // UnMTDXpQzTGCBKowggSmAgEBMIGVMH4xCzAJBgNVBAYT +// SIG // AlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQH +// SIG // EwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y +// SIG // cG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2Rl +// SIG // IFNpZ25pbmcgUENBIDIwMTECEzMAAADE6Yn4eoFQ6f8A +// SIG // AAAAAMQwCQYFKw4DAhoFAKCBvjAZBgkqhkiG9w0BCQMx +// SIG // DAYKKwYBBAGCNwIBBDAcBgorBgEEAYI3AgELMQ4wDAYK +// SIG // KwYBBAGCNwIBFTAjBgkqhkiG9w0BCQQxFgQUOR8tvG+9 +// SIG // sBUtutAfLyHXbbg/NIowXgYKKwYBBAGCNwIBDDFQME6g +// SIG // DIAKAEEAZABTAEQAS6E+gDxodHRwOi8vZWR3ZWIvc2l0 +// SIG // ZXMvSVNTRW5naW5lZXJpbmcvRW5nRnVuL1NpdGVQYWdl +// SIG // cy9Ib21lLmFzcHgwDQYJKoZIhvcNAQEBBQAEggEAGYZX +// SIG // tMECuQEbibuiKJ3EeHHAU30TpZs42L59lhmC9RWShoAk +// SIG // MqBMOdMRvbKgzh2GT1LCiANQJyk40p9Le8x3sw2Gz15C +// SIG // b8tOWWuJGqGS/+EWsS0tE61Uf9WYY7dRu85V68HY1pJo +// SIG // dJ1MuI9WNLikM9aubnJ54qsxomt0IuDhHQDKI0rax3Fl +// SIG // esMDLEPFWnU0761bnCGAwrkw1HVOnsju+qqBl3mH4LUV +// SIG // 18Lw3oDqE4WOdI1eQeO+j91Y5TqzA0KSql+p8mIMTrd5 +// SIG // j5+YZGw2zBHchIC/Y/TBcfYZ8y2qznVJYkzFgDsRdzk9 +// SIG // ZWs40JKs9QDXFBZAupG9xgyfoDlDRaGCAigwggIkBgkq +// SIG // hkiG9w0BCQYxggIVMIICEQIBATCBjjB3MQswCQYDVQQG +// SIG // EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UE +// SIG // BxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENv +// SIG // cnBvcmF0aW9uMSEwHwYDVQQDExhNaWNyb3NvZnQgVGlt +// SIG // ZS1TdGFtcCBQQ0ECEzMAAADDO7gQ1qt1nIQAAAAAAMMw +// SIG // CQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG +// SIG // 9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTE4MDQwNjAyMjU1 +// SIG // NlowIwYJKoZIhvcNAQkEMRYEFDkYmWgF1PQJ8oCFLksS +// SIG // 8Anla7uCMA0GCSqGSIb3DQEBBQUABIIBAElbKSa/8z7n +// SIG // 4lh7XhlbQrVypOEkbEUbXwstpdt/lG/hYp3jns113Djn +// SIG // bS1lYP8IiHJ7Y+0RnugoJfMpFIq43WnGWtZhsRYrPT1J +// SIG // D47lVE5F+9shpAnoQ3mtf/6XvhFaeVKYA95Y2BNR0+gU +// SIG // NTuGF22bYr+3aa2XZi3wOuPhkMBu9IG5yUcTjYRi4ow/ +// SIG // wTzguCv25/BVD0wnkpWqa29Md8y5gpAbOrmVCbJbILOg +// SIG // 2MbAFL3zK2p8ishCN7a9Rvw9z4IQFdS1fkCZr7YWg1T7 +// SIG // jQ2hhE3Rkg962dsk9QzJcsw/zKvpr/zPM1RsHW3h8DqN +// SIG // Qo/v4UTii/Sl7HMzYrpln94= +// SIG // End signature block diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.html b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.html new file mode 100644 index 0000000..d9b56a5 --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.html @@ -0,0 +1,59 @@ + + + + + + + + + + + + +
+ + \ No newline at end of file diff --git a/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.js b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.js new file mode 100644 index 0000000..ad40b21 --- /dev/null +++ b/WindowsApps/Microsoft.Advertising.Xaml_10.1804.2.0_x86__8wekyb3d8bbwe/Microsoft.Advertising/vpaid.js @@ -0,0 +1,238 @@ +/*! + Copyright (C) Microsoft. All rights reserved. + This library is supported for use in Windows Store apps only. + NOTE: please make sure this file is in sync with https://videoadssdk.azurewebsites.net/api/vpaid?code=oRMOeXB1sSJe12kLg/9JQRBZZM42xQ/dP1abFOwAq7tVZD4DMe13wQ== +*/ +(function(){"use strict";function l(){this._listeners=[];this._adSize={width:0,height:0};this._setSdkVersion("unknown","unknown","unknown");this._masterVolumeLevel=0;this._masterVolumeMuted=!1}var r=2,h=0,c=r+"."+h,n;window.onerror=function(n,t,i){try{console.error("[msg:"+n+"][url:"+t+"][lineNumber:"+i+"]");typeof _msVpaidImpl=="function"&&_msVpaidImpl.reportAdError("unhandled JS exception: "+n)}catch(r){}return!0};window.onload=function(){if(typeof getVPAIDAd!="function"){_msVpaidImpl.reportAdError("getVPAIDAd function not defined");return}var t=getVPAIDAd();if(!t){_msVpaidImpl.reportAdError("getVPAIDAd did not return an ad");return}window._msVpaidInstance=new n(t)};window._msReceiveMessageFromAdSdk=function(t){n.log("message from SDK: "+t);window._msVpaidInstance&&window._msVpaidInstance.receiveMessageFromAdSdk(t);window.Maple&&window.Maple.receiveMessageFromAdSdk(t)};n=function(t){if(n.log("instantiating VpaidImpl"),this._creative=t,this._adParameters=null,!n.isValidVpaidCreative(t)){n.reportAdError("ad is not a valid VPAID creative");return}var i=t.handshakeVersion(c);if(!n.isVersionSupported(i)){n.reportAdError("ad requires VPAID version "+i+", sdk supports "+c);return}this._setupEventHandlers(this._creative)};n.prototype={DEFAULT_DESIRED_BITRATE:2e3,initAd:function(t,i,r,u,f,e){n.log("initializing vpaid ad");e||(e={slot:document.querySelector("#msVpaidSlot"),videoSlot:document.querySelector("#msVpaidVideo")});this._creative.initAd(t,i,r,u,f,e)},receiveMessageFromAdSdk:function(t){var u,f,o;if(t&&typeof t=="string"){var r=t,i=null,e=null;try{u=r.indexOf(":");u<0?i=r:(i=r.substr(0,u),e=r.substr(u+1));i==="InitAd"?this._receiveMessageInitAd(e):i==="StartAd"?this.startAd():i==="StopAd"?this.stopAd():i==="PauseAd"?this.pauseAd():i==="ResumeAd"?this.resumeAd():i==="ResizeAd"?(f=JSON.parse(e),this.resizeAd(f.width,f.height,f.viewMode)):i==="SetAdVolume"&&(o=50,this.setAdVolume(o))}catch(s){n.reportAdError("error handling message of type "+i)}}},_receiveMessageInitAd:function(t){try{var i=JSON.parse(t),r=typeof i.desiredBitrate=="number"?i.desiredBitrate:this.DEFAULT_DESIRED_BITRATE,u=typeof i.width=="number"?i.width:0,f=typeof i.height=="number"?i.height:0,e=typeof i.viewMode=="string"?i.viewMode:"fullscreen",o={AdParameters:i.adParameters};this.initAd(u,f,e,r,o,null)}catch(s){n.reportAdError("unable to parse JSON for initAd")}},setAdVolume:function(n){this._creative.setAdVolume(n)},startAd:function(){n.log("startAd");this._creative.startAd()},stopAd:function(){this._creative.stopAd()},resizeAd:function(t,i,r){n.log("resizing ad to "+t+" x "+i+", "+r);this._creative.resizeAd(t,i,r)},pauseAd:function(){this._creative.pauseAd()},resumeAd:function(){this._creative.resumeAd()},_setupEventHandlers:function(t){t&&(n.log("adding event handlers"),t.subscribe(this._adStartedHandler,"AdStarted",this),t.subscribe(this._adStoppedHandler,"AdStopped",this),t.subscribe(this._adSkippedHandler,"AdSkipped",this),t.subscribe(this._adLoadedHandler,"AdLoaded",this),t.subscribe(this._adLinearChangeHandler,"AdLinearChange",this),t.subscribe(this._adSizeChangeHandler,"AdSizeChange",this),t.subscribe(this._adExpandedChangeHandler,"AdExpandedChange",this),t.subscribe(this._adSkippableStateChangeHandler,"AdSkippableStateChange",this),t.subscribe(this._adDurationChangeHandler,"AdDurationChange",this),t.subscribe(this._adRemainingTimeChangeHandler,"AdRemainingTimeChange",this),t.subscribe(this._adVolumeChangeHandler,"AdVolumeChange",this),t.subscribe(this._adImpressionHandler,"AdImpression",this),t.subscribe(this._adClickThruHandler,"AdClickThru",this),t.subscribe(this._adInteractionHandler,"AdInteraction",this),t.subscribe(this._adVideoStartHandler,"AdVideoStart",this),t.subscribe(this._adVideoFirstQuartileHandler,"AdVideoFirstQuartile",this),t.subscribe(this._adVideoMidpointHandler,"AdVideoMidpoint",this),t.subscribe(this._adVideoThirdQuartileHandler,"AdVideoThirdQuartile",this),t.subscribe(this._adVideoCompleteHandler,"AdVideoComplete",this),t.subscribe(this._adUserAcceptInvitationHandler,"AdUserAcceptInvitation",this),t.subscribe(this._adUserMinimizeHandler,"AdUserMinimize",this),t.subscribe(this._adUserCloseHandler,"AdUserClose",this),t.subscribe(this._adPausedHandler,"AdPaused",this),t.subscribe(this._adPlayingHandler,"AdPlaying",this),t.subscribe(this._adErrorHandler,"AdError",this),t.subscribe(this._adLogHandler,"AdLog",this))},_adLoadedHandler:function(){n.log("ad has been loaded");n.sendMessageToAdSdk("AdLoaded")},_adPausedHandler:function(){n.log("ad paused");n.sendMessageToAdSdk("AdPaused")},_adPlayingHandler:function(){n.log("ad playing");n.sendMessageToAdSdk("AdPlaying")},_adErrorHandler:function(t){var i,r;typeof t!="string"&&(i=t,t=i!==null&&typeof i=="object"&&i.message!=="undefined"?"ad error message was: [object]: "+i.message:"ad error message was: "+typeof t);n.log("ad error: "+t);r={message:t};n.sendMessageToAdSdk("(VpaidError) AdError:"+JSON.stringify(r))},_adLogHandler:function(t){var i,r;typeof t!="string"&&(i=t,t=i!==null&&typeof i=="object"&&i.message!=="undefined"?"AdLog:: [object]: "+i.message:"AdLog::"+typeof t);n.log("ad log: "+t);r={message:t};n.sendMessageToAdSdk("AdLog:"+JSON.stringify(r))},_adUserAcceptInvitationHandler:function(){n.log("AdUserAcceptInvitation");n.sendMessageToAdSdk("AdUserAcceptInvitation")},_adUserMinimizeHandler:function(){n.log("AdUserMinimize");n.sendMessageToAdSdk("AdUserMinimize")},_adUserCloseHandler:function(){n.log("AdUserClose");n.sendMessageToAdSdk("AdUserClose")},_adSkippableStateChangeHandler:function(){n.log("ad Skippable State Changed to: "+this._creative.getAdSkippableState());n.sendMessageToAdSdk("AdSkippableStateChange")},_adExpandedChangeHandler:function(){n.log("ad Expanded Changed to: "+this._creative.getAdExpanded());n.sendMessageToAdSdk("AdExpanded")},_adSizeChangeHandler:function(){n.log("ad size changed to: w="+this._creative.getAdWidth()+" h="+this._creative.getAdHeight());var t={width:this._creative.getAdWidth(),height:this._creative.getAdHeight()};n.sendMessageToAdSdk("AdSizeChange:"+JSON.stringify(t))},_adDurationChangeHandler:function(){n.log("ad duration changed to: "+this._creative.getAdDuration());var t={duration:this._creative.getAdDuration()};n.sendMessageToAdSdk("AdDurationChange:"+JSON.stringify(t))},_adRemainingTimeChangeHandler:function(){var t={remainingTime:this._creative.getAdRemainingTime()};n.sendMessageToAdSdk("AdRemainingTimeChange:"+JSON.stringify(t))},_adImpressionHandler:function(){n.log("ad impression");n.sendMessageToAdSdk("AdImpression")},_adClickThruHandler:function(t,i,r){n.log("click-through");typeof t!="string"&&(t="");typeof i!="string"&&(i="");typeof r!="boolean"&&(r=r==="true"?!0:!1);var u={url:t,id:i,playerHandles:r};n.sendMessageToAdSdk("AdClickThru:"+JSON.stringify(u))},_adInteractionHandler:function(){n.log("ad interaction");n.sendMessageToAdSdk("AdInteraction")},_adVideoStartHandler:function(){n.log("video started");n.sendMessageToAdSdk("AdVideoStart")},_adVideoFirstQuartileHandler:function(){n.log("video 25% completed");n.sendMessageToAdSdk("AdVideoFirstQuartile")},_adVideoMidpointHandler:function(){n.log("video 50% completed");n.sendMessageToAdSdk("AdVideoMidpoint")},_adVideoThirdQuartileHandler:function(){n.log("video 75% completed");n.sendMessageToAdSdk("AdVideoThirdQuartile")},_adVideoCompleteHandler:function(){n.log("video completed");n.sendMessageToAdSdk("AdVideoComplete")},_adLinearChangeHandler:function(){n.log("ad linear has changed: "+this._creative.getAdLinear());n.sendMessageToAdSdk("AdLinearChange")},_adStartedHandler:function(){n.log("ad started");n.sendMessageToAdSdk("AdStarted")},_adStoppedHandler:function(){n.log("ad stopped");n.sendMessageToAdSdk("AdStopped")},_adSkippedHandler:function(){n.log("ad skipped");n.sendMessageToAdSdk("AdSkipped")},_adVolumeChangeHandler:function(){n.log("ad volume changed to - "+this._creative.getAdVolume());n.sendMessageToAdSdk("AdVolumeChange")}};n.MSG_TYPE_ERROR="AdError";n.reportAdError=function(t){n.log("AD ERROR: "+t);var i={message:t};n.sendMessageToAdSdk(n.MSG_TYPE_ERROR+":"+JSON.stringify(i))};n.sendMessageToAdSdk=function(n){window.external.notify(n)};n.isVersionSupported=function(n){if(!n||typeof n!="string")return!1;var t=n.split(".").map(function(n){return parseInt(n,10)}),i=t.length>0?t[0]:NaN,u=t.length>1?t[1]:0;return isNaN(i)||isNaN(u)?!1:i>r?!1:i===r&&u>h?!1:!0};n.isValidVpaidCreative=function(n){return typeof n=="object"&&n!==null&&n.handshakeVersion&&typeof n.handshakeVersion=="function"&&n.initAd&&typeof n.initAd=="function"&&n.startAd&&typeof n.startAd=="function"&&n.stopAd&&typeof n.stopAd=="function"&&n.skipAd&&typeof n.skipAd=="function"&&n.resizeAd&&typeof n.resizeAd=="function"&&n.pauseAd&&typeof n.pauseAd=="function"&&n.resumeAd&&typeof n.resumeAd=="function"&&n.expandAd&&typeof n.expandAd=="function"&&n.collapseAd&&typeof n.collapseAd=="function"&&n.subscribe&&typeof n.subscribe=="function"&&n.unsubscribe&&typeof n.unsubscribe=="function"?!0:!1};n.log=function(){};window._msVpaidImpl=n;var t="viewableChange",i="viewableDataChange",u="ViewableChange",f="ViewableDataChange",a="SdkVersion",e="appId",o="appGuid",s="domain";l.prototype={addEventListener:function(r,e){(r===i||r===t)&&r&&typeof e=="function"&&((this._listeners[r]===null||typeof this._listeners[r]=="undefined")&&(this._listeners[r]=[]),n.log("adding listener for "+r),this._listeners[r].push(e),r===t?n.sendMessageToAdSdk(u+":"+JSON.stringify({listener:"start"})):r===i&&n.sendMessageToAdSdk(f+":"+JSON.stringify({listener:"start"})))},removeEventListener:function(r,e){var s,o;if(n.log("removing listener for "+r),this._listeners&&this._listeners[r]!==null&&typeof this._listeners[r]!="undefined"){if(e===undefined||e===null||e==="")this._listeners[r].length=0;else for(s=this._listeners[r],o=0;o + \ No newline at end of file diff --git a/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..079987a --- /dev/null +++ b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,27 @@ + + + + + + true + Microsoft .Net Native Framework Package 1.6 + Microsoft Corporation + Microsoft .Net Native Framework Package 1.6 + logo.png + + + + + + + + diff --git a/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat new file mode 100644 index 0000000..93ed6ac Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat differ diff --git a/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..5164166 Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/SharedLibrary.dll b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/SharedLibrary.dll new file mode 100644 index 0000000..9597e6e Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/SharedLibrary.dll differ diff --git a/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/logo.png b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/logo.png new file mode 100644 index 0000000..3bf0d31 Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/logo.png differ diff --git a/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..1c2d290 --- /dev/null +++ b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..dde3219 --- /dev/null +++ b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,27 @@ + + + + + + true + Microsoft .Net Native Framework Package 1.6 + Microsoft Corporation + Microsoft .Net Native Framework Package 1.6 + logo.png + + + + + + + + diff --git a/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat new file mode 100644 index 0000000..78be12b Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat differ diff --git a/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..cdedb6f Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/SharedLibrary.dll b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/SharedLibrary.dll new file mode 100644 index 0000000..d826faa Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/SharedLibrary.dll differ diff --git a/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/logo.png b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/logo.png new file mode 100644 index 0000000..3bf0d31 Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Framework.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/logo.png differ diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..8e670f4 --- /dev/null +++ b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..2de7c6d --- /dev/null +++ b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,27 @@ + + + + + + true + Microsoft .Net Native Runtime Package 1.6 + Microsoft Corporation + Microsoft .Net Native Runtime Package 1.6 + logo.png + + + + + + + + diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat new file mode 100644 index 0000000..a2b92ca Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat differ diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..521570f Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/clrcompression.dll b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/clrcompression.dll new file mode 100644 index 0000000..c28a50e Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/clrcompression.dll differ diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/logo.png b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/logo.png new file mode 100644 index 0000000..3bf0d31 Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/logo.png differ diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/mrt100_app.dll b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/mrt100_app.dll new file mode 100644 index 0000000..d458e58 Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x64__8wekyb3d8bbwe/mrt100_app.dll differ diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..554581a --- /dev/null +++ b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..7c78e0e --- /dev/null +++ b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,27 @@ + + + + + + true + Microsoft .Net Native Runtime Package 1.6 + Microsoft Corporation + Microsoft .Net Native Runtime Package 1.6 + logo.png + + + + + + + + diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat new file mode 100644 index 0000000..3125a3e Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat differ diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..d1059c1 Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/clrcompression.dll b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/clrcompression.dll new file mode 100644 index 0000000..af1c031 Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/clrcompression.dll differ diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/logo.png b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/logo.png new file mode 100644 index 0000000..3bf0d31 Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/logo.png differ diff --git a/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/mrt100_app.dll b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/mrt100_app.dll new file mode 100644 index 0000000..77a9ae1 Binary files /dev/null and b/WindowsApps/Microsoft.NET.Native.Runtime.1.6_1.6.24903.0_x86__8wekyb3d8bbwe/mrt100_app.dll differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..f9e5158 --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..e3effb3 --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,2 @@ + +truems-resource:DisplayTitleMicrosoft CorporationAssets\AppTiles\StoreLogo.png \ No newline at end of file diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..cc825cc Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.scale-100.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.scale-100.png new file mode 100644 index 0000000..1e981a3 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.scale-100.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLogo.scale-100.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLogo.scale-100.png new file mode 100644 index 0000000..e28e24a Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLogo.scale-100.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLogo.scale-100.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLogo.scale-100.png new file mode 100644 index 0000000..f317ce5 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLogo.scale-100.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/resources.pri b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/resources.pri new file mode 100644 index 0000000..2154df8 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_neutral_split.scale-100_8wekyb3d8bbwe/resources.pri differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..603e6c7 --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..028f18a --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,70 @@ + + + + + + + ms-resource:DisplayTitle + Microsoft Corporation + Assets\AppTiles\StoreLogo.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + StoreExperienceHost.dll + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat new file mode 100644 index 0000000..6a5e596 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..2ff9863 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-200.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-200.png new file mode 100644 index 0000000..6f66bfb Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-200.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-200.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-200.png new file mode 100644 index 0000000..74c0c83 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-200.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.png new file mode 100644 index 0000000..1e981a3 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-200.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-200.png new file mode 100644 index 0000000..4d12df7 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-200.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-200.png new file mode 100644 index 0000000..5040109 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-200.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-200.png new file mode 100644 index 0000000..b89292a Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-200.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-200.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-200.png new file mode 100644 index 0000000..d2583d2 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-200.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-200.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-200.png new file mode 100644 index 0000000..714acdf Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-200.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-200.png new file mode 100644 index 0000000..1869c79 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-200.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-200.png new file mode 100644 index 0000000..abc6154 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-200.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-200.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-200.png new file mode 100644 index 0000000..0b2b98c Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-200.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-200.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-200.png new file mode 100644 index 0000000..1c36f3e Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-200.png b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-200.png new file mode 100644 index 0000000..8a7428c Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase.Component.winmd b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase.Component.winmd new file mode 100644 index 0000000..0d48729 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase.Component.winmd differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/ErrorControl.xaml b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/ErrorControl.xaml new file mode 100644 index 0000000..ff2e89f --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/ErrorControl.xaml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/WebBlendsControl.xaml b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/WebBlendsControl.xaml new file mode 100644 index 0000000..a43f039 --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/WebBlendsControl.xaml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseControl.xaml b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseControl.xaml new file mode 100644 index 0000000..9167691 --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseControl.xaml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseHostPage.html b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseHostPage.html new file mode 100644 index 0000000..6db1300 --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseHostPage.html @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Resources/DefaultResourceDictionary.xaml b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Resources/DefaultResourceDictionary.xaml new file mode 100644 index 0000000..523739c --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Resources/DefaultResourceDictionary.xaml @@ -0,0 +1,453 @@ + + + + #FFFFFF + #0078d7 + + + + + + + + + + 0 + + + + + + + + 15 + + + + + #000000 + #0078d7 + + + + + + + + + + 0 + + + + + + + + 15 + + + + + Transparent + #FFFFFF + + + + + + + + + + 2 + + + + + + + + 15 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Resources/XboxResourceDictionary.xaml b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Resources/XboxResourceDictionary.xaml new file mode 100644 index 0000000..3120a54 --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/Store.Purchase/Resources/XboxResourceDictionary.xaml @@ -0,0 +1,346 @@ + + + + + #101010 + #107c10 + #DBDBDB + + + + + + + + + + + + + + 0.7 + 1 + 12 + + + + #fff + #107c10 + #2b2b2b + + + + + + + + + + + + + + 0.3 + 2 + 12 + + + + Transparent + + + + + + + + + + + + + + 0.3 + 2 + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/StoreExperienceHost.dll b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/StoreExperienceHost.dll new file mode 100644 index 0000000..5d3a768 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/StoreExperienceHost.dll differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/StoreExperienceHost.exe b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/StoreExperienceHost.exe new file mode 100644 index 0000000..d51f5e8 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/StoreExperienceHost.exe differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/_Resources/0.rsrc b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/_Resources/0.rsrc new file mode 100644 index 0000000..6f02edc Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/_Resources/0.rsrc differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/_Resources/index.txt b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/_Resources/index.txt new file mode 100644 index 0000000..b035ee7 --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/_Resources/index.txt @@ -0,0 +1,2 @@ +Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.24.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + Microsoft.Diagnostics.Tracing.Messages.resources diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/clrcompression.dll b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/clrcompression.dll new file mode 100644 index 0000000..6987c0a Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/clrcompression.dll differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/resources.pri b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/resources.pri new file mode 100644 index 0000000..d056fad Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.8.0_x64__8wekyb3d8bbwe/resources.pri differ diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..71edc83 --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe/AppxMetadata/AppxBundleManifest.xml b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe/AppxMetadata/AppxBundleManifest.xml new file mode 100644 index 0000000..2683ce7 --- /dev/null +++ b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe/AppxMetadata/AppxBundleManifest.xml @@ -0,0 +1,538 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..89d77e3 Binary files /dev/null and b/WindowsApps/Microsoft.StorePurchaseApp_11805.1001.813.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..040beed --- /dev/null +++ b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..435c763 --- /dev/null +++ b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,18 @@ + + + + + + true + Microsoft Visual C++ 2015 UWP Runtime Package + Microsoft Platform Extensions + Microsoft Visual C++ 2015 UWP Runtime support for native applications + logo.png + + + + + + + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat new file mode 100644 index 0000000..e5eaf47 Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..0506dd7 Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/concrt140_app.dll b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/concrt140_app.dll new file mode 100644 index 0000000..79887db Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/concrt140_app.dll differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/logo.png b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/logo.png new file mode 100644 index 0000000..707263f Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/logo.png differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/msvcp140_app.dll b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/msvcp140_app.dll new file mode 100644 index 0000000..45ba9d6 Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/msvcp140_app.dll differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcamp140_app.dll b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcamp140_app.dll new file mode 100644 index 0000000..30089aa Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcamp140_app.dll differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vccorlib140_app.dll b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vccorlib140_app.dll new file mode 100644 index 0000000..dffb231 Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vccorlib140_app.dll differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcomp140_app.dll b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcomp140_app.dll new file mode 100644 index 0000000..7928134 Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcomp140_app.dll differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcruntime140_app.dll b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcruntime140_app.dll new file mode 100644 index 0000000..e5bfbf6 Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x64__8wekyb3d8bbwe/vcruntime140_app.dll differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..bd28d99 --- /dev/null +++ b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..2dcfd0a --- /dev/null +++ b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,18 @@ + + + + + + true + Microsoft Visual C++ 2015 UWP Runtime Package + Microsoft Platform Extensions + Microsoft Visual C++ 2015 UWP Runtime support for native applications + logo.png + + + + + + + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat new file mode 100644 index 0000000..9df48db Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..566bff0 Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/concrt140_app.dll b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/concrt140_app.dll new file mode 100644 index 0000000..38d0e1c Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/concrt140_app.dll differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/logo.png b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/logo.png new file mode 100644 index 0000000..707263f Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/logo.png differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/msvcp140_app.dll b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/msvcp140_app.dll new file mode 100644 index 0000000..b846d6e Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/msvcp140_app.dll differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcamp140_app.dll b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcamp140_app.dll new file mode 100644 index 0000000..094c22a Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcamp140_app.dll differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vccorlib140_app.dll b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vccorlib140_app.dll new file mode 100644 index 0000000..73328bf Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vccorlib140_app.dll differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcomp140_app.dll b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcomp140_app.dll new file mode 100644 index 0000000..a0526ba Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcomp140_app.dll differ diff --git a/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcruntime140_app.dll b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcruntime140_app.dll new file mode 100644 index 0000000..be23127 Binary files /dev/null and b/WindowsApps/Microsoft.VCLibs.140.00_14.0.25426.0_x86__8wekyb3d8bbwe/vcruntime140_app.dll differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..385b835 --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..2109ca8 --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,2 @@ + +truems-resource:StoreTitleMicrosoft CorporationAssets\AppTiles\StoreLogo.png \ No newline at end of file diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..5ba3f92 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-100.png new file mode 100644 index 0000000..5040109 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-100.png new file mode 100644 index 0000000..8195b88 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreBadgeLogo.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreBadgeLogo.scale-100.png new file mode 100644 index 0000000..c4c6fa9 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreBadgeLogo.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreLargeTile.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreLargeTile.scale-100.png new file mode 100644 index 0000000..5df151a Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreLargeTile.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-100.png new file mode 100644 index 0000000..57d14c4 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreSmallTile.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreSmallTile.scale-100.png new file mode 100644 index 0000000..83de852 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreSmallTile.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-100.png new file mode 100644 index 0000000..6441f49 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-100.png new file mode 100644 index 0000000..1869c79 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-100.png new file mode 100644 index 0000000..e9171b9 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreBadgeLogo.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreBadgeLogo.scale-100.png new file mode 100644 index 0000000..c4c6fa9 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreBadgeLogo.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLargeTile.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLargeTile.scale-100.png new file mode 100644 index 0000000..220943f Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLargeTile.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-100.png new file mode 100644 index 0000000..9b41a0b Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreSmallTile.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreSmallTile.scale-100.png new file mode 100644 index 0000000..aebb6e8 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreSmallTile.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-100.png new file mode 100644 index 0000000..1bc8a5c Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-100.png new file mode 100644 index 0000000..8a7428c Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-100.png new file mode 100644 index 0000000..d420fed Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreBadgeLogo.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreBadgeLogo.scale-100.png new file mode 100644 index 0000000..6d14921 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreBadgeLogo.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLargeTile.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLargeTile.scale-100.png new file mode 100644 index 0000000..eaec774 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLargeTile.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-100.png new file mode 100644 index 0000000..8ff8d26 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreSmallTile.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreSmallTile.scale-100.png new file mode 100644 index 0000000..2a9af79 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreSmallTile.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-100.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-100.png new file mode 100644 index 0000000..3980329 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-100.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/resources.pri b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/resources.pri new file mode 100644 index 0000000..9439a1e Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-100_8wekyb3d8bbwe/resources.pri differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..2ea9c66 --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..6bd3a9b --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,2 @@ + +truems-resource:StoreTitleMicrosoft CorporationAssets\AppTiles\StoreLogo.png \ No newline at end of file diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..083bc8a Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-125.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-125.png new file mode 100644 index 0000000..9c2372f Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-125.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-125.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-125.png new file mode 100644 index 0000000..6c9e0ee Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-125.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-125.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-125.png new file mode 100644 index 0000000..ef430a3 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-125.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/resources.pri b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/resources.pri new file mode 100644 index 0000000..a7a4b47 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_neutral_split.scale-125_8wekyb3d8bbwe/resources.pri differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..97782a1 --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..a430dac --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,483 @@ + + + + + + + ms-resource:StoreTitle + Microsoft Corporation + Assets\AppTiles\StoreLogo.png + multiple + + + + + + + + + + + + + + + + + + EntCommon.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EntCommon.dll + + + + + + WinStore.Preview.dll + + + + + + + + WinStore.Entertainment.Mobile.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MS.Entertainment.Common.Mobile.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WinStoreTasksWrapper.dll + + + + + + + + + + + + + + + WinStore.App.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Microsoft.UI.Xaml.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Xbox.Foundation.Media.dll + + + + + + + + + + + + + + + + + + + + + + + Windows Store Actions + + + + + Windows Store Actions (interim) + + + + + Windows Phone Store Legacy Actions + + + + + Video Store Legacy Desktop Actions + + + + + Music Store Legacy Desktop Actions + + + + + Music Store Legacy Phone Actions + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat new file mode 100644 index 0000000..5055e45 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..d5c05ff Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTile.xml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTile.xml new file mode 100644 index 0000000..9838c07 --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTile.xml @@ -0,0 +1,39 @@ + + + + + {MediumTitle} + {MediumSubtext} + + + + + + + + + {WideTitle} + {WideSubtext} + +      + + + + + + + + + + + + + {LargeTitle} + {LargeSubtext} + + {LargeDescription} + + + + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-200.png new file mode 100644 index 0000000..6f66bfb Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/SplashScreen.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-200.png new file mode 100644 index 0000000..74c0c83 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-16_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-16_altform-unplated.png new file mode 100644 index 0000000..8ac752c Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-16_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-20_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-20_altform-unplated.png new file mode 100644 index 0000000..8f6d280 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-20_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-24_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-24_altform-unplated.png new file mode 100644 index 0000000..22d8f59 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-24_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-256_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-256_altform-unplated.png new file mode 100644 index 0000000..fa69de2 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-256_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-30_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-30_altform-unplated.png new file mode 100644 index 0000000..de691af Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-30_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-32_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-32_altform-unplated.png new file mode 100644 index 0000000..d4faf16 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-32_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-36_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-36_altform-unplated.png new file mode 100644 index 0000000..c2c2f03 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-36_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-40_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-40_altform-unplated.png new file mode 100644 index 0000000..bdbb313 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-40_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-48_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-48_altform-unplated.png new file mode 100644 index 0000000..3744f22 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-48_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-60_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-60_altform-unplated.png new file mode 100644 index 0000000..a662bd1 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-60_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-64_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-64_altform-unplated.png new file mode 100644 index 0000000..774c795 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-64_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-72_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-72_altform-unplated.png new file mode 100644 index 0000000..67cd625 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-72_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-80_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-80_altform-unplated.png new file mode 100644 index 0000000..5a68d63 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-80_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-96_altform-unplated.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-96_altform-unplated.png new file mode 100644 index 0000000..9c2aae8 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreAppList.targetsize-96_altform-unplated.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreBadgeLogo.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreBadgeLogo.scale-200.png new file mode 100644 index 0000000..e2e2e40 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreBadgeLogo.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLargeTile.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLargeTile.scale-200.png new file mode 100644 index 0000000..c74e29b Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLargeTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.png new file mode 100644 index 0000000..1e981a3 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreLogo.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-200.png new file mode 100644 index 0000000..4d12df7 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreMedTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreSmallTile.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreSmallTile.scale-200.png new file mode 100644 index 0000000..1464e0f Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreSmallTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-200.png new file mode 100644 index 0000000..5040109 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/StoreWideTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-200.png new file mode 100644 index 0000000..b89292a Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/SplashScreen.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-200.png new file mode 100644 index 0000000..d2583d2 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-16.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-16.png new file mode 100644 index 0000000..a28845a Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-16.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-20.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-20.png new file mode 100644 index 0000000..03f90a4 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-20.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-24.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-24.png new file mode 100644 index 0000000..c4c6fa9 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-24.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-256.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-256.png new file mode 100644 index 0000000..8c5049e Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-256.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-30.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-30.png new file mode 100644 index 0000000..53afff7 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-30.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-32.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-32.png new file mode 100644 index 0000000..85923d4 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-32.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-36.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-36.png new file mode 100644 index 0000000..9d0a2c2 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-36.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-40.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-40.png new file mode 100644 index 0000000..689c8e6 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-40.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-48.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-48.png new file mode 100644 index 0000000..e2e2e40 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-48.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-60.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-60.png new file mode 100644 index 0000000..a226796 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-60.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-64.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-64.png new file mode 100644 index 0000000..2049c12 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-64.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-72.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-72.png new file mode 100644 index 0000000..56c9879 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-72.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-80.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-80.png new file mode 100644 index 0000000..0c1f2a9 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-80.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-96.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-96.png new file mode 100644 index 0000000..f22f610 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreAppList.targetsize-96.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreBadgeLogo.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreBadgeLogo.scale-200.png new file mode 100644 index 0000000..e2e2e40 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreBadgeLogo.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLargeTile.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLargeTile.scale-200.png new file mode 100644 index 0000000..33033bc Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLargeTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLogo.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLogo.png new file mode 100644 index 0000000..e28e24a Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreLogo.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-200.png new file mode 100644 index 0000000..714acdf Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreMedTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreSmallTile.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreSmallTile.scale-200.png new file mode 100644 index 0000000..637ac15 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreSmallTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-200.png new file mode 100644 index 0000000..1869c79 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-black/StoreWideTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-200.png new file mode 100644 index 0000000..abc6154 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/SplashScreen.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-200.png new file mode 100644 index 0000000..0b2b98c Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-16.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-16.png new file mode 100644 index 0000000..5c623e2 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-16.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-20.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-20.png new file mode 100644 index 0000000..59daabc Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-20.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-24.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-24.png new file mode 100644 index 0000000..c20231a Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-24.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-256.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-256.png new file mode 100644 index 0000000..b521695 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-256.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-30.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-30.png new file mode 100644 index 0000000..fea13ee Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-30.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-32.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-32.png new file mode 100644 index 0000000..5435742 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-32.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-36.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-36.png new file mode 100644 index 0000000..9cb4daa Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-36.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-40.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-40.png new file mode 100644 index 0000000..15d930f Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-40.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-48.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-48.png new file mode 100644 index 0000000..bd9ed32 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-48.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-60.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-60.png new file mode 100644 index 0000000..39e9f44 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-60.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-64.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-64.png new file mode 100644 index 0000000..8027189 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-64.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-72.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-72.png new file mode 100644 index 0000000..21f1a07 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-72.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-80.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-80.png new file mode 100644 index 0000000..114d494 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-80.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-96.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-96.png new file mode 100644 index 0000000..7d1ca6a Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreAppList.targetsize-96.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreBadgeLogo.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreBadgeLogo.scale-200.png new file mode 100644 index 0000000..33a59cd Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreBadgeLogo.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLargeTile.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLargeTile.scale-200.png new file mode 100644 index 0000000..e0746e4 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLargeTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLogo.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLogo.png new file mode 100644 index 0000000..f317ce5 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreLogo.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-200.png new file mode 100644 index 0000000..1c36f3e Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreMedTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreSmallTile.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreSmallTile.scale-200.png new file mode 100644 index 0000000..d60b474 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreSmallTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-200.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-200.png new file mode 100644 index 0000000..e0e319c Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/AppTiles/contrast-white/StoreWideTile.scale-200.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/HeroAppTile.xml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/HeroAppTile.xml new file mode 100644 index 0000000..4125858 --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Assets/HeroAppTile.xml @@ -0,0 +1,41 @@ + + + + + {MediumTitle} + {MediumSubtext} + + + + + + + + + + {WideTitle} + {WideSubtext} + +      + + + + + + + + + + + + + + {LargeTitle} + {LargeSubtext} + + {LargeDescription} + + + + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/EntCommon.dll b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/EntCommon.dll new file mode 100644 index 0000000..695ebdf Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/EntCommon.dll differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common.Mobile.dll b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common.Mobile.dll new file mode 100644 index 0000000..492f26d Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common.Mobile.dll differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common.winmd b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common.winmd new file mode 100644 index 0000000..01c2676 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common.winmd differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common/Resources/Fonts/SegMVR2.ttf b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common/Resources/Fonts/SegMVR2.ttf new file mode 100644 index 0000000..448c3fa Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/MS.Entertainment.Common/Resources/Fonts/SegMVR2.ttf differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.Entertainment.winmd b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.Entertainment.winmd new file mode 100644 index 0000000..f119c48 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.Entertainment.winmd differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml.dll b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml.dll new file mode 100644 index 0000000..9af6801 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml.dll differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml.winmd b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml.winmd new file mode 100644 index 0000000..03a020b Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml.winmd differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml/Assets/NoiseAsset_256X256_PNG.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml/Assets/NoiseAsset_256X256_PNG.png new file mode 100644 index 0000000..41de173 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Microsoft.UI.Xaml/Assets/NoiseAsset_256X256_PNG.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/NoiseAsset_256x256_PNG.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/NoiseAsset_256x256_PNG.png new file mode 100644 index 0000000..41de173 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/NoiseAsset_256x256_PNG.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/SegMVR2.ttf b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/SegMVR2.ttf new file mode 100644 index 0000000..448c3fa Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/SegMVR2.ttf differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/StorMDL2.ttf b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/StorMDL2.ttf new file mode 100644 index 0000000..3e987f7 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/StorMDL2.ttf differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/StorMDL2c.ttf b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/StorMDL2c.ttf new file mode 100644 index 0000000..243c99c Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/Fonts/StorMDL2c.ttf differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/1.jpg b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/1.jpg new file mode 100644 index 0000000..c1f1c12 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/1.jpg differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/2.jpg b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/2.jpg new file mode 100644 index 0000000..455a063 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/2.jpg differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/3.jpg b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/3.jpg new file mode 100644 index 0000000..8865ef6 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/3.jpg differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/RetailDemoData.json b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/RetailDemoData.json new file mode 100644 index 0000000..9803b9d --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/data/en-us/RetailDemoData.json @@ -0,0 +1,24 @@ +{ + "Items": + [ + { + "Id": 1, + "ImageUri": "ms-appx:///Resources/RetailDemo/data/en-us/1.jpg", + "HeaderTextResourceId": "DesktopHeaderText1", + "BodyTextResourceId": "DesktopBodyText1" + }, + { + "Id": 2, + "ImageUri": "ms-appx:///Resources/RetailDemo/data/en-us/2.jpg", + "HeaderTextResourceId": "DesktopHeaderText2", + "BodyTextResourceId": "DesktopBodyText2" + }, + { + "Id": 3, + "ImageUri": "ms-appx:///Resources/RetailDemo/data/en-us/3.jpg", + "HeaderTextResourceId": "DesktopHeaderText3", + "BodyTextResourceId": "DesktopBodyText3" + } + ], + "AutoRotateTimeInSeconds": 15 +} \ No newline at end of file diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/strings/en-us/resources.resjson b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/strings/en-us/resources.resjson new file mode 100644 index 0000000..3bc0c6d --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Resources/RetailDemo/strings/en-us/resources.resjson @@ -0,0 +1,40 @@ +// For details on localizing a Windows app, see: http://go.microsoft.com/fwlink/?LinkId=212836 + +{ + "DesktopHeaderText1": "Tap into the new Store", + "_DesktopHeaderText1.comment" : "Header on First page of RetailDemo For Desktop", + + "DesktopBodyText1": "Welcome to the Windows Store, your one-stop shop for free apps and games, and music, movies, and TV shows.", + "_DesktopBodyText1.comment" : "Body on first page of retaildemo For Desktop", + + "DesktopHeaderText2": "Games, tunes, flicks, and apps", + "_DesktopHeaderText2.comment" : "Header on second page of RetailDemo For Desktop", + + "DesktopBodyText2": "A ton of games. More quality apps. One of the biggest music catalogs in the world. The latest hit TV shows and movies.", + "_DesktopBodyText2.comment" : "Body on second page of retaildemo For Desktop", + + "DesktopHeaderText3": "Buy once, enjoy anywhere", + "_DesktopHeaderText3.comment" : "Header on third page of RetailDemo For Desktop", + + "DesktopBodyText3": "Take your stuff wherever you go. Get stuff once and play it on any compatible device—your phone, laptop, desktop, or Xbox.", + "_DesktopBodyText3.comment" : "Body on third page of retaildemo For Desktop", + + "PhoneHeaderText1": "Tap into the new Store", + "_PhoneHeaderText1.comment" : "Header on First page of RetailDemo For Phone", + + "PhoneBodyText1": "Welcome to the Windows Store, your one-stop shop for free apps and games, and music, movies and TV shows.", + "_PhoneBodyText1.comment" : "Body on first page of retaildemo For Phone", + + "PhoneHeaderText2": "Games, apps, tunes, and flicks", + "_PhoneHeaderText2.comment" : "Header on second page of RetailDemo For Phone", + + "PhoneBodyText2": "A ton of games. More quality apps. One of the biggest music catalogs in the world. Hit TV shows and movies.", + "_PhoneBodyText2.comment" : "Body on second page of retaildemo For Phone", + + "PhoneHeaderText3": "Buy once, enjoy anywhere", + "_PhoneHeaderText3.comment" : "Header on third page of RetailDemo For Phone", + + "PhoneBodyText3": "Get stuff once and play it on any compatible device—your phone, laptop, desktop, or Xbox.", + "_PhoneBodyText3.comment" : "Body on third page of retaildemo For Phone", + +} \ No newline at end of file diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/ErrorControl.xaml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/ErrorControl.xaml new file mode 100644 index 0000000..ff2e89f --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/ErrorControl.xaml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/WebBlendsControl.xaml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/WebBlendsControl.xaml new file mode 100644 index 0000000..a43f039 --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/WebBlendsControl.xaml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseControl.xaml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseControl.xaml new file mode 100644 index 0000000..9167691 --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseControl.xaml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseHostPage.html b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseHostPage.html new file mode 100644 index 0000000..6db1300 --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Controls/Xbox360PurchaseHostPage.html @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Resources/DefaultResourceDictionary.xaml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Resources/DefaultResourceDictionary.xaml new file mode 100644 index 0000000..523739c --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Resources/DefaultResourceDictionary.xaml @@ -0,0 +1,453 @@ + + + + #FFFFFF + #0078d7 + + + + + + + + + + 0 + + + + + + + + 15 + + + + + #000000 + #0078d7 + + + + + + + + + + 0 + + + + + + + + 15 + + + + + Transparent + #FFFFFF + + + + + + + + + + 2 + + + + + + + + 15 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Resources/XboxResourceDictionary.xaml b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Resources/XboxResourceDictionary.xaml new file mode 100644 index 0000000..3120a54 --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Store.Purchase/Resources/XboxResourceDictionary.xaml @@ -0,0 +1,346 @@ + + + + + #101010 + #107c10 + #DBDBDB + + + + + + + + + + + + + + 0.7 + 1 + 12 + + + + #fff + #107c10 + #2b2b2b + + + + + + + + + + + + + + 0.3 + 2 + 12 + + + + Transparent + + + + + + + + + + + + + + 0.3 + 2 + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.App.dll b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.App.dll new file mode 100644 index 0000000..805c6b6 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.App.dll differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.App.exe b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.App.exe new file mode 100644 index 0000000..3896513 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.App.exe differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Entertainment.Mobile.dll b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Entertainment.Mobile.dll new file mode 100644 index 0000000..5c0ad3b Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Entertainment.Mobile.dll differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Preview.dll b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Preview.dll new file mode 100644 index 0000000..1549990 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Preview.dll differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Preview.winmd b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Preview.winmd new file mode 100644 index 0000000..c35f8a0 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.Preview.winmd differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.winmd b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.winmd new file mode 100644 index 0000000..6c15ae6 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore.winmd differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Cert_16.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Cert_16.png new file mode 100644 index 0000000..63cac24 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Cert_16.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Cert_42.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Cert_42.png new file mode 100644 index 0000000..ef6e36e Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Cert_42.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Fresh_16.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Fresh_16.png new file mode 100644 index 0000000..6599df2 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Fresh_16.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Fresh_42.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Fresh_42.png new file mode 100644 index 0000000..e89d641 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Fresh_42.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Popcorn_16.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Popcorn_16.png new file mode 100644 index 0000000..8a12602 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Popcorn_16.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Popcorn_42.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Popcorn_42.png new file mode 100644 index 0000000..cc55e60 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Popcorn_42.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Spilt_16.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Spilt_16.png new file mode 100644 index 0000000..ac1d85c Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Spilt_16.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Spilt_42.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Spilt_42.png new file mode 100644 index 0000000..2ad133e Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Spilt_42.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Splat_16.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Splat_16.png new file mode 100644 index 0000000..0db2181 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Splat_16.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Splat_42.png b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Splat_42.png new file mode 100644 index 0000000..35c8acb Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStore/Resources/Assets/RT_Icons_Splat_42.png differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasks.winmd b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasks.winmd new file mode 100644 index 0000000..3071711 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasks.winmd differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasksWrapper.dll b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasksWrapper.dll new file mode 100644 index 0000000..1f60145 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasksWrapper.dll differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasksWrapper.winmd b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasksWrapper.winmd new file mode 100644 index 0000000..4f732c9 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/WinStoreTasksWrapper.winmd differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Xbox.Foundation.Media.dll b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Xbox.Foundation.Media.dll new file mode 100644 index 0000000..9a32430 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Xbox.Foundation.Media.dll differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Xbox.Foundation.Media.winmd b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Xbox.Foundation.Media.winmd new file mode 100644 index 0000000..c398536 Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/Xbox.Foundation.Media.winmd differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/clrcompression.dll b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/clrcompression.dll new file mode 100644 index 0000000..6987c0a Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/clrcompression.dll differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/resources.pri b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/resources.pri new file mode 100644 index 0000000..08a46dd Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.49.0_x64__8wekyb3d8bbwe/resources.pri differ diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..6956382 --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe/AppxMetadata/AppxBundleManifest.xml b/WindowsApps/Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe/AppxMetadata/AppxBundleManifest.xml new file mode 100644 index 0000000..1e4e117 --- /dev/null +++ b/WindowsApps/Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe/AppxMetadata/AppxBundleManifest.xml @@ -0,0 +1,553 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..736cded Binary files /dev/null and b/WindowsApps/Microsoft.WindowsStore_11805.1001.4913.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..ba00b0d --- /dev/null +++ b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe/AppxMetadata/AppxBundleManifest.xml b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe/AppxMetadata/AppxBundleManifest.xml new file mode 100644 index 0000000..3ebafa1 --- /dev/null +++ b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe/AppxMetadata/AppxBundleManifest.xml @@ -0,0 +1,325 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..97d9b90 Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_neutral_~_8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml new file mode 100644 index 0000000..6dbaaa3 --- /dev/null +++ b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxBlockMap.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxManifest.xml b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxManifest.xml new file mode 100644 index 0000000..af59696 --- /dev/null +++ b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxManifest.xml @@ -0,0 +1,77 @@ + + + + + + + ms-resource:DisplayName + Microsoft Corporation + Assets\StoreLogo.png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XboxIdp.Native.dll + + + + + + + XboxIdp.dll + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat new file mode 100644 index 0000000..957eae1 Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxSignature.p7x b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxSignature.p7x new file mode 100644 index 0000000..8eaa201 Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/AppxSignature.p7x differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/Square150x150Logo.scale-100.png b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/Square150x150Logo.scale-100.png new file mode 100644 index 0000000..9373b4b Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/Square150x150Logo.scale-100.png differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/Square44x44Logo.scale-100.png b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/Square44x44Logo.scale-100.png new file mode 100644 index 0000000..20edeec Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/Square44x44Logo.scale-100.png differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/StoreLogo.scale-100.png b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/StoreLogo.scale-100.png new file mode 100644 index 0000000..eca0299 Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/StoreLogo.scale-100.png differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Ring.png b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Ring.png new file mode 100644 index 0000000..fd694a4 Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Ring.png differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Shadow.png b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Shadow.png new file mode 100644 index 0000000..576aeba Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Shadow.png differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Unknown.png b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Unknown.png new file mode 100644 index 0000000..3961e95 Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/ValueProp_Unknown.png differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/xbox_live_logo_black.png b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/xbox_live_logo_black.png new file mode 100644 index 0000000..ef3ac0e Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/xbox_live_logo_black.png differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/xbox_live_logo_white.png b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/xbox_live_logo_white.png new file mode 100644 index 0000000..81f889b Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/Assets/xbox_live_logo_white.png differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/BuildInfo.xml b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/BuildInfo.xml new file mode 100644 index 0000000..c7e9888 --- /dev/null +++ b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/BuildInfo.xml @@ -0,0 +1,7 @@ + + + diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Native.dll b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Native.dll new file mode 100644 index 0000000..8cf80a6 Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Native.dll differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Native.winmd b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Native.winmd new file mode 100644 index 0000000..215522c Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Native.winmd differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Tasks.winmd b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Tasks.winmd new file mode 100644 index 0000000..56bde6a Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.Tasks.winmd differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.dll b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.dll new file mode 100644 index 0000000..2494510 Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.dll differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.exe b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.exe new file mode 100644 index 0000000..cb816fd Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/XboxIdp.exe differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/clrcompression.dll b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/clrcompression.dll new file mode 100644 index 0000000..6987c0a Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/clrcompression.dll differ diff --git a/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/resources.pri b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/resources.pri new file mode 100644 index 0000000..3e668b9 Binary files /dev/null and b/WindowsApps/Microsoft.XboxIdentityProvider_12.44.20001.0_x64__8wekyb3d8bbwe/resources.pri differ