diff --git a/App/RobobinApp/Networking/WifiManager.cs b/App/RobobinApp/Networking/WifiManager.cs index fd820a1380f4e7ac8cf11ba21d3e5a765fd7273d..a1515dfcc725a4d08783039038a5354c3bdd02c6 100644 --- a/App/RobobinApp/Networking/WifiManager.cs +++ b/App/RobobinApp/Networking/WifiManager.cs @@ -37,7 +37,7 @@ namespace RobobinApp.Networking Debug.WriteLine("Waiting for broadcast..."); var result = await _udpClient.ReceiveAsync(); string message = Encoding.ASCII.GetString(result.Buffer); - + Debug.WriteLine("Received message: " + message); if (message.StartsWith("ROBOBIN_PRESENT")) { var parts = message.Split(new[] { '(', ',', ')' }, StringSplitOptions.RemoveEmptyEntries); diff --git a/App/RobobinApp/RobobinApp.csproj b/App/RobobinApp/RobobinApp.csproj index 33d435f7f4bae6b55395061fcfefa8a056c3face..f75d124c777b8e9b7976b1f1e97aa83a8b55b205 100644 --- a/App/RobobinApp/RobobinApp.csproj +++ b/App/RobobinApp/RobobinApp.csproj @@ -1,6 +1,6 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFrameworks>net8.0-android</TargetFrameworks> + <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks> <OutputType>Exe</OutputType> <RootNamespace>Robobin</RootNamespace> @@ -11,17 +11,14 @@ <ApplicationTitle>Robobin</ApplicationTitle> <ApplicationId>com.companyname.robobin</ApplicationId> <ApplicationDisplayVersion>1.0</ApplicationDisplayVersion> - <ApplicationVersion>1</ApplicationVersion> - <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> + <ApplicationVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">1</ApplicationVersion> + <WindowsPackageType>None</WindowsPackageType> <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion> <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion> <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion> <TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion> <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion> </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-android|AnyCPU'"> - <EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk> - </PropertyGroup> <ItemGroup> <MauiIcon Include="Platforms\Android\Resources\mipmap\robobinlogo1.png" /> diff --git a/App/RobobinApp/RobobinApp.csproj.user b/App/RobobinApp/RobobinApp.csproj.user index c541a85bf6b065a5700c0feb1393c75d7776273e..a7107cccb9a67713491f1295873576dd2d9e08da 100644 --- a/App/RobobinApp/RobobinApp.csproj.user +++ b/App/RobobinApp/RobobinApp.csproj.user @@ -2,8 +2,8 @@ <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen> - <ActiveDebugFramework>net8.0-android</ActiveDebugFramework> - <ActiveDebugProfile>Android Emulator</ActiveDebugProfile> + <ActiveDebugFramework>net8.0-windows10.0.19041.0</ActiveDebugFramework> + <ActiveDebugProfile>Windows Machine</ActiveDebugProfile> <SelectedPlatformGroup>Emulator</SelectedPlatformGroup> <DefaultDevice>pixel_5_-_api_34</DefaultDevice> </PropertyGroup> diff --git a/App/The app/AboutAssets.txt b/App/The app/AboutAssets.txt new file mode 100644 index 0000000000000000000000000000000000000000..89dc758d6e0d8d5153cc9cfd5a0429af3e70fe59 --- /dev/null +++ b/App/The app/AboutAssets.txt @@ -0,0 +1,15 @@ +Any raw assets you want to be deployed with your application can be placed in +this directory (and child directories). Deployment of the asset to your application +is automatically handled by the following `MauiAsset` Build Action within your `.csproj`. + + <MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" /> + +These files will be deployed with your package and will be accessible using Essentials: + + async Task LoadMauiAsset() + { + using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt"); + using var reader = new StreamReader(stream); + + var contents = reader.ReadToEnd(); + } diff --git a/App/The app/Accessibility.dll b/App/The app/Accessibility.dll new file mode 100644 index 0000000000000000000000000000000000000000..de868836c9ffb3d829b72b05d5072f60563df858 Binary files /dev/null and b/App/The app/Accessibility.dll differ diff --git a/App/The app/Cabal-w5j3.ttf b/App/The app/Cabal-w5j3.ttf new file mode 100644 index 0000000000000000000000000000000000000000..9fd9424d853bf8f07d9d433d2d80313ce47261cc Binary files /dev/null and b/App/The app/Cabal-w5j3.ttf differ diff --git a/App/The app/CoreMessagingXP.dll b/App/The app/CoreMessagingXP.dll new file mode 100644 index 0000000000000000000000000000000000000000..ef7e3728632fcd821be73fc8a0d296cb76ef9ddf Binary files /dev/null and b/App/The app/CoreMessagingXP.dll differ diff --git a/App/The app/D3DCompiler_47_cor3.dll b/App/The app/D3DCompiler_47_cor3.dll new file mode 100644 index 0000000000000000000000000000000000000000..80489b89f29338fd3cb52cb3c58d97f2e39c107b Binary files /dev/null and b/App/The app/D3DCompiler_47_cor3.dll differ diff --git a/App/The app/DWriteCore.dll b/App/The app/DWriteCore.dll new file mode 100644 index 0000000000000000000000000000000000000000..b5ebbadf798d8928a05dd334cefc306a096963ed Binary files /dev/null and b/App/The app/DWriteCore.dll differ diff --git a/App/The app/DirectWriteForwarder.dll b/App/The app/DirectWriteForwarder.dll new file mode 100644 index 0000000000000000000000000000000000000000..56b58b3f97ba623ad28ee33dd6025f04e1cde044 Binary files /dev/null and b/App/The app/DirectWriteForwarder.dll differ diff --git a/App/The app/DwmSceneI.dll b/App/The app/DwmSceneI.dll new file mode 100644 index 0000000000000000000000000000000000000000..37b09aa5bbfd27150635f6eba69be49f47572d6d Binary files /dev/null and b/App/The app/DwmSceneI.dll differ diff --git a/App/The app/MRM.dll b/App/The app/MRM.dll new file mode 100644 index 0000000000000000000000000000000000000000..cb7ff0fbb88b6dd4cb35675949973f3119997e0c Binary files /dev/null and b/App/The app/MRM.dll differ diff --git a/App/The app/Microsoft.CSharp.dll b/App/The app/Microsoft.CSharp.dll new file mode 100644 index 0000000000000000000000000000000000000000..6df2b9940699a00df507c2bf243f16b01c472e03 Binary files /dev/null and b/App/The app/Microsoft.CSharp.dll differ diff --git a/App/The app/Microsoft.DiaSymReader.Native.amd64.dll b/App/The app/Microsoft.DiaSymReader.Native.amd64.dll new file mode 100644 index 0000000000000000000000000000000000000000..03f528817fd81e63a6fe43d3671d1653b73dd733 Binary files /dev/null and b/App/The app/Microsoft.DiaSymReader.Native.amd64.dll differ diff --git a/App/The app/Microsoft.DirectManipulation.dll b/App/The app/Microsoft.DirectManipulation.dll new file mode 100644 index 0000000000000000000000000000000000000000..3932d0e082118fb232f03596bc6e93a7ee0af0a6 Binary files /dev/null and b/App/The app/Microsoft.DirectManipulation.dll differ diff --git a/App/The app/Microsoft.Extensions.Configuration.Abstractions.dll b/App/The app/Microsoft.Extensions.Configuration.Abstractions.dll new file mode 100644 index 0000000000000000000000000000000000000000..9be5e4722c37280ca3d2cf4e8304f538474f4166 Binary files /dev/null and b/App/The app/Microsoft.Extensions.Configuration.Abstractions.dll differ diff --git a/App/The app/Microsoft.Extensions.Configuration.Binder.dll b/App/The app/Microsoft.Extensions.Configuration.Binder.dll new file mode 100644 index 0000000000000000000000000000000000000000..b17c88eeaa1b5351083afea628523fc6095620a4 Binary files /dev/null and b/App/The app/Microsoft.Extensions.Configuration.Binder.dll differ diff --git a/App/The app/Microsoft.Extensions.Configuration.dll b/App/The app/Microsoft.Extensions.Configuration.dll new file mode 100644 index 0000000000000000000000000000000000000000..71bb04b7a9af1857121e21539adffc7e45609fe6 Binary files /dev/null and b/App/The app/Microsoft.Extensions.Configuration.dll differ diff --git a/App/The app/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/App/The app/Microsoft.Extensions.DependencyInjection.Abstractions.dll new file mode 100644 index 0000000000000000000000000000000000000000..1ac8501a6e73cd2aa975341b9c4c72c6c2516aa0 Binary files /dev/null and b/App/The app/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/App/The app/Microsoft.Extensions.DependencyInjection.dll b/App/The app/Microsoft.Extensions.DependencyInjection.dll new file mode 100644 index 0000000000000000000000000000000000000000..7d0cdc52ae057ce3c87c17da374525513550f7b0 Binary files /dev/null and b/App/The app/Microsoft.Extensions.DependencyInjection.dll differ diff --git a/App/The app/Microsoft.Extensions.Logging.Abstractions.dll b/App/The app/Microsoft.Extensions.Logging.Abstractions.dll new file mode 100644 index 0000000000000000000000000000000000000000..c5bf2e09d342b2ca3844eace8358ef2a11b1ada5 Binary files /dev/null and b/App/The app/Microsoft.Extensions.Logging.Abstractions.dll differ diff --git a/App/The app/Microsoft.Extensions.Logging.Configuration.dll b/App/The app/Microsoft.Extensions.Logging.Configuration.dll new file mode 100644 index 0000000000000000000000000000000000000000..bd9856beb225b940f587b5efad83b3e462f9cd44 Binary files /dev/null and b/App/The app/Microsoft.Extensions.Logging.Configuration.dll differ diff --git a/App/The app/Microsoft.Extensions.Logging.Console.dll b/App/The app/Microsoft.Extensions.Logging.Console.dll new file mode 100644 index 0000000000000000000000000000000000000000..371f32588225bf163796d5acf322485daca47330 Binary files /dev/null and b/App/The app/Microsoft.Extensions.Logging.Console.dll differ diff --git a/App/The app/Microsoft.Extensions.Logging.Debug.dll b/App/The app/Microsoft.Extensions.Logging.Debug.dll new file mode 100644 index 0000000000000000000000000000000000000000..5f10dfb553d09ae3bc640e02d363de2febf9f793 Binary files /dev/null and b/App/The app/Microsoft.Extensions.Logging.Debug.dll differ diff --git a/App/The app/Microsoft.Extensions.Logging.dll b/App/The app/Microsoft.Extensions.Logging.dll new file mode 100644 index 0000000000000000000000000000000000000000..0c4bf05dd4ad4874d034f167dc7c61d9add14577 Binary files /dev/null and b/App/The app/Microsoft.Extensions.Logging.dll differ diff --git a/App/The app/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/App/The app/Microsoft.Extensions.Options.ConfigurationExtensions.dll new file mode 100644 index 0000000000000000000000000000000000000000..ba194c5805e3cfc73495ad505002596c1ee88eb6 Binary files /dev/null and b/App/The app/Microsoft.Extensions.Options.ConfigurationExtensions.dll differ diff --git a/App/The app/Microsoft.Extensions.Options.dll b/App/The app/Microsoft.Extensions.Options.dll new file mode 100644 index 0000000000000000000000000000000000000000..30c4ac7fd20dba965b8cb2ff0b3db618abbe4111 Binary files /dev/null and b/App/The app/Microsoft.Extensions.Options.dll differ diff --git a/App/The app/Microsoft.Extensions.Primitives.dll b/App/The app/Microsoft.Extensions.Primitives.dll new file mode 100644 index 0000000000000000000000000000000000000000..31fcca896d8325437e570805def2a2fcd44a9990 Binary files /dev/null and b/App/The app/Microsoft.Extensions.Primitives.dll differ diff --git a/App/The app/Microsoft.Foundation.winmd b/App/The app/Microsoft.Foundation.winmd new file mode 100644 index 0000000000000000000000000000000000000000..9c8d8b5a974e4bc1ff0a2a7a05b4a1c32cf2af89 Binary files /dev/null and b/App/The app/Microsoft.Foundation.winmd differ diff --git a/App/The app/Microsoft.Graphics.Canvas.Interop.dll b/App/The app/Microsoft.Graphics.Canvas.Interop.dll new file mode 100644 index 0000000000000000000000000000000000000000..4688282de9d0270b01d412c2ffb718b7cc49002f Binary files /dev/null and b/App/The app/Microsoft.Graphics.Canvas.Interop.dll differ diff --git a/App/The app/Microsoft.Graphics.Canvas.dll b/App/The app/Microsoft.Graphics.Canvas.dll new file mode 100644 index 0000000000000000000000000000000000000000..1f9f0f116a97115cf30a7059d1ff2011f2847a33 Binary files /dev/null and b/App/The app/Microsoft.Graphics.Canvas.dll differ diff --git a/App/The app/Microsoft.Graphics.Display.dll b/App/The app/Microsoft.Graphics.Display.dll new file mode 100644 index 0000000000000000000000000000000000000000..24dafdb4b0393c1680bc4ce62197dd7e7448b46b Binary files /dev/null and b/App/The app/Microsoft.Graphics.Display.dll differ diff --git a/App/The app/Microsoft.Graphics.winmd b/App/The app/Microsoft.Graphics.winmd new file mode 100644 index 0000000000000000000000000000000000000000..c79d667e276cf4c250d7c7c7b4ff0039b28301b7 Binary files /dev/null and b/App/The app/Microsoft.Graphics.winmd differ diff --git a/App/The app/Microsoft.IO.RecyclableMemoryStream.dll b/App/The app/Microsoft.IO.RecyclableMemoryStream.dll new file mode 100644 index 0000000000000000000000000000000000000000..46bea916913770d003e2c085d8414eac1e3a6902 Binary files /dev/null and b/App/The app/Microsoft.IO.RecyclableMemoryStream.dll differ diff --git a/App/The app/Microsoft.InputStateManager.dll b/App/The app/Microsoft.InputStateManager.dll new file mode 100644 index 0000000000000000000000000000000000000000..2e87ba988d564e89e7bae5b511a08177de9dfffc Binary files /dev/null and b/App/The app/Microsoft.InputStateManager.dll differ diff --git a/App/The app/Microsoft.InteractiveExperiences.Projection.dll b/App/The app/Microsoft.InteractiveExperiences.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..5e4492bdae1a21711b546a5e4c5542e9ddb8dbb8 Binary files /dev/null and b/App/The app/Microsoft.InteractiveExperiences.Projection.dll differ diff --git a/App/The app/Microsoft.Internal.FrameworkUdk.dll b/App/The app/Microsoft.Internal.FrameworkUdk.dll new file mode 100644 index 0000000000000000000000000000000000000000..3bb2feb01efb10db99c1b33ce1c493cc1167d875 Binary files /dev/null and b/App/The app/Microsoft.Internal.FrameworkUdk.dll differ diff --git a/App/The app/Microsoft.Maui.Controls.Compatibility.dll b/App/The app/Microsoft.Maui.Controls.Compatibility.dll new file mode 100644 index 0000000000000000000000000000000000000000..ca802a43a5e4063bade5e702a1847584744f7e13 Binary files /dev/null and b/App/The app/Microsoft.Maui.Controls.Compatibility.dll differ diff --git a/App/The app/Microsoft.Maui.Controls.Xaml.dll b/App/The app/Microsoft.Maui.Controls.Xaml.dll new file mode 100644 index 0000000000000000000000000000000000000000..4931e9fb10b07b75ce5299fe145b16d91bf1aaf3 Binary files /dev/null and b/App/The app/Microsoft.Maui.Controls.Xaml.dll differ diff --git a/App/The app/Microsoft.Maui.Controls.dll b/App/The app/Microsoft.Maui.Controls.dll new file mode 100644 index 0000000000000000000000000000000000000000..bae1f2d6425b7fb4b04aef3cbdaa6902fac4b7c9 Binary files /dev/null and b/App/The app/Microsoft.Maui.Controls.dll differ diff --git a/App/The app/Microsoft.Maui.Essentials.dll b/App/The app/Microsoft.Maui.Essentials.dll new file mode 100644 index 0000000000000000000000000000000000000000..fba01c06f78a63fc7e3d0c1d5ef9f20ace543ca2 Binary files /dev/null and b/App/The app/Microsoft.Maui.Essentials.dll differ diff --git a/App/The app/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll b/App/The app/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll new file mode 100644 index 0000000000000000000000000000000000000000..196ce1d151afec6edc5b7a2785148586ee48c8d3 Binary files /dev/null and b/App/The app/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll differ diff --git a/App/The app/Microsoft.Maui.Graphics.dll b/App/The app/Microsoft.Maui.Graphics.dll new file mode 100644 index 0000000000000000000000000000000000000000..8d06408ba4eecd092c47dddea5ce22f99ad8d8d9 Binary files /dev/null and b/App/The app/Microsoft.Maui.Graphics.dll differ diff --git a/App/The app/Microsoft.Maui.dll b/App/The app/Microsoft.Maui.dll new file mode 100644 index 0000000000000000000000000000000000000000..01d7e13150245f24c95a5f8f6451a32ddc860f1b Binary files /dev/null and b/App/The app/Microsoft.Maui.dll differ diff --git a/App/The app/Microsoft.UI.Composition.OSSupport.dll b/App/The app/Microsoft.UI.Composition.OSSupport.dll new file mode 100644 index 0000000000000000000000000000000000000000..4121900f16ed038049376068e1b99e3c54583a15 Binary files /dev/null and b/App/The app/Microsoft.UI.Composition.OSSupport.dll differ diff --git a/App/The app/Microsoft.UI.Input.dll b/App/The app/Microsoft.UI.Input.dll new file mode 100644 index 0000000000000000000000000000000000000000..400e7657e312f8dcd03e4f3257506e546ad1c4b1 Binary files /dev/null and b/App/The app/Microsoft.UI.Input.dll differ diff --git a/App/The app/Microsoft.UI.Text.winmd b/App/The app/Microsoft.UI.Text.winmd new file mode 100644 index 0000000000000000000000000000000000000000..d7b66638241582430b985d95397496b0f2083d04 Binary files /dev/null and b/App/The app/Microsoft.UI.Text.winmd differ diff --git a/App/The app/Microsoft.UI.Windowing.Core.dll b/App/The app/Microsoft.UI.Windowing.Core.dll new file mode 100644 index 0000000000000000000000000000000000000000..f67dabd0c9d7e76dd3fae20750f21e517707e74e Binary files /dev/null and b/App/The app/Microsoft.UI.Windowing.Core.dll differ diff --git a/App/The app/Microsoft.UI.Windowing.dll b/App/The app/Microsoft.UI.Windowing.dll new file mode 100644 index 0000000000000000000000000000000000000000..f3efb29ac5129fe3ebc225ec8cade5ed375fd45c Binary files /dev/null and b/App/The app/Microsoft.UI.Windowing.dll differ diff --git a/App/The app/Microsoft.UI.Xaml.Controls.dll b/App/The app/Microsoft.UI.Xaml.Controls.dll new file mode 100644 index 0000000000000000000000000000000000000000..ea4ea7944129e6a99a3c1325b7b7c5defc5277cf Binary files /dev/null and b/App/The app/Microsoft.UI.Xaml.Controls.dll differ diff --git a/App/The app/Microsoft.UI.Xaml.Controls.pri b/App/The app/Microsoft.UI.Xaml.Controls.pri new file mode 100644 index 0000000000000000000000000000000000000000..7c531883fb887642c8072bc8b490771fecb40934 Binary files /dev/null and b/App/The app/Microsoft.UI.Xaml.Controls.pri differ diff --git a/App/The app/Microsoft.UI.Xaml.Internal.dll b/App/The app/Microsoft.UI.Xaml.Internal.dll new file mode 100644 index 0000000000000000000000000000000000000000..943fa400dd9201241ccaabd06ca99b9070ed9d0e Binary files /dev/null and b/App/The app/Microsoft.UI.Xaml.Internal.dll differ diff --git a/App/The app/Microsoft.UI.Xaml.Phone.dll b/App/The app/Microsoft.UI.Xaml.Phone.dll new file mode 100644 index 0000000000000000000000000000000000000000..915ae13db96190e98a09133592baf3af531cdeaf Binary files /dev/null and b/App/The app/Microsoft.UI.Xaml.Phone.dll differ diff --git a/App/The app/Microsoft.UI.Xaml.winmd b/App/The app/Microsoft.UI.Xaml.winmd new file mode 100644 index 0000000000000000000000000000000000000000..d28b477c85c3fead6fe8d403cf2202e1f900bdde Binary files /dev/null and b/App/The app/Microsoft.UI.Xaml.winmd differ diff --git a/App/The app/Microsoft.UI.Xaml/Assets/NoiseAsset_256x256_PNG.png b/App/The app/Microsoft.UI.Xaml/Assets/NoiseAsset_256x256_PNG.png new file mode 100644 index 0000000000000000000000000000000000000000..41de173d9014b38f8290acf270c490b37fc79a60 Binary files /dev/null and b/App/The app/Microsoft.UI.Xaml/Assets/NoiseAsset_256x256_PNG.png differ diff --git a/App/The app/Microsoft.UI.Xaml/Assets/map.html b/App/The app/Microsoft.UI.Xaml/Assets/map.html new file mode 100644 index 0000000000000000000000000000000000000000..43a49ace5a5c2db0e97f41a415645fbd57409ed7 --- /dev/null +++ b/App/The app/Microsoft.UI.Xaml/Assets/map.html @@ -0,0 +1,293 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <link href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.css" rel="stylesheet" /> + <script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.js"></script> + <script src="https://atlas.microsoft.com/sdk/javascript/service/2/atlas-service.min.js"></script> +</head> + +<style> + html, + body { + width: 100%; + height: 100%; + padding: 0; + margin: 0; + overflow: hidden; + font-family: segoeui; + } + + #mapContainer { + position: relative; + width: 100%; + height: 100%; + } +</style> + +<body> + <div id="mapContainer"></div> + + <script> + var map; + var symbolLayers = []; + var layersData = {}; + var pointsData = []; + var dataSource; + + function initializeMap(longitude, latitude, mapServiceToken) { + try { + //Initialize a map instance. + map = new atlas.Map('mapContainer', { + center: [longitude, latitude], + zoom: 3, + view: 'Auto', + + //Add authentication details for connecting to Azure Maps. + // Note: an invalid token doesn't seem to throw any errors. + authOptions: { + authType: 'subscriptionKey', + subscriptionKey: mapServiceToken + } + }); + + map.events.add('ready', function () { + dataSource = new atlas.source.DataSource(); + map.sources.add(dataSource); + }); + } + catch (error) { + sendErrorInfo(error); + } + } + + function addSymbolLayer() { + try { + var layerSource = new atlas.source.DataSource(); + var newLayer = new atlas.layer.SymbolLayer(layerSource, null); + + layersData[newLayer.getId()] = layerSource; + pointsData[newLayer.getId()] = {}; + symbolLayers.push(newLayer); + + map.events.add('ready', function () { + map.sources.add(layerSource); + map.layers.add(newLayer); + map.events.add('click', newLayer, sendPushpinClickInfo); + }); + + } + catch (error) { + sendErrorInfo(error); + } + return newLayer.getId(); + } + + function addPoint(longitude, latitude, layerId) { + var point = new atlas.Shape(new atlas.data.Point([longitude, latitude])); + try { + map.events.add('ready', function () { + layersData[layerId].add([point]); + pointsData[layersData][point.getId()] = point; + }); + } + catch (error) { + sendErrorInfo(error); + } + + return point.getId(); + } + + function updatePoint(longitude, latitude, pointId, layerId) { + try { + map.events.add('ready', function () { + pointsData[layerId][pointId].setCoordinates([longitude, latitude]); + + logSymbolLayers(); + }); + } + catch (error) { + sendErrorInfo(error); + } + } + + function removePoint(pointId, layerId) { + try { + map.events.add( 'ready', function() { + delete pointsData[layerId][pointId]; + layersData[layerId].remove(pointId); + }); + } + catch (error) { + sendErrorInfo(error); + } + } + + function clearLayer(layerId) { + try { + map.events.add( 'ready', function() { + layersData[layerId].clear(); + pointsData[layerId] = {}; + }); + } + catch (error) { + sendErrorInfo(error); + } + } + + function clearMap() { + try { + map.events.add( 'ready', function() { + symbolLayers = []; + layersData = {}; + pointsData = {}; + }); + } + catch (error) { + sendErrorInfo(error); + } + } + + function interactiveControlsVisible(enable) { + if (enable) { + map.controls.add([ + new atlas.control.ZoomControl(), + new atlas.control.CompassControl(), + new atlas.control.PitchControl(), + new atlas.control.StyleControl() + ], { + position: "top-right" + }); + } else { + map.controls.clear(); + } + } + + function updateCenter(latitude, longitude) { + try { + map.setCamera({ + center: [longitude, latitude] + }); + } + catch (error) { + sendErrorInfo(error); + } + } + + function updateZoom(level) { + try { + map.setCamera({ + zoom: level + }); + } + catch (error) { + sendErrorInfo(error); + } + } + + function updateMapServiceToken(mapServiceToken) { + try { + clearMap(); + var location = map.getCamera().center; + longitude = location[0]; + latitude = location[1]; + // create a new map with the new API key + initializeMap(longitude, latitude, mapServiceToken); + } catch (error) { + sendErrorInfo(error); + } + } + + function sendPushpinClickInfo(e) { + var latitude = e.position[1]; + var longitude = e.position[0]; + var layerClicked = 0; + var pointClicked = 0; + try { + var layer = map.layers.getLayerById(e.layerId); + for (var i = 0; i < symbolLayers.length; i++) { + if (layer == symbolLayers[i]){ + layerClicked = i; + } + } + var layer = layersData[e.layerId]; + for (var pointId in layer) { + var pointCoordinate = layer[pointId].getCoordinates(); + if (pointCoordinate[0] == longitude && pointCoordinate[1] == latitude) { + pointClicked = pointId; + } + } + } + catch (error) { + sendErrorInfo(error); + } + + const coordinate = { + "latitude": latitude, + "longitude": longitude, + } + const message = { + "type": "pushpinClickEvent", + "coordinate": coordinate, + "layer": layerClicked, + "point": pointClicked, + "text": "Pushpin clicked!" + }; + + window.chrome.webview.postMessage(message); + } + + function getMapLayers() { + try { + layers = map.layers.getLayers(); + console.log("Number of layers: " + layers.length + "\n"); + // print out the name and type of each layer + for (var i = 0; i < layers.length; i++) { + if (layers[i] instanceof atlas.layer.SymbolLayer) { + console.log(layers[i].getId() + " is a SymbolLayer\n"); + console.log("Source: " + layers[i].getSource() + "\n"); + } + } + } + catch (error) { + sendErrorInfo(error); + } + } + + function logSymbolLayers() { + try { + // print out each symbolLayer in symbolLayers by id + console.log("Number of symbol layers: " + symbolLayers.length + "\n"); + for (var i = 0; i < symbolLayers.length; i++) { + console.log("Id: " + symbolLayers[i].getId() + "\n"); + } + } + catch (error) { + sendErrorInfo(error); + } + } + + function getSymbolLayers() { + return symbolLayers; + } + + function sendErrorInfo(e) { + console.log(e); + const coordinate = { + "latitude": 0, + "longitude": 0, + } + + const message = { + "type": "javascriptError", + "coordinate": coordinate, + "text": e.stack + }; + + window.chrome.webview.postMessage(message); + } + + </script> +</body> + +</html> \ No newline at end of file diff --git a/App/The app/Microsoft.UI.dll b/App/The app/Microsoft.UI.dll new file mode 100644 index 0000000000000000000000000000000000000000..abebe4cec85edc54afd26fa220c1a2ad38a4f7d2 Binary files /dev/null and b/App/The app/Microsoft.UI.dll differ diff --git a/App/The app/Microsoft.UI.winmd b/App/The app/Microsoft.UI.winmd new file mode 100644 index 0000000000000000000000000000000000000000..522a927f3d1468aba0978ba57957e04d7cf41e57 Binary files /dev/null and b/App/The app/Microsoft.UI.winmd differ diff --git a/App/The app/Microsoft.VisualBasic.Core.dll b/App/The app/Microsoft.VisualBasic.Core.dll new file mode 100644 index 0000000000000000000000000000000000000000..b4d4870fe23bb7adc7d3858c79da894ff96c5e49 Binary files /dev/null and b/App/The app/Microsoft.VisualBasic.Core.dll differ diff --git a/App/The app/Microsoft.VisualBasic.Forms.dll b/App/The app/Microsoft.VisualBasic.Forms.dll new file mode 100644 index 0000000000000000000000000000000000000000..839dc15c7f98459381cadcc399e9788223ae2ff1 Binary files /dev/null and b/App/The app/Microsoft.VisualBasic.Forms.dll differ diff --git a/App/The app/Microsoft.VisualBasic.dll b/App/The app/Microsoft.VisualBasic.dll new file mode 100644 index 0000000000000000000000000000000000000000..ac93085cf111ccfe4b94e44c484586115a0ea444 Binary files /dev/null and b/App/The app/Microsoft.VisualBasic.dll differ diff --git a/App/The app/Microsoft.Web.WebView2.Core.dll b/App/The app/Microsoft.Web.WebView2.Core.dll new file mode 100644 index 0000000000000000000000000000000000000000..7608773c0a09029fb2f7b94b08e74246f61494c2 Binary files /dev/null and b/App/The app/Microsoft.Web.WebView2.Core.dll differ diff --git a/App/The app/Microsoft.Web.WebView2.Core.winmd b/App/The app/Microsoft.Web.WebView2.Core.winmd new file mode 100644 index 0000000000000000000000000000000000000000..f290263af6313f2fa7928ddd1611cff2f8700470 Binary files /dev/null and b/App/The app/Microsoft.Web.WebView2.Core.winmd differ diff --git a/App/The app/Microsoft.Win32.Primitives.dll b/App/The app/Microsoft.Win32.Primitives.dll new file mode 100644 index 0000000000000000000000000000000000000000..17680337c2e250beb9c6c6c7db39186d97678b72 Binary files /dev/null and b/App/The app/Microsoft.Win32.Primitives.dll differ diff --git a/App/The app/Microsoft.Win32.Registry.AccessControl.dll b/App/The app/Microsoft.Win32.Registry.AccessControl.dll new file mode 100644 index 0000000000000000000000000000000000000000..e06d61408c5e30ff1863d4d3778620f57250a04d Binary files /dev/null and b/App/The app/Microsoft.Win32.Registry.AccessControl.dll differ diff --git a/App/The app/Microsoft.Win32.Registry.dll b/App/The app/Microsoft.Win32.Registry.dll new file mode 100644 index 0000000000000000000000000000000000000000..1e5960e241ddca4f7faef9f2e94731c098f0a154 Binary files /dev/null and b/App/The app/Microsoft.Win32.Registry.dll differ diff --git a/App/The app/Microsoft.Win32.SystemEvents.dll b/App/The app/Microsoft.Win32.SystemEvents.dll new file mode 100644 index 0000000000000000000000000000000000000000..957bd7f7f7c315444ba367faafa3f2fdd5e1a325 Binary files /dev/null and b/App/The app/Microsoft.Win32.SystemEvents.dll differ diff --git a/App/The app/Microsoft.WinUI.dll b/App/The app/Microsoft.WinUI.dll new file mode 100644 index 0000000000000000000000000000000000000000..5ce2577ab96a93405f8594d66b9d7b4aa1078028 Binary files /dev/null and b/App/The app/Microsoft.WinUI.dll differ diff --git a/App/The app/Microsoft.Windows.AppLifecycle.Projection.dll b/App/The app/Microsoft.Windows.AppLifecycle.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..828bd498132550e6deac9e8940f6f06ecb38e1d0 Binary files /dev/null and b/App/The app/Microsoft.Windows.AppLifecycle.Projection.dll differ diff --git a/App/The app/Microsoft.Windows.AppLifecycle.winmd b/App/The app/Microsoft.Windows.AppLifecycle.winmd new file mode 100644 index 0000000000000000000000000000000000000000..c6bd7d5a00bf8dc62bbad980fef2480ba6496691 Binary files /dev/null and b/App/The app/Microsoft.Windows.AppLifecycle.winmd differ diff --git a/App/The app/Microsoft.Windows.AppNotifications.Builder.Projection.dll b/App/The app/Microsoft.Windows.AppNotifications.Builder.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..39ab84f13f2824ac2a97596bb65105a7d4029c30 Binary files /dev/null and b/App/The app/Microsoft.Windows.AppNotifications.Builder.Projection.dll differ diff --git a/App/The app/Microsoft.Windows.AppNotifications.Builder.winmd b/App/The app/Microsoft.Windows.AppNotifications.Builder.winmd new file mode 100644 index 0000000000000000000000000000000000000000..400d7bdb54155dc170434b817356359c1ce5f049 Binary files /dev/null and b/App/The app/Microsoft.Windows.AppNotifications.Builder.winmd differ diff --git a/App/The app/Microsoft.Windows.AppNotifications.Projection.dll b/App/The app/Microsoft.Windows.AppNotifications.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..05e3db25465f293eee6564a7423deaba7e1f7d24 Binary files /dev/null and b/App/The app/Microsoft.Windows.AppNotifications.Projection.dll differ diff --git a/App/The app/Microsoft.Windows.AppNotifications.winmd b/App/The app/Microsoft.Windows.AppNotifications.winmd new file mode 100644 index 0000000000000000000000000000000000000000..3c303be5a2a06f00b9c1f99c4f0103a96d215e00 Binary files /dev/null and b/App/The app/Microsoft.Windows.AppNotifications.winmd differ diff --git a/App/The app/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll b/App/The app/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..84121a29037cc898ecc6e7672f031058fc414a72 Binary files /dev/null and b/App/The app/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll differ diff --git a/App/The app/Microsoft.Windows.ApplicationModel.DynamicDependency.winmd b/App/The app/Microsoft.Windows.ApplicationModel.DynamicDependency.winmd new file mode 100644 index 0000000000000000000000000000000000000000..c4f9aa36ccb6b0446842f3cf43b9aa525491c8c2 Binary files /dev/null and b/App/The app/Microsoft.Windows.ApplicationModel.DynamicDependency.winmd differ diff --git a/App/The app/Microsoft.Windows.ApplicationModel.Resources.Projection.dll b/App/The app/Microsoft.Windows.ApplicationModel.Resources.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..dd90f6369eabf15063a3f1b57f0948c97f3c346d Binary files /dev/null and b/App/The app/Microsoft.Windows.ApplicationModel.Resources.Projection.dll differ diff --git a/App/The app/Microsoft.Windows.ApplicationModel.Resources.dll b/App/The app/Microsoft.Windows.ApplicationModel.Resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..44e7d1c3841b5d62ffb7c5a47af5d3a22fa59b0b Binary files /dev/null and b/App/The app/Microsoft.Windows.ApplicationModel.Resources.dll differ diff --git a/App/The app/Microsoft.Windows.ApplicationModel.Resources.winmd b/App/The app/Microsoft.Windows.ApplicationModel.Resources.winmd new file mode 100644 index 0000000000000000000000000000000000000000..cb10912c7f90722356146725622820c57cccc661 Binary files /dev/null and b/App/The app/Microsoft.Windows.ApplicationModel.Resources.winmd differ diff --git a/App/The app/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll b/App/The app/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..55d07090a0759f100666db3558d0a1765f433dd8 Binary files /dev/null and b/App/The app/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll differ diff --git a/App/The app/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.winmd b/App/The app/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.winmd new file mode 100644 index 0000000000000000000000000000000000000000..45e06462302bad5143c51bf20cfd274a74b9f5f4 Binary files /dev/null and b/App/The app/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.winmd differ diff --git a/App/The app/Microsoft.Windows.Management.Deployment.Projection.dll b/App/The app/Microsoft.Windows.Management.Deployment.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..0ad61b6a7868591f9b9b90b8556a2fcfead9e950 Binary files /dev/null and b/App/The app/Microsoft.Windows.Management.Deployment.Projection.dll differ diff --git a/App/The app/Microsoft.Windows.Management.Deployment.winmd b/App/The app/Microsoft.Windows.Management.Deployment.winmd new file mode 100644 index 0000000000000000000000000000000000000000..b695a7ee0223bcaf7474b7781e750f1f9971d1ef Binary files /dev/null and b/App/The app/Microsoft.Windows.Management.Deployment.winmd differ diff --git a/App/The app/Microsoft.Windows.PushNotifications.Projection.dll b/App/The app/Microsoft.Windows.PushNotifications.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..d42ef73af9629c216252b00e422e72b0d9ea6879 Binary files /dev/null and b/App/The app/Microsoft.Windows.PushNotifications.Projection.dll differ diff --git a/App/The app/Microsoft.Windows.PushNotifications.winmd b/App/The app/Microsoft.Windows.PushNotifications.winmd new file mode 100644 index 0000000000000000000000000000000000000000..9421dcdf469a6214808ca6b9b450176432db260e Binary files /dev/null and b/App/The app/Microsoft.Windows.PushNotifications.winmd differ diff --git a/App/The app/Microsoft.Windows.SDK.NET.dll b/App/The app/Microsoft.Windows.SDK.NET.dll new file mode 100644 index 0000000000000000000000000000000000000000..2a7744782a96512fc94b48fb64542a5084fa0bac Binary files /dev/null and b/App/The app/Microsoft.Windows.SDK.NET.dll differ diff --git a/App/The app/Microsoft.Windows.Security.AccessControl.Projection.dll b/App/The app/Microsoft.Windows.Security.AccessControl.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..03dc70345a1afb1de1e80551a7d3d52c463af57c Binary files /dev/null and b/App/The app/Microsoft.Windows.Security.AccessControl.Projection.dll differ diff --git a/App/The app/Microsoft.Windows.Security.AccessControl.winmd b/App/The app/Microsoft.Windows.Security.AccessControl.winmd new file mode 100644 index 0000000000000000000000000000000000000000..732c3defd310a00240ffd1b13595ef8ea532cc95 Binary files /dev/null and b/App/The app/Microsoft.Windows.Security.AccessControl.winmd differ diff --git a/App/The app/Microsoft.Windows.System.Power.Projection.dll b/App/The app/Microsoft.Windows.System.Power.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..ca09fce229f43a53be02b7407c969bd8f639e4a1 Binary files /dev/null and b/App/The app/Microsoft.Windows.System.Power.Projection.dll differ diff --git a/App/The app/Microsoft.Windows.System.Power.winmd b/App/The app/Microsoft.Windows.System.Power.winmd new file mode 100644 index 0000000000000000000000000000000000000000..b0a932e10e48301a5b317bf72e380dc17d9e872d Binary files /dev/null and b/App/The app/Microsoft.Windows.System.Power.winmd differ diff --git a/App/The app/Microsoft.Windows.System.Projection.dll b/App/The app/Microsoft.Windows.System.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..a5e66ac09d300a8c4745eb16188474f2f5e73720 Binary files /dev/null and b/App/The app/Microsoft.Windows.System.Projection.dll differ diff --git a/App/The app/Microsoft.Windows.System.winmd b/App/The app/Microsoft.Windows.System.winmd new file mode 100644 index 0000000000000000000000000000000000000000..a90fc342785e8f31d054dedb68fb878c3ab7daaa Binary files /dev/null and b/App/The app/Microsoft.Windows.System.winmd differ diff --git a/App/The app/Microsoft.Windows.Widgets.Projection.dll b/App/The app/Microsoft.Windows.Widgets.Projection.dll new file mode 100644 index 0000000000000000000000000000000000000000..2fdf320f34b9623e897621c39dafef55c8f764fd Binary files /dev/null and b/App/The app/Microsoft.Windows.Widgets.Projection.dll differ diff --git a/App/The app/Microsoft.Windows.Widgets.dll b/App/The app/Microsoft.Windows.Widgets.dll new file mode 100644 index 0000000000000000000000000000000000000000..15e13cba731cc6a9641848273757a9a3a76b5b5e Binary files /dev/null and b/App/The app/Microsoft.Windows.Widgets.dll differ diff --git a/App/The app/Microsoft.Windows.Widgets.winmd b/App/The app/Microsoft.Windows.Widgets.winmd new file mode 100644 index 0000000000000000000000000000000000000000..9e3d21203d8ecfc676c758768d115a4153f6abb9 Binary files /dev/null and b/App/The app/Microsoft.Windows.Widgets.winmd differ diff --git a/App/The app/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll b/App/The app/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll new file mode 100644 index 0000000000000000000000000000000000000000..593ec3b2868dfe267c8c2bb5f4831cd312b66958 Binary files /dev/null and b/App/The app/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll differ diff --git a/App/The app/Microsoft.WindowsAppRuntime.Bootstrap.dll b/App/The app/Microsoft.WindowsAppRuntime.Bootstrap.dll new file mode 100644 index 0000000000000000000000000000000000000000..41a7a1143175001e4985d648a7efd4444ffcb8f6 Binary files /dev/null and b/App/The app/Microsoft.WindowsAppRuntime.Bootstrap.dll differ diff --git a/App/The app/Microsoft.WindowsAppRuntime.Insights.Resource.dll b/App/The app/Microsoft.WindowsAppRuntime.Insights.Resource.dll new file mode 100644 index 0000000000000000000000000000000000000000..66bca5948c07ea7555e30b66fa3cac6b505edb1b Binary files /dev/null and b/App/The app/Microsoft.WindowsAppRuntime.Insights.Resource.dll differ diff --git a/App/The app/Microsoft.WindowsAppRuntime.dll b/App/The app/Microsoft.WindowsAppRuntime.dll new file mode 100644 index 0000000000000000000000000000000000000000..e0fedb26a4470215bbd4f4e8209463ca2689554e Binary files /dev/null and b/App/The app/Microsoft.WindowsAppRuntime.dll differ diff --git a/App/The app/Microsoft.ui.xaml.dll b/App/The app/Microsoft.ui.xaml.dll new file mode 100644 index 0000000000000000000000000000000000000000..299ed2b1dc6efb10876bc734a94047a0d493936b Binary files /dev/null and b/App/The app/Microsoft.ui.xaml.dll differ diff --git a/App/The app/Microsoft.ui.xaml.resources.19h1.dll b/App/The app/Microsoft.ui.xaml.resources.19h1.dll new file mode 100644 index 0000000000000000000000000000000000000000..66637ec5910b32b7b5b4e1b695b8521e738e8e95 Binary files /dev/null and b/App/The app/Microsoft.ui.xaml.resources.19h1.dll differ diff --git a/App/The app/Microsoft.ui.xaml.resources.common.dll b/App/The app/Microsoft.ui.xaml.resources.common.dll new file mode 100644 index 0000000000000000000000000000000000000000..eff38223f0ad12b39ada3e464616b695c2e71a54 Binary files /dev/null and b/App/The app/Microsoft.ui.xaml.resources.common.dll differ diff --git a/App/The app/OpenSans-Regular.ttf b/App/The app/OpenSans-Regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..ba487fed57907cdfe053acc3ce6c087734c301cf Binary files /dev/null and b/App/The app/OpenSans-Regular.ttf differ diff --git a/App/The app/OpenSans-Semibold.ttf b/App/The app/OpenSans-Semibold.ttf new file mode 100644 index 0000000000000000000000000000000000000000..8fe2c596152b0b5fed469c3081e03245a2d588e4 Binary files /dev/null and b/App/The app/OpenSans-Semibold.ttf differ diff --git a/App/The app/PenImc_cor3.dll b/App/The app/PenImc_cor3.dll new file mode 100644 index 0000000000000000000000000000000000000000..4a051c524910140f1c43b9a43f9a893e90da3fa0 Binary files /dev/null and b/App/The app/PenImc_cor3.dll differ diff --git a/App/The app/Plugin.BLE.dll b/App/The app/Plugin.BLE.dll new file mode 100644 index 0000000000000000000000000000000000000000..3f127ff6d5629af1e66f3bd0f103c7f6d30f8e2b Binary files /dev/null and b/App/The app/Plugin.BLE.dll differ diff --git a/App/The app/PresentationCore.dll b/App/The app/PresentationCore.dll new file mode 100644 index 0000000000000000000000000000000000000000..705d7908f933ab5ee1fb78890a8a75033310edde Binary files /dev/null and b/App/The app/PresentationCore.dll differ diff --git a/App/The app/PresentationFramework-SystemCore.dll b/App/The app/PresentationFramework-SystemCore.dll new file mode 100644 index 0000000000000000000000000000000000000000..ec864b381d9738e9b2b7ab38de5c1d689c6f58fa Binary files /dev/null and b/App/The app/PresentationFramework-SystemCore.dll differ diff --git a/App/The app/PresentationFramework-SystemData.dll b/App/The app/PresentationFramework-SystemData.dll new file mode 100644 index 0000000000000000000000000000000000000000..de760841eb8072173d018e289c9240830eda07b5 Binary files /dev/null and b/App/The app/PresentationFramework-SystemData.dll differ diff --git a/App/The app/PresentationFramework-SystemDrawing.dll b/App/The app/PresentationFramework-SystemDrawing.dll new file mode 100644 index 0000000000000000000000000000000000000000..edbb98d649d97d78107e3b79ec20fca06769e5e2 Binary files /dev/null and b/App/The app/PresentationFramework-SystemDrawing.dll differ diff --git a/App/The app/PresentationFramework-SystemXml.dll b/App/The app/PresentationFramework-SystemXml.dll new file mode 100644 index 0000000000000000000000000000000000000000..6618a7ab8ca14f2fa7e884e5c153082d3de21fa0 Binary files /dev/null and b/App/The app/PresentationFramework-SystemXml.dll differ diff --git a/App/The app/PresentationFramework-SystemXmlLinq.dll b/App/The app/PresentationFramework-SystemXmlLinq.dll new file mode 100644 index 0000000000000000000000000000000000000000..bc88a0c6f236eb3457f4d172449cc8b3bf66e115 Binary files /dev/null and b/App/The app/PresentationFramework-SystemXmlLinq.dll differ diff --git a/App/The app/PresentationFramework.Aero.dll b/App/The app/PresentationFramework.Aero.dll new file mode 100644 index 0000000000000000000000000000000000000000..257f6c892bee55145b4fdd221d83a4d0bd82835f Binary files /dev/null and b/App/The app/PresentationFramework.Aero.dll differ diff --git a/App/The app/PresentationFramework.Aero2.dll b/App/The app/PresentationFramework.Aero2.dll new file mode 100644 index 0000000000000000000000000000000000000000..7d1addf101e76b5a1e36303c78fc10b702f46fe9 Binary files /dev/null and b/App/The app/PresentationFramework.Aero2.dll differ diff --git a/App/The app/PresentationFramework.AeroLite.dll b/App/The app/PresentationFramework.AeroLite.dll new file mode 100644 index 0000000000000000000000000000000000000000..2c997a94efbc57d30896ed52ec422936233fad35 Binary files /dev/null and b/App/The app/PresentationFramework.AeroLite.dll differ diff --git a/App/The app/PresentationFramework.Classic.dll b/App/The app/PresentationFramework.Classic.dll new file mode 100644 index 0000000000000000000000000000000000000000..2a70ac810bbbedae6ae2a0589dfd57f4a46d3f0d Binary files /dev/null and b/App/The app/PresentationFramework.Classic.dll differ diff --git a/App/The app/PresentationFramework.Luna.dll b/App/The app/PresentationFramework.Luna.dll new file mode 100644 index 0000000000000000000000000000000000000000..eb482ef5ca90287d124a24a5f256f71f2534a114 Binary files /dev/null and b/App/The app/PresentationFramework.Luna.dll differ diff --git a/App/The app/PresentationFramework.Royale.dll b/App/The app/PresentationFramework.Royale.dll new file mode 100644 index 0000000000000000000000000000000000000000..edb8255a8e49d834df460dfbbd7a0e0b38b335d6 Binary files /dev/null and b/App/The app/PresentationFramework.Royale.dll differ diff --git a/App/The app/PresentationFramework.dll b/App/The app/PresentationFramework.dll new file mode 100644 index 0000000000000000000000000000000000000000..e6e08b5c77075740161b731ef7d92d6ac7d6c060 Binary files /dev/null and b/App/The app/PresentationFramework.dll differ diff --git a/App/The app/PresentationNative_cor3.dll b/App/The app/PresentationNative_cor3.dll new file mode 100644 index 0000000000000000000000000000000000000000..9779e64d750b9f44234b3ae0a1a4a79030b26af9 Binary files /dev/null and b/App/The app/PresentationNative_cor3.dll differ diff --git a/App/The app/PresentationUI.dll b/App/The app/PresentationUI.dll new file mode 100644 index 0000000000000000000000000000000000000000..0be21f3ae4fbe8448296bea28cdd7be6f999651d Binary files /dev/null and b/App/The app/PresentationUI.dll differ diff --git a/App/The app/PushNotificationsLongRunningTask.ProxyStub.dll b/App/The app/PushNotificationsLongRunningTask.ProxyStub.dll new file mode 100644 index 0000000000000000000000000000000000000000..8339f3b431571b7a0c1d9756a449ab17dcbf880d Binary files /dev/null and b/App/The app/PushNotificationsLongRunningTask.ProxyStub.dll differ diff --git a/App/The app/ReachFramework.dll b/App/The app/ReachFramework.dll new file mode 100644 index 0000000000000000000000000000000000000000..5d8bc32c21afb32caf0c020b6ffd313b668bb5b1 Binary files /dev/null and b/App/The app/ReachFramework.dll differ diff --git a/App/The app/RestartAgent.exe b/App/The app/RestartAgent.exe new file mode 100644 index 0000000000000000000000000000000000000000..eef25cfd1ac9ee5b81deff7032f739a6b18ec0b9 Binary files /dev/null and b/App/The app/RestartAgent.exe differ diff --git a/App/The app/RobobinApp.deps.json b/App/The app/RobobinApp.deps.json new file mode 100644 index 0000000000000000000000000000000000000000..bba266e9173e73cf19be5a65d7157703ceed0504 --- /dev/null +++ b/App/The app/RobobinApp.deps.json @@ -0,0 +1,2024 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0/win-x64", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": {}, + ".NETCoreApp,Version=v8.0/win-x64": { + "RobobinApp/1.0": { + "dependencies": { + "Microsoft.Extensions.Logging.Console": "8.0.1", + "Microsoft.Extensions.Logging.Debug": "8.0.1", + "Microsoft.Maui.Controls": "8.0.91", + "Microsoft.Maui.Controls.Compatibility": "8.0.91", + "Microsoft.Maui.Essentials": "8.0.91", + "Microsoft.Maui.Resizetizer": "8.0.91", + "Plugin.BLE": "3.1.0", + "Shiny": "2.7.3", + "Shiny.BluetoothLE": "3.3.3", + "Shiny.Hosting.Maui": "3.3.3", + "SkiaSharp.Views.Maui.Controls": "2.88.8", + "SkiaSharp.Views.Maui.Core": "2.88.8", + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "8.0.10", + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "8.0.10", + "runtimepack.Microsoft.Windows.SDK.NET.Ref": "10.0.19041.44" + }, + "runtime": { + "RobobinApp.dll": {} + } + }, + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/8.0.10": { + "runtime": { + "Microsoft.CSharp.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "Microsoft.VisualBasic.Core.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.1024.46610" + }, + "Microsoft.Win32.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "Microsoft.Win32.Registry.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.AppContext.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Buffers.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Collections.Concurrent.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Collections.Immutable.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Collections.NonGeneric.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Collections.Specialized.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Collections.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.ComponentModel.Annotations.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.ComponentModel.DataAnnotations.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.ComponentModel.EventBasedAsync.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.ComponentModel.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.ComponentModel.TypeConverter.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.ComponentModel.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Configuration.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Console.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Core.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Data.Common.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Data.DataSetExtensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Data.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Diagnostics.Contracts.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Diagnostics.Debug.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Diagnostics.FileVersionInfo.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Diagnostics.Process.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Diagnostics.StackTrace.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Diagnostics.TextWriterTraceListener.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Diagnostics.Tools.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Diagnostics.TraceSource.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Diagnostics.Tracing.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Drawing.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Dynamic.Runtime.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Formats.Asn1.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Formats.Tar.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Globalization.Calendars.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Globalization.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Globalization.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.Compression.Brotli.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.Compression.FileSystem.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.Compression.ZipFile.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.Compression.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.FileSystem.AccessControl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.FileSystem.DriveInfo.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.FileSystem.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.FileSystem.Watcher.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.FileSystem.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.IsolatedStorage.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.MemoryMappedFiles.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.Pipes.AccessControl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.Pipes.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.UnmanagedMemoryStream.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.IO.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Linq.Expressions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Linq.Parallel.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Linq.Queryable.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Linq.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Memory.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.Http.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.Http.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.HttpListener.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.Mail.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.NameResolution.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.NetworkInformation.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.Ping.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.Quic.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.Requests.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.Security.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.ServicePoint.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.Sockets.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.WebClient.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.WebHeaderCollection.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.WebProxy.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.WebSockets.Client.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.WebSockets.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Net.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Numerics.Vectors.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Numerics.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.ObjectModel.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Private.CoreLib.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Private.DataContractSerialization.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Private.Uri.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Private.Xml.Linq.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Private.Xml.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Reflection.DispatchProxy.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Reflection.Emit.ILGeneration.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Reflection.Emit.Lightweight.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Reflection.Emit.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Reflection.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Reflection.Metadata.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Reflection.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Reflection.TypeExtensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Reflection.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Resources.Reader.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Resources.ResourceManager.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Resources.Writer.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.CompilerServices.VisualC.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.Handles.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.InteropServices.JavaScript.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.InteropServices.RuntimeInformation.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.InteropServices.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.Intrinsics.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.Loader.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.Numerics.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.Serialization.Formatters.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.Serialization.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.Serialization.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.Serialization.Xml.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Runtime.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.AccessControl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Claims.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Cryptography.Algorithms.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Cryptography.Cng.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Cryptography.Csp.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Cryptography.Encoding.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Cryptography.OpenSsl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Cryptography.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Cryptography.X509Certificates.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Cryptography.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Principal.Windows.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Principal.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.SecureString.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.ServiceModel.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.ServiceProcess.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Text.Encoding.CodePages.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Text.Encoding.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Text.Encoding.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Text.Encodings.Web.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Text.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Text.RegularExpressions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Threading.Channels.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Threading.Overlapped.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Threading.Tasks.Dataflow.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Threading.Tasks.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Threading.Tasks.Parallel.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Threading.Tasks.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Threading.Thread.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Threading.ThreadPool.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Threading.Timer.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Threading.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Transactions.Local.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Transactions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.ValueTuple.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Web.HttpUtility.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Windows.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Xml.Linq.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Xml.ReaderWriter.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Xml.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Xml.XDocument.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Xml.XPath.XDocument.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Xml.XPath.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Xml.XmlDocument.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Xml.XmlSerializer.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Xml.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "mscorlib.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "netstandard.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "8.0.1024.46610" + } + }, + "native": { + "Microsoft.DiaSymReader.Native.amd64.dll": { + "fileVersion": "14.40.33810.0" + }, + "System.IO.Compression.Native.dll": { + "fileVersion": "8.0.1024.46610" + }, + "clretwrc.dll": { + "fileVersion": "8.0.1024.46610" + }, + "clrgc.dll": { + "fileVersion": "8.0.1024.46610" + }, + "clrjit.dll": { + "fileVersion": "8.0.1024.46610" + }, + "coreclr.dll": { + "fileVersion": "8.0.1024.46610" + }, + "createdump.exe": { + "fileVersion": "8.0.1024.46610" + }, + "hostfxr.dll": { + "fileVersion": "8.0.1024.46610" + }, + "hostpolicy.dll": { + "fileVersion": "8.0.1024.46610" + }, + "mscordaccore.dll": { + "fileVersion": "8.0.1024.46610" + }, + "mscordaccore_amd64_amd64_8.0.1024.46610.dll": { + "fileVersion": "8.0.1024.46610" + }, + "mscordbi.dll": { + "fileVersion": "8.0.1024.46610" + }, + "mscorrc.dll": { + "fileVersion": "8.0.1024.46610" + }, + "msquic.dll": { + "fileVersion": "2.3.5.0" + } + } + }, + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/8.0.10": { + "runtime": { + "Accessibility.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "8.0.1024.46803" + }, + "DirectWriteForwarder.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "Microsoft.VisualBasic.Forms.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46803" + }, + "Microsoft.VisualBasic.dll": { + "assemblyVersion": "10.1.0.0", + "fileVersion": "8.0.1024.46803" + }, + "Microsoft.Win32.Registry.AccessControl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "Microsoft.Win32.SystemEvents.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "PresentationCore.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationFramework-SystemCore.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationFramework-SystemData.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationFramework-SystemDrawing.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationFramework-SystemXml.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationFramework-SystemXmlLinq.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationFramework.Aero.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationFramework.Aero2.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationFramework.AeroLite.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationFramework.Classic.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationFramework.Luna.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationFramework.Royale.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationFramework.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "PresentationUI.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "ReachFramework.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "System.CodeDom.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Configuration.ConfigurationManager.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Design.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46803" + }, + "System.Diagnostics.EventLog.Messages.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "0.0.0.0" + }, + "System.Diagnostics.EventLog.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Diagnostics.PerformanceCounter.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.DirectoryServices.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Drawing.Common.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46803" + }, + "System.Drawing.Design.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46803" + }, + "System.Drawing.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46803" + }, + "System.IO.Packaging.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Printing.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "System.Resources.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Cryptography.Pkcs.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Cryptography.ProtectedData.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Cryptography.Xml.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Security.Permissions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Threading.AccessControl.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Windows.Controls.Ribbon.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "System.Windows.Extensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + }, + "System.Windows.Forms.Design.Editors.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46803" + }, + "System.Windows.Forms.Design.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46803" + }, + "System.Windows.Forms.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46803" + }, + "System.Windows.Forms.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46803" + }, + "System.Windows.Input.Manipulations.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "System.Windows.Presentation.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "System.Xaml.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "UIAutomationClient.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "UIAutomationClientSideProviders.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "UIAutomationProvider.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "UIAutomationTypes.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "WindowsBase.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + }, + "WindowsFormsIntegration.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46810" + } + }, + "native": { + "D3DCompiler_47_cor3.dll": { + "fileVersion": "10.0.22621.3233" + }, + "PenImc_cor3.dll": { + "fileVersion": "8.0.1024.46810" + }, + "PresentationNative_cor3.dll": { + "fileVersion": "8.0.24.36504" + }, + "vcruntime140_cor3.dll": { + "fileVersion": "14.40.33810.0" + }, + "wpfgfx_cor3.dll": { + "fileVersion": "8.0.1024.46810" + } + } + }, + "runtimepack.Microsoft.Windows.SDK.NET.Ref/10.0.19041.44": { + "runtime": { + "Microsoft.Windows.SDK.NET.dll": { + "assemblyVersion": "10.0.19041.38", + "fileVersion": "10.0.19041.43" + }, + "WinRT.Runtime.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "2.1.2.47512" + } + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.2": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.724.31311" + } + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.Logging/8.0.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.2": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.Logging.Configuration/8.0.1": { + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Logging": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Configuration.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.Logging.Console/8.0.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Logging": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Logging.Configuration": "8.0.1", + "Microsoft.Extensions.Options": "8.0.2" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Console.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.Logging.Debug/8.0.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Logging": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Debug.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.Options/8.0.2": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.224.6711" + } + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.2", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "Microsoft.Graphics.Win2D/1.2.0": { + "dependencies": { + "Microsoft.WindowsAppSDK": "1.5.240802000" + }, + "runtime": { + "lib/net6.0-windows10.0.19041.0/Microsoft.Graphics.Canvas.Interop.dll": { + "assemblyVersion": "1.2.0.0", + "fileVersion": "1.2.0.0" + } + }, + "native": { + "runtimes/win-x64/native/Microsoft.Graphics.Canvas.dll": { + "fileVersion": "1.2.0.0" + } + } + }, + "Microsoft.IO.RecyclableMemoryStream/3.0.1": { + "runtime": { + "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "assemblyVersion": "3.0.1.0", + "fileVersion": "3.0.1.0" + } + } + }, + "Microsoft.Maui.Controls/8.0.91": { + "dependencies": { + "Microsoft.Maui.Controls.Build.Tasks": "8.0.91", + "Microsoft.Maui.Controls.Core": "8.0.91", + "Microsoft.Maui.Controls.Xaml": "8.0.91", + "Microsoft.Maui.Resizetizer": "8.0.91" + } + }, + "Microsoft.Maui.Controls.Build.Tasks/8.0.91": { + "dependencies": { + "Microsoft.Maui.Controls.Core": "8.0.91", + "Microsoft.Maui.Controls.Xaml": "8.0.91" + } + }, + "Microsoft.Maui.Controls.Compatibility/8.0.91": { + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Maui.Controls.Core": "8.0.91", + "Microsoft.Maui.Controls.Xaml": "8.0.91" + }, + "runtime": { + "lib/net8.0-windows10.0.19041/Microsoft.Maui.Controls.Compatibility.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "8.0.9124.47501" + } + } + }, + "Microsoft.Maui.Controls.Core/8.0.91": { + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.1", + "Microsoft.Extensions.Logging": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Maui.Core": "8.0.91" + }, + "runtime": { + "lib/net8.0-windows10.0.19041/Microsoft.Maui.Controls.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "8.0.9124.47501" + } + }, + "resources": { + "lib/net8.0-windows10.0.19041/ar/Microsoft.Maui.Controls.resources.dll": { + "locale": "ar" + }, + "lib/net8.0-windows10.0.19041/ca/Microsoft.Maui.Controls.resources.dll": { + "locale": "ca" + }, + "lib/net8.0-windows10.0.19041/cs/Microsoft.Maui.Controls.resources.dll": { + "locale": "cs" + }, + "lib/net8.0-windows10.0.19041/da/Microsoft.Maui.Controls.resources.dll": { + "locale": "da" + }, + "lib/net8.0-windows10.0.19041/de/Microsoft.Maui.Controls.resources.dll": { + "locale": "de" + }, + "lib/net8.0-windows10.0.19041/el/Microsoft.Maui.Controls.resources.dll": { + "locale": "el" + }, + "lib/net8.0-windows10.0.19041/es/Microsoft.Maui.Controls.resources.dll": { + "locale": "es" + }, + "lib/net8.0-windows10.0.19041/fi/Microsoft.Maui.Controls.resources.dll": { + "locale": "fi" + }, + "lib/net8.0-windows10.0.19041/fr/Microsoft.Maui.Controls.resources.dll": { + "locale": "fr" + }, + "lib/net8.0-windows10.0.19041/he/Microsoft.Maui.Controls.resources.dll": { + "locale": "he" + }, + "lib/net8.0-windows10.0.19041/hi/Microsoft.Maui.Controls.resources.dll": { + "locale": "hi" + }, + "lib/net8.0-windows10.0.19041/hr/Microsoft.Maui.Controls.resources.dll": { + "locale": "hr" + }, + "lib/net8.0-windows10.0.19041/hu/Microsoft.Maui.Controls.resources.dll": { + "locale": "hu" + }, + "lib/net8.0-windows10.0.19041/id/Microsoft.Maui.Controls.resources.dll": { + "locale": "id" + }, + "lib/net8.0-windows10.0.19041/it/Microsoft.Maui.Controls.resources.dll": { + "locale": "it" + }, + "lib/net8.0-windows10.0.19041/ja/Microsoft.Maui.Controls.resources.dll": { + "locale": "ja" + }, + "lib/net8.0-windows10.0.19041/ko/Microsoft.Maui.Controls.resources.dll": { + "locale": "ko" + }, + "lib/net8.0-windows10.0.19041/ms/Microsoft.Maui.Controls.resources.dll": { + "locale": "ms" + }, + "lib/net8.0-windows10.0.19041/nb/Microsoft.Maui.Controls.resources.dll": { + "locale": "nb" + }, + "lib/net8.0-windows10.0.19041/nl/Microsoft.Maui.Controls.resources.dll": { + "locale": "nl" + }, + "lib/net8.0-windows10.0.19041/pl/Microsoft.Maui.Controls.resources.dll": { + "locale": "pl" + }, + "lib/net8.0-windows10.0.19041/pt-BR/Microsoft.Maui.Controls.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0-windows10.0.19041/pt/Microsoft.Maui.Controls.resources.dll": { + "locale": "pt" + }, + "lib/net8.0-windows10.0.19041/ro/Microsoft.Maui.Controls.resources.dll": { + "locale": "ro" + }, + "lib/net8.0-windows10.0.19041/ru/Microsoft.Maui.Controls.resources.dll": { + "locale": "ru" + }, + "lib/net8.0-windows10.0.19041/sk/Microsoft.Maui.Controls.resources.dll": { + "locale": "sk" + }, + "lib/net8.0-windows10.0.19041/sv/Microsoft.Maui.Controls.resources.dll": { + "locale": "sv" + }, + "lib/net8.0-windows10.0.19041/th/Microsoft.Maui.Controls.resources.dll": { + "locale": "th" + }, + "lib/net8.0-windows10.0.19041/tr/Microsoft.Maui.Controls.resources.dll": { + "locale": "tr" + }, + "lib/net8.0-windows10.0.19041/uk/Microsoft.Maui.Controls.resources.dll": { + "locale": "uk" + }, + "lib/net8.0-windows10.0.19041/vi/Microsoft.Maui.Controls.resources.dll": { + "locale": "vi" + }, + "lib/net8.0-windows10.0.19041/zh-HK/Microsoft.Maui.Controls.resources.dll": { + "locale": "zh-HK" + }, + "lib/net8.0-windows10.0.19041/zh-Hans/Microsoft.Maui.Controls.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0-windows10.0.19041/zh-Hant/Microsoft.Maui.Controls.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.Maui.Controls.Xaml/8.0.91": { + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Maui.Controls.Core": "8.0.91", + "Microsoft.Maui.Core": "8.0.91" + }, + "runtime": { + "lib/net8.0-windows10.0.19041/Microsoft.Maui.Controls.Xaml.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "8.0.9124.47501" + } + } + }, + "Microsoft.Maui.Core/8.0.91": { + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.1", + "Microsoft.Extensions.Logging": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Graphics.Win2D": "1.2.0", + "Microsoft.Maui.Essentials": "8.0.91", + "Microsoft.Maui.Graphics": "8.0.91", + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "8.0.91", + "Microsoft.Windows.SDK.BuildTools": "10.0.22621.756", + "Microsoft.WindowsAppSDK": "1.5.240802000" + }, + "runtime": { + "lib/net8.0-windows10.0.19041/Microsoft.Maui.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "8.0.9124.47501" + } + } + }, + "Microsoft.Maui.Essentials/8.0.91": { + "dependencies": { + "Microsoft.Maui.Graphics": "8.0.91", + "Microsoft.WindowsAppSDK": "1.5.240802000" + }, + "runtime": { + "lib/net8.0-windows10.0.19041/Microsoft.Maui.Essentials.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "8.0.9124.47501" + } + } + }, + "Microsoft.Maui.Graphics/8.0.91": { + "dependencies": { + "Microsoft.Graphics.Win2D": "1.2.0", + "Microsoft.IO.RecyclableMemoryStream": "3.0.1", + "Microsoft.WindowsAppSDK": "1.5.240802000" + }, + "runtime": { + "lib/net8.0-windows10.0.19041/Microsoft.Maui.Graphics.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "8.0.9124.47501" + } + } + }, + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/8.0.91": { + "dependencies": { + "Microsoft.Graphics.Win2D": "1.2.0", + "Microsoft.Maui.Graphics": "8.0.91", + "Microsoft.WindowsAppSDK": "1.5.240802000" + }, + "runtime": { + "lib/net8.0-windows10.0.19041/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "8.0.9124.47501" + } + } + }, + "Microsoft.Maui.Resizetizer/8.0.91": {}, + "Microsoft.Windows.SDK.BuildTools/10.0.22621.756": {}, + "Microsoft.WindowsAppSDK/1.5.240802000": { + "dependencies": { + "Microsoft.Windows.SDK.BuildTools": "10.0.22621.756" + }, + "runtime": { + "lib/net6.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": { + "assemblyVersion": "10.0.0.0", + "fileVersion": "10.0.26105.1006" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.WinUI.dll": { + "assemblyVersion": "3.0.0.0", + "fileVersion": "3.0.0.2408" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": { + "assemblyVersion": "1.5.0.0", + "fileVersion": "1.5.0.0" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Builder.Projection.dll": { + "assemblyVersion": "1.5.0.0", + "fileVersion": "1.5.0.0" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": { + "assemblyVersion": "1.5.0.0", + "fileVersion": "1.5.0.0" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": { + "assemblyVersion": "1.5.0.0", + "fileVersion": "1.5.0.0" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": { + "assemblyVersion": "1.5.0.0", + "fileVersion": "1.5.0.0" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": { + "assemblyVersion": "1.5.0.0", + "fileVersion": "1.5.0.0" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Management.Deployment.Projection.dll": { + "assemblyVersion": "1.5.0.0", + "fileVersion": "1.5.0.0" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": { + "assemblyVersion": "1.5.0.0", + "fileVersion": "1.5.0.0" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Security.AccessControl.Projection.dll": { + "assemblyVersion": "1.5.0.0", + "fileVersion": "1.5.0.0" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": { + "assemblyVersion": "1.5.0.0", + "fileVersion": "1.5.0.0" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": { + "assemblyVersion": "1.5.0.0", + "fileVersion": "1.5.0.0" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.Windows.Widgets.Projection.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + }, + "lib/net6.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": { + "assemblyVersion": "1.5.0.0", + "fileVersion": "1.5.0.0" + } + }, + "native": { + "runtimes/win-x64/native/Microsoft.WindowsAppRuntime.Bootstrap.dll": { + "fileVersion": "1.5.0.0" + } + } + }, + "Plugin.BLE/3.1.0": { + "runtime": { + "lib/net8.0-windows10.0.19041/Plugin.BLE.dll": { + "assemblyVersion": "3.1.0.0", + "fileVersion": "3.1.0.0" + } + } + }, + "Shiny/2.7.3": { + "dependencies": { + "Shiny.Core": "3.3.3" + }, + "runtime": { + "lib/netstandard2.0/Shiny.dll": { + "assemblyVersion": "2.7.3.1", + "fileVersion": "2.7.3.1" + } + } + }, + "Shiny.BluetoothLE/3.3.3": { + "dependencies": { + "Shiny.BluetoothLE.Common": "3.3.3", + "Shiny.Core": "3.3.3" + }, + "runtime": { + "lib/net8.0-windows10.0.19041/Shiny.BluetoothLE.dll": { + "assemblyVersion": "3.3.3.1", + "fileVersion": "3.3.3.1" + } + } + }, + "Shiny.BluetoothLE.Common/3.3.3": { + "dependencies": { + "Shiny.Core": "3.3.3" + }, + "runtime": { + "lib/net8.0/Shiny.BluetoothLE.Common.dll": { + "assemblyVersion": "3.3.3.1", + "fileVersion": "3.3.3.1" + } + } + }, + "Shiny.Core/3.3.3": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.1", + "Microsoft.Extensions.Logging": "8.0.1", + "System.Reactive": "6.0.0" + }, + "runtime": { + "lib/net8.0-windows10.0.19041/Shiny.Core.dll": { + "assemblyVersion": "3.3.3.1", + "fileVersion": "3.3.3.1" + } + } + }, + "Shiny.Hosting.Maui/3.3.3": { + "dependencies": { + "Microsoft.Maui.Core": "8.0.91", + "Shiny.Core": "3.3.3" + }, + "runtime": { + "lib/net8.0-windows10.0.19041/Shiny.Hosting.Maui.dll": { + "assemblyVersion": "3.3.3.1", + "fileVersion": "3.3.3.1" + } + } + }, + "SkiaSharp/2.88.8": { + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.8", + "SkiaSharp.NativeAssets.macOS": "2.88.8" + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "assemblyVersion": "2.88.0.0", + "fileVersion": "2.88.8.0" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.8": {}, + "SkiaSharp.NativeAssets.Win32/2.88.8": { + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": { + "fileVersion": "0.0.0.0" + } + } + }, + "SkiaSharp.Views.Maui.Controls/2.88.8": { + "dependencies": { + "SkiaSharp.Views.Maui.Core": "2.88.8" + }, + "runtime": { + "lib/net6.0-windows10.0.18362.0/SkiaSharp.Views.Maui.Controls.dll": { + "assemblyVersion": "2.88.0.0", + "fileVersion": "2.88.8.0" + } + } + }, + "SkiaSharp.Views.Maui.Core/2.88.8": { + "dependencies": { + "SkiaSharp": "2.88.8", + "SkiaSharp.Views.WinUI": "2.88.8" + }, + "runtime": { + "lib/net6.0-windows10.0.18362.0/SkiaSharp.Views.Maui.Core.dll": { + "assemblyVersion": "2.88.0.0", + "fileVersion": "2.88.8.0" + } + } + }, + "SkiaSharp.Views.WinUI/2.88.8": { + "dependencies": { + "Microsoft.WindowsAppSDK": "1.5.240802000", + "SkiaSharp": "2.88.8" + }, + "runtime": { + "lib/net6.0-windows10.0.19041.0/SkiaSharp.Views.Windows.dll": { + "assemblyVersion": "2.88.0.0", + "fileVersion": "2.88.8.0" + } + } + }, + "System.Reactive/6.0.0": { + "runtime": { + "lib/net6.0-windows10.0.19041/System.Reactive.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.0.1" + } + } + } + } + }, + "libraries": { + "RobobinApp/1.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/8.0.10": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/8.0.10": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.Windows.SDK.NET.Ref/10.0.19041.44": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "path": "microsoft.extensions.configuration/8.0.0", + "hashPath": "microsoft.extensions.configuration.8.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Binder/8.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7IQhGK+wjyGrNsPBjJcZwWAr+Wf6D4+TwOptUt77bWtgNkiV8tDEbhFS+dDamtQFZ2X7kWG9m71iZQRj2x3zgQ==", + "path": "microsoft.extensions.configuration.binder/8.0.2", + "hashPath": "microsoft.extensions.configuration.binder.8.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection/8.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BmANAnR5Xd4Oqw7yQ75xOAYODybZQRzdeNucg7kS5wWKd2PNnMdYtJ2Vciy0QLylRmv42DGl5+AFL9izA6F1Rw==", + "path": "microsoft.extensions.dependencyinjection/8.0.1", + "hashPath": "microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Logging/8.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4x+pzsQEbqxhNf1QYRr5TDkLP9UsLT3A6MdRKDDEgrW7h1ljiEPgTNhKYUhNCCAaVpQECVQ+onA91PTPnIp6Lw==", + "path": "microsoft.extensions.logging/8.0.1", + "hashPath": "microsoft.extensions.logging.8.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==", + "path": "microsoft.extensions.logging.abstractions/8.0.2", + "hashPath": "microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Configuration/8.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QWwTrsgOnJMmn+XUslm8D2H1n3PkP/u/v52FODtyBc/k4W9r3i2vcXXeeX/upnzllJYRRbrzVzT0OclfNJtBJA==", + "path": "microsoft.extensions.logging.configuration/8.0.1", + "hashPath": "microsoft.extensions.logging.configuration.8.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Console/8.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-uzcg/5U2eLyn5LIKlERkdSxw6VPC1yydnOSQiRRWGBGN3kphq3iL4emORzrojScDmxRhv49gp5BI8U3Dz7y4iA==", + "path": "microsoft.extensions.logging.console/8.0.1", + "hashPath": "microsoft.extensions.logging.console.8.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Debug/8.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-B8hqNuYudC2RB+L/DI33uO4rf5by41fZVdcVL2oZj0UyoAZqnwTwYHp1KafoH4nkl1/23piNeybFFASaV2HkFg==", + "path": "microsoft.extensions.logging.debug/8.0.1", + "hashPath": "microsoft.extensions.logging.debug.8.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Options/8.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==", + "path": "microsoft.extensions.options/8.0.2", + "hashPath": "microsoft.extensions.options.8.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", + "path": "microsoft.extensions.options.configurationextensions/8.0.0", + "hashPath": "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "path": "microsoft.extensions.primitives/8.0.0", + "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512" + }, + "Microsoft.Graphics.Win2D/1.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7bAo8ObjCy/br0eW0nONRfVKehJu5aDe/KQekWeNXslwTOO2rhrIfWaVGepsXyVqmqwHoLJ31g1HsT7FLdBCoQ==", + "path": "microsoft.graphics.win2d/1.2.0", + "hashPath": "microsoft.graphics.win2d.1.2.0.nupkg.sha512" + }, + "Microsoft.IO.RecyclableMemoryStream/3.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-s/s20YTVY9r9TPfTrN5g8zPF1YhwxyqO6PxUkrYTGI2B+OGPe9AdajWZrLhFqXIvqIW23fnUE4+ztrUWNU1+9g==", + "path": "microsoft.io.recyclablememorystream/3.0.1", + "hashPath": "microsoft.io.recyclablememorystream.3.0.1.nupkg.sha512" + }, + "Microsoft.Maui.Controls/8.0.91": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gqyrGqSQfYF2SMOS/jpWTBK7KVNsm8p4LvREATKXgEYuLN6ivrOXC+E4TrZaILEiVXB4pQr+kbb7ewzAVjSbeg==", + "path": "microsoft.maui.controls/8.0.91", + "hashPath": "microsoft.maui.controls.8.0.91.nupkg.sha512" + }, + "Microsoft.Maui.Controls.Build.Tasks/8.0.91": { + "type": "package", + "serviceable": true, + "sha512": "sha512-is+MHVT02RSJxhBSAx1Z7xTXnalADGpsS2TDUCsgOEjsWrpzDoYwvqk9Yh/eHnvmDHzenMeWAvK7CLmAlaIlIQ==", + "path": "microsoft.maui.controls.build.tasks/8.0.91", + "hashPath": "microsoft.maui.controls.build.tasks.8.0.91.nupkg.sha512" + }, + "Microsoft.Maui.Controls.Compatibility/8.0.91": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Cpmplu8tnIGg20d7V5fxTL2lhBDe3oBV1NV10rf6jXZptA/LJh2lrNsLM9/3X/1vKTL+oEnhoVNgXFPFiNOOTg==", + "path": "microsoft.maui.controls.compatibility/8.0.91", + "hashPath": "microsoft.maui.controls.compatibility.8.0.91.nupkg.sha512" + }, + "Microsoft.Maui.Controls.Core/8.0.91": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9dEmHV7FK9PdqUkZJw9nQIwYuN9Itk27+DiiH7ZcH5DhKM4VtaA8RzkOkHgdbOplGg0/OnFSK2c3agHWxDWAAw==", + "path": "microsoft.maui.controls.core/8.0.91", + "hashPath": "microsoft.maui.controls.core.8.0.91.nupkg.sha512" + }, + "Microsoft.Maui.Controls.Xaml/8.0.91": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mTz5EGfhpkv3KPHYBPeCm6PWHN+xWAMsH1KCPM/KQfTY53tWVW6Ocp8gnty0A9a3JQ1QISHSxjcnesKV+RPd+w==", + "path": "microsoft.maui.controls.xaml/8.0.91", + "hashPath": "microsoft.maui.controls.xaml.8.0.91.nupkg.sha512" + }, + "Microsoft.Maui.Core/8.0.91": { + "type": "package", + "serviceable": true, + "sha512": "sha512-582OKTQ6ZyM47EXyNd1P6qL+W9zfOyUQbqJOAsHi6gpgiXJiRRB+/PcnFxkxDybKFz/LC0SwndOpK5DchSjVjg==", + "path": "microsoft.maui.core/8.0.91", + "hashPath": "microsoft.maui.core.8.0.91.nupkg.sha512" + }, + "Microsoft.Maui.Essentials/8.0.91": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oLpAGwIsHXvy0iTXbeVVrFNFpJaPoTceoP/KgigrEal3PTHPfFqVgcayhsvzVMw+oMU0vDpcxjbbpBlSLG+Fiw==", + "path": "microsoft.maui.essentials/8.0.91", + "hashPath": "microsoft.maui.essentials.8.0.91.nupkg.sha512" + }, + "Microsoft.Maui.Graphics/8.0.91": { + "type": "package", + "serviceable": true, + "sha512": "sha512-p/LGI3YOcFjnBJaiKZFX0BwtWzh2RPVRQpfAT6Fd+hNViCtM8zJjIMmmFWurJnKK1wytC5AHRdZpfdELhrmugw==", + "path": "microsoft.maui.graphics/8.0.91", + "hashPath": "microsoft.maui.graphics.8.0.91.nupkg.sha512" + }, + "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/8.0.91": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jKrQmQR9daoAPLYJKjI6bt1S1mtsMRhWbhJomhvMEZFwfxv+p7YHYCF16hhEaa0Z/liQiIXM4xW670mF6gvI9Q==", + "path": "microsoft.maui.graphics.win2d.winui.desktop/8.0.91", + "hashPath": "microsoft.maui.graphics.win2d.winui.desktop.8.0.91.nupkg.sha512" + }, + "Microsoft.Maui.Resizetizer/8.0.91": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LJF4SsXD4CYk5/W+LxqSHy9CnteHAHuINTKdo2P0xdceZP2J4UZax5ZVPg9KVWBMlL1Gmfqq/sdrkbckgufkmA==", + "path": "microsoft.maui.resizetizer/8.0.91", + "hashPath": "microsoft.maui.resizetizer.8.0.91.nupkg.sha512" + }, + "Microsoft.Windows.SDK.BuildTools/10.0.22621.756": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7ZL2sFSioYm1Ry067Kw1hg0SCcW5kuVezC2SwjGbcPE61Nn+gTbH86T73G3LcEOVj0S3IZzNuE/29gZvOLS7VA==", + "path": "microsoft.windows.sdk.buildtools/10.0.22621.756", + "hashPath": "microsoft.windows.sdk.buildtools.10.0.22621.756.nupkg.sha512" + }, + "Microsoft.WindowsAppSDK/1.5.240802000": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XW6cNzbGKDuzn+iCY1L9pNDm3pF78te8PXjKWEYk+rgePVPV/j2otr75Q5NMbWzsMF461Qq7aPJZKUQAQJNISQ==", + "path": "microsoft.windowsappsdk/1.5.240802000", + "hashPath": "microsoft.windowsappsdk.1.5.240802000.nupkg.sha512" + }, + "Plugin.BLE/3.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vKwCqysb0FvPsF2pmNL5Qdw2WI+GwlUyF6U56Au6F7y3f2cnhec9RWD1XZg74zRk10LcGibwiRXoJLl5ry8XHw==", + "path": "plugin.ble/3.1.0", + "hashPath": "plugin.ble.3.1.0.nupkg.sha512" + }, + "Shiny/2.7.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PXnMoqB79ekOHKUalSH7HS1s2VSs3hGZUxRT8vWi8DxP0moTj3Q7njG883QuygfxzsRC1ZJvU/+5SeJ7H03w4A==", + "path": "shiny/2.7.3", + "hashPath": "shiny.2.7.3.nupkg.sha512" + }, + "Shiny.BluetoothLE/3.3.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VUGzG3oAkWdzCGMnjuD/ic0E+fXMNenEFjqzt0zW4EGWRTaThWeL9i2kCIAEpuVO6cuh8cFmT82pYArZcXE/YQ==", + "path": "shiny.bluetoothle/3.3.3", + "hashPath": "shiny.bluetoothle.3.3.3.nupkg.sha512" + }, + "Shiny.BluetoothLE.Common/3.3.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YbgDlvmfhcIcEvfmgR0rBudtC4lxD5TlxaO7dVxSCH33IuuMJ5i+60GsF0rSpLiyP8nQFT+ctkKuc4cEaQlEMg==", + "path": "shiny.bluetoothle.common/3.3.3", + "hashPath": "shiny.bluetoothle.common.3.3.3.nupkg.sha512" + }, + "Shiny.Core/3.3.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6mrZgNtiI8s01c419MW6rF7Bka2dUpUs/yZfcm3JCyt2hA8iySObH6uu38A+tDwdF52vUriOFnAoxLAcEzXcxQ==", + "path": "shiny.core/3.3.3", + "hashPath": "shiny.core.3.3.3.nupkg.sha512" + }, + "Shiny.Hosting.Maui/3.3.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XoWNq+dVlHy57GGhIqfMW33CTzsf1k+pjN9gztmnYFWRrYkBbbA+SxzumujrXaztLZ5q91U6QuAahCu/kYcd/g==", + "path": "shiny.hosting.maui/3.3.3", + "hashPath": "shiny.hosting.maui.3.3.3.nupkg.sha512" + }, + "SkiaSharp/2.88.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bRkp3uKp5ZI8gXYQT57uKwil1uobb2p8c69n7v5evlB/2JNcMAXVcw9DZAP5Ig3WSvgzGm2YSn27UVeOi05NlA==", + "path": "skiasharp/2.88.8", + "hashPath": "skiasharp.2.88.8.nupkg.sha512" + }, + "SkiaSharp.NativeAssets.macOS/2.88.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6Kn5TSkKlfyS6azWHF3Jk2sW5C4jCE5uSshM/5AbfFrR+5n6qM5XEnz9h4VaVl7LTxBvHvMkuPb/3bpbq0vxTw==", + "path": "skiasharp.nativeassets.macos/2.88.8", + "hashPath": "skiasharp.nativeassets.macos.2.88.8.nupkg.sha512" + }, + "SkiaSharp.NativeAssets.Win32/2.88.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-O9QXoWEXA+6cweR4h3BOnwMz+pO9vL9mXdjLrpDd0w1QzCgWmLQBxa1VgySDITiH7nQndrDG1h6937zm9pLj1Q==", + "path": "skiasharp.nativeassets.win32/2.88.8", + "hashPath": "skiasharp.nativeassets.win32.2.88.8.nupkg.sha512" + }, + "SkiaSharp.Views.Maui.Controls/2.88.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3erdv34NQE+c9Zis1ym1YtyNbNNL/r2THnXB8sHpoue/mVFzR1KCBXEvD48VCLRhX36L7xSzhojpf1G850B3cQ==", + "path": "skiasharp.views.maui.controls/2.88.8", + "hashPath": "skiasharp.views.maui.controls.2.88.8.nupkg.sha512" + }, + "SkiaSharp.Views.Maui.Core/2.88.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-s3E4c0VVHVGOWRtdUQ7M+0iYEm6KLTDaHKaZo8u2MbyJrPprGgNrvxETQCtM08aXEynxZq2nh7/MWHM78PVezQ==", + "path": "skiasharp.views.maui.core/2.88.8", + "hashPath": "skiasharp.views.maui.core.2.88.8.nupkg.sha512" + }, + "SkiaSharp.Views.WinUI/2.88.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Zg+EgdDeAn8E8kCdP7WpBkOvdUHLHzmekluXLg5d4FSP0jrBEBs0uWc+dvf3A+OKlewJJzBJQSR6+mUuZe9YFg==", + "path": "skiasharp.views.winui/2.88.8", + "hashPath": "skiasharp.views.winui.2.88.8.nupkg.sha512" + }, + "System.Reactive/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-31kfaW4ZupZzPsI5PVe77VhnvFF55qgma7KZr/E0iFTs6fmdhhG8j0mgEx620iLTey1EynOkEfnyTjtNEpJzGw==", + "path": "system.reactive/6.0.0", + "hashPath": "system.reactive.6.0.0.nupkg.sha512" + } + }, + "runtimes": { + "win-x64": [ + "win", + "any", + "base" + ], + "win-x64-aot": [ + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win10-x64": [ + "win10", + "win81-x64", + "win81", + "win8-x64", + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win10-x64-aot": [ + "win10-aot", + "win10-x64", + "win10", + "win81-x64-aot", + "win81-aot", + "win81-x64", + "win81", + "win8-x64-aot", + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win7-x64": [ + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win7-x64-aot": [ + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win8-x64": [ + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win8-x64-aot": [ + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win81-x64": [ + "win81", + "win8-x64", + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win81-x64-aot": [ + "win81-aot", + "win81-x64", + "win81", + "win8-x64-aot", + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ] + } +} \ No newline at end of file diff --git a/App/The app/RobobinApp.dll b/App/The app/RobobinApp.dll new file mode 100644 index 0000000000000000000000000000000000000000..dc58297003d35b966e7ed6ac0f9c86326ce91839 Binary files /dev/null and b/App/The app/RobobinApp.dll differ diff --git a/App/The app/RobobinApp.exe b/App/The app/RobobinApp.exe new file mode 100644 index 0000000000000000000000000000000000000000..05331445d601bb71b50b56024edcb6c0a96a0ca5 Binary files /dev/null and b/App/The app/RobobinApp.exe differ diff --git a/App/The app/RobobinApp.pdb b/App/The app/RobobinApp.pdb new file mode 100644 index 0000000000000000000000000000000000000000..41603a0c022bcea2fb84319ac86d4d348ce2c1da Binary files /dev/null and b/App/The app/RobobinApp.pdb differ diff --git a/App/The app/RobobinApp.runtimeconfig.json b/App/The app/RobobinApp.runtimeconfig.json new file mode 100644 index 0000000000000000000000000000000000000000..94e7aa9e8c41ce100a1dd112e7876bc99464b68c --- /dev/null +++ b/App/The app/RobobinApp.runtimeconfig.json @@ -0,0 +1,20 @@ +{ + "runtimeOptions": { + "tfm": "net8.0", + "includedFrameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "8.0.10" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "8.0.10" + } + ], + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false, + "System.Runtime.Loader.UseRidGraph": true + } + } +} \ No newline at end of file diff --git a/App/The app/Shiny.BluetoothLE.Common.dll b/App/The app/Shiny.BluetoothLE.Common.dll new file mode 100644 index 0000000000000000000000000000000000000000..e89846805e73bcf7616f6813fc21b8b202d20383 Binary files /dev/null and b/App/The app/Shiny.BluetoothLE.Common.dll differ diff --git a/App/The app/Shiny.BluetoothLE.dll b/App/The app/Shiny.BluetoothLE.dll new file mode 100644 index 0000000000000000000000000000000000000000..d39283f47de672116fe43fdeb66d1b7e3031c833 Binary files /dev/null and b/App/The app/Shiny.BluetoothLE.dll differ diff --git a/App/The app/Shiny.Core.dll b/App/The app/Shiny.Core.dll new file mode 100644 index 0000000000000000000000000000000000000000..8d841661be265055676065ad96a8e1fb3020b186 Binary files /dev/null and b/App/The app/Shiny.Core.dll differ diff --git a/App/The app/Shiny.Hosting.Maui.dll b/App/The app/Shiny.Hosting.Maui.dll new file mode 100644 index 0000000000000000000000000000000000000000..cf4e69f0c005b1eb93fc198aa2903d39150d94af Binary files /dev/null and b/App/The app/Shiny.Hosting.Maui.dll differ diff --git a/App/The app/Shiny.dll b/App/The app/Shiny.dll new file mode 100644 index 0000000000000000000000000000000000000000..cd2bd23f9ac5f917d4c491ac0e301c8e3a95e900 Binary files /dev/null and b/App/The app/Shiny.dll differ diff --git a/App/The app/SkiaSharp.Views.Maui.Controls.dll b/App/The app/SkiaSharp.Views.Maui.Controls.dll new file mode 100644 index 0000000000000000000000000000000000000000..538b4e29afc5aa6d5b4c6c98233de8e6c0b1de4d Binary files /dev/null and b/App/The app/SkiaSharp.Views.Maui.Controls.dll differ diff --git a/App/The app/SkiaSharp.Views.Maui.Core.dll b/App/The app/SkiaSharp.Views.Maui.Core.dll new file mode 100644 index 0000000000000000000000000000000000000000..27b10b3cc2c50a2cfed4561b700ff96d2e1d9096 Binary files /dev/null and b/App/The app/SkiaSharp.Views.Maui.Core.dll differ diff --git a/App/The app/SkiaSharp.Views.Windows.dll b/App/The app/SkiaSharp.Views.Windows.dll new file mode 100644 index 0000000000000000000000000000000000000000..09aa34705fc86d0dd2135cf9090eca1aaf48b171 Binary files /dev/null and b/App/The app/SkiaSharp.Views.Windows.dll differ diff --git a/App/The app/SkiaSharp.dll b/App/The app/SkiaSharp.dll new file mode 100644 index 0000000000000000000000000000000000000000..693c72b8aaae1e07780833f9750ee7f0a6c0f86f Binary files /dev/null and b/App/The app/SkiaSharp.dll differ diff --git a/App/The app/System.AppContext.dll b/App/The app/System.AppContext.dll new file mode 100644 index 0000000000000000000000000000000000000000..e14473ce90d2acaf1926eddd9e07a9fca5d58d13 Binary files /dev/null and b/App/The app/System.AppContext.dll differ diff --git a/App/The app/System.Buffers.dll b/App/The app/System.Buffers.dll new file mode 100644 index 0000000000000000000000000000000000000000..a511dd9aee10b2226d8d6e6f91a799cfdd3fb40f Binary files /dev/null and b/App/The app/System.Buffers.dll differ diff --git a/App/The app/System.CodeDom.dll b/App/The app/System.CodeDom.dll new file mode 100644 index 0000000000000000000000000000000000000000..337923ffd3a318aa2f669d1d46d87fd044a0d3a0 Binary files /dev/null and b/App/The app/System.CodeDom.dll differ diff --git a/App/The app/System.Collections.Concurrent.dll b/App/The app/System.Collections.Concurrent.dll new file mode 100644 index 0000000000000000000000000000000000000000..28097874bb73a74592d96d935d6c4fe43ddb87d1 Binary files /dev/null and b/App/The app/System.Collections.Concurrent.dll differ diff --git a/App/The app/System.Collections.Immutable.dll b/App/The app/System.Collections.Immutable.dll new file mode 100644 index 0000000000000000000000000000000000000000..80aac8a4c8e1605785e6cf07bfb36c8127f83362 Binary files /dev/null and b/App/The app/System.Collections.Immutable.dll differ diff --git a/App/The app/System.Collections.NonGeneric.dll b/App/The app/System.Collections.NonGeneric.dll new file mode 100644 index 0000000000000000000000000000000000000000..88e1dc13b28d3f989fccc7e205f78706bf589845 Binary files /dev/null and b/App/The app/System.Collections.NonGeneric.dll differ diff --git a/App/The app/System.Collections.Specialized.dll b/App/The app/System.Collections.Specialized.dll new file mode 100644 index 0000000000000000000000000000000000000000..cd13d1d2473f45d4d631ad394f3d86e7c4c1d63b Binary files /dev/null and b/App/The app/System.Collections.Specialized.dll differ diff --git a/App/The app/System.Collections.dll b/App/The app/System.Collections.dll new file mode 100644 index 0000000000000000000000000000000000000000..6c63bc1cbe52833a42409fd85dbd9222c302c302 Binary files /dev/null and b/App/The app/System.Collections.dll differ diff --git a/App/The app/System.ComponentModel.Annotations.dll b/App/The app/System.ComponentModel.Annotations.dll new file mode 100644 index 0000000000000000000000000000000000000000..4db9a7abf1d65ec682678f2dfe341ec74a2dc3da Binary files /dev/null and b/App/The app/System.ComponentModel.Annotations.dll differ diff --git a/App/The app/System.ComponentModel.DataAnnotations.dll b/App/The app/System.ComponentModel.DataAnnotations.dll new file mode 100644 index 0000000000000000000000000000000000000000..8438193e4598df0df1b0117663f54e6a78f4af0c Binary files /dev/null and b/App/The app/System.ComponentModel.DataAnnotations.dll differ diff --git a/App/The app/System.ComponentModel.EventBasedAsync.dll b/App/The app/System.ComponentModel.EventBasedAsync.dll new file mode 100644 index 0000000000000000000000000000000000000000..7cd0c3eb745af6f4a74cd4a988cfe9a9608937be Binary files /dev/null and b/App/The app/System.ComponentModel.EventBasedAsync.dll differ diff --git a/App/The app/System.ComponentModel.Primitives.dll b/App/The app/System.ComponentModel.Primitives.dll new file mode 100644 index 0000000000000000000000000000000000000000..699833483c7d8839dcac82cf264fc5aeee4e216e Binary files /dev/null and b/App/The app/System.ComponentModel.Primitives.dll differ diff --git a/App/The app/System.ComponentModel.TypeConverter.dll b/App/The app/System.ComponentModel.TypeConverter.dll new file mode 100644 index 0000000000000000000000000000000000000000..0d6f0977b42f661440e2987863a940d49e3a1d1d Binary files /dev/null and b/App/The app/System.ComponentModel.TypeConverter.dll differ diff --git a/App/The app/System.ComponentModel.dll b/App/The app/System.ComponentModel.dll new file mode 100644 index 0000000000000000000000000000000000000000..e084b7038040c85addba13366e8b9f3fd8c4155e Binary files /dev/null and b/App/The app/System.ComponentModel.dll differ diff --git a/App/The app/System.Configuration.ConfigurationManager.dll b/App/The app/System.Configuration.ConfigurationManager.dll new file mode 100644 index 0000000000000000000000000000000000000000..b51c1e22811c9b91d732155180aa12f93c5a9861 Binary files /dev/null and b/App/The app/System.Configuration.ConfigurationManager.dll differ diff --git a/App/The app/System.Configuration.dll b/App/The app/System.Configuration.dll new file mode 100644 index 0000000000000000000000000000000000000000..6d5183bdd4328b5a4dc1c2bdfa09c7d40c2ffacb Binary files /dev/null and b/App/The app/System.Configuration.dll differ diff --git a/App/The app/System.Console.dll b/App/The app/System.Console.dll new file mode 100644 index 0000000000000000000000000000000000000000..5908c727b08205e4318163f39acfedf4d766656b Binary files /dev/null and b/App/The app/System.Console.dll differ diff --git a/App/The app/System.Core.dll b/App/The app/System.Core.dll new file mode 100644 index 0000000000000000000000000000000000000000..a0c8111c5a12f63534cb263256789885d16c6b57 Binary files /dev/null and b/App/The app/System.Core.dll differ diff --git a/App/The app/System.Data.Common.dll b/App/The app/System.Data.Common.dll new file mode 100644 index 0000000000000000000000000000000000000000..ac7e8af9087683942024208f0ddd0b8fad72a890 Binary files /dev/null and b/App/The app/System.Data.Common.dll differ diff --git a/App/The app/System.Data.DataSetExtensions.dll b/App/The app/System.Data.DataSetExtensions.dll new file mode 100644 index 0000000000000000000000000000000000000000..de2ffe8e8e973fde6af7dc81d75cd4e996dbc450 Binary files /dev/null and b/App/The app/System.Data.DataSetExtensions.dll differ diff --git a/App/The app/System.Data.dll b/App/The app/System.Data.dll new file mode 100644 index 0000000000000000000000000000000000000000..723d9e3807f64331b4e86aae7c57eb55becad35b Binary files /dev/null and b/App/The app/System.Data.dll differ diff --git a/App/The app/System.Design.dll b/App/The app/System.Design.dll new file mode 100644 index 0000000000000000000000000000000000000000..b856f12c7a797fb1e720d40b64274bb865b7dd08 Binary files /dev/null and b/App/The app/System.Design.dll differ diff --git a/App/The app/System.Diagnostics.Contracts.dll b/App/The app/System.Diagnostics.Contracts.dll new file mode 100644 index 0000000000000000000000000000000000000000..52a1909a56dc7a65f795829891613a227093841b Binary files /dev/null and b/App/The app/System.Diagnostics.Contracts.dll differ diff --git a/App/The app/System.Diagnostics.Debug.dll b/App/The app/System.Diagnostics.Debug.dll new file mode 100644 index 0000000000000000000000000000000000000000..20a0b7064484b5e4e5e8a03cc055ee8f724aecc3 Binary files /dev/null and b/App/The app/System.Diagnostics.Debug.dll differ diff --git a/App/The app/System.Diagnostics.DiagnosticSource.dll b/App/The app/System.Diagnostics.DiagnosticSource.dll new file mode 100644 index 0000000000000000000000000000000000000000..949a49213191c0ad0fdd0518faef9cf58677149f Binary files /dev/null and b/App/The app/System.Diagnostics.DiagnosticSource.dll differ diff --git a/App/The app/System.Diagnostics.EventLog.Messages.dll b/App/The app/System.Diagnostics.EventLog.Messages.dll new file mode 100644 index 0000000000000000000000000000000000000000..414fd1f7f9916cdf4e7f2fc202607573acf9ba5e Binary files /dev/null and b/App/The app/System.Diagnostics.EventLog.Messages.dll differ diff --git a/App/The app/System.Diagnostics.EventLog.dll b/App/The app/System.Diagnostics.EventLog.dll new file mode 100644 index 0000000000000000000000000000000000000000..50f8889fe8e5b1c379d699190e1a53451e529108 Binary files /dev/null and b/App/The app/System.Diagnostics.EventLog.dll differ diff --git a/App/The app/System.Diagnostics.FileVersionInfo.dll b/App/The app/System.Diagnostics.FileVersionInfo.dll new file mode 100644 index 0000000000000000000000000000000000000000..f525de2a7ff56eceaa464e6a86bd0ae040b3d2cc Binary files /dev/null and b/App/The app/System.Diagnostics.FileVersionInfo.dll differ diff --git a/App/The app/System.Diagnostics.PerformanceCounter.dll b/App/The app/System.Diagnostics.PerformanceCounter.dll new file mode 100644 index 0000000000000000000000000000000000000000..c2de895c78bc754e61babd4a28046b73db6417e9 Binary files /dev/null and b/App/The app/System.Diagnostics.PerformanceCounter.dll differ diff --git a/App/The app/System.Diagnostics.Process.dll b/App/The app/System.Diagnostics.Process.dll new file mode 100644 index 0000000000000000000000000000000000000000..9abaa090a097cb0ef6266eb04c7209a88d96a201 Binary files /dev/null and b/App/The app/System.Diagnostics.Process.dll differ diff --git a/App/The app/System.Diagnostics.StackTrace.dll b/App/The app/System.Diagnostics.StackTrace.dll new file mode 100644 index 0000000000000000000000000000000000000000..5b1dc23450706dbd46a757da30544423206c1720 Binary files /dev/null and b/App/The app/System.Diagnostics.StackTrace.dll differ diff --git a/App/The app/System.Diagnostics.TextWriterTraceListener.dll b/App/The app/System.Diagnostics.TextWriterTraceListener.dll new file mode 100644 index 0000000000000000000000000000000000000000..7222f9a23ca56cc933251ce0239e18400fb10c8b Binary files /dev/null and b/App/The app/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/App/The app/System.Diagnostics.Tools.dll b/App/The app/System.Diagnostics.Tools.dll new file mode 100644 index 0000000000000000000000000000000000000000..83a366ea9547d4bc953d96677adc343084f3e646 Binary files /dev/null and b/App/The app/System.Diagnostics.Tools.dll differ diff --git a/App/The app/System.Diagnostics.TraceSource.dll b/App/The app/System.Diagnostics.TraceSource.dll new file mode 100644 index 0000000000000000000000000000000000000000..5943ea231112b4de8360da96f8439e36b2f32611 Binary files /dev/null and b/App/The app/System.Diagnostics.TraceSource.dll differ diff --git a/App/The app/System.Diagnostics.Tracing.dll b/App/The app/System.Diagnostics.Tracing.dll new file mode 100644 index 0000000000000000000000000000000000000000..2a568e8689de61320657f0045e3bfcb841ab74d3 Binary files /dev/null and b/App/The app/System.Diagnostics.Tracing.dll differ diff --git a/App/The app/System.DirectoryServices.dll b/App/The app/System.DirectoryServices.dll new file mode 100644 index 0000000000000000000000000000000000000000..c0041a7b02be36f8d427a4000d9aac6a3efb6e67 Binary files /dev/null and b/App/The app/System.DirectoryServices.dll differ diff --git a/App/The app/System.Drawing.Common.dll b/App/The app/System.Drawing.Common.dll new file mode 100644 index 0000000000000000000000000000000000000000..7ca9e28937645ead6b44beb2b6ee86c8e0446cc8 Binary files /dev/null and b/App/The app/System.Drawing.Common.dll differ diff --git a/App/The app/System.Drawing.Design.dll b/App/The app/System.Drawing.Design.dll new file mode 100644 index 0000000000000000000000000000000000000000..baad561b6d87a74a818c57282f44adfb68e51b1a Binary files /dev/null and b/App/The app/System.Drawing.Design.dll differ diff --git a/App/The app/System.Drawing.Primitives.dll b/App/The app/System.Drawing.Primitives.dll new file mode 100644 index 0000000000000000000000000000000000000000..2647df500b03ecfcbb2711973e9a7b201e6c2190 Binary files /dev/null and b/App/The app/System.Drawing.Primitives.dll differ diff --git a/App/The app/System.Drawing.dll b/App/The app/System.Drawing.dll new file mode 100644 index 0000000000000000000000000000000000000000..0bdf401b71bded51af0aad92c3798462cc182d08 Binary files /dev/null and b/App/The app/System.Drawing.dll differ diff --git a/App/The app/System.Dynamic.Runtime.dll b/App/The app/System.Dynamic.Runtime.dll new file mode 100644 index 0000000000000000000000000000000000000000..1314193d919546df245c2f2ba218d80446cb5be6 Binary files /dev/null and b/App/The app/System.Dynamic.Runtime.dll differ diff --git a/App/The app/System.Formats.Asn1.dll b/App/The app/System.Formats.Asn1.dll new file mode 100644 index 0000000000000000000000000000000000000000..a2f8e52f0371c53ac6f82d502284a8aa803d3cae Binary files /dev/null and b/App/The app/System.Formats.Asn1.dll differ diff --git a/App/The app/System.Formats.Tar.dll b/App/The app/System.Formats.Tar.dll new file mode 100644 index 0000000000000000000000000000000000000000..61f3d98fa18116719db832d0f19d8efe9741d629 Binary files /dev/null and b/App/The app/System.Formats.Tar.dll differ diff --git a/App/The app/System.Globalization.Calendars.dll b/App/The app/System.Globalization.Calendars.dll new file mode 100644 index 0000000000000000000000000000000000000000..9d6ae029bdd845136921d4f2d721071d86750fe9 Binary files /dev/null and b/App/The app/System.Globalization.Calendars.dll differ diff --git a/App/The app/System.Globalization.Extensions.dll b/App/The app/System.Globalization.Extensions.dll new file mode 100644 index 0000000000000000000000000000000000000000..1d18a83c547792b6c9468a0aa02d89be8e370d75 Binary files /dev/null and b/App/The app/System.Globalization.Extensions.dll differ diff --git a/App/The app/System.Globalization.dll b/App/The app/System.Globalization.dll new file mode 100644 index 0000000000000000000000000000000000000000..16f66516b4e325aa608f3c403a4e3057f3e3f741 Binary files /dev/null and b/App/The app/System.Globalization.dll differ diff --git a/App/The app/System.IO.Compression.Brotli.dll b/App/The app/System.IO.Compression.Brotli.dll new file mode 100644 index 0000000000000000000000000000000000000000..3e48ddb4ece529672a3b5ebd8b2a4743f04cdf9c Binary files /dev/null and b/App/The app/System.IO.Compression.Brotli.dll differ diff --git a/App/The app/System.IO.Compression.FileSystem.dll b/App/The app/System.IO.Compression.FileSystem.dll new file mode 100644 index 0000000000000000000000000000000000000000..f2aa8a81e889b424bb6ebaf1653a3a714498b30c Binary files /dev/null and b/App/The app/System.IO.Compression.FileSystem.dll differ diff --git a/App/The app/System.IO.Compression.Native.dll b/App/The app/System.IO.Compression.Native.dll new file mode 100644 index 0000000000000000000000000000000000000000..fccf293b848526dbf25f753616180c128b5d6c90 Binary files /dev/null and b/App/The app/System.IO.Compression.Native.dll differ diff --git a/App/The app/System.IO.Compression.ZipFile.dll b/App/The app/System.IO.Compression.ZipFile.dll new file mode 100644 index 0000000000000000000000000000000000000000..be1d5185898d5e304a5ef07e7665b55e76cb88ce Binary files /dev/null and b/App/The app/System.IO.Compression.ZipFile.dll differ diff --git a/App/The app/System.IO.Compression.dll b/App/The app/System.IO.Compression.dll new file mode 100644 index 0000000000000000000000000000000000000000..5eb49b87747ea01220ee21f86e614d0c1efa3e16 Binary files /dev/null and b/App/The app/System.IO.Compression.dll differ diff --git a/App/The app/System.IO.FileSystem.AccessControl.dll b/App/The app/System.IO.FileSystem.AccessControl.dll new file mode 100644 index 0000000000000000000000000000000000000000..965ca6223f0aa0c4c8b2982622f7f864d410c170 Binary files /dev/null and b/App/The app/System.IO.FileSystem.AccessControl.dll differ diff --git a/App/The app/System.IO.FileSystem.DriveInfo.dll b/App/The app/System.IO.FileSystem.DriveInfo.dll new file mode 100644 index 0000000000000000000000000000000000000000..38b77890ceb3c645e423706efa5d0b2516d2f4b2 Binary files /dev/null and b/App/The app/System.IO.FileSystem.DriveInfo.dll differ diff --git a/App/The app/System.IO.FileSystem.Primitives.dll b/App/The app/System.IO.FileSystem.Primitives.dll new file mode 100644 index 0000000000000000000000000000000000000000..bfe82532f6bf7458f316a2f15a0d954cebced105 Binary files /dev/null and b/App/The app/System.IO.FileSystem.Primitives.dll differ diff --git a/App/The app/System.IO.FileSystem.Watcher.dll b/App/The app/System.IO.FileSystem.Watcher.dll new file mode 100644 index 0000000000000000000000000000000000000000..143dd7f89084172e38e47eb3b27831b8edbc1185 Binary files /dev/null and b/App/The app/System.IO.FileSystem.Watcher.dll differ diff --git a/App/The app/System.IO.FileSystem.dll b/App/The app/System.IO.FileSystem.dll new file mode 100644 index 0000000000000000000000000000000000000000..12c3b25b751e46469851a2e3bd440faa866a6bb4 Binary files /dev/null and b/App/The app/System.IO.FileSystem.dll differ diff --git a/App/The app/System.IO.IsolatedStorage.dll b/App/The app/System.IO.IsolatedStorage.dll new file mode 100644 index 0000000000000000000000000000000000000000..9664a370d383bfa0ca4c0db3934be9f2a16a5ea4 Binary files /dev/null and b/App/The app/System.IO.IsolatedStorage.dll differ diff --git a/App/The app/System.IO.MemoryMappedFiles.dll b/App/The app/System.IO.MemoryMappedFiles.dll new file mode 100644 index 0000000000000000000000000000000000000000..7eae6e8fa56979c89fc08aa8737a4fb56c11647a Binary files /dev/null and b/App/The app/System.IO.MemoryMappedFiles.dll differ diff --git a/App/The app/System.IO.Packaging.dll b/App/The app/System.IO.Packaging.dll new file mode 100644 index 0000000000000000000000000000000000000000..ed00f239fe0a91ee78f58c6ff14f46c3aa089502 Binary files /dev/null and b/App/The app/System.IO.Packaging.dll differ diff --git a/App/The app/System.IO.Pipes.AccessControl.dll b/App/The app/System.IO.Pipes.AccessControl.dll new file mode 100644 index 0000000000000000000000000000000000000000..753a0c27ca74c6108d1c68d15f1d7cd475d120ee Binary files /dev/null and b/App/The app/System.IO.Pipes.AccessControl.dll differ diff --git a/App/The app/System.IO.Pipes.dll b/App/The app/System.IO.Pipes.dll new file mode 100644 index 0000000000000000000000000000000000000000..830a4ffa11f7d2bcb5812332fe17fcd9e8e6f791 Binary files /dev/null and b/App/The app/System.IO.Pipes.dll differ diff --git a/App/The app/System.IO.UnmanagedMemoryStream.dll b/App/The app/System.IO.UnmanagedMemoryStream.dll new file mode 100644 index 0000000000000000000000000000000000000000..cafdb1ac946a81b0c341a87fd1d7d6dd0bbd0515 Binary files /dev/null and b/App/The app/System.IO.UnmanagedMemoryStream.dll differ diff --git a/App/The app/System.IO.dll b/App/The app/System.IO.dll new file mode 100644 index 0000000000000000000000000000000000000000..4afb98c2c9aba4bef77dde5fb7f1418f7921c734 Binary files /dev/null and b/App/The app/System.IO.dll differ diff --git a/App/The app/System.Linq.Expressions.dll b/App/The app/System.Linq.Expressions.dll new file mode 100644 index 0000000000000000000000000000000000000000..568a567fbbe88a0f948b61f05dae6e5405ac2104 Binary files /dev/null and b/App/The app/System.Linq.Expressions.dll differ diff --git a/App/The app/System.Linq.Parallel.dll b/App/The app/System.Linq.Parallel.dll new file mode 100644 index 0000000000000000000000000000000000000000..7cbdc3dd822562398a323e53f7b9bbf7eebafcfc Binary files /dev/null and b/App/The app/System.Linq.Parallel.dll differ diff --git a/App/The app/System.Linq.Queryable.dll b/App/The app/System.Linq.Queryable.dll new file mode 100644 index 0000000000000000000000000000000000000000..02aac32038b9a1c6bb979d7eaf994924355d7ed3 Binary files /dev/null and b/App/The app/System.Linq.Queryable.dll differ diff --git a/App/The app/System.Linq.dll b/App/The app/System.Linq.dll new file mode 100644 index 0000000000000000000000000000000000000000..8538275c8ad9b5e1d1351d9b63bdb1ad727cd2a8 Binary files /dev/null and b/App/The app/System.Linq.dll differ diff --git a/App/The app/System.Memory.dll b/App/The app/System.Memory.dll new file mode 100644 index 0000000000000000000000000000000000000000..19e96e565e3f0fb76d00dbcb4bd1aef7155aa1bb Binary files /dev/null and b/App/The app/System.Memory.dll differ diff --git a/App/The app/System.Net.Http.Json.dll b/App/The app/System.Net.Http.Json.dll new file mode 100644 index 0000000000000000000000000000000000000000..fd9f8b8dc7927aee84230caff8a0251bfc014371 Binary files /dev/null and b/App/The app/System.Net.Http.Json.dll differ diff --git a/App/The app/System.Net.Http.dll b/App/The app/System.Net.Http.dll new file mode 100644 index 0000000000000000000000000000000000000000..b43204fa8d3c24761011bdfe9c1b0e332e739c91 Binary files /dev/null and b/App/The app/System.Net.Http.dll differ diff --git a/App/The app/System.Net.HttpListener.dll b/App/The app/System.Net.HttpListener.dll new file mode 100644 index 0000000000000000000000000000000000000000..2576d4163b1e9d1d25d6461bad7709dc75826ccb Binary files /dev/null and b/App/The app/System.Net.HttpListener.dll differ diff --git a/App/The app/System.Net.Mail.dll b/App/The app/System.Net.Mail.dll new file mode 100644 index 0000000000000000000000000000000000000000..1cb392131798c0ad2d5776e7a2cced8c7dd497f3 Binary files /dev/null and b/App/The app/System.Net.Mail.dll differ diff --git a/App/The app/System.Net.NameResolution.dll b/App/The app/System.Net.NameResolution.dll new file mode 100644 index 0000000000000000000000000000000000000000..2754a0456df534bb912db9fcd77844d5a2d520a9 Binary files /dev/null and b/App/The app/System.Net.NameResolution.dll differ diff --git a/App/The app/System.Net.NetworkInformation.dll b/App/The app/System.Net.NetworkInformation.dll new file mode 100644 index 0000000000000000000000000000000000000000..5f238569b28dc9140e6a09ef07e122ed6afcec00 Binary files /dev/null and b/App/The app/System.Net.NetworkInformation.dll differ diff --git a/App/The app/System.Net.Ping.dll b/App/The app/System.Net.Ping.dll new file mode 100644 index 0000000000000000000000000000000000000000..66ac89ff3c19089347b882b39a94d4562ac9d825 Binary files /dev/null and b/App/The app/System.Net.Ping.dll differ diff --git a/App/The app/System.Net.Primitives.dll b/App/The app/System.Net.Primitives.dll new file mode 100644 index 0000000000000000000000000000000000000000..07501bee7750cfb8b709a2576d74b263743d3d6f Binary files /dev/null and b/App/The app/System.Net.Primitives.dll differ diff --git a/App/The app/System.Net.Quic.dll b/App/The app/System.Net.Quic.dll new file mode 100644 index 0000000000000000000000000000000000000000..59d65848ecef7da233bb5bd5b1124c5ed3b74036 Binary files /dev/null and b/App/The app/System.Net.Quic.dll differ diff --git a/App/The app/System.Net.Requests.dll b/App/The app/System.Net.Requests.dll new file mode 100644 index 0000000000000000000000000000000000000000..5894143d064c2608ddcbeb9feb228b8d0fe5a1a4 Binary files /dev/null and b/App/The app/System.Net.Requests.dll differ diff --git a/App/The app/System.Net.Security.dll b/App/The app/System.Net.Security.dll new file mode 100644 index 0000000000000000000000000000000000000000..0c77d320cdc8e8b466e224f7fcccaf5695fb1014 Binary files /dev/null and b/App/The app/System.Net.Security.dll differ diff --git a/App/The app/System.Net.ServicePoint.dll b/App/The app/System.Net.ServicePoint.dll new file mode 100644 index 0000000000000000000000000000000000000000..a4ef15a7d5b05cc895dd68b459dcde59f33e0f49 Binary files /dev/null and b/App/The app/System.Net.ServicePoint.dll differ diff --git a/App/The app/System.Net.Sockets.dll b/App/The app/System.Net.Sockets.dll new file mode 100644 index 0000000000000000000000000000000000000000..043242102431b549375745653b6cd7600584f143 Binary files /dev/null and b/App/The app/System.Net.Sockets.dll differ diff --git a/App/The app/System.Net.WebClient.dll b/App/The app/System.Net.WebClient.dll new file mode 100644 index 0000000000000000000000000000000000000000..b5dad20c0c03c49a500f583f49495c97f1054f0b Binary files /dev/null and b/App/The app/System.Net.WebClient.dll differ diff --git a/App/The app/System.Net.WebHeaderCollection.dll b/App/The app/System.Net.WebHeaderCollection.dll new file mode 100644 index 0000000000000000000000000000000000000000..a7b15d1701a28cbb0d4de2970722a5d003f0599d Binary files /dev/null and b/App/The app/System.Net.WebHeaderCollection.dll differ diff --git a/App/The app/System.Net.WebProxy.dll b/App/The app/System.Net.WebProxy.dll new file mode 100644 index 0000000000000000000000000000000000000000..438374eaa89bdf1915a91d1b472f1b3f4a6a2804 Binary files /dev/null and b/App/The app/System.Net.WebProxy.dll differ diff --git a/App/The app/System.Net.WebSockets.Client.dll b/App/The app/System.Net.WebSockets.Client.dll new file mode 100644 index 0000000000000000000000000000000000000000..8b033635facce0a2e7b6493642a57cc13f1e98fd Binary files /dev/null and b/App/The app/System.Net.WebSockets.Client.dll differ diff --git a/App/The app/System.Net.WebSockets.dll b/App/The app/System.Net.WebSockets.dll new file mode 100644 index 0000000000000000000000000000000000000000..62c4c0563e6f79e116c6c7ff712206ebf3ccc718 Binary files /dev/null and b/App/The app/System.Net.WebSockets.dll differ diff --git a/App/The app/System.Net.dll b/App/The app/System.Net.dll new file mode 100644 index 0000000000000000000000000000000000000000..f44a5324c9fcba4cd4275c860e6f042d10a6f84c Binary files /dev/null and b/App/The app/System.Net.dll differ diff --git a/App/The app/System.Numerics.Vectors.dll b/App/The app/System.Numerics.Vectors.dll new file mode 100644 index 0000000000000000000000000000000000000000..2322b56702f1c903c3b95b464c371b40d812a98a Binary files /dev/null and b/App/The app/System.Numerics.Vectors.dll differ diff --git a/App/The app/System.Numerics.dll b/App/The app/System.Numerics.dll new file mode 100644 index 0000000000000000000000000000000000000000..fa5bdb3d9594e481114d2576c867d8c1c7c4d9c2 Binary files /dev/null and b/App/The app/System.Numerics.dll differ diff --git a/App/The app/System.ObjectModel.dll b/App/The app/System.ObjectModel.dll new file mode 100644 index 0000000000000000000000000000000000000000..72e51bcd1b5fa193cf46768e2a14559c11c6027a Binary files /dev/null and b/App/The app/System.ObjectModel.dll differ diff --git a/App/The app/System.Printing.dll b/App/The app/System.Printing.dll new file mode 100644 index 0000000000000000000000000000000000000000..6541ce06146f5c1b301221ee048a866bea68936c Binary files /dev/null and b/App/The app/System.Printing.dll differ diff --git a/App/The app/System.Private.CoreLib.dll b/App/The app/System.Private.CoreLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..f37bc19d7b67dc9ecd0d5be582eca685e9f04b81 Binary files /dev/null and b/App/The app/System.Private.CoreLib.dll differ diff --git a/App/The app/System.Private.DataContractSerialization.dll b/App/The app/System.Private.DataContractSerialization.dll new file mode 100644 index 0000000000000000000000000000000000000000..d0a165b75842a79fdfc6f3349e02056ee9aed89b Binary files /dev/null and b/App/The app/System.Private.DataContractSerialization.dll differ diff --git a/App/The app/System.Private.Uri.dll b/App/The app/System.Private.Uri.dll new file mode 100644 index 0000000000000000000000000000000000000000..2f1163a5b5d750756229dfee2f56f9515d826545 Binary files /dev/null and b/App/The app/System.Private.Uri.dll differ diff --git a/App/The app/System.Private.Xml.Linq.dll b/App/The app/System.Private.Xml.Linq.dll new file mode 100644 index 0000000000000000000000000000000000000000..615af62a4ecac11160067cb3d24a0a8ce07e764a Binary files /dev/null and b/App/The app/System.Private.Xml.Linq.dll differ diff --git a/App/The app/System.Private.Xml.dll b/App/The app/System.Private.Xml.dll new file mode 100644 index 0000000000000000000000000000000000000000..842bbb44f5355093fbc30da4251fae2f83d6cbf9 Binary files /dev/null and b/App/The app/System.Private.Xml.dll differ diff --git a/App/The app/System.Reactive.dll b/App/The app/System.Reactive.dll new file mode 100644 index 0000000000000000000000000000000000000000..232572ef960e81467d5c8daa52860e0c30421485 Binary files /dev/null and b/App/The app/System.Reactive.dll differ diff --git a/App/The app/System.Reflection.DispatchProxy.dll b/App/The app/System.Reflection.DispatchProxy.dll new file mode 100644 index 0000000000000000000000000000000000000000..f591d44606737d075b7264b6ab51189714ea8d1e Binary files /dev/null and b/App/The app/System.Reflection.DispatchProxy.dll differ diff --git a/App/The app/System.Reflection.Emit.ILGeneration.dll b/App/The app/System.Reflection.Emit.ILGeneration.dll new file mode 100644 index 0000000000000000000000000000000000000000..804bc050174c90e9d2ca1909dd6fa6de83a1111b Binary files /dev/null and b/App/The app/System.Reflection.Emit.ILGeneration.dll differ diff --git a/App/The app/System.Reflection.Emit.Lightweight.dll b/App/The app/System.Reflection.Emit.Lightweight.dll new file mode 100644 index 0000000000000000000000000000000000000000..34c395b1a2355d7f909c6c0229d599a36c45d0a6 Binary files /dev/null and b/App/The app/System.Reflection.Emit.Lightweight.dll differ diff --git a/App/The app/System.Reflection.Emit.dll b/App/The app/System.Reflection.Emit.dll new file mode 100644 index 0000000000000000000000000000000000000000..87a94c5287d655e27c3712d4eba1b24efff49b2c Binary files /dev/null and b/App/The app/System.Reflection.Emit.dll differ diff --git a/App/The app/System.Reflection.Extensions.dll b/App/The app/System.Reflection.Extensions.dll new file mode 100644 index 0000000000000000000000000000000000000000..d2e5a843f3a17a9c9e4edc240a246160b99bf013 Binary files /dev/null and b/App/The app/System.Reflection.Extensions.dll differ diff --git a/App/The app/System.Reflection.Metadata.dll b/App/The app/System.Reflection.Metadata.dll new file mode 100644 index 0000000000000000000000000000000000000000..f5f68cdd89151d437940078b3a4da2ca5d122438 Binary files /dev/null and b/App/The app/System.Reflection.Metadata.dll differ diff --git a/App/The app/System.Reflection.Primitives.dll b/App/The app/System.Reflection.Primitives.dll new file mode 100644 index 0000000000000000000000000000000000000000..0dd35cfb67f85772a68d0509a6466ff4e96b6419 Binary files /dev/null and b/App/The app/System.Reflection.Primitives.dll differ diff --git a/App/The app/System.Reflection.TypeExtensions.dll b/App/The app/System.Reflection.TypeExtensions.dll new file mode 100644 index 0000000000000000000000000000000000000000..23994c739fea27af1c51ee441e368918f68ca484 Binary files /dev/null and b/App/The app/System.Reflection.TypeExtensions.dll differ diff --git a/App/The app/System.Reflection.dll b/App/The app/System.Reflection.dll new file mode 100644 index 0000000000000000000000000000000000000000..97cf3f4d854b72e8f3ec4fb7ed2cf5fe9d4129a6 Binary files /dev/null and b/App/The app/System.Reflection.dll differ diff --git a/App/The app/System.Resources.Extensions.dll b/App/The app/System.Resources.Extensions.dll new file mode 100644 index 0000000000000000000000000000000000000000..fab6271d3715294b449201a8a20572f99ad701f9 Binary files /dev/null and b/App/The app/System.Resources.Extensions.dll differ diff --git a/App/The app/System.Resources.Reader.dll b/App/The app/System.Resources.Reader.dll new file mode 100644 index 0000000000000000000000000000000000000000..d880ce667a8ce137f36a28f183b022fd888fd885 Binary files /dev/null and b/App/The app/System.Resources.Reader.dll differ diff --git a/App/The app/System.Resources.ResourceManager.dll b/App/The app/System.Resources.ResourceManager.dll new file mode 100644 index 0000000000000000000000000000000000000000..fb17c5f82d4d4aa0a5672d65a337fdeb553caf60 Binary files /dev/null and b/App/The app/System.Resources.ResourceManager.dll differ diff --git a/App/The app/System.Resources.Writer.dll b/App/The app/System.Resources.Writer.dll new file mode 100644 index 0000000000000000000000000000000000000000..373f2f49bb86338c8e2f19169ea47c553fdef11f Binary files /dev/null and b/App/The app/System.Resources.Writer.dll differ diff --git a/App/The app/System.Runtime.CompilerServices.Unsafe.dll b/App/The app/System.Runtime.CompilerServices.Unsafe.dll new file mode 100644 index 0000000000000000000000000000000000000000..9792c1ef8cc8912725f211d27871960e18981b41 Binary files /dev/null and b/App/The app/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/App/The app/System.Runtime.CompilerServices.VisualC.dll b/App/The app/System.Runtime.CompilerServices.VisualC.dll new file mode 100644 index 0000000000000000000000000000000000000000..8622f0cb2ed31c762d5f58e9995ced60d44aed30 Binary files /dev/null and b/App/The app/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/App/The app/System.Runtime.Extensions.dll b/App/The app/System.Runtime.Extensions.dll new file mode 100644 index 0000000000000000000000000000000000000000..81044b6ae6df0489f234cb3135650f2cd58e0dfc Binary files /dev/null and b/App/The app/System.Runtime.Extensions.dll differ diff --git a/App/The app/System.Runtime.Handles.dll b/App/The app/System.Runtime.Handles.dll new file mode 100644 index 0000000000000000000000000000000000000000..f76be694548a194366944a16ec8ca25012f85b96 Binary files /dev/null and b/App/The app/System.Runtime.Handles.dll differ diff --git a/App/The app/System.Runtime.InteropServices.JavaScript.dll b/App/The app/System.Runtime.InteropServices.JavaScript.dll new file mode 100644 index 0000000000000000000000000000000000000000..e293a670dbe2d882550e81bdaa04e55e424574db Binary files /dev/null and b/App/The app/System.Runtime.InteropServices.JavaScript.dll differ diff --git a/App/The app/System.Runtime.InteropServices.RuntimeInformation.dll b/App/The app/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100644 index 0000000000000000000000000000000000000000..c4c664eee01f2a67521b604593cbadd3094bd519 Binary files /dev/null and b/App/The app/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/App/The app/System.Runtime.InteropServices.dll b/App/The app/System.Runtime.InteropServices.dll new file mode 100644 index 0000000000000000000000000000000000000000..da89b7f04cde749cfb8111aa44a9ef972b606cdb Binary files /dev/null and b/App/The app/System.Runtime.InteropServices.dll differ diff --git a/App/The app/System.Runtime.Intrinsics.dll b/App/The app/System.Runtime.Intrinsics.dll new file mode 100644 index 0000000000000000000000000000000000000000..4f829acf7f8b318d3b8cd41e2c3bb24e329359f4 Binary files /dev/null and b/App/The app/System.Runtime.Intrinsics.dll differ diff --git a/App/The app/System.Runtime.Loader.dll b/App/The app/System.Runtime.Loader.dll new file mode 100644 index 0000000000000000000000000000000000000000..07036b3efc3ff71de923c21261b93ece6923484c Binary files /dev/null and b/App/The app/System.Runtime.Loader.dll differ diff --git a/App/The app/System.Runtime.Numerics.dll b/App/The app/System.Runtime.Numerics.dll new file mode 100644 index 0000000000000000000000000000000000000000..2db79cc9b577dff8ad58537c54f4c219d24b41bc Binary files /dev/null and b/App/The app/System.Runtime.Numerics.dll differ diff --git a/App/The app/System.Runtime.Serialization.Formatters.dll b/App/The app/System.Runtime.Serialization.Formatters.dll new file mode 100644 index 0000000000000000000000000000000000000000..3c6719dc2ba985f46c3fd0694f58cc403b1d85b7 Binary files /dev/null and b/App/The app/System.Runtime.Serialization.Formatters.dll differ diff --git a/App/The app/System.Runtime.Serialization.Json.dll b/App/The app/System.Runtime.Serialization.Json.dll new file mode 100644 index 0000000000000000000000000000000000000000..ce85b217ee0f5b5787a03a971414b11b91e390bb Binary files /dev/null and b/App/The app/System.Runtime.Serialization.Json.dll differ diff --git a/App/The app/System.Runtime.Serialization.Primitives.dll b/App/The app/System.Runtime.Serialization.Primitives.dll new file mode 100644 index 0000000000000000000000000000000000000000..9037647346631eb6583fa9eb1ec54bcf75d380b6 Binary files /dev/null and b/App/The app/System.Runtime.Serialization.Primitives.dll differ diff --git a/App/The app/System.Runtime.Serialization.Xml.dll b/App/The app/System.Runtime.Serialization.Xml.dll new file mode 100644 index 0000000000000000000000000000000000000000..2c3e7f8f41060f3f1cee91cc17c9ea74089c4207 Binary files /dev/null and b/App/The app/System.Runtime.Serialization.Xml.dll differ diff --git a/App/The app/System.Runtime.Serialization.dll b/App/The app/System.Runtime.Serialization.dll new file mode 100644 index 0000000000000000000000000000000000000000..edaabac594913849e60d7c64e6e1e4d80990e105 Binary files /dev/null and b/App/The app/System.Runtime.Serialization.dll differ diff --git a/App/The app/System.Runtime.dll b/App/The app/System.Runtime.dll new file mode 100644 index 0000000000000000000000000000000000000000..838b53ed0524de11d06055c7205831f13576eb84 Binary files /dev/null and b/App/The app/System.Runtime.dll differ diff --git a/App/The app/System.Security.AccessControl.dll b/App/The app/System.Security.AccessControl.dll new file mode 100644 index 0000000000000000000000000000000000000000..6cd4a77fc2335e43bb51c68fcfadf0609bbc3792 Binary files /dev/null and b/App/The app/System.Security.AccessControl.dll differ diff --git a/App/The app/System.Security.Claims.dll b/App/The app/System.Security.Claims.dll new file mode 100644 index 0000000000000000000000000000000000000000..ceded91c3eb6e81c784afb4792e8c6c02fdda284 Binary files /dev/null and b/App/The app/System.Security.Claims.dll differ diff --git a/App/The app/System.Security.Cryptography.Algorithms.dll b/App/The app/System.Security.Cryptography.Algorithms.dll new file mode 100644 index 0000000000000000000000000000000000000000..f7a55765c7fc34d9fa78ba93f28d1f4dde12c2d9 Binary files /dev/null and b/App/The app/System.Security.Cryptography.Algorithms.dll differ diff --git a/App/The app/System.Security.Cryptography.Cng.dll b/App/The app/System.Security.Cryptography.Cng.dll new file mode 100644 index 0000000000000000000000000000000000000000..cb6d84a92dd44e6af54970d911fcd4d35e689fc8 Binary files /dev/null and b/App/The app/System.Security.Cryptography.Cng.dll differ diff --git a/App/The app/System.Security.Cryptography.Csp.dll b/App/The app/System.Security.Cryptography.Csp.dll new file mode 100644 index 0000000000000000000000000000000000000000..3760e69fffce3fd07522c1edb3001cc8a28bcebf Binary files /dev/null and b/App/The app/System.Security.Cryptography.Csp.dll differ diff --git a/App/The app/System.Security.Cryptography.Encoding.dll b/App/The app/System.Security.Cryptography.Encoding.dll new file mode 100644 index 0000000000000000000000000000000000000000..db8a947946372ace1f4fac3fe80b187a31f18721 Binary files /dev/null and b/App/The app/System.Security.Cryptography.Encoding.dll differ diff --git a/App/The app/System.Security.Cryptography.OpenSsl.dll b/App/The app/System.Security.Cryptography.OpenSsl.dll new file mode 100644 index 0000000000000000000000000000000000000000..30ecd72c238340bfabbe225193ed262603494f8a Binary files /dev/null and b/App/The app/System.Security.Cryptography.OpenSsl.dll differ diff --git a/App/The app/System.Security.Cryptography.Pkcs.dll b/App/The app/System.Security.Cryptography.Pkcs.dll new file mode 100644 index 0000000000000000000000000000000000000000..d4f3d3716cc60b0869ac5a50daf453e4a91dcb80 Binary files /dev/null and b/App/The app/System.Security.Cryptography.Pkcs.dll differ diff --git a/App/The app/System.Security.Cryptography.Primitives.dll b/App/The app/System.Security.Cryptography.Primitives.dll new file mode 100644 index 0000000000000000000000000000000000000000..1948b67c938ea1b61844df1fc72122f37c82a675 Binary files /dev/null and b/App/The app/System.Security.Cryptography.Primitives.dll differ diff --git a/App/The app/System.Security.Cryptography.ProtectedData.dll b/App/The app/System.Security.Cryptography.ProtectedData.dll new file mode 100644 index 0000000000000000000000000000000000000000..d1ebbf52c34f150765d5d4e9ec5283ce509c7a36 Binary files /dev/null and b/App/The app/System.Security.Cryptography.ProtectedData.dll differ diff --git a/App/The app/System.Security.Cryptography.X509Certificates.dll b/App/The app/System.Security.Cryptography.X509Certificates.dll new file mode 100644 index 0000000000000000000000000000000000000000..e44d958e51c387718d8066b5220e8e89c8d35acb Binary files /dev/null and b/App/The app/System.Security.Cryptography.X509Certificates.dll differ diff --git a/App/The app/System.Security.Cryptography.Xml.dll b/App/The app/System.Security.Cryptography.Xml.dll new file mode 100644 index 0000000000000000000000000000000000000000..d36b4dd360640cb87b5485a6e0d9c214b2d83052 Binary files /dev/null and b/App/The app/System.Security.Cryptography.Xml.dll differ diff --git a/App/The app/System.Security.Cryptography.dll b/App/The app/System.Security.Cryptography.dll new file mode 100644 index 0000000000000000000000000000000000000000..fad95ce55fdbca31bce8505df4d5a56436d05fc1 Binary files /dev/null and b/App/The app/System.Security.Cryptography.dll differ diff --git a/App/The app/System.Security.Permissions.dll b/App/The app/System.Security.Permissions.dll new file mode 100644 index 0000000000000000000000000000000000000000..945ce83d4d5074a78c0a2b016194a73995d16ef9 Binary files /dev/null and b/App/The app/System.Security.Permissions.dll differ diff --git a/App/The app/System.Security.Principal.Windows.dll b/App/The app/System.Security.Principal.Windows.dll new file mode 100644 index 0000000000000000000000000000000000000000..08ab30c6fa5298c771c81da2bd12d114933d19ff Binary files /dev/null and b/App/The app/System.Security.Principal.Windows.dll differ diff --git a/App/The app/System.Security.Principal.dll b/App/The app/System.Security.Principal.dll new file mode 100644 index 0000000000000000000000000000000000000000..785482e61bc67f2ca4e8ebeb71e40c41c2a18c16 Binary files /dev/null and b/App/The app/System.Security.Principal.dll differ diff --git a/App/The app/System.Security.SecureString.dll b/App/The app/System.Security.SecureString.dll new file mode 100644 index 0000000000000000000000000000000000000000..95742f6425a62055a2b3f78b39b53253bfe9e322 Binary files /dev/null and b/App/The app/System.Security.SecureString.dll differ diff --git a/App/The app/System.Security.dll b/App/The app/System.Security.dll new file mode 100644 index 0000000000000000000000000000000000000000..8ed9b40a0eaf2b79f8f99f55d854f78121094902 Binary files /dev/null and b/App/The app/System.Security.dll differ diff --git a/App/The app/System.ServiceModel.Web.dll b/App/The app/System.ServiceModel.Web.dll new file mode 100644 index 0000000000000000000000000000000000000000..6b675cc3a8bd7a6f21772f2ac6fdb2d348ed4741 Binary files /dev/null and b/App/The app/System.ServiceModel.Web.dll differ diff --git a/App/The app/System.ServiceProcess.dll b/App/The app/System.ServiceProcess.dll new file mode 100644 index 0000000000000000000000000000000000000000..74cab609907da59eeeaaee55f9b0bfd5ed8ef7f4 Binary files /dev/null and b/App/The app/System.ServiceProcess.dll differ diff --git a/App/The app/System.Text.Encoding.CodePages.dll b/App/The app/System.Text.Encoding.CodePages.dll new file mode 100644 index 0000000000000000000000000000000000000000..36c1ca97713877579ac84992f3442526c69c5433 Binary files /dev/null and b/App/The app/System.Text.Encoding.CodePages.dll differ diff --git a/App/The app/System.Text.Encoding.Extensions.dll b/App/The app/System.Text.Encoding.Extensions.dll new file mode 100644 index 0000000000000000000000000000000000000000..b5667d1696a36e420d3bc8e3ad44afedcae87d5d Binary files /dev/null and b/App/The app/System.Text.Encoding.Extensions.dll differ diff --git a/App/The app/System.Text.Encoding.dll b/App/The app/System.Text.Encoding.dll new file mode 100644 index 0000000000000000000000000000000000000000..55951473baa7b604a9d08d88a0ea2c96cc6dd6c2 Binary files /dev/null and b/App/The app/System.Text.Encoding.dll differ diff --git a/App/The app/System.Text.Encodings.Web.dll b/App/The app/System.Text.Encodings.Web.dll new file mode 100644 index 0000000000000000000000000000000000000000..e73467fc5f386b8edbca5aecd1afa6d75da3f09e Binary files /dev/null and b/App/The app/System.Text.Encodings.Web.dll differ diff --git a/App/The app/System.Text.Json.dll b/App/The app/System.Text.Json.dll new file mode 100644 index 0000000000000000000000000000000000000000..b6099e86100b15b09ee13607ae63a77753fdabac Binary files /dev/null and b/App/The app/System.Text.Json.dll differ diff --git a/App/The app/System.Text.RegularExpressions.dll b/App/The app/System.Text.RegularExpressions.dll new file mode 100644 index 0000000000000000000000000000000000000000..78d27f887bc7772faf788ef6cea9b2620979e90c Binary files /dev/null and b/App/The app/System.Text.RegularExpressions.dll differ diff --git a/App/The app/System.Threading.AccessControl.dll b/App/The app/System.Threading.AccessControl.dll new file mode 100644 index 0000000000000000000000000000000000000000..eae2223a82403ddd9735790e7bdea5147ba17b64 Binary files /dev/null and b/App/The app/System.Threading.AccessControl.dll differ diff --git a/App/The app/System.Threading.Channels.dll b/App/The app/System.Threading.Channels.dll new file mode 100644 index 0000000000000000000000000000000000000000..4f2ac8f13ad73cc1c2d490818aa978319f9f6043 Binary files /dev/null and b/App/The app/System.Threading.Channels.dll differ diff --git a/App/The app/System.Threading.Overlapped.dll b/App/The app/System.Threading.Overlapped.dll new file mode 100644 index 0000000000000000000000000000000000000000..c93eb11e65c4d371ff6053929647ca6dfe462c42 Binary files /dev/null and b/App/The app/System.Threading.Overlapped.dll differ diff --git a/App/The app/System.Threading.Tasks.Dataflow.dll b/App/The app/System.Threading.Tasks.Dataflow.dll new file mode 100644 index 0000000000000000000000000000000000000000..e2d99dbf526fa3f1e9f52d70215e6705e788290e Binary files /dev/null and b/App/The app/System.Threading.Tasks.Dataflow.dll differ diff --git a/App/The app/System.Threading.Tasks.Extensions.dll b/App/The app/System.Threading.Tasks.Extensions.dll new file mode 100644 index 0000000000000000000000000000000000000000..7bdcca72522d836f3320aece4a6ad1a560101a5c Binary files /dev/null and b/App/The app/System.Threading.Tasks.Extensions.dll differ diff --git a/App/The app/System.Threading.Tasks.Parallel.dll b/App/The app/System.Threading.Tasks.Parallel.dll new file mode 100644 index 0000000000000000000000000000000000000000..d7a0e1b5bca73cedf7124d9d58ebab5018a4d25b Binary files /dev/null and b/App/The app/System.Threading.Tasks.Parallel.dll differ diff --git a/App/The app/System.Threading.Tasks.dll b/App/The app/System.Threading.Tasks.dll new file mode 100644 index 0000000000000000000000000000000000000000..2b3a8c18a9674a76252e5ce6d31eab28db02c29a Binary files /dev/null and b/App/The app/System.Threading.Tasks.dll differ diff --git a/App/The app/System.Threading.Thread.dll b/App/The app/System.Threading.Thread.dll new file mode 100644 index 0000000000000000000000000000000000000000..c02a3c8a8fb8420960abc06e73c3e11cbd065d10 Binary files /dev/null and b/App/The app/System.Threading.Thread.dll differ diff --git a/App/The app/System.Threading.ThreadPool.dll b/App/The app/System.Threading.ThreadPool.dll new file mode 100644 index 0000000000000000000000000000000000000000..a6f925074dcf620029acc77b734adba143e3fa99 Binary files /dev/null and b/App/The app/System.Threading.ThreadPool.dll differ diff --git a/App/The app/System.Threading.Timer.dll b/App/The app/System.Threading.Timer.dll new file mode 100644 index 0000000000000000000000000000000000000000..22bcff40aac58394b51b5053162fea33e3589338 Binary files /dev/null and b/App/The app/System.Threading.Timer.dll differ diff --git a/App/The app/System.Threading.dll b/App/The app/System.Threading.dll new file mode 100644 index 0000000000000000000000000000000000000000..8ba0fed1383f9206a7b67474735191dd68eb0b7a Binary files /dev/null and b/App/The app/System.Threading.dll differ diff --git a/App/The app/System.Transactions.Local.dll b/App/The app/System.Transactions.Local.dll new file mode 100644 index 0000000000000000000000000000000000000000..0e2e860df568393ef3ea953d0bde2ecdf6b7bcf9 Binary files /dev/null and b/App/The app/System.Transactions.Local.dll differ diff --git a/App/The app/System.Transactions.dll b/App/The app/System.Transactions.dll new file mode 100644 index 0000000000000000000000000000000000000000..d8d13621be7591d7203eebeac3b5a5ddac6921e1 Binary files /dev/null and b/App/The app/System.Transactions.dll differ diff --git a/App/The app/System.ValueTuple.dll b/App/The app/System.ValueTuple.dll new file mode 100644 index 0000000000000000000000000000000000000000..54cc9cedd5e0b2c2286e11ccbf3b201a444d8c35 Binary files /dev/null and b/App/The app/System.ValueTuple.dll differ diff --git a/App/The app/System.Web.HttpUtility.dll b/App/The app/System.Web.HttpUtility.dll new file mode 100644 index 0000000000000000000000000000000000000000..cf9fdf370d11dd23624f03c673de0057daec2e50 Binary files /dev/null and b/App/The app/System.Web.HttpUtility.dll differ diff --git a/App/The app/System.Web.dll b/App/The app/System.Web.dll new file mode 100644 index 0000000000000000000000000000000000000000..05445e9ae6936136a993621fc0235be16f147762 Binary files /dev/null and b/App/The app/System.Web.dll differ diff --git a/App/The app/System.Windows.Controls.Ribbon.dll b/App/The app/System.Windows.Controls.Ribbon.dll new file mode 100644 index 0000000000000000000000000000000000000000..f14434a64d94e5a95c66bc09ee319dd481b539e6 Binary files /dev/null and b/App/The app/System.Windows.Controls.Ribbon.dll differ diff --git a/App/The app/System.Windows.Extensions.dll b/App/The app/System.Windows.Extensions.dll new file mode 100644 index 0000000000000000000000000000000000000000..0cead99653a3b40f66c9287d962e3662fdfe9c70 Binary files /dev/null and b/App/The app/System.Windows.Extensions.dll differ diff --git a/App/The app/System.Windows.Forms.Design.Editors.dll b/App/The app/System.Windows.Forms.Design.Editors.dll new file mode 100644 index 0000000000000000000000000000000000000000..6cba992284790b60846aedbe6b01b20846710207 Binary files /dev/null and b/App/The app/System.Windows.Forms.Design.Editors.dll differ diff --git a/App/The app/System.Windows.Forms.Design.dll b/App/The app/System.Windows.Forms.Design.dll new file mode 100644 index 0000000000000000000000000000000000000000..284f789d4b2dbd3549580a18d05cb44bb8c3f79e Binary files /dev/null and b/App/The app/System.Windows.Forms.Design.dll differ diff --git a/App/The app/System.Windows.Forms.Primitives.dll b/App/The app/System.Windows.Forms.Primitives.dll new file mode 100644 index 0000000000000000000000000000000000000000..463bc827f44ce0b4011d1dbd203a5dd9a797e98f Binary files /dev/null and b/App/The app/System.Windows.Forms.Primitives.dll differ diff --git a/App/The app/System.Windows.Forms.dll b/App/The app/System.Windows.Forms.dll new file mode 100644 index 0000000000000000000000000000000000000000..e216fe75e2a53771fd2d120ba9626b0326ab33c5 Binary files /dev/null and b/App/The app/System.Windows.Forms.dll differ diff --git a/App/The app/System.Windows.Input.Manipulations.dll b/App/The app/System.Windows.Input.Manipulations.dll new file mode 100644 index 0000000000000000000000000000000000000000..11d07a8acdd3284833a3158f5759825dd84b16d4 Binary files /dev/null and b/App/The app/System.Windows.Input.Manipulations.dll differ diff --git a/App/The app/System.Windows.Presentation.dll b/App/The app/System.Windows.Presentation.dll new file mode 100644 index 0000000000000000000000000000000000000000..a6f1d79e2eb2ed3ecc08b52e65b523dcd1dae02d Binary files /dev/null and b/App/The app/System.Windows.Presentation.dll differ diff --git a/App/The app/System.Windows.dll b/App/The app/System.Windows.dll new file mode 100644 index 0000000000000000000000000000000000000000..689ad5c8ea16abb64a4167449c41db94d865fbc9 Binary files /dev/null and b/App/The app/System.Windows.dll differ diff --git a/App/The app/System.Xaml.dll b/App/The app/System.Xaml.dll new file mode 100644 index 0000000000000000000000000000000000000000..2442def2c730d463a9882b66bd58e52db19fb801 Binary files /dev/null and b/App/The app/System.Xaml.dll differ diff --git a/App/The app/System.Xml.Linq.dll b/App/The app/System.Xml.Linq.dll new file mode 100644 index 0000000000000000000000000000000000000000..9a972d402492c541b63db57f2cb79c1bd60b3d97 Binary files /dev/null and b/App/The app/System.Xml.Linq.dll differ diff --git a/App/The app/System.Xml.ReaderWriter.dll b/App/The app/System.Xml.ReaderWriter.dll new file mode 100644 index 0000000000000000000000000000000000000000..433d3b68ad31478ac991d67d7009744a58fc30ab Binary files /dev/null and b/App/The app/System.Xml.ReaderWriter.dll differ diff --git a/App/The app/System.Xml.Serialization.dll b/App/The app/System.Xml.Serialization.dll new file mode 100644 index 0000000000000000000000000000000000000000..7c6e26478e30a7e3b687f18f7391c9b9d6096c9a Binary files /dev/null and b/App/The app/System.Xml.Serialization.dll differ diff --git a/App/The app/System.Xml.XDocument.dll b/App/The app/System.Xml.XDocument.dll new file mode 100644 index 0000000000000000000000000000000000000000..0a52a48dab1c1e319f8a174d665e5368da74a82f Binary files /dev/null and b/App/The app/System.Xml.XDocument.dll differ diff --git a/App/The app/System.Xml.XPath.XDocument.dll b/App/The app/System.Xml.XPath.XDocument.dll new file mode 100644 index 0000000000000000000000000000000000000000..645979b5e19ebec46cfdda54c9b950193a2d5a42 Binary files /dev/null and b/App/The app/System.Xml.XPath.XDocument.dll differ diff --git a/App/The app/System.Xml.XPath.dll b/App/The app/System.Xml.XPath.dll new file mode 100644 index 0000000000000000000000000000000000000000..cbad9c01e9e6b7cdf9b29ca524e29138e4e3bb2b Binary files /dev/null and b/App/The app/System.Xml.XPath.dll differ diff --git a/App/The app/System.Xml.XmlDocument.dll b/App/The app/System.Xml.XmlDocument.dll new file mode 100644 index 0000000000000000000000000000000000000000..24c903255a57c79a9e0fdedb5e5f9d3b2adf43ff Binary files /dev/null and b/App/The app/System.Xml.XmlDocument.dll differ diff --git a/App/The app/System.Xml.XmlSerializer.dll b/App/The app/System.Xml.XmlSerializer.dll new file mode 100644 index 0000000000000000000000000000000000000000..9848cdb60b0bba65b10c397f0ddfb557a8ae5a4f Binary files /dev/null and b/App/The app/System.Xml.XmlSerializer.dll differ diff --git a/App/The app/System.Xml.dll b/App/The app/System.Xml.dll new file mode 100644 index 0000000000000000000000000000000000000000..3fd188b874c8c0f59cfa11e954a35792e1de1a81 Binary files /dev/null and b/App/The app/System.Xml.dll differ diff --git a/App/The app/System.dll b/App/The app/System.dll new file mode 100644 index 0000000000000000000000000000000000000000..6c38233b2cac720b45286ce3b6e8948b527174af Binary files /dev/null and b/App/The app/System.dll differ diff --git a/App/The app/UIAutomationClient.dll b/App/The app/UIAutomationClient.dll new file mode 100644 index 0000000000000000000000000000000000000000..bb4a21ad00656fd402f2f74ec00e8900681450a3 Binary files /dev/null and b/App/The app/UIAutomationClient.dll differ diff --git a/App/The app/UIAutomationClientSideProviders.dll b/App/The app/UIAutomationClientSideProviders.dll new file mode 100644 index 0000000000000000000000000000000000000000..074238bd24ff5ec7abfac488059538d79516cc4b Binary files /dev/null and b/App/The app/UIAutomationClientSideProviders.dll differ diff --git a/App/The app/UIAutomationProvider.dll b/App/The app/UIAutomationProvider.dll new file mode 100644 index 0000000000000000000000000000000000000000..c1da386f8f41b7b6009172fd9b8ec76b4c7a9152 Binary files /dev/null and b/App/The app/UIAutomationProvider.dll differ diff --git a/App/The app/UIAutomationTypes.dll b/App/The app/UIAutomationTypes.dll new file mode 100644 index 0000000000000000000000000000000000000000..d0536a1ffed62286c91c32aadd04213c9ece6e8d Binary files /dev/null and b/App/The app/UIAutomationTypes.dll differ diff --git a/App/The app/WinRT.Runtime.dll b/App/The app/WinRT.Runtime.dll new file mode 100644 index 0000000000000000000000000000000000000000..b897f514e7cc570da6ad2a8fef7d08ca784083d8 Binary files /dev/null and b/App/The app/WinRT.Runtime.dll differ diff --git a/App/The app/WinUIEdit.dll b/App/The app/WinUIEdit.dll new file mode 100644 index 0000000000000000000000000000000000000000..1c9f6ecd07713ac3ea0309fd74f40742eae5e073 Binary files /dev/null and b/App/The app/WinUIEdit.dll differ diff --git a/App/The app/WindowsAppRuntime.png b/App/The app/WindowsAppRuntime.png new file mode 100644 index 0000000000000000000000000000000000000000..217b6a343c7cbdc83820ecd64595aeaa5090825b Binary files /dev/null and b/App/The app/WindowsAppRuntime.png differ diff --git a/App/The app/WindowsAppSdk.AppxDeploymentExtensions.Desktop-EventLog-Instrumentation.dll b/App/The app/WindowsAppSdk.AppxDeploymentExtensions.Desktop-EventLog-Instrumentation.dll new file mode 100644 index 0000000000000000000000000000000000000000..78d9ba2d13f4c6f642e416079d04db72417893d4 Binary files /dev/null and b/App/The app/WindowsAppSdk.AppxDeploymentExtensions.Desktop-EventLog-Instrumentation.dll differ diff --git a/App/The app/WindowsAppSdk.AppxDeploymentExtensions.Desktop.dll b/App/The app/WindowsAppSdk.AppxDeploymentExtensions.Desktop.dll new file mode 100644 index 0000000000000000000000000000000000000000..cee6572cfbb0e9c74787022d5bbc83daad700b89 Binary files /dev/null and b/App/The app/WindowsAppSdk.AppxDeploymentExtensions.Desktop.dll differ diff --git a/App/The app/WindowsBase.dll b/App/The app/WindowsBase.dll new file mode 100644 index 0000000000000000000000000000000000000000..bd5476b75a4eda7e98534991529ffc1e541eb5b8 Binary files /dev/null and b/App/The app/WindowsBase.dll differ diff --git a/App/The app/WindowsFormsIntegration.dll b/App/The app/WindowsFormsIntegration.dll new file mode 100644 index 0000000000000000000000000000000000000000..9f6970b10f7061315749cee6c893f8f182de8b1c Binary files /dev/null and b/App/The app/WindowsFormsIntegration.dll differ diff --git a/App/The app/af-ZA/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/af-ZA/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..5595131270245357432565da474ae34a727cf4b2 Binary files /dev/null and b/App/The app/af-ZA/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/af-ZA/Microsoft.ui.xaml.dll.mui b/App/The app/af-ZA/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..1a8374d91d0bcc9e28b8b16226ab4d09d6d82fa0 Binary files /dev/null and b/App/The app/af-ZA/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/am-ET/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/am-ET/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..3f07377fcef1ca9453583537582106a697697612 Binary files /dev/null and b/App/The app/am-ET/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/am-ET/Microsoft.ui.xaml.dll.mui b/App/The app/am-ET/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..7de76f44b4fcfc787fe5b24e0bd59584b0ad4e0e Binary files /dev/null and b/App/The app/am-ET/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ar-SA/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ar-SA/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..9cb3d2bb6d80c024692547b7a8f204503f986a66 Binary files /dev/null and b/App/The app/ar-SA/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ar-SA/Microsoft.ui.xaml.dll.mui b/App/The app/ar-SA/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..5da6e82e5700a6e130e574f5a1253b3be1f04549 Binary files /dev/null and b/App/The app/ar-SA/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ar/Microsoft.Maui.Controls.resources.dll b/App/The app/ar/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..6fed763ec9fe80f392d152ca46df2020a288bc23 Binary files /dev/null and b/App/The app/ar/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/as-IN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/as-IN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..68213c01d468adb40bddd885592d687f7fd3e585 Binary files /dev/null and b/App/The app/as-IN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/as-IN/Microsoft.ui.xaml.dll.mui b/App/The app/as-IN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..b3510b8442ce0e371791722450dc087bfc748ffc Binary files /dev/null and b/App/The app/as-IN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/az-Latn-AZ/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/az-Latn-AZ/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..afaf915500f43f27bb6b401e471f4bde2a438d44 Binary files /dev/null and b/App/The app/az-Latn-AZ/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/az-Latn-AZ/Microsoft.ui.xaml.dll.mui b/App/The app/az-Latn-AZ/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..1005310984c53f441887abade852ee47bf9ec836 Binary files /dev/null and b/App/The app/az-Latn-AZ/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/bg-BG/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/bg-BG/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..95cfff2e44487fdf849fd0747eca201ae2a71610 Binary files /dev/null and b/App/The app/bg-BG/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/bg-BG/Microsoft.ui.xaml.dll.mui b/App/The app/bg-BG/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..b0bace719d95d0df76eb60badb2bfcc497626392 Binary files /dev/null and b/App/The app/bg-BG/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/binSplashScreen.scale-100.png b/App/The app/binSplashScreen.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..195c91e0b7fef0e07fcf2211289bcce4e56253f1 Binary files /dev/null and b/App/The app/binSplashScreen.scale-100.png differ diff --git a/App/The app/binSplashScreen.scale-125.png b/App/The app/binSplashScreen.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..29003c4dce123fb02a956ec43abc1ac5c0c15321 Binary files /dev/null and b/App/The app/binSplashScreen.scale-125.png differ diff --git a/App/The app/binSplashScreen.scale-150.png b/App/The app/binSplashScreen.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..19b1fab16d24c01695585a40437b0737811cd9a1 Binary files /dev/null and b/App/The app/binSplashScreen.scale-150.png differ diff --git a/App/The app/binSplashScreen.scale-200.png b/App/The app/binSplashScreen.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..753bba91c01e702366e5f15657845324c5bf16e7 Binary files /dev/null and b/App/The app/binSplashScreen.scale-200.png differ diff --git a/App/The app/binSplashScreen.scale-400.png b/App/The app/binSplashScreen.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..4737e161d99c1dea369cc365a343984804929310 Binary files /dev/null and b/App/The app/binSplashScreen.scale-400.png differ diff --git a/App/The app/bn-IN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/bn-IN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..53f6760a65e4d6dfb11c4aa3205bcf52d459c6e4 Binary files /dev/null and b/App/The app/bn-IN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/bn-IN/Microsoft.ui.xaml.dll.mui b/App/The app/bn-IN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..4d4231a2e72ba9105c7128e7bbc971780d6cc964 Binary files /dev/null and b/App/The app/bn-IN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/bs-Latn-BA/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/bs-Latn-BA/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..c83087b94a6c8cb50dd7edb7d2817ae0c6a7dc02 Binary files /dev/null and b/App/The app/bs-Latn-BA/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/bs-Latn-BA/Microsoft.ui.xaml.dll.mui b/App/The app/bs-Latn-BA/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..18d43d5fb13a84d7fbfe9fa6aace7693d31b2073 Binary files /dev/null and b/App/The app/bs-Latn-BA/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ca-ES/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ca-ES/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..440e53792509101d077bf70550f6941469e800aa Binary files /dev/null and b/App/The app/ca-ES/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ca-ES/Microsoft.ui.xaml.dll.mui b/App/The app/ca-ES/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..b15cf7fdcf677fb537288843ffc0f37abee47a43 Binary files /dev/null and b/App/The app/ca-ES/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ca-Es-VALENCIA/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ca-Es-VALENCIA/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..1a70bde0db4c0edbf4660f93c025f911fd1fe9aa Binary files /dev/null and b/App/The app/ca-Es-VALENCIA/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ca-Es-VALENCIA/Microsoft.ui.xaml.dll.mui b/App/The app/ca-Es-VALENCIA/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..770b22764ffefc965fe02396d76bbaa4ab0294ff Binary files /dev/null and b/App/The app/ca-Es-VALENCIA/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ca/Microsoft.Maui.Controls.resources.dll b/App/The app/ca/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..450d5f5c5b1e849e9edcc5467d032a7204512e3c Binary files /dev/null and b/App/The app/ca/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/clretwrc.dll b/App/The app/clretwrc.dll new file mode 100644 index 0000000000000000000000000000000000000000..7494ed7c6acf92afedef36c69a17d35827e52b41 Binary files /dev/null and b/App/The app/clretwrc.dll differ diff --git a/App/The app/clrgc.dll b/App/The app/clrgc.dll new file mode 100644 index 0000000000000000000000000000000000000000..e7f61003e8ba5086ed02b2ab71e0bb743de0b833 Binary files /dev/null and b/App/The app/clrgc.dll differ diff --git a/App/The app/clrjit.dll b/App/The app/clrjit.dll new file mode 100644 index 0000000000000000000000000000000000000000..08a1ec61911aaf63ac22831ae79b954a0abe2d3d Binary files /dev/null and b/App/The app/clrjit.dll differ diff --git a/App/The app/coreclr.dll b/App/The app/coreclr.dll new file mode 100644 index 0000000000000000000000000000000000000000..ce59dbbbcc914c811f8bd750485ffccdd6ab03b8 Binary files /dev/null and b/App/The app/coreclr.dll differ diff --git a/App/The app/createdump.exe b/App/The app/createdump.exe new file mode 100644 index 0000000000000000000000000000000000000000..fe60d592e5f27df1e594b0a9fe360292f75e0e02 Binary files /dev/null and b/App/The app/createdump.exe differ diff --git a/App/The app/cs-CZ/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/cs-CZ/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..a0638cd49f2ec8c781c2d9cd0ae340f4b56aa27f Binary files /dev/null and b/App/The app/cs-CZ/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/cs-CZ/Microsoft.ui.xaml.dll.mui b/App/The app/cs-CZ/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..34f98b8659c799ea6d0dba0ab545c9adbad86eb8 Binary files /dev/null and b/App/The app/cs-CZ/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/cs/Microsoft.Maui.Controls.resources.dll b/App/The app/cs/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..3daaf2f7dd8e49cc35d3a5d1493a6eb3ba34f23a Binary files /dev/null and b/App/The app/cs/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/cs/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/cs/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..6b0676028b546b3929b6393a1437ec5d68dea8df Binary files /dev/null and b/App/The app/cs/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/cs/PresentationCore.resources.dll b/App/The app/cs/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..646566dd99d79810da1639074c84ca33b687866a Binary files /dev/null and b/App/The app/cs/PresentationCore.resources.dll differ diff --git a/App/The app/cs/PresentationFramework.resources.dll b/App/The app/cs/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..6deada1806671a0ad076298fafdd92167388a0e7 Binary files /dev/null and b/App/The app/cs/PresentationFramework.resources.dll differ diff --git a/App/The app/cs/PresentationUI.resources.dll b/App/The app/cs/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..729c958c2e0e5c319d93eefb2db842fa766dfdfd Binary files /dev/null and b/App/The app/cs/PresentationUI.resources.dll differ diff --git a/App/The app/cs/ReachFramework.resources.dll b/App/The app/cs/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..09ea7152027dfa198cead44bb52b6edf57f91026 Binary files /dev/null and b/App/The app/cs/ReachFramework.resources.dll differ diff --git a/App/The app/cs/System.Windows.Controls.Ribbon.resources.dll b/App/The app/cs/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..3eccf954377a8d97b664cab466afa97c91f4fcb9 Binary files /dev/null and b/App/The app/cs/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/cs/System.Windows.Forms.Design.resources.dll b/App/The app/cs/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..2d9000f1c64e77233fc06fcb3d23926689246ac2 Binary files /dev/null and b/App/The app/cs/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/cs/System.Windows.Forms.Primitives.resources.dll b/App/The app/cs/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..a6bb9d1a07d12d48ac74e83952437ac123f38367 Binary files /dev/null and b/App/The app/cs/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/cs/System.Windows.Forms.resources.dll b/App/The app/cs/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..107ee23a3aad689946a96fa45a715c54c242f590 Binary files /dev/null and b/App/The app/cs/System.Windows.Forms.resources.dll differ diff --git a/App/The app/cs/System.Windows.Input.Manipulations.resources.dll b/App/The app/cs/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..93ab80e2e94ce026cbb5caecb75fe4e000ad96d6 Binary files /dev/null and b/App/The app/cs/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/cs/System.Xaml.resources.dll b/App/The app/cs/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..b1a60fa3b7e8e1dea6c513b8e611aea132ffcf16 Binary files /dev/null and b/App/The app/cs/System.Xaml.resources.dll differ diff --git a/App/The app/cs/UIAutomationClient.resources.dll b/App/The app/cs/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..fca0c2d6decdf78d2ec131a6994af592fc6883a3 Binary files /dev/null and b/App/The app/cs/UIAutomationClient.resources.dll differ diff --git a/App/The app/cs/UIAutomationClientSideProviders.resources.dll b/App/The app/cs/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..0467db36653484fda3a85408609579d44a973372 Binary files /dev/null and b/App/The app/cs/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/cs/UIAutomationProvider.resources.dll b/App/The app/cs/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..691b6f3769291b544e099232f55c2032083123b5 Binary files /dev/null and b/App/The app/cs/UIAutomationProvider.resources.dll differ diff --git a/App/The app/cs/UIAutomationTypes.resources.dll b/App/The app/cs/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..9945042463c9016fbea729658b16f0339089d7f0 Binary files /dev/null and b/App/The app/cs/UIAutomationTypes.resources.dll differ diff --git a/App/The app/cs/WindowsBase.resources.dll b/App/The app/cs/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..ded42e8156ca750ae937a6aaad68b356ed8977b3 Binary files /dev/null and b/App/The app/cs/WindowsBase.resources.dll differ diff --git a/App/The app/cs/WindowsFormsIntegration.resources.dll b/App/The app/cs/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..57528926432c7cb0ea9823ddd5c6a0b1d9f1217a Binary files /dev/null and b/App/The app/cs/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/cy-GB/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/cy-GB/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..8d73d5d5174cea24d787fc864ca04a9199ad5d52 Binary files /dev/null and b/App/The app/cy-GB/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/cy-GB/Microsoft.ui.xaml.dll.mui b/App/The app/cy-GB/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..49d79f11b8d51f9af275cb71fce1c7a5db045486 Binary files /dev/null and b/App/The app/cy-GB/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/da-DK/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/da-DK/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..e983ed2279aa5ca1fe7026b7d94730581d2a1be2 Binary files /dev/null and b/App/The app/da-DK/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/da-DK/Microsoft.ui.xaml.dll.mui b/App/The app/da-DK/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..d639813f389d6ea7db7514fce106e3d3f60e9d19 Binary files /dev/null and b/App/The app/da-DK/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/da/Microsoft.Maui.Controls.resources.dll b/App/The app/da/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..469b6575d45ca9795cabec2501a51d547df7da06 Binary files /dev/null and b/App/The app/da/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/dcompi.dll b/App/The app/dcompi.dll new file mode 100644 index 0000000000000000000000000000000000000000..bf214b0a7246aca96739c229b4c6a2cf44a28925 Binary files /dev/null and b/App/The app/dcompi.dll differ diff --git a/App/The app/de-DE/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/de-DE/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..f7c3f8f091344ae5d370adcfd4e2cad8aa45c757 Binary files /dev/null and b/App/The app/de-DE/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/de-DE/Microsoft.ui.xaml.dll.mui b/App/The app/de-DE/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..b3b429ed55c7248b422ca4374e609bf4d289762a Binary files /dev/null and b/App/The app/de-DE/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/de/Microsoft.Maui.Controls.resources.dll b/App/The app/de/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..2487581142c7b5fbb8b09509fcdea36621e0c033 Binary files /dev/null and b/App/The app/de/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/de/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/de/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..3757d64113c1d4db4ba196843a2644336a0feb01 Binary files /dev/null and b/App/The app/de/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/de/PresentationCore.resources.dll b/App/The app/de/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..97a8d0724f8d7a9fbc6812add734bb122ac877e7 Binary files /dev/null and b/App/The app/de/PresentationCore.resources.dll differ diff --git a/App/The app/de/PresentationFramework.resources.dll b/App/The app/de/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..24ee5b77a90092803bd1c5f315bfe781c1424c15 Binary files /dev/null and b/App/The app/de/PresentationFramework.resources.dll differ diff --git a/App/The app/de/PresentationUI.resources.dll b/App/The app/de/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..98b505fc348be0859d880c009aa266589fd6cfde Binary files /dev/null and b/App/The app/de/PresentationUI.resources.dll differ diff --git a/App/The app/de/ReachFramework.resources.dll b/App/The app/de/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..38d056bc7c20cab2fcec14f6b14f35642652e67e Binary files /dev/null and b/App/The app/de/ReachFramework.resources.dll differ diff --git a/App/The app/de/System.Windows.Controls.Ribbon.resources.dll b/App/The app/de/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..242394c8fa75543f4a0f970809c42f59fa1b5328 Binary files /dev/null and b/App/The app/de/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/de/System.Windows.Forms.Design.resources.dll b/App/The app/de/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..a45d47b145210fb2dc043ca4e3b79e5ea34dcad4 Binary files /dev/null and b/App/The app/de/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/de/System.Windows.Forms.Primitives.resources.dll b/App/The app/de/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..95533850d7e4aa51b53a87a7fa31cdf15992bb11 Binary files /dev/null and b/App/The app/de/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/de/System.Windows.Forms.resources.dll b/App/The app/de/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..f5543a7370e9b64a8a088625ea9ed934da1cf67a Binary files /dev/null and b/App/The app/de/System.Windows.Forms.resources.dll differ diff --git a/App/The app/de/System.Windows.Input.Manipulations.resources.dll b/App/The app/de/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..14b01a4ca3207260ce5d728139a3bce55b4406d8 Binary files /dev/null and b/App/The app/de/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/de/System.Xaml.resources.dll b/App/The app/de/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..5c5a763acec246f0a9a80846b055dcb85ba28d88 Binary files /dev/null and b/App/The app/de/System.Xaml.resources.dll differ diff --git a/App/The app/de/UIAutomationClient.resources.dll b/App/The app/de/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..1b7021570a2f1dcf1a80cedc3c684874f1a6721e Binary files /dev/null and b/App/The app/de/UIAutomationClient.resources.dll differ diff --git a/App/The app/de/UIAutomationClientSideProviders.resources.dll b/App/The app/de/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..473a205e638646c9c52d49aa2fa267bddfa0e08b Binary files /dev/null and b/App/The app/de/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/de/UIAutomationProvider.resources.dll b/App/The app/de/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..a49b9a6a49fc37e355554ce255929cdf4c776ee1 Binary files /dev/null and b/App/The app/de/UIAutomationProvider.resources.dll differ diff --git a/App/The app/de/UIAutomationTypes.resources.dll b/App/The app/de/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..96c2b44b921b00dbaf00473593567e414bb98971 Binary files /dev/null and b/App/The app/de/UIAutomationTypes.resources.dll differ diff --git a/App/The app/de/WindowsBase.resources.dll b/App/The app/de/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..c966d96393f88ba870e4f831e3f6894df792f84e Binary files /dev/null and b/App/The app/de/WindowsBase.resources.dll differ diff --git a/App/The app/de/WindowsFormsIntegration.resources.dll b/App/The app/de/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..40acc50825a26af5ecc7d3caba635b0f95d66dbe Binary files /dev/null and b/App/The app/de/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/dotnet_bot.scale-100.png b/App/The app/dotnet_bot.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..9a28662d831c69ee47f3c0335da71d375af3fa37 Binary files /dev/null and b/App/The app/dotnet_bot.scale-100.png differ diff --git a/App/The app/dotnet_bot.scale-125.png b/App/The app/dotnet_bot.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..64365df768bfbbd0b645d0bb19d78bc49d269303 Binary files /dev/null and b/App/The app/dotnet_bot.scale-125.png differ diff --git a/App/The app/dotnet_bot.scale-150.png b/App/The app/dotnet_bot.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..1a7afad8366191f6199e6d5595ad190fb2d67c90 Binary files /dev/null and b/App/The app/dotnet_bot.scale-150.png differ diff --git a/App/The app/dotnet_bot.scale-200.png b/App/The app/dotnet_bot.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..e8888cd6bb4e4d3f3eb2e82954bac84359808d16 Binary files /dev/null and b/App/The app/dotnet_bot.scale-200.png differ diff --git a/App/The app/dotnet_bot.scale-400.png b/App/The app/dotnet_bot.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..80276060a5d2898f24ae832e61af102ca7a09dd8 Binary files /dev/null and b/App/The app/dotnet_bot.scale-400.png differ diff --git a/App/The app/dwmcorei.dll b/App/The app/dwmcorei.dll new file mode 100644 index 0000000000000000000000000000000000000000..cac9338155e53d8ca108e60ff38fa4c00f52714f Binary files /dev/null and b/App/The app/dwmcorei.dll differ diff --git a/App/The app/el-GR/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/el-GR/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..fff7871dfbbd99a3752708d40585d76d9a6b72c7 Binary files /dev/null and b/App/The app/el-GR/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/el-GR/Microsoft.ui.xaml.dll.mui b/App/The app/el-GR/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..d7b01d77c8d0b3b537416e39c3653b5a9ad01970 Binary files /dev/null and b/App/The app/el-GR/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/el/Microsoft.Maui.Controls.resources.dll b/App/The app/el/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..310a8d2668a7ecbfaa475bc2b439c4872ab7f2a6 Binary files /dev/null and b/App/The app/el/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/en-GB/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/en-GB/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..7f722b8f59d73ca455cab0bb7071aea45d4af514 Binary files /dev/null and b/App/The app/en-GB/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/en-GB/Microsoft.ui.xaml.dll.mui b/App/The app/en-GB/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..9284f1ef949221d5d5f7ce9e7df94a2ca3c77db5 Binary files /dev/null and b/App/The app/en-GB/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/en-us/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/en-us/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..d3b18e93893146b4dee7e77458dc7b43ad890df2 Binary files /dev/null and b/App/The app/en-us/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/en-us/Microsoft.ui.xaml.dll.mui b/App/The app/en-us/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..23517c6fa302863503a2a15b991311989ee16451 Binary files /dev/null and b/App/The app/en-us/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/es-ES/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/es-ES/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..c7df57e4798126b228d06ed3316eac61fdbec18a Binary files /dev/null and b/App/The app/es-ES/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/es-ES/Microsoft.ui.xaml.dll.mui b/App/The app/es-ES/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..3fc40b2f0e287f3565318c830eee72f0732a6535 Binary files /dev/null and b/App/The app/es-ES/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/es-MX/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/es-MX/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..0295a8167166b46d4ff37261a6c0bdecb5be9db9 Binary files /dev/null and b/App/The app/es-MX/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/es-MX/Microsoft.ui.xaml.dll.mui b/App/The app/es-MX/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..08dd21091c229a4c2d589b3bac2f2051d653466d Binary files /dev/null and b/App/The app/es-MX/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/es/Microsoft.Maui.Controls.resources.dll b/App/The app/es/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..cde0c28ed4a8275ada932222f6eb1c937c7772a0 Binary files /dev/null and b/App/The app/es/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/es/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/es/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..727fce922ba83f33757c129207bc00585e93eb7f Binary files /dev/null and b/App/The app/es/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/es/PresentationCore.resources.dll b/App/The app/es/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..11a7cd0ea063662c6d3bb659273010b23765cd59 Binary files /dev/null and b/App/The app/es/PresentationCore.resources.dll differ diff --git a/App/The app/es/PresentationFramework.resources.dll b/App/The app/es/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..db65c9aeb23bdc509a52019b9f5ec0b402537eab Binary files /dev/null and b/App/The app/es/PresentationFramework.resources.dll differ diff --git a/App/The app/es/PresentationUI.resources.dll b/App/The app/es/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..583ed148dc7fb39246616f88bb2e5bc675a20a65 Binary files /dev/null and b/App/The app/es/PresentationUI.resources.dll differ diff --git a/App/The app/es/ReachFramework.resources.dll b/App/The app/es/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..b475bee6680492e67ff7ad69adb68643428844ef Binary files /dev/null and b/App/The app/es/ReachFramework.resources.dll differ diff --git a/App/The app/es/System.Windows.Controls.Ribbon.resources.dll b/App/The app/es/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..6ced02ca9de0cd39702469ffbd1754d122fb9347 Binary files /dev/null and b/App/The app/es/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/es/System.Windows.Forms.Design.resources.dll b/App/The app/es/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..c460394152c1478b15bb50daa560b8add2932315 Binary files /dev/null and b/App/The app/es/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/es/System.Windows.Forms.Primitives.resources.dll b/App/The app/es/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..1932a05b7c9475c7c0838c8e1199e7a0af070bb0 Binary files /dev/null and b/App/The app/es/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/es/System.Windows.Forms.resources.dll b/App/The app/es/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..41d587e55c2643416a7847198f0447146c9bf858 Binary files /dev/null and b/App/The app/es/System.Windows.Forms.resources.dll differ diff --git a/App/The app/es/System.Windows.Input.Manipulations.resources.dll b/App/The app/es/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..89e933fb015c2e67fe52db8483a96822189e7588 Binary files /dev/null and b/App/The app/es/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/es/System.Xaml.resources.dll b/App/The app/es/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..abd3431b5f86e3e4fde1ae15bead7c37c7307042 Binary files /dev/null and b/App/The app/es/System.Xaml.resources.dll differ diff --git a/App/The app/es/UIAutomationClient.resources.dll b/App/The app/es/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..6e5a21c8b539a474f57368abe2913c853ca3f681 Binary files /dev/null and b/App/The app/es/UIAutomationClient.resources.dll differ diff --git a/App/The app/es/UIAutomationClientSideProviders.resources.dll b/App/The app/es/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..8da95a464c9c0a63cb5b205eb45a9f7bd1d3c7f2 Binary files /dev/null and b/App/The app/es/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/es/UIAutomationProvider.resources.dll b/App/The app/es/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..0a09de5bb179248e94b20a956fa6a521caa0a7d4 Binary files /dev/null and b/App/The app/es/UIAutomationProvider.resources.dll differ diff --git a/App/The app/es/UIAutomationTypes.resources.dll b/App/The app/es/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..78fdbdc7422788c4bef4314048b1768b55588f16 Binary files /dev/null and b/App/The app/es/UIAutomationTypes.resources.dll differ diff --git a/App/The app/es/WindowsBase.resources.dll b/App/The app/es/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..c89520a558948cfd017bf5b9e458f317e95caf8f Binary files /dev/null and b/App/The app/es/WindowsBase.resources.dll differ diff --git a/App/The app/es/WindowsFormsIntegration.resources.dll b/App/The app/es/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..b3a4b7c7e0ec59624e8a0e125e52fd22678e5b0f Binary files /dev/null and b/App/The app/es/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/et-EE/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/et-EE/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..0535d9851cc3bf3f9a44b51167727c507708178f Binary files /dev/null and b/App/The app/et-EE/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/et-EE/Microsoft.ui.xaml.dll.mui b/App/The app/et-EE/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..b0f29c48453779aba45ef7e1b1c6e5216776a242 Binary files /dev/null and b/App/The app/et-EE/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/eu-ES/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/eu-ES/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..cda1c1098a14dd528c13ad25b906b83db09b459c Binary files /dev/null and b/App/The app/eu-ES/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/eu-ES/Microsoft.ui.xaml.dll.mui b/App/The app/eu-ES/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..971c30344add032c4bbdbd9cb92448867c1a2f2c Binary files /dev/null and b/App/The app/eu-ES/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/fa-IR/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/fa-IR/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..81a131c274034dc829c682ea5e0870b0aeef40ba Binary files /dev/null and b/App/The app/fa-IR/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/fa-IR/Microsoft.ui.xaml.dll.mui b/App/The app/fa-IR/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..aef513e5b06d23b866f8652a206a6e2de5b9afce Binary files /dev/null and b/App/The app/fa-IR/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/fi-FI/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/fi-FI/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..587e690679c3b11532f45f1e7f693450ee6282ff Binary files /dev/null and b/App/The app/fi-FI/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/fi-FI/Microsoft.ui.xaml.dll.mui b/App/The app/fi-FI/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..01d081b6949e353985d144dd89f0061000f96d5c Binary files /dev/null and b/App/The app/fi-FI/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/fi/Microsoft.Maui.Controls.resources.dll b/App/The app/fi/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..438cfe32b4869513845938dbd0893735c9c35dad Binary files /dev/null and b/App/The app/fi/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/fil-PH/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/fil-PH/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..9966e8beb94fbd6357f1361eabf8e61466e6456d Binary files /dev/null and b/App/The app/fil-PH/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/fil-PH/Microsoft.ui.xaml.dll.mui b/App/The app/fil-PH/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..869a4d7308bbcd9dddaa55ee2e462a57114634af Binary files /dev/null and b/App/The app/fil-PH/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/fr-CA/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/fr-CA/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..2998c64e65f5cd266bedb816d06c7d07459e1dfa Binary files /dev/null and b/App/The app/fr-CA/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/fr-CA/Microsoft.ui.xaml.dll.mui b/App/The app/fr-CA/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..27c8fa7bd547e71a0a2340da87cf91e63cc9a501 Binary files /dev/null and b/App/The app/fr-CA/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/fr-FR/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/fr-FR/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..fd89e36e9dbe7d9c4696c7fc86404f04c76b6637 Binary files /dev/null and b/App/The app/fr-FR/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/fr-FR/Microsoft.ui.xaml.dll.mui b/App/The app/fr-FR/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..ce9c5c925cc7ee50f87a78d78ac51873f4f5bc1b Binary files /dev/null and b/App/The app/fr-FR/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/fr/Microsoft.Maui.Controls.resources.dll b/App/The app/fr/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..a59665b5947066fd01af7f932d262933e296a7fa Binary files /dev/null and b/App/The app/fr/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/fr/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/fr/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..5692433c4b1f407fffc726d3379de4b326a01f38 Binary files /dev/null and b/App/The app/fr/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/fr/PresentationCore.resources.dll b/App/The app/fr/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..f4192c7706610326b2447cdda720be9f0bb9b392 Binary files /dev/null and b/App/The app/fr/PresentationCore.resources.dll differ diff --git a/App/The app/fr/PresentationFramework.resources.dll b/App/The app/fr/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..bb47066eb48ab47739d142091e80524b113c089a Binary files /dev/null and b/App/The app/fr/PresentationFramework.resources.dll differ diff --git a/App/The app/fr/PresentationUI.resources.dll b/App/The app/fr/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..ad1d334776eb71aaf5bd0c4a793d542c2e0872a2 Binary files /dev/null and b/App/The app/fr/PresentationUI.resources.dll differ diff --git a/App/The app/fr/ReachFramework.resources.dll b/App/The app/fr/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..2ebd3cb322b2aabcfe774b52322d91290ce20004 Binary files /dev/null and b/App/The app/fr/ReachFramework.resources.dll differ diff --git a/App/The app/fr/System.Windows.Controls.Ribbon.resources.dll b/App/The app/fr/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..b2b01c8b173afff82ed018bbe0a5a714963d66ab Binary files /dev/null and b/App/The app/fr/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/fr/System.Windows.Forms.Design.resources.dll b/App/The app/fr/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..118b2e3f116c8784d7ddb930f93e1fec83df8304 Binary files /dev/null and b/App/The app/fr/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/fr/System.Windows.Forms.Primitives.resources.dll b/App/The app/fr/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..5ca1d86ff114fcb4c1f476d866f176c145a83cc8 Binary files /dev/null and b/App/The app/fr/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/fr/System.Windows.Forms.resources.dll b/App/The app/fr/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..554c7bd23f45e679201ab7226bece80b7a6e1baf Binary files /dev/null and b/App/The app/fr/System.Windows.Forms.resources.dll differ diff --git a/App/The app/fr/System.Windows.Input.Manipulations.resources.dll b/App/The app/fr/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..340b65f93ac6292017753f94aa3d9f1a3ec0cb45 Binary files /dev/null and b/App/The app/fr/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/fr/System.Xaml.resources.dll b/App/The app/fr/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..f8d80810e3f6eacf68e0c52af1e7a19cb26289f2 Binary files /dev/null and b/App/The app/fr/System.Xaml.resources.dll differ diff --git a/App/The app/fr/UIAutomationClient.resources.dll b/App/The app/fr/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..093c16d838040ba18ddd4447be626a9d2a4485bd Binary files /dev/null and b/App/The app/fr/UIAutomationClient.resources.dll differ diff --git a/App/The app/fr/UIAutomationClientSideProviders.resources.dll b/App/The app/fr/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..4736a797a1c867b2f90ce0455b159e49d874ad31 Binary files /dev/null and b/App/The app/fr/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/fr/UIAutomationProvider.resources.dll b/App/The app/fr/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..be2c332e03aa40eebd8e6f6fbb2c182ef3d48f71 Binary files /dev/null and b/App/The app/fr/UIAutomationProvider.resources.dll differ diff --git a/App/The app/fr/UIAutomationTypes.resources.dll b/App/The app/fr/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..15c47af82073190a854e68ca4c6256a3d8403834 Binary files /dev/null and b/App/The app/fr/UIAutomationTypes.resources.dll differ diff --git a/App/The app/fr/WindowsBase.resources.dll b/App/The app/fr/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..9233151287cad9464ff3a644e0c251da35051a5f Binary files /dev/null and b/App/The app/fr/WindowsBase.resources.dll differ diff --git a/App/The app/fr/WindowsFormsIntegration.resources.dll b/App/The app/fr/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..ede524b12b4d14fb747e97893f9649d9b2b01ac8 Binary files /dev/null and b/App/The app/fr/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/ga-IE/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ga-IE/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..9e16d685a970392be17d09cedfdfef21cd900b32 Binary files /dev/null and b/App/The app/ga-IE/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ga-IE/Microsoft.ui.xaml.dll.mui b/App/The app/ga-IE/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..d5fe5dbf903e980c552faa5b85f13c3280a4d5e7 Binary files /dev/null and b/App/The app/ga-IE/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/gd-gb/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/gd-gb/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..091583da458cc1ec26675a69accbd75e623b3d36 Binary files /dev/null and b/App/The app/gd-gb/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/gd-gb/Microsoft.ui.xaml.dll.mui b/App/The app/gd-gb/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..f9b77df83ef7ca11dd966dc9680a6c488c22f299 Binary files /dev/null and b/App/The app/gd-gb/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/gl-ES/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/gl-ES/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..50045da22bad4dcf2a2ea9d9fb5e864af3edfc0d Binary files /dev/null and b/App/The app/gl-ES/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/gl-ES/Microsoft.ui.xaml.dll.mui b/App/The app/gl-ES/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..ac1db3de87b1457533bc8c1315defddbfd337bb8 Binary files /dev/null and b/App/The app/gl-ES/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/gu-IN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/gu-IN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..2efd70cc528cad2b86ecfd84b4138ee698eba391 Binary files /dev/null and b/App/The app/gu-IN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/gu-IN/Microsoft.ui.xaml.dll.mui b/App/The app/gu-IN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..cd24f2ab1173c16d10f516cdde4f63cc42416b32 Binary files /dev/null and b/App/The app/gu-IN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/he-IL/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/he-IL/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..e152430a1231371cf3a5dfba2e80a659a9beb84a Binary files /dev/null and b/App/The app/he-IL/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/he-IL/Microsoft.ui.xaml.dll.mui b/App/The app/he-IL/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..ca11f5fee2b591f37db9b43f818aec7801a9a376 Binary files /dev/null and b/App/The app/he-IL/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/he/Microsoft.Maui.Controls.resources.dll b/App/The app/he/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..1065d2030f17ad3a423a8bb7f5dd15b2d1d49bed Binary files /dev/null and b/App/The app/he/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/hi-IN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/hi-IN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..d5fe4368932f105152d7e21e85d9a8fa582da611 Binary files /dev/null and b/App/The app/hi-IN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/hi-IN/Microsoft.ui.xaml.dll.mui b/App/The app/hi-IN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..cde5de1f17bf9b49b841b4d7a920fbaa5f3d7d69 Binary files /dev/null and b/App/The app/hi-IN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/hi/Microsoft.Maui.Controls.resources.dll b/App/The app/hi/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..167d2334662cdbb7562e836fd76762d53705e286 Binary files /dev/null and b/App/The app/hi/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/hostfxr.dll b/App/The app/hostfxr.dll new file mode 100644 index 0000000000000000000000000000000000000000..74138a961d8fd907ec01254ae2051ed826eff7bd Binary files /dev/null and b/App/The app/hostfxr.dll differ diff --git a/App/The app/hostpolicy.dll b/App/The app/hostpolicy.dll new file mode 100644 index 0000000000000000000000000000000000000000..5ad72ff8fd97fa8c4019febc4e3aa4fcd014a315 Binary files /dev/null and b/App/The app/hostpolicy.dll differ diff --git a/App/The app/hr-HR/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/hr-HR/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..1ebb0f1969c84bdf1678497e1901b5b6c2b1c7d4 Binary files /dev/null and b/App/The app/hr-HR/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/hr-HR/Microsoft.ui.xaml.dll.mui b/App/The app/hr-HR/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..1ffa7192057d6e225cacb943b4cbd6eabb594755 Binary files /dev/null and b/App/The app/hr-HR/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/hr/Microsoft.Maui.Controls.resources.dll b/App/The app/hr/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..a14311393ad9ff21b02b7055efaf746422826ecf Binary files /dev/null and b/App/The app/hr/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/hu-HU/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/hu-HU/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..bbbd426149651a798145bb56a8a7f75d249ee759 Binary files /dev/null and b/App/The app/hu-HU/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/hu-HU/Microsoft.ui.xaml.dll.mui b/App/The app/hu-HU/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..e9afe2241832779ff60411e1d8845dfe2472f317 Binary files /dev/null and b/App/The app/hu-HU/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/hu/Microsoft.Maui.Controls.resources.dll b/App/The app/hu/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..8f24ca73fe03cbb602539f3e8561bf6f5278f1d9 Binary files /dev/null and b/App/The app/hu/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/hy-AM/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/hy-AM/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..ea25250de19006cf99eba472175f00713ddd12ed Binary files /dev/null and b/App/The app/hy-AM/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/hy-AM/Microsoft.ui.xaml.dll.mui b/App/The app/hy-AM/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..2c3cc2e35c8b7c75a1f1f964897dd778e0184f8c Binary files /dev/null and b/App/The app/hy-AM/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/id-ID/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/id-ID/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..2f9342d037f8076c5984afb087ae2b7fb99cf286 Binary files /dev/null and b/App/The app/id-ID/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/id-ID/Microsoft.ui.xaml.dll.mui b/App/The app/id-ID/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..44ae99bf6ff3581e2df9c12b2312a1359f2b63e4 Binary files /dev/null and b/App/The app/id-ID/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/id/Microsoft.Maui.Controls.resources.dll b/App/The app/id/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..05d8e3a533c216fd6a1dc4e5638788f9c24f3e5c Binary files /dev/null and b/App/The app/id/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/is-IS/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/is-IS/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..5bfd2a3935fe2773a4db1109c9c23f2034564ed0 Binary files /dev/null and b/App/The app/is-IS/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/is-IS/Microsoft.ui.xaml.dll.mui b/App/The app/is-IS/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..53fe4f852cac466fe8743157c767fe2d295997f4 Binary files /dev/null and b/App/The app/is-IS/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/it-IT/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/it-IT/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..947008be403d41988bc97d4583b34aade9b2712e Binary files /dev/null and b/App/The app/it-IT/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/it-IT/Microsoft.ui.xaml.dll.mui b/App/The app/it-IT/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..18d2fd4fa56ceb8cdf7fd5a49ae0eeb9e1af024d Binary files /dev/null and b/App/The app/it-IT/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/it/Microsoft.Maui.Controls.resources.dll b/App/The app/it/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..dae4e084342652eb3d8aa064c8ace721ec26be31 Binary files /dev/null and b/App/The app/it/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/it/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/it/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..28f2907df25a44da4eb92586176957d9f66fac75 Binary files /dev/null and b/App/The app/it/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/it/PresentationCore.resources.dll b/App/The app/it/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..fcfebff769408e96d7bcc05c86288adfc1acfb7c Binary files /dev/null and b/App/The app/it/PresentationCore.resources.dll differ diff --git a/App/The app/it/PresentationFramework.resources.dll b/App/The app/it/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..1601acbf0ac110f1945f1686e55a64b2ad908ef7 Binary files /dev/null and b/App/The app/it/PresentationFramework.resources.dll differ diff --git a/App/The app/it/PresentationUI.resources.dll b/App/The app/it/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..dd5bd503e5c886f083d870845169dca77d14a621 Binary files /dev/null and b/App/The app/it/PresentationUI.resources.dll differ diff --git a/App/The app/it/ReachFramework.resources.dll b/App/The app/it/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..dcdfadb5cc7ec9426becf41a55c4e8e6a2145329 Binary files /dev/null and b/App/The app/it/ReachFramework.resources.dll differ diff --git a/App/The app/it/System.Windows.Controls.Ribbon.resources.dll b/App/The app/it/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..cf444da939fa952642e3c764c55443a954a56343 Binary files /dev/null and b/App/The app/it/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/it/System.Windows.Forms.Design.resources.dll b/App/The app/it/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..151688a09d8b7f36a5ee5b4b7f81f2cf7d848dcc Binary files /dev/null and b/App/The app/it/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/it/System.Windows.Forms.Primitives.resources.dll b/App/The app/it/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..5b1aed3f3e0404d240477b0d7007bf5d07a2e489 Binary files /dev/null and b/App/The app/it/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/it/System.Windows.Forms.resources.dll b/App/The app/it/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..b85049a96fae3c158accc8624ac12b0001d3c748 Binary files /dev/null and b/App/The app/it/System.Windows.Forms.resources.dll differ diff --git a/App/The app/it/System.Windows.Input.Manipulations.resources.dll b/App/The app/it/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..75b45e497bd8457a5d1da62ae273cfcb61d11d12 Binary files /dev/null and b/App/The app/it/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/it/System.Xaml.resources.dll b/App/The app/it/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..78c95c2db1963181132e8918899de7332b619136 Binary files /dev/null and b/App/The app/it/System.Xaml.resources.dll differ diff --git a/App/The app/it/UIAutomationClient.resources.dll b/App/The app/it/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..7fb7cb5b4260930cf9c59c30d7f33c87a4e99075 Binary files /dev/null and b/App/The app/it/UIAutomationClient.resources.dll differ diff --git a/App/The app/it/UIAutomationClientSideProviders.resources.dll b/App/The app/it/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..ebc7a87c75f3aeed0773fc770a118a9b26b63402 Binary files /dev/null and b/App/The app/it/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/it/UIAutomationProvider.resources.dll b/App/The app/it/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..e9b8075f8bc0f98006302896187311b4c3a7ee1a Binary files /dev/null and b/App/The app/it/UIAutomationProvider.resources.dll differ diff --git a/App/The app/it/UIAutomationTypes.resources.dll b/App/The app/it/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..6452f935bf2e1c2c3445126b50b5231b6eb978d7 Binary files /dev/null and b/App/The app/it/UIAutomationTypes.resources.dll differ diff --git a/App/The app/it/WindowsBase.resources.dll b/App/The app/it/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..46df406466648be43abc5bff447b1c085797f890 Binary files /dev/null and b/App/The app/it/WindowsBase.resources.dll differ diff --git a/App/The app/it/WindowsFormsIntegration.resources.dll b/App/The app/it/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..e3e70af27e8305bd4f4f9ac7cfd7e1a899e374f3 Binary files /dev/null and b/App/The app/it/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/ja-JP/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ja-JP/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..6cffe6ff5e6515034317d9248832cebeda4a5444 Binary files /dev/null and b/App/The app/ja-JP/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ja-JP/Microsoft.ui.xaml.dll.mui b/App/The app/ja-JP/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..38d2717d5ebc8a941cba51b33b28f8f6b4651a45 Binary files /dev/null and b/App/The app/ja-JP/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ja/Microsoft.Maui.Controls.resources.dll b/App/The app/ja/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..0a643d95990a5b7709cad2ceeb584ff834583128 Binary files /dev/null and b/App/The app/ja/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/ja/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/ja/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..750fced34645c0292c1028ae307931b53e1efea9 Binary files /dev/null and b/App/The app/ja/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/ja/PresentationCore.resources.dll b/App/The app/ja/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..e21e41f3648648a05fbdf8bbb056aebab1944d88 Binary files /dev/null and b/App/The app/ja/PresentationCore.resources.dll differ diff --git a/App/The app/ja/PresentationFramework.resources.dll b/App/The app/ja/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..b43a324b888382ac80f2bff1527cb92d20bd2d66 Binary files /dev/null and b/App/The app/ja/PresentationFramework.resources.dll differ diff --git a/App/The app/ja/PresentationUI.resources.dll b/App/The app/ja/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..df07dfa9c42dffb68a26e4ec56927e4e9f330a63 Binary files /dev/null and b/App/The app/ja/PresentationUI.resources.dll differ diff --git a/App/The app/ja/ReachFramework.resources.dll b/App/The app/ja/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..c582b84a4ae9ca43cfa940b448b26b4f388202ee Binary files /dev/null and b/App/The app/ja/ReachFramework.resources.dll differ diff --git a/App/The app/ja/System.Windows.Controls.Ribbon.resources.dll b/App/The app/ja/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..7a4cba60008c6c59d8edf8e62697a2e633913ebd Binary files /dev/null and b/App/The app/ja/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/ja/System.Windows.Forms.Design.resources.dll b/App/The app/ja/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..ad2a81e62386c7c22296b0d1fd7a1e619c6e9675 Binary files /dev/null and b/App/The app/ja/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/ja/System.Windows.Forms.Primitives.resources.dll b/App/The app/ja/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..3be0eab6ecde7fc7e9001f963139c073ffffcf90 Binary files /dev/null and b/App/The app/ja/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/ja/System.Windows.Forms.resources.dll b/App/The app/ja/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..b32713a3ca0634bf8cb5d0ffdcaa0b6dfdf0fda7 Binary files /dev/null and b/App/The app/ja/System.Windows.Forms.resources.dll differ diff --git a/App/The app/ja/System.Windows.Input.Manipulations.resources.dll b/App/The app/ja/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..ee904f2352ecef1ac3658aa7fb9ee1e77c50b6b4 Binary files /dev/null and b/App/The app/ja/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/ja/System.Xaml.resources.dll b/App/The app/ja/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..c84e690999aef02d8c140cc1595bc0c1c8704db2 Binary files /dev/null and b/App/The app/ja/System.Xaml.resources.dll differ diff --git a/App/The app/ja/UIAutomationClient.resources.dll b/App/The app/ja/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..923e15521bf42d096e6e9c6a6a39644d6d98e996 Binary files /dev/null and b/App/The app/ja/UIAutomationClient.resources.dll differ diff --git a/App/The app/ja/UIAutomationClientSideProviders.resources.dll b/App/The app/ja/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..bfa2dd0ec43a9aa981b7c3824a9fe1bf5f63101f Binary files /dev/null and b/App/The app/ja/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/ja/UIAutomationProvider.resources.dll b/App/The app/ja/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..6768f2ba2403c888cc3378ebc2eade494a6d24b5 Binary files /dev/null and b/App/The app/ja/UIAutomationProvider.resources.dll differ diff --git a/App/The app/ja/UIAutomationTypes.resources.dll b/App/The app/ja/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..b556a3089a2fb9cb39eacdb06ed8327d0f28c5b2 Binary files /dev/null and b/App/The app/ja/UIAutomationTypes.resources.dll differ diff --git a/App/The app/ja/WindowsBase.resources.dll b/App/The app/ja/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..1099f95bb66d0bf11e3aff252946bfe658a15d1d Binary files /dev/null and b/App/The app/ja/WindowsBase.resources.dll differ diff --git a/App/The app/ja/WindowsFormsIntegration.resources.dll b/App/The app/ja/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..9019dfaac6a0c1118008cf985839bebd7ea938a5 Binary files /dev/null and b/App/The app/ja/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/ka-GE/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ka-GE/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..fff9dcbfef435ca6dbb84576651b034637c7db64 Binary files /dev/null and b/App/The app/ka-GE/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ka-GE/Microsoft.ui.xaml.dll.mui b/App/The app/ka-GE/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..a16487e32990d5450af198a67055224241c25ac3 Binary files /dev/null and b/App/The app/ka-GE/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/kk-KZ/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/kk-KZ/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..611b73034d8a6cd68b2b09396920606c7d339edc Binary files /dev/null and b/App/The app/kk-KZ/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/kk-KZ/Microsoft.ui.xaml.dll.mui b/App/The app/kk-KZ/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..afe3f85a0e68a4a92f1c4020d0ad9564571ba6ad Binary files /dev/null and b/App/The app/kk-KZ/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/km-KH/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/km-KH/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..fbaaaca1ba3d372feaf49f2a4b4dfab862a24f01 Binary files /dev/null and b/App/The app/km-KH/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/km-KH/Microsoft.ui.xaml.dll.mui b/App/The app/km-KH/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..474d6ff7021ec8394ad944aaf6dc3ebda1657884 Binary files /dev/null and b/App/The app/km-KH/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/kn-IN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/kn-IN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..76e195b60e345adc2b98e4752fedfc462ffb7501 Binary files /dev/null and b/App/The app/kn-IN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/kn-IN/Microsoft.ui.xaml.dll.mui b/App/The app/kn-IN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..0ccb6d8d1fcfb40fe1c4460801aca56d14daefd2 Binary files /dev/null and b/App/The app/kn-IN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ko-KR/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ko-KR/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..18d818f72e0ed66d82714c7dd92651e17c5766f0 Binary files /dev/null and b/App/The app/ko-KR/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ko-KR/Microsoft.ui.xaml.dll.mui b/App/The app/ko-KR/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..89de22795877987996cea598b66b80477e6a0a74 Binary files /dev/null and b/App/The app/ko-KR/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ko/Microsoft.Maui.Controls.resources.dll b/App/The app/ko/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..6b6aede34a90a16d49ae76e2172bbc60a473a668 Binary files /dev/null and b/App/The app/ko/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/ko/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/ko/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..76cacc61922fa882f49a84d704d798eb558e8be5 Binary files /dev/null and b/App/The app/ko/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/ko/PresentationCore.resources.dll b/App/The app/ko/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..cdd37e78e0dd6e1d32073c43c9eae19136fd904f Binary files /dev/null and b/App/The app/ko/PresentationCore.resources.dll differ diff --git a/App/The app/ko/PresentationFramework.resources.dll b/App/The app/ko/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..56b7818c11e282cb54a1de4c2100ca42832c9642 Binary files /dev/null and b/App/The app/ko/PresentationFramework.resources.dll differ diff --git a/App/The app/ko/PresentationUI.resources.dll b/App/The app/ko/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..d12f75a2a566c9f5d18e06b6459610b0635d464a Binary files /dev/null and b/App/The app/ko/PresentationUI.resources.dll differ diff --git a/App/The app/ko/ReachFramework.resources.dll b/App/The app/ko/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..97cdcbb19313aed533bd6b53e72deaa8af7671bc Binary files /dev/null and b/App/The app/ko/ReachFramework.resources.dll differ diff --git a/App/The app/ko/System.Windows.Controls.Ribbon.resources.dll b/App/The app/ko/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..c7b80d2c1a463e2ffaaed8af7a193179aee297cb Binary files /dev/null and b/App/The app/ko/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/ko/System.Windows.Forms.Design.resources.dll b/App/The app/ko/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..e96f99fa10fd41699874eddbaa4013ed1357fb11 Binary files /dev/null and b/App/The app/ko/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/ko/System.Windows.Forms.Primitives.resources.dll b/App/The app/ko/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..6cf781cac5282bd2c448c70ddf6be92ec037f9da Binary files /dev/null and b/App/The app/ko/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/ko/System.Windows.Forms.resources.dll b/App/The app/ko/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..11749e17d45179b398aaaa864f3e945ef26c8f81 Binary files /dev/null and b/App/The app/ko/System.Windows.Forms.resources.dll differ diff --git a/App/The app/ko/System.Windows.Input.Manipulations.resources.dll b/App/The app/ko/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..0f4073e26107d0f4dc82c3d6efe06327f0a905cb Binary files /dev/null and b/App/The app/ko/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/ko/System.Xaml.resources.dll b/App/The app/ko/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..f6cc5310a642a982807e5c60869c730b9704b47c Binary files /dev/null and b/App/The app/ko/System.Xaml.resources.dll differ diff --git a/App/The app/ko/UIAutomationClient.resources.dll b/App/The app/ko/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..886f220288eab7d47bf1f7e513910646f85193b4 Binary files /dev/null and b/App/The app/ko/UIAutomationClient.resources.dll differ diff --git a/App/The app/ko/UIAutomationClientSideProviders.resources.dll b/App/The app/ko/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..8ccf8e6e768b76d2303dade0d5096b8d2741a406 Binary files /dev/null and b/App/The app/ko/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/ko/UIAutomationProvider.resources.dll b/App/The app/ko/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..7fee37b390856688878ed753147f297a503aec0c Binary files /dev/null and b/App/The app/ko/UIAutomationProvider.resources.dll differ diff --git a/App/The app/ko/UIAutomationTypes.resources.dll b/App/The app/ko/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..f03b073f4e8cd4b557243f5ad1b0376dbe841239 Binary files /dev/null and b/App/The app/ko/UIAutomationTypes.resources.dll differ diff --git a/App/The app/ko/WindowsBase.resources.dll b/App/The app/ko/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..e7ddc23ba9a87a6022277b28422ba2554c756bdf Binary files /dev/null and b/App/The app/ko/WindowsBase.resources.dll differ diff --git a/App/The app/ko/WindowsFormsIntegration.resources.dll b/App/The app/ko/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..2854de032eb9b204c58c621c89490c8f9f929f40 Binary files /dev/null and b/App/The app/ko/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/kok-IN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/kok-IN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..bf834d75a1f388c89ede0e987eb34e795162dd41 Binary files /dev/null and b/App/The app/kok-IN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/kok-IN/Microsoft.ui.xaml.dll.mui b/App/The app/kok-IN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..8ac1e9a57faad666ad3af63afe063c4f0162f9bc Binary files /dev/null and b/App/The app/kok-IN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/lb-LU/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/lb-LU/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..dce8fef3f60fe9887f84b07c85a5c07af2f9ac90 Binary files /dev/null and b/App/The app/lb-LU/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/lb-LU/Microsoft.ui.xaml.dll.mui b/App/The app/lb-LU/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..dfc9ea93401d9c425696cbaf733bd26faace8ee3 Binary files /dev/null and b/App/The app/lb-LU/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/libSkiaSharp.dll b/App/The app/libSkiaSharp.dll new file mode 100644 index 0000000000000000000000000000000000000000..d00d746f1e48fbd1db29f29151dd03d99fbe35f4 Binary files /dev/null and b/App/The app/libSkiaSharp.dll differ diff --git a/App/The app/lo-LA/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/lo-LA/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..dcac2cf41441f56c0723d5b858cf8c9fa209220e Binary files /dev/null and b/App/The app/lo-LA/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/lo-LA/Microsoft.ui.xaml.dll.mui b/App/The app/lo-LA/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..1f110a59e7557f0dca8a4ad8abd0639397ca7103 Binary files /dev/null and b/App/The app/lo-LA/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/lt-LT/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/lt-LT/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..2f83aeaf0a0c48a1a113fdd9bb88f4a76aeb93fc Binary files /dev/null and b/App/The app/lt-LT/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/lt-LT/Microsoft.ui.xaml.dll.mui b/App/The app/lt-LT/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..c128d91144f2fa1237db102e4fc7791d9873f447 Binary files /dev/null and b/App/The app/lt-LT/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/lv-LV/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/lv-LV/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..775374090cf4765bab6815038699b33362d9b250 Binary files /dev/null and b/App/The app/lv-LV/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/lv-LV/Microsoft.ui.xaml.dll.mui b/App/The app/lv-LV/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..a2c24ea3c3327ea15e77a2ccb1dd4c3c2ff9b916 Binary files /dev/null and b/App/The app/lv-LV/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/marshal.dll b/App/The app/marshal.dll new file mode 100644 index 0000000000000000000000000000000000000000..cc69f4751a45f58147504e294fa34e03a3e14997 Binary files /dev/null and b/App/The app/marshal.dll differ diff --git a/App/The app/mi-NZ/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/mi-NZ/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..97d6c73c707dabb1238d0b88a9dbaf6e4af1c159 Binary files /dev/null and b/App/The app/mi-NZ/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/mi-NZ/Microsoft.ui.xaml.dll.mui b/App/The app/mi-NZ/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..ae004b2bcee7a32bbe57df0b35b27df6dfb55c02 Binary files /dev/null and b/App/The app/mi-NZ/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/mk-MK/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/mk-MK/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..67e9c407b166fd6b18ff0ca502c2833d260515d1 Binary files /dev/null and b/App/The app/mk-MK/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/mk-MK/Microsoft.ui.xaml.dll.mui b/App/The app/mk-MK/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..6bef4c6c31e44d759dd197ffa1755a70042e2530 Binary files /dev/null and b/App/The app/mk-MK/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ml-IN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ml-IN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..1049ee50a4d2a901492f3bcd14bd72d94d93e846 Binary files /dev/null and b/App/The app/ml-IN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ml-IN/Microsoft.ui.xaml.dll.mui b/App/The app/ml-IN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..e011f1e284c4b61cf710ed890873aa9a8e73e885 Binary files /dev/null and b/App/The app/ml-IN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/mr-IN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/mr-IN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..0b3cf40a924b7388bcf941911205c03f2bef2b23 Binary files /dev/null and b/App/The app/mr-IN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/mr-IN/Microsoft.ui.xaml.dll.mui b/App/The app/mr-IN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..ea4084e09b9a44227fc7e3dd4ab55e419a2cdfd1 Binary files /dev/null and b/App/The app/mr-IN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ms-MY/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ms-MY/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..820cc9a4db97bd2b498e0b51faa875db1b8bd3ac Binary files /dev/null and b/App/The app/ms-MY/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ms-MY/Microsoft.ui.xaml.dll.mui b/App/The app/ms-MY/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..d18e8be8289eb3ee3ad5bd24b4896d603e601a62 Binary files /dev/null and b/App/The app/ms-MY/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ms/Microsoft.Maui.Controls.resources.dll b/App/The app/ms/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..1e8d9c3ae659ab7f52563ccc8ae74ddfca8d5be1 Binary files /dev/null and b/App/The app/ms/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/mscordaccore.dll b/App/The app/mscordaccore.dll new file mode 100644 index 0000000000000000000000000000000000000000..b31a98b820ffdb54251e8f3aa9d9550176e60fd8 Binary files /dev/null and b/App/The app/mscordaccore.dll differ diff --git a/App/The app/mscordaccore_amd64_amd64_8.0.1024.46610.dll b/App/The app/mscordaccore_amd64_amd64_8.0.1024.46610.dll new file mode 100644 index 0000000000000000000000000000000000000000..b31a98b820ffdb54251e8f3aa9d9550176e60fd8 Binary files /dev/null and b/App/The app/mscordaccore_amd64_amd64_8.0.1024.46610.dll differ diff --git a/App/The app/mscordbi.dll b/App/The app/mscordbi.dll new file mode 100644 index 0000000000000000000000000000000000000000..5c01206e5f1c5a163303e6ba9d614dfb38986c5d Binary files /dev/null and b/App/The app/mscordbi.dll differ diff --git a/App/The app/mscorlib.dll b/App/The app/mscorlib.dll new file mode 100644 index 0000000000000000000000000000000000000000..df5456b1f874d46d7f298d603ffb37f10497deb7 Binary files /dev/null and b/App/The app/mscorlib.dll differ diff --git a/App/The app/mscorrc.dll b/App/The app/mscorrc.dll new file mode 100644 index 0000000000000000000000000000000000000000..8085c1c8dbfc0f1a54a15e98b3e671d99cc9e1a2 Binary files /dev/null and b/App/The app/mscorrc.dll differ diff --git a/App/The app/msquic.dll b/App/The app/msquic.dll new file mode 100644 index 0000000000000000000000000000000000000000..2cfcc11e0ae4ce528d604c177e5a72e403240650 Binary files /dev/null and b/App/The app/msquic.dll differ diff --git a/App/The app/mt-MT/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/mt-MT/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..edb65fe59ef5f1865b8b71e18864829b2a4da863 Binary files /dev/null and b/App/The app/mt-MT/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/mt-MT/Microsoft.ui.xaml.dll.mui b/App/The app/mt-MT/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..957e5380dc6b8d3617baac467486e668c0e8976a Binary files /dev/null and b/App/The app/mt-MT/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/nb-NO/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/nb-NO/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..602852d52de910aaae005537b17174fdbd243561 Binary files /dev/null and b/App/The app/nb-NO/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/nb-NO/Microsoft.ui.xaml.dll.mui b/App/The app/nb-NO/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..84ceea93dfbe43a6046865a821587c5f26a46f84 Binary files /dev/null and b/App/The app/nb-NO/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/nb/Microsoft.Maui.Controls.resources.dll b/App/The app/nb/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..56433c1dae5126365ede03a9e8df09123f8e4492 Binary files /dev/null and b/App/The app/nb/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/ne-NP/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ne-NP/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..2793920070779543faa20a1412539545327a80b0 Binary files /dev/null and b/App/The app/ne-NP/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ne-NP/Microsoft.ui.xaml.dll.mui b/App/The app/ne-NP/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..e5f13a5019e98de7c7f8bbbc739824b00029a6c9 Binary files /dev/null and b/App/The app/ne-NP/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/netstandard.dll b/App/The app/netstandard.dll new file mode 100644 index 0000000000000000000000000000000000000000..96d99abd9738702ed246a46f62dfe7bb33a05df3 Binary files /dev/null and b/App/The app/netstandard.dll differ diff --git a/App/The app/nl-NL/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/nl-NL/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..8085d3b0fabd28e049938ca97a1602311bdf05a6 Binary files /dev/null and b/App/The app/nl-NL/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/nl-NL/Microsoft.ui.xaml.dll.mui b/App/The app/nl-NL/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..b72e6150ea784b0d443d3e32f14da82c475ca002 Binary files /dev/null and b/App/The app/nl-NL/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/nl/Microsoft.Maui.Controls.resources.dll b/App/The app/nl/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..4cec1354135f545f426ca974a787e3c7f5d34d6e Binary files /dev/null and b/App/The app/nl/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/nn-NO/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/nn-NO/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..1ceb9a958b1884852a740eb326d2b695450d3b78 Binary files /dev/null and b/App/The app/nn-NO/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/nn-NO/Microsoft.ui.xaml.dll.mui b/App/The app/nn-NO/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..5c9bea29ce1f4fe29fe867f51c09a1b0db4f3281 Binary files /dev/null and b/App/The app/nn-NO/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/or-IN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/or-IN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..32757f31e3f9736352621eae0930e62fa69864d3 Binary files /dev/null and b/App/The app/or-IN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/or-IN/Microsoft.ui.xaml.dll.mui b/App/The app/or-IN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..56b0d3b0e06a8dea7a19c433dd9aedbd4500b207 Binary files /dev/null and b/App/The app/or-IN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/pa-IN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/pa-IN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..c4b53d5cc958d9101b4fffd348f162d2e403976f Binary files /dev/null and b/App/The app/pa-IN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/pa-IN/Microsoft.ui.xaml.dll.mui b/App/The app/pa-IN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..ea6a0bd2814fbe23928511ec0fc2ae94ff7c1712 Binary files /dev/null and b/App/The app/pa-IN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/pl-PL/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/pl-PL/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..f09c1ce2190dae4c28d86cf4539e48ba95eede4a Binary files /dev/null and b/App/The app/pl-PL/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/pl-PL/Microsoft.ui.xaml.dll.mui b/App/The app/pl-PL/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..14fdc9070c03142f842c6ea68a5eb5a9c31f8321 Binary files /dev/null and b/App/The app/pl-PL/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/pl/Microsoft.Maui.Controls.resources.dll b/App/The app/pl/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..e90d400ed6f109d3718c644485524b3329a34827 Binary files /dev/null and b/App/The app/pl/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/pl/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/pl/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..2e07e997376ecc709b4962d58e1e7d5177e7e047 Binary files /dev/null and b/App/The app/pl/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/pl/PresentationCore.resources.dll b/App/The app/pl/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..8c020cc5240be382fcf394f4fc0dc5b98c103825 Binary files /dev/null and b/App/The app/pl/PresentationCore.resources.dll differ diff --git a/App/The app/pl/PresentationFramework.resources.dll b/App/The app/pl/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..a0f0ce068aa0b72e0ec12bf621a3cb4676b40387 Binary files /dev/null and b/App/The app/pl/PresentationFramework.resources.dll differ diff --git a/App/The app/pl/PresentationUI.resources.dll b/App/The app/pl/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..3086ec92c0cae364bf5316c539b858a49621c9fb Binary files /dev/null and b/App/The app/pl/PresentationUI.resources.dll differ diff --git a/App/The app/pl/ReachFramework.resources.dll b/App/The app/pl/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..a1246cb9742a7d728177423f6c614094afa36064 Binary files /dev/null and b/App/The app/pl/ReachFramework.resources.dll differ diff --git a/App/The app/pl/System.Windows.Controls.Ribbon.resources.dll b/App/The app/pl/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..213834a7041ddf243834a6f4b280414cd4280a77 Binary files /dev/null and b/App/The app/pl/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/pl/System.Windows.Forms.Design.resources.dll b/App/The app/pl/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..2e088e1435b3956debccc82f3d34852480393661 Binary files /dev/null and b/App/The app/pl/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/pl/System.Windows.Forms.Primitives.resources.dll b/App/The app/pl/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..5024605ef19f94df54c681e2f3363928dddf03ed Binary files /dev/null and b/App/The app/pl/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/pl/System.Windows.Forms.resources.dll b/App/The app/pl/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..bfcc866ac0fee6a39b0fdc296f5c08fc60a6e1f1 Binary files /dev/null and b/App/The app/pl/System.Windows.Forms.resources.dll differ diff --git a/App/The app/pl/System.Windows.Input.Manipulations.resources.dll b/App/The app/pl/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..3eeb3c7150627f76202e6074bc9115d6ceaee139 Binary files /dev/null and b/App/The app/pl/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/pl/System.Xaml.resources.dll b/App/The app/pl/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..8c9838328f9983bc84d97e916374d4671c6f21d8 Binary files /dev/null and b/App/The app/pl/System.Xaml.resources.dll differ diff --git a/App/The app/pl/UIAutomationClient.resources.dll b/App/The app/pl/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..7cdd2305bf9855d5fac47b949bcd477c7f81af23 Binary files /dev/null and b/App/The app/pl/UIAutomationClient.resources.dll differ diff --git a/App/The app/pl/UIAutomationClientSideProviders.resources.dll b/App/The app/pl/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..98d230ccd0d48d60bb4863c373176aa4dabdcdd7 Binary files /dev/null and b/App/The app/pl/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/pl/UIAutomationProvider.resources.dll b/App/The app/pl/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..33604878bcb2651eae9ca565661e26e7c158cf08 Binary files /dev/null and b/App/The app/pl/UIAutomationProvider.resources.dll differ diff --git a/App/The app/pl/UIAutomationTypes.resources.dll b/App/The app/pl/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..41947cf98f6f9a4ab75cc5b6012cab01190d9f1c Binary files /dev/null and b/App/The app/pl/UIAutomationTypes.resources.dll differ diff --git a/App/The app/pl/WindowsBase.resources.dll b/App/The app/pl/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..47c00df1cb387fb29ab96014ae2ea0863145c63f Binary files /dev/null and b/App/The app/pl/WindowsBase.resources.dll differ diff --git a/App/The app/pl/WindowsFormsIntegration.resources.dll b/App/The app/pl/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..bbcf3faa37a11f2477a766f245cf4dadf01a3042 Binary files /dev/null and b/App/The app/pl/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/pt-BR/Microsoft.Maui.Controls.resources.dll b/App/The app/pt-BR/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..ce93856611aba47394a870d16b3e8e72970b90ae Binary files /dev/null and b/App/The app/pt-BR/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/pt-BR/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/pt-BR/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..fb69f7f633d0ab911b1d45ba18ef703b95f88a98 Binary files /dev/null and b/App/The app/pt-BR/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/pt-BR/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/pt-BR/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..f57d44d11a946a8f906d856d2dc2b9bbeb951da8 Binary files /dev/null and b/App/The app/pt-BR/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/pt-BR/Microsoft.ui.xaml.dll.mui b/App/The app/pt-BR/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..61d1916c96cd8d80be288424a7b14efd61366b07 Binary files /dev/null and b/App/The app/pt-BR/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/pt-BR/PresentationCore.resources.dll b/App/The app/pt-BR/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..fe6a025e3cbb9b120d64881050df486b0017e05f Binary files /dev/null and b/App/The app/pt-BR/PresentationCore.resources.dll differ diff --git a/App/The app/pt-BR/PresentationFramework.resources.dll b/App/The app/pt-BR/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..42e45cb7ac535782a4d17384f2df151117233e9d Binary files /dev/null and b/App/The app/pt-BR/PresentationFramework.resources.dll differ diff --git a/App/The app/pt-BR/PresentationUI.resources.dll b/App/The app/pt-BR/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..0e7cd8f156564c679794e9d5348bbb17ff2b7e53 Binary files /dev/null and b/App/The app/pt-BR/PresentationUI.resources.dll differ diff --git a/App/The app/pt-BR/ReachFramework.resources.dll b/App/The app/pt-BR/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..47f3ea3e8443d78fa311442fba8217f68f11f771 Binary files /dev/null and b/App/The app/pt-BR/ReachFramework.resources.dll differ diff --git a/App/The app/pt-BR/System.Windows.Controls.Ribbon.resources.dll b/App/The app/pt-BR/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..71b6077139da7cea0a1e26942b39eac06d10c12d Binary files /dev/null and b/App/The app/pt-BR/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/pt-BR/System.Windows.Forms.Design.resources.dll b/App/The app/pt-BR/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..3dca15de23ede921e87d2d82998a27dc9e9675e8 Binary files /dev/null and b/App/The app/pt-BR/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/pt-BR/System.Windows.Forms.Primitives.resources.dll b/App/The app/pt-BR/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..1b87ff43da3e5d7134a0b6ae7db2142a12a4f05e Binary files /dev/null and b/App/The app/pt-BR/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/pt-BR/System.Windows.Forms.resources.dll b/App/The app/pt-BR/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..014df2ff027ff67ebbe79cb3f60a2a9921980421 Binary files /dev/null and b/App/The app/pt-BR/System.Windows.Forms.resources.dll differ diff --git a/App/The app/pt-BR/System.Windows.Input.Manipulations.resources.dll b/App/The app/pt-BR/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..7c229b1a6ec16bd41abd0c112032a1bd15e64ec6 Binary files /dev/null and b/App/The app/pt-BR/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/pt-BR/System.Xaml.resources.dll b/App/The app/pt-BR/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..11a52dd8df3c156d9617dea457b770eddfda5422 Binary files /dev/null and b/App/The app/pt-BR/System.Xaml.resources.dll differ diff --git a/App/The app/pt-BR/UIAutomationClient.resources.dll b/App/The app/pt-BR/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..0a50ddbf0126597057c52d55112f6e308cdc8286 Binary files /dev/null and b/App/The app/pt-BR/UIAutomationClient.resources.dll differ diff --git a/App/The app/pt-BR/UIAutomationClientSideProviders.resources.dll b/App/The app/pt-BR/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..7f6149f736dc35afbbb855606ae33f981dc642a7 Binary files /dev/null and b/App/The app/pt-BR/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/pt-BR/UIAutomationProvider.resources.dll b/App/The app/pt-BR/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..38c5a96751bb5e0a8e2dcbf194a8048806a818a8 Binary files /dev/null and b/App/The app/pt-BR/UIAutomationProvider.resources.dll differ diff --git a/App/The app/pt-BR/UIAutomationTypes.resources.dll b/App/The app/pt-BR/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..1d8202840bd0cd282d821686a749cbbf233edae6 Binary files /dev/null and b/App/The app/pt-BR/UIAutomationTypes.resources.dll differ diff --git a/App/The app/pt-BR/WindowsBase.resources.dll b/App/The app/pt-BR/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..c6c447a4a7690c166f3d960517e6f0900b97f252 Binary files /dev/null and b/App/The app/pt-BR/WindowsBase.resources.dll differ diff --git a/App/The app/pt-BR/WindowsFormsIntegration.resources.dll b/App/The app/pt-BR/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..08353dc1ccc70038caac791209c32013ff259f03 Binary files /dev/null and b/App/The app/pt-BR/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/pt-PT/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/pt-PT/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..f07b90f2170ee5efc335fbe8d0d593a72c49dec2 Binary files /dev/null and b/App/The app/pt-PT/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/pt-PT/Microsoft.ui.xaml.dll.mui b/App/The app/pt-PT/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..75a55e8dfcdb3fe0916416bf328f4e468893c27a Binary files /dev/null and b/App/The app/pt-PT/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/pt/Microsoft.Maui.Controls.resources.dll b/App/The app/pt/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..16c0f34984f47bcbacadc4d7cdaa6e2508268512 Binary files /dev/null and b/App/The app/pt/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/quz-PE/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/quz-PE/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..7a8486dd4f8b8c8bbf4778674459df45bfc7490e Binary files /dev/null and b/App/The app/quz-PE/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/quz-PE/Microsoft.ui.xaml.dll.mui b/App/The app/quz-PE/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..78f23ba8cad1088c432d8cedbf6892aac053c667 Binary files /dev/null and b/App/The app/quz-PE/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/resources.pri b/App/The app/resources.pri new file mode 100644 index 0000000000000000000000000000000000000000..1fe5f945e4e27aa74135a39a7f14aa5206ec5f1c Binary files /dev/null and b/App/The app/resources.pri differ diff --git a/App/The app/ro-RO/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ro-RO/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..08fb0a9c1c9123ffb2f5f28b8f27e20ccc6a9f52 Binary files /dev/null and b/App/The app/ro-RO/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ro-RO/Microsoft.ui.xaml.dll.mui b/App/The app/ro-RO/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..0b43a32ec9a5abadca62da2e79df4ed393fba51a Binary files /dev/null and b/App/The app/ro-RO/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ro/Microsoft.Maui.Controls.resources.dll b/App/The app/ro/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..5a30454027e15ea1d1bf0b0f8ad5f4cbdb581b5f Binary files /dev/null and b/App/The app/ro/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/robobinlogo.ico b/App/The app/robobinlogo.ico new file mode 100644 index 0000000000000000000000000000000000000000..0450147786198022ecf9560451c99d0df44d1cb7 Binary files /dev/null and b/App/The app/robobinlogo.ico differ diff --git a/App/The app/robobinlogo1.ico b/App/The app/robobinlogo1.ico new file mode 100644 index 0000000000000000000000000000000000000000..0450147786198022ecf9560451c99d0df44d1cb7 Binary files /dev/null and b/App/The app/robobinlogo1.ico differ diff --git a/App/The app/robobinlogo1LargeTile.scale-100.png b/App/The app/robobinlogo1LargeTile.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..59e1f442336371f86e4e66aa3dd4185c4a71cf8f Binary files /dev/null and b/App/The app/robobinlogo1LargeTile.scale-100.png differ diff --git a/App/The app/robobinlogo1LargeTile.scale-125.png b/App/The app/robobinlogo1LargeTile.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..9d4276719e0335b6b78e32cbcf244c81c2683ec6 Binary files /dev/null and b/App/The app/robobinlogo1LargeTile.scale-125.png differ diff --git a/App/The app/robobinlogo1LargeTile.scale-150.png b/App/The app/robobinlogo1LargeTile.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..4575a4f063d031552b298f55f25b91d64fa344c3 Binary files /dev/null and b/App/The app/robobinlogo1LargeTile.scale-150.png differ diff --git a/App/The app/robobinlogo1LargeTile.scale-200.png b/App/The app/robobinlogo1LargeTile.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..289a9517b0c848b53f5b81e33d4dce5c4ecc7cbd Binary files /dev/null and b/App/The app/robobinlogo1LargeTile.scale-200.png differ diff --git a/App/The app/robobinlogo1LargeTile.scale-400.png b/App/The app/robobinlogo1LargeTile.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..691457d60e507eb0a5c60197a6b020e15f74cac9 Binary files /dev/null and b/App/The app/robobinlogo1LargeTile.scale-400.png differ diff --git a/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-16.png b/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-16.png new file mode 100644 index 0000000000000000000000000000000000000000..44baa74cfeefdd4233cd61b8669abcab33dfa75a Binary files /dev/null and b/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-16.png differ diff --git a/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-24.png b/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-24.png new file mode 100644 index 0000000000000000000000000000000000000000..88fe5c520dabe760703d0cd228ae1d7cce801b6a Binary files /dev/null and b/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-24.png differ diff --git a/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-256.png b/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-256.png new file mode 100644 index 0000000000000000000000000000000000000000..06c1531c9e9766b1359832ca6c2249a69cd32e57 Binary files /dev/null and b/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-256.png differ diff --git a/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-32.png b/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-32.png new file mode 100644 index 0000000000000000000000000000000000000000..03d85c45d67f966990fec8edb3bffe2bd5fe7941 Binary files /dev/null and b/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-32.png differ diff --git a/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-48.png b/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-48.png new file mode 100644 index 0000000000000000000000000000000000000000..27c86be2cecb4fc35a531a69f9e7872bd2244c43 Binary files /dev/null and b/App/The app/robobinlogo1Logo.altform-lightunplated_targetsize-48.png differ diff --git a/App/The app/robobinlogo1Logo.altform-unplated_targetsize-16.png b/App/The app/robobinlogo1Logo.altform-unplated_targetsize-16.png new file mode 100644 index 0000000000000000000000000000000000000000..44baa74cfeefdd4233cd61b8669abcab33dfa75a Binary files /dev/null and b/App/The app/robobinlogo1Logo.altform-unplated_targetsize-16.png differ diff --git a/App/The app/robobinlogo1Logo.altform-unplated_targetsize-24.png b/App/The app/robobinlogo1Logo.altform-unplated_targetsize-24.png new file mode 100644 index 0000000000000000000000000000000000000000..88fe5c520dabe760703d0cd228ae1d7cce801b6a Binary files /dev/null and b/App/The app/robobinlogo1Logo.altform-unplated_targetsize-24.png differ diff --git a/App/The app/robobinlogo1Logo.altform-unplated_targetsize-256.png b/App/The app/robobinlogo1Logo.altform-unplated_targetsize-256.png new file mode 100644 index 0000000000000000000000000000000000000000..06c1531c9e9766b1359832ca6c2249a69cd32e57 Binary files /dev/null and b/App/The app/robobinlogo1Logo.altform-unplated_targetsize-256.png differ diff --git a/App/The app/robobinlogo1Logo.altform-unplated_targetsize-32.png b/App/The app/robobinlogo1Logo.altform-unplated_targetsize-32.png new file mode 100644 index 0000000000000000000000000000000000000000..03d85c45d67f966990fec8edb3bffe2bd5fe7941 Binary files /dev/null and b/App/The app/robobinlogo1Logo.altform-unplated_targetsize-32.png differ diff --git a/App/The app/robobinlogo1Logo.altform-unplated_targetsize-48.png b/App/The app/robobinlogo1Logo.altform-unplated_targetsize-48.png new file mode 100644 index 0000000000000000000000000000000000000000..27c86be2cecb4fc35a531a69f9e7872bd2244c43 Binary files /dev/null and b/App/The app/robobinlogo1Logo.altform-unplated_targetsize-48.png differ diff --git a/App/The app/robobinlogo1Logo.scale-100.png b/App/The app/robobinlogo1Logo.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..e001ed83604a74e5afe95f5f1105e8a3b38ebcab Binary files /dev/null and b/App/The app/robobinlogo1Logo.scale-100.png differ diff --git a/App/The app/robobinlogo1Logo.scale-125.png b/App/The app/robobinlogo1Logo.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..8fca1afa5647aa0e91c253b2f8034b44f655eafc Binary files /dev/null and b/App/The app/robobinlogo1Logo.scale-125.png differ diff --git a/App/The app/robobinlogo1Logo.scale-150.png b/App/The app/robobinlogo1Logo.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d6501cd3401df65a5120a8c6cea541e1922268 Binary files /dev/null and b/App/The app/robobinlogo1Logo.scale-150.png differ diff --git a/App/The app/robobinlogo1Logo.scale-200.png b/App/The app/robobinlogo1Logo.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..a6694f760e79c462a097f4e8421a138b78a9901e Binary files /dev/null and b/App/The app/robobinlogo1Logo.scale-200.png differ diff --git a/App/The app/robobinlogo1Logo.scale-400.png b/App/The app/robobinlogo1Logo.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..775069a1bad17813bec3eec2c995ccda49792159 Binary files /dev/null and b/App/The app/robobinlogo1Logo.scale-400.png differ diff --git a/App/The app/robobinlogo1Logo.targetsize-16.png b/App/The app/robobinlogo1Logo.targetsize-16.png new file mode 100644 index 0000000000000000000000000000000000000000..44baa74cfeefdd4233cd61b8669abcab33dfa75a Binary files /dev/null and b/App/The app/robobinlogo1Logo.targetsize-16.png differ diff --git a/App/The app/robobinlogo1Logo.targetsize-24.png b/App/The app/robobinlogo1Logo.targetsize-24.png new file mode 100644 index 0000000000000000000000000000000000000000..88fe5c520dabe760703d0cd228ae1d7cce801b6a Binary files /dev/null and b/App/The app/robobinlogo1Logo.targetsize-24.png differ diff --git a/App/The app/robobinlogo1Logo.targetsize-256.png b/App/The app/robobinlogo1Logo.targetsize-256.png new file mode 100644 index 0000000000000000000000000000000000000000..06c1531c9e9766b1359832ca6c2249a69cd32e57 Binary files /dev/null and b/App/The app/robobinlogo1Logo.targetsize-256.png differ diff --git a/App/The app/robobinlogo1Logo.targetsize-32.png b/App/The app/robobinlogo1Logo.targetsize-32.png new file mode 100644 index 0000000000000000000000000000000000000000..03d85c45d67f966990fec8edb3bffe2bd5fe7941 Binary files /dev/null and b/App/The app/robobinlogo1Logo.targetsize-32.png differ diff --git a/App/The app/robobinlogo1Logo.targetsize-48.png b/App/The app/robobinlogo1Logo.targetsize-48.png new file mode 100644 index 0000000000000000000000000000000000000000..27c86be2cecb4fc35a531a69f9e7872bd2244c43 Binary files /dev/null and b/App/The app/robobinlogo1Logo.targetsize-48.png differ diff --git a/App/The app/robobinlogo1MediumTile.scale-100.png b/App/The app/robobinlogo1MediumTile.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..0333a63637c152490ed6b576a0a19db473605c53 Binary files /dev/null and b/App/The app/robobinlogo1MediumTile.scale-100.png differ diff --git a/App/The app/robobinlogo1MediumTile.scale-125.png b/App/The app/robobinlogo1MediumTile.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..cde82d0c08849660cc5b946b7a2d2a0592cc1d8c Binary files /dev/null and b/App/The app/robobinlogo1MediumTile.scale-125.png differ diff --git a/App/The app/robobinlogo1MediumTile.scale-150.png b/App/The app/robobinlogo1MediumTile.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..a498b2ebd38abb78eb3173c93fec2d2cef7bdeb0 Binary files /dev/null and b/App/The app/robobinlogo1MediumTile.scale-150.png differ diff --git a/App/The app/robobinlogo1MediumTile.scale-200.png b/App/The app/robobinlogo1MediumTile.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..9082d1c928d6b1a2a23bbafe7b3484e691bca91f Binary files /dev/null and b/App/The app/robobinlogo1MediumTile.scale-200.png differ diff --git a/App/The app/robobinlogo1MediumTile.scale-400.png b/App/The app/robobinlogo1MediumTile.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..90c2fbdf442a41f218df6545fc2e29ba08280424 Binary files /dev/null and b/App/The app/robobinlogo1MediumTile.scale-400.png differ diff --git a/App/The app/robobinlogo1SmallTile.scale-100.png b/App/The app/robobinlogo1SmallTile.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..dc681ff0e240ec8e28c54b91fe5bebdcc4858eb5 Binary files /dev/null and b/App/The app/robobinlogo1SmallTile.scale-100.png differ diff --git a/App/The app/robobinlogo1SmallTile.scale-125.png b/App/The app/robobinlogo1SmallTile.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..d3e95249ec4573427e963bec5a4f5b9ccc19ccb4 Binary files /dev/null and b/App/The app/robobinlogo1SmallTile.scale-125.png differ diff --git a/App/The app/robobinlogo1SmallTile.scale-150.png b/App/The app/robobinlogo1SmallTile.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..42f7818d7de2a4ab39861257074fd91e4d6506b2 Binary files /dev/null and b/App/The app/robobinlogo1SmallTile.scale-150.png differ diff --git a/App/The app/robobinlogo1SmallTile.scale-200.png b/App/The app/robobinlogo1SmallTile.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..9845a9e612ea76dc7e1c2a0be0e2976f8b6e869c Binary files /dev/null and b/App/The app/robobinlogo1SmallTile.scale-200.png differ diff --git a/App/The app/robobinlogo1SmallTile.scale-400.png b/App/The app/robobinlogo1SmallTile.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..7b8a6586d762cb81760d5eec30fe443c1f03e7fd Binary files /dev/null and b/App/The app/robobinlogo1SmallTile.scale-400.png differ diff --git a/App/The app/robobinlogo1StoreLogo.scale-100.png b/App/The app/robobinlogo1StoreLogo.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..86fcfdb4e987b7d586c3723e4e72688a3d2d193a Binary files /dev/null and b/App/The app/robobinlogo1StoreLogo.scale-100.png differ diff --git a/App/The app/robobinlogo1StoreLogo.scale-125.png b/App/The app/robobinlogo1StoreLogo.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..ba7e56f911a0d2ee19576eb73e1e6ed06b2cc9a5 Binary files /dev/null and b/App/The app/robobinlogo1StoreLogo.scale-125.png differ diff --git a/App/The app/robobinlogo1StoreLogo.scale-150.png b/App/The app/robobinlogo1StoreLogo.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..af60ecf8d605e0991efa53c6429fddf55a365631 Binary files /dev/null and b/App/The app/robobinlogo1StoreLogo.scale-150.png differ diff --git a/App/The app/robobinlogo1StoreLogo.scale-200.png b/App/The app/robobinlogo1StoreLogo.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..0e5d3c314deb0b49ef891c3cc852e1ff8b66a019 Binary files /dev/null and b/App/The app/robobinlogo1StoreLogo.scale-200.png differ diff --git a/App/The app/robobinlogo1StoreLogo.scale-400.png b/App/The app/robobinlogo1StoreLogo.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..db9bd884d8856a0f6231f1e2e5c64dbcb63fb342 Binary files /dev/null and b/App/The app/robobinlogo1StoreLogo.scale-400.png differ diff --git a/App/The app/robobinlogo1WideTile.scale-100.png b/App/The app/robobinlogo1WideTile.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..07c9e1cc9d4a2cff65e86a7b21a38a3b3604121a Binary files /dev/null and b/App/The app/robobinlogo1WideTile.scale-100.png differ diff --git a/App/The app/robobinlogo1WideTile.scale-125.png b/App/The app/robobinlogo1WideTile.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..8aba9eec7c4e5804fd3a8f4ee0386dbb35430649 Binary files /dev/null and b/App/The app/robobinlogo1WideTile.scale-125.png differ diff --git a/App/The app/robobinlogo1WideTile.scale-150.png b/App/The app/robobinlogo1WideTile.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..de1a27b3b4b5a3703a90656536707d4a45acd630 Binary files /dev/null and b/App/The app/robobinlogo1WideTile.scale-150.png differ diff --git a/App/The app/robobinlogo1WideTile.scale-200.png b/App/The app/robobinlogo1WideTile.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..b4d6e818aff7547e9ffcdb1217ea4bdb510bda15 Binary files /dev/null and b/App/The app/robobinlogo1WideTile.scale-200.png differ diff --git a/App/The app/robobinlogo1WideTile.scale-400.png b/App/The app/robobinlogo1WideTile.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..7153f506a6ba16306376559749b33e6111f0aeb1 Binary files /dev/null and b/App/The app/robobinlogo1WideTile.scale-400.png differ diff --git a/App/The app/robobinlogoLargeTile.scale-100.png b/App/The app/robobinlogoLargeTile.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..59e1f442336371f86e4e66aa3dd4185c4a71cf8f Binary files /dev/null and b/App/The app/robobinlogoLargeTile.scale-100.png differ diff --git a/App/The app/robobinlogoLargeTile.scale-125.png b/App/The app/robobinlogoLargeTile.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..9d4276719e0335b6b78e32cbcf244c81c2683ec6 Binary files /dev/null and b/App/The app/robobinlogoLargeTile.scale-125.png differ diff --git a/App/The app/robobinlogoLargeTile.scale-150.png b/App/The app/robobinlogoLargeTile.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..4575a4f063d031552b298f55f25b91d64fa344c3 Binary files /dev/null and b/App/The app/robobinlogoLargeTile.scale-150.png differ diff --git a/App/The app/robobinlogoLargeTile.scale-200.png b/App/The app/robobinlogoLargeTile.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..289a9517b0c848b53f5b81e33d4dce5c4ecc7cbd Binary files /dev/null and b/App/The app/robobinlogoLargeTile.scale-200.png differ diff --git a/App/The app/robobinlogoLargeTile.scale-400.png b/App/The app/robobinlogoLargeTile.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..691457d60e507eb0a5c60197a6b020e15f74cac9 Binary files /dev/null and b/App/The app/robobinlogoLargeTile.scale-400.png differ diff --git a/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-16.png b/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-16.png new file mode 100644 index 0000000000000000000000000000000000000000..44baa74cfeefdd4233cd61b8669abcab33dfa75a Binary files /dev/null and b/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-16.png differ diff --git a/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-24.png b/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-24.png new file mode 100644 index 0000000000000000000000000000000000000000..88fe5c520dabe760703d0cd228ae1d7cce801b6a Binary files /dev/null and b/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-24.png differ diff --git a/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-256.png b/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-256.png new file mode 100644 index 0000000000000000000000000000000000000000..06c1531c9e9766b1359832ca6c2249a69cd32e57 Binary files /dev/null and b/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-256.png differ diff --git a/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-32.png b/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-32.png new file mode 100644 index 0000000000000000000000000000000000000000..03d85c45d67f966990fec8edb3bffe2bd5fe7941 Binary files /dev/null and b/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-32.png differ diff --git a/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-48.png b/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-48.png new file mode 100644 index 0000000000000000000000000000000000000000..27c86be2cecb4fc35a531a69f9e7872bd2244c43 Binary files /dev/null and b/App/The app/robobinlogoLogo.altform-lightunplated_targetsize-48.png differ diff --git a/App/The app/robobinlogoLogo.altform-unplated_targetsize-16.png b/App/The app/robobinlogoLogo.altform-unplated_targetsize-16.png new file mode 100644 index 0000000000000000000000000000000000000000..44baa74cfeefdd4233cd61b8669abcab33dfa75a Binary files /dev/null and b/App/The app/robobinlogoLogo.altform-unplated_targetsize-16.png differ diff --git a/App/The app/robobinlogoLogo.altform-unplated_targetsize-24.png b/App/The app/robobinlogoLogo.altform-unplated_targetsize-24.png new file mode 100644 index 0000000000000000000000000000000000000000..88fe5c520dabe760703d0cd228ae1d7cce801b6a Binary files /dev/null and b/App/The app/robobinlogoLogo.altform-unplated_targetsize-24.png differ diff --git a/App/The app/robobinlogoLogo.altform-unplated_targetsize-256.png b/App/The app/robobinlogoLogo.altform-unplated_targetsize-256.png new file mode 100644 index 0000000000000000000000000000000000000000..06c1531c9e9766b1359832ca6c2249a69cd32e57 Binary files /dev/null and b/App/The app/robobinlogoLogo.altform-unplated_targetsize-256.png differ diff --git a/App/The app/robobinlogoLogo.altform-unplated_targetsize-32.png b/App/The app/robobinlogoLogo.altform-unplated_targetsize-32.png new file mode 100644 index 0000000000000000000000000000000000000000..03d85c45d67f966990fec8edb3bffe2bd5fe7941 Binary files /dev/null and b/App/The app/robobinlogoLogo.altform-unplated_targetsize-32.png differ diff --git a/App/The app/robobinlogoLogo.altform-unplated_targetsize-48.png b/App/The app/robobinlogoLogo.altform-unplated_targetsize-48.png new file mode 100644 index 0000000000000000000000000000000000000000..27c86be2cecb4fc35a531a69f9e7872bd2244c43 Binary files /dev/null and b/App/The app/robobinlogoLogo.altform-unplated_targetsize-48.png differ diff --git a/App/The app/robobinlogoLogo.scale-100.png b/App/The app/robobinlogoLogo.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..e001ed83604a74e5afe95f5f1105e8a3b38ebcab Binary files /dev/null and b/App/The app/robobinlogoLogo.scale-100.png differ diff --git a/App/The app/robobinlogoLogo.scale-125.png b/App/The app/robobinlogoLogo.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..8fca1afa5647aa0e91c253b2f8034b44f655eafc Binary files /dev/null and b/App/The app/robobinlogoLogo.scale-125.png differ diff --git a/App/The app/robobinlogoLogo.scale-150.png b/App/The app/robobinlogoLogo.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d6501cd3401df65a5120a8c6cea541e1922268 Binary files /dev/null and b/App/The app/robobinlogoLogo.scale-150.png differ diff --git a/App/The app/robobinlogoLogo.scale-200.png b/App/The app/robobinlogoLogo.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..a6694f760e79c462a097f4e8421a138b78a9901e Binary files /dev/null and b/App/The app/robobinlogoLogo.scale-200.png differ diff --git a/App/The app/robobinlogoLogo.scale-400.png b/App/The app/robobinlogoLogo.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..775069a1bad17813bec3eec2c995ccda49792159 Binary files /dev/null and b/App/The app/robobinlogoLogo.scale-400.png differ diff --git a/App/The app/robobinlogoLogo.targetsize-16.png b/App/The app/robobinlogoLogo.targetsize-16.png new file mode 100644 index 0000000000000000000000000000000000000000..44baa74cfeefdd4233cd61b8669abcab33dfa75a Binary files /dev/null and b/App/The app/robobinlogoLogo.targetsize-16.png differ diff --git a/App/The app/robobinlogoLogo.targetsize-24.png b/App/The app/robobinlogoLogo.targetsize-24.png new file mode 100644 index 0000000000000000000000000000000000000000..88fe5c520dabe760703d0cd228ae1d7cce801b6a Binary files /dev/null and b/App/The app/robobinlogoLogo.targetsize-24.png differ diff --git a/App/The app/robobinlogoLogo.targetsize-256.png b/App/The app/robobinlogoLogo.targetsize-256.png new file mode 100644 index 0000000000000000000000000000000000000000..06c1531c9e9766b1359832ca6c2249a69cd32e57 Binary files /dev/null and b/App/The app/robobinlogoLogo.targetsize-256.png differ diff --git a/App/The app/robobinlogoLogo.targetsize-32.png b/App/The app/robobinlogoLogo.targetsize-32.png new file mode 100644 index 0000000000000000000000000000000000000000..03d85c45d67f966990fec8edb3bffe2bd5fe7941 Binary files /dev/null and b/App/The app/robobinlogoLogo.targetsize-32.png differ diff --git a/App/The app/robobinlogoLogo.targetsize-48.png b/App/The app/robobinlogoLogo.targetsize-48.png new file mode 100644 index 0000000000000000000000000000000000000000..27c86be2cecb4fc35a531a69f9e7872bd2244c43 Binary files /dev/null and b/App/The app/robobinlogoLogo.targetsize-48.png differ diff --git a/App/The app/robobinlogoMediumTile.scale-100.png b/App/The app/robobinlogoMediumTile.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..0333a63637c152490ed6b576a0a19db473605c53 Binary files /dev/null and b/App/The app/robobinlogoMediumTile.scale-100.png differ diff --git a/App/The app/robobinlogoMediumTile.scale-125.png b/App/The app/robobinlogoMediumTile.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..cde82d0c08849660cc5b946b7a2d2a0592cc1d8c Binary files /dev/null and b/App/The app/robobinlogoMediumTile.scale-125.png differ diff --git a/App/The app/robobinlogoMediumTile.scale-150.png b/App/The app/robobinlogoMediumTile.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..a498b2ebd38abb78eb3173c93fec2d2cef7bdeb0 Binary files /dev/null and b/App/The app/robobinlogoMediumTile.scale-150.png differ diff --git a/App/The app/robobinlogoMediumTile.scale-200.png b/App/The app/robobinlogoMediumTile.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..9082d1c928d6b1a2a23bbafe7b3484e691bca91f Binary files /dev/null and b/App/The app/robobinlogoMediumTile.scale-200.png differ diff --git a/App/The app/robobinlogoMediumTile.scale-400.png b/App/The app/robobinlogoMediumTile.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..90c2fbdf442a41f218df6545fc2e29ba08280424 Binary files /dev/null and b/App/The app/robobinlogoMediumTile.scale-400.png differ diff --git a/App/The app/robobinlogoSmallTile.scale-100.png b/App/The app/robobinlogoSmallTile.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..dc681ff0e240ec8e28c54b91fe5bebdcc4858eb5 Binary files /dev/null and b/App/The app/robobinlogoSmallTile.scale-100.png differ diff --git a/App/The app/robobinlogoSmallTile.scale-125.png b/App/The app/robobinlogoSmallTile.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..d3e95249ec4573427e963bec5a4f5b9ccc19ccb4 Binary files /dev/null and b/App/The app/robobinlogoSmallTile.scale-125.png differ diff --git a/App/The app/robobinlogoSmallTile.scale-150.png b/App/The app/robobinlogoSmallTile.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..42f7818d7de2a4ab39861257074fd91e4d6506b2 Binary files /dev/null and b/App/The app/robobinlogoSmallTile.scale-150.png differ diff --git a/App/The app/robobinlogoSmallTile.scale-200.png b/App/The app/robobinlogoSmallTile.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..9845a9e612ea76dc7e1c2a0be0e2976f8b6e869c Binary files /dev/null and b/App/The app/robobinlogoSmallTile.scale-200.png differ diff --git a/App/The app/robobinlogoSmallTile.scale-400.png b/App/The app/robobinlogoSmallTile.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..7b8a6586d762cb81760d5eec30fe443c1f03e7fd Binary files /dev/null and b/App/The app/robobinlogoSmallTile.scale-400.png differ diff --git a/App/The app/robobinlogoStoreLogo.scale-100.png b/App/The app/robobinlogoStoreLogo.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..86fcfdb4e987b7d586c3723e4e72688a3d2d193a Binary files /dev/null and b/App/The app/robobinlogoStoreLogo.scale-100.png differ diff --git a/App/The app/robobinlogoStoreLogo.scale-125.png b/App/The app/robobinlogoStoreLogo.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..ba7e56f911a0d2ee19576eb73e1e6ed06b2cc9a5 Binary files /dev/null and b/App/The app/robobinlogoStoreLogo.scale-125.png differ diff --git a/App/The app/robobinlogoStoreLogo.scale-150.png b/App/The app/robobinlogoStoreLogo.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..af60ecf8d605e0991efa53c6429fddf55a365631 Binary files /dev/null and b/App/The app/robobinlogoStoreLogo.scale-150.png differ diff --git a/App/The app/robobinlogoStoreLogo.scale-200.png b/App/The app/robobinlogoStoreLogo.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..0e5d3c314deb0b49ef891c3cc852e1ff8b66a019 Binary files /dev/null and b/App/The app/robobinlogoStoreLogo.scale-200.png differ diff --git a/App/The app/robobinlogoStoreLogo.scale-400.png b/App/The app/robobinlogoStoreLogo.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..db9bd884d8856a0f6231f1e2e5c64dbcb63fb342 Binary files /dev/null and b/App/The app/robobinlogoStoreLogo.scale-400.png differ diff --git a/App/The app/robobinlogoWideTile.scale-100.png b/App/The app/robobinlogoWideTile.scale-100.png new file mode 100644 index 0000000000000000000000000000000000000000..07c9e1cc9d4a2cff65e86a7b21a38a3b3604121a Binary files /dev/null and b/App/The app/robobinlogoWideTile.scale-100.png differ diff --git a/App/The app/robobinlogoWideTile.scale-125.png b/App/The app/robobinlogoWideTile.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..8aba9eec7c4e5804fd3a8f4ee0386dbb35430649 Binary files /dev/null and b/App/The app/robobinlogoWideTile.scale-125.png differ diff --git a/App/The app/robobinlogoWideTile.scale-150.png b/App/The app/robobinlogoWideTile.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..de1a27b3b4b5a3703a90656536707d4a45acd630 Binary files /dev/null and b/App/The app/robobinlogoWideTile.scale-150.png differ diff --git a/App/The app/robobinlogoWideTile.scale-200.png b/App/The app/robobinlogoWideTile.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..b4d6e818aff7547e9ffcdb1217ea4bdb510bda15 Binary files /dev/null and b/App/The app/robobinlogoWideTile.scale-200.png differ diff --git a/App/The app/robobinlogoWideTile.scale-400.png b/App/The app/robobinlogoWideTile.scale-400.png new file mode 100644 index 0000000000000000000000000000000000000000..7153f506a6ba16306376559749b33e6111f0aeb1 Binary files /dev/null and b/App/The app/robobinlogoWideTile.scale-400.png differ diff --git a/App/The app/ru-RU/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ru-RU/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..c41ff6a01003553b4657a00f426e698b76267ce5 Binary files /dev/null and b/App/The app/ru-RU/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ru-RU/Microsoft.ui.xaml.dll.mui b/App/The app/ru-RU/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..a1f85cf61e786084e416428bde0cb6c74b9fb0aa Binary files /dev/null and b/App/The app/ru-RU/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ru/Microsoft.Maui.Controls.resources.dll b/App/The app/ru/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..5a532f05be11e8170b3a4139292bf408e32091b6 Binary files /dev/null and b/App/The app/ru/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/ru/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/ru/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..d3e104b2114e8d504c84989e6cb341ba40d6197d Binary files /dev/null and b/App/The app/ru/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/ru/PresentationCore.resources.dll b/App/The app/ru/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..d0c171ba728ca07e99a622f90b06a216904fc99c Binary files /dev/null and b/App/The app/ru/PresentationCore.resources.dll differ diff --git a/App/The app/ru/PresentationFramework.resources.dll b/App/The app/ru/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..dcba45da9223fa40a0c47b0627a787993b24d86b Binary files /dev/null and b/App/The app/ru/PresentationFramework.resources.dll differ diff --git a/App/The app/ru/PresentationUI.resources.dll b/App/The app/ru/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..10413c39026577d63b5ec0c828e4d9f0e2dd2c64 Binary files /dev/null and b/App/The app/ru/PresentationUI.resources.dll differ diff --git a/App/The app/ru/ReachFramework.resources.dll b/App/The app/ru/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..cabcfe8aaa8bffcafe25273138d2018913ff83f6 Binary files /dev/null and b/App/The app/ru/ReachFramework.resources.dll differ diff --git a/App/The app/ru/System.Windows.Controls.Ribbon.resources.dll b/App/The app/ru/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..097f69d62c5fd16b0507a97606e69384ed0f9bdb Binary files /dev/null and b/App/The app/ru/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/ru/System.Windows.Forms.Design.resources.dll b/App/The app/ru/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..bbf2898319399f7c254fb2a3997727936c067792 Binary files /dev/null and b/App/The app/ru/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/ru/System.Windows.Forms.Primitives.resources.dll b/App/The app/ru/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..178ca8187d00d4d094aec9e5d55c688b70d8f766 Binary files /dev/null and b/App/The app/ru/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/ru/System.Windows.Forms.resources.dll b/App/The app/ru/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..82dc3c14b3f55e3f9bff87cfb4c9f1918ddda8ab Binary files /dev/null and b/App/The app/ru/System.Windows.Forms.resources.dll differ diff --git a/App/The app/ru/System.Windows.Input.Manipulations.resources.dll b/App/The app/ru/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..787fbd8047375d6ef395618bcdb5e8e75f0081bf Binary files /dev/null and b/App/The app/ru/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/ru/System.Xaml.resources.dll b/App/The app/ru/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..175fe1a51abbffeea1adc9621bd548faa0e1ac7a Binary files /dev/null and b/App/The app/ru/System.Xaml.resources.dll differ diff --git a/App/The app/ru/UIAutomationClient.resources.dll b/App/The app/ru/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..7c91fdf1e39d54a73adfc89bff85c7ab461ca7a5 Binary files /dev/null and b/App/The app/ru/UIAutomationClient.resources.dll differ diff --git a/App/The app/ru/UIAutomationClientSideProviders.resources.dll b/App/The app/ru/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..173b0a37fe7edf6b7663a4c861b6853e615e8558 Binary files /dev/null and b/App/The app/ru/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/ru/UIAutomationProvider.resources.dll b/App/The app/ru/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..4c6c4df13993eeb1cb7f6c61c3168dfbc9970943 Binary files /dev/null and b/App/The app/ru/UIAutomationProvider.resources.dll differ diff --git a/App/The app/ru/UIAutomationTypes.resources.dll b/App/The app/ru/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..1bdc5890a33f4fb3087e4aeaeaba119f4e3b0239 Binary files /dev/null and b/App/The app/ru/UIAutomationTypes.resources.dll differ diff --git a/App/The app/ru/WindowsBase.resources.dll b/App/The app/ru/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..5b83712377d7275b82cd2773fc42fa8dc8ff0008 Binary files /dev/null and b/App/The app/ru/WindowsBase.resources.dll differ diff --git a/App/The app/ru/WindowsFormsIntegration.resources.dll b/App/The app/ru/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..68d152ef59a3a9edd139c16090457ebd5e82293c Binary files /dev/null and b/App/The app/ru/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/sk-SK/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/sk-SK/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..7df13e195278e0bcdec283759903e334ca3c80ef Binary files /dev/null and b/App/The app/sk-SK/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/sk-SK/Microsoft.ui.xaml.dll.mui b/App/The app/sk-SK/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..a9f02a17f73f20934073df417c85a27f8b26998c Binary files /dev/null and b/App/The app/sk-SK/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/sk/Microsoft.Maui.Controls.resources.dll b/App/The app/sk/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..8bff4111428d595496a8f4f33eaae643652628e4 Binary files /dev/null and b/App/The app/sk/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/sl-SI/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/sl-SI/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..f8bd4a5c31e2bdd9fc4301fbcd9356f39f5a10b8 Binary files /dev/null and b/App/The app/sl-SI/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/sl-SI/Microsoft.ui.xaml.dll.mui b/App/The app/sl-SI/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..a86ca88d33355357d618d4bb6f49cc9e014e6d82 Binary files /dev/null and b/App/The app/sl-SI/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/sq-AL/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/sq-AL/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..856378869be507cf3ab7df000741592269a9ec5d Binary files /dev/null and b/App/The app/sq-AL/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/sq-AL/Microsoft.ui.xaml.dll.mui b/App/The app/sq-AL/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..d8247b11fa26970c24396e2e56d2731891a08b3d Binary files /dev/null and b/App/The app/sq-AL/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/sr-Cyrl-BA/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/sr-Cyrl-BA/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..f6bd49dd9dc06166b9583838688c945a6ba35ffb Binary files /dev/null and b/App/The app/sr-Cyrl-BA/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/sr-Cyrl-BA/Microsoft.ui.xaml.dll.mui b/App/The app/sr-Cyrl-BA/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..7ac1cadceb2d2c83683898441d778901e7c96611 Binary files /dev/null and b/App/The app/sr-Cyrl-BA/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/sr-Cyrl-RS/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/sr-Cyrl-RS/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..97e0f4162a1871c5df423cb7d14dc9414380d4b4 Binary files /dev/null and b/App/The app/sr-Cyrl-RS/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/sr-Cyrl-RS/Microsoft.ui.xaml.dll.mui b/App/The app/sr-Cyrl-RS/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..b1f5dcf5b488046b3727db021e210da5daa80354 Binary files /dev/null and b/App/The app/sr-Cyrl-RS/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/sr-Latn-RS/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/sr-Latn-RS/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..4d2fdeeca3375c7913c65571f1657e4450df1ed1 Binary files /dev/null and b/App/The app/sr-Latn-RS/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/sr-Latn-RS/Microsoft.ui.xaml.dll.mui b/App/The app/sr-Latn-RS/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..bf0be5b45ec45349527f4394822c3537ba5d75cf Binary files /dev/null and b/App/The app/sr-Latn-RS/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/sv-SE/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/sv-SE/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..5d300ce5522e459782d30e08dd13746af80405ce Binary files /dev/null and b/App/The app/sv-SE/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/sv-SE/Microsoft.ui.xaml.dll.mui b/App/The app/sv-SE/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..75e506a3cebd839f44bed4078522d14e1b15d5b7 Binary files /dev/null and b/App/The app/sv-SE/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/sv/Microsoft.Maui.Controls.resources.dll b/App/The app/sv/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..7a0dc72178ffe12f877360bf95470a87194a8fc5 Binary files /dev/null and b/App/The app/sv/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/ta-IN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ta-IN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..74f12728b452d073bdb52eea9c85170a09f3cc42 Binary files /dev/null and b/App/The app/ta-IN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ta-IN/Microsoft.ui.xaml.dll.mui b/App/The app/ta-IN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..76754d05149cf02cc1fc875632aef16172550d12 Binary files /dev/null and b/App/The app/ta-IN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/te-IN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/te-IN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..9786e00ca25d0a94fa40a787a16b0599085887b4 Binary files /dev/null and b/App/The app/te-IN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/te-IN/Microsoft.ui.xaml.dll.mui b/App/The app/te-IN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..ae7fdc528fe6c8df0d4f9947f7676b2db124f4e5 Binary files /dev/null and b/App/The app/te-IN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/th-TH/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/th-TH/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..5788c59f5e6e07eabb6e1e00c89fa0f298d6b604 Binary files /dev/null and b/App/The app/th-TH/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/th-TH/Microsoft.ui.xaml.dll.mui b/App/The app/th-TH/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..d59aef23e0b85d6609b9344ffd0ca0d7826c4697 Binary files /dev/null and b/App/The app/th-TH/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/th/Microsoft.Maui.Controls.resources.dll b/App/The app/th/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..243659a41119a5fcf374643cd952378cc881349e Binary files /dev/null and b/App/The app/th/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/tr-TR/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/tr-TR/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..766ad1d1471774d573b4fc0eca4e634c3143391d Binary files /dev/null and b/App/The app/tr-TR/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/tr-TR/Microsoft.ui.xaml.dll.mui b/App/The app/tr-TR/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..9f09092a6148d13dfa7982dbca457adfb92e1eed Binary files /dev/null and b/App/The app/tr-TR/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/tr/Microsoft.Maui.Controls.resources.dll b/App/The app/tr/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..4b0bb4fd2e0ed0940b74b6271b647bf711813a7e Binary files /dev/null and b/App/The app/tr/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/tr/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/tr/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..a39fbb65846c2c99a3bf204e8f5358fbdad79797 Binary files /dev/null and b/App/The app/tr/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/tr/PresentationCore.resources.dll b/App/The app/tr/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..8f1ee0c102a5c6327cbe175943b71a6d3d81ae6b Binary files /dev/null and b/App/The app/tr/PresentationCore.resources.dll differ diff --git a/App/The app/tr/PresentationFramework.resources.dll b/App/The app/tr/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..1d0a4b271f9c3632a9689271c09478e201157d4d Binary files /dev/null and b/App/The app/tr/PresentationFramework.resources.dll differ diff --git a/App/The app/tr/PresentationUI.resources.dll b/App/The app/tr/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..e17f5b2185c5317ab5efd11b7b492ae3c4f4b5ed Binary files /dev/null and b/App/The app/tr/PresentationUI.resources.dll differ diff --git a/App/The app/tr/ReachFramework.resources.dll b/App/The app/tr/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..c11836bf3f481a62ba70c9b8c13fc75ebaca97b7 Binary files /dev/null and b/App/The app/tr/ReachFramework.resources.dll differ diff --git a/App/The app/tr/System.Windows.Controls.Ribbon.resources.dll b/App/The app/tr/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..ac8de08269cfc7346ca80f6583c57dde75c51d02 Binary files /dev/null and b/App/The app/tr/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/tr/System.Windows.Forms.Design.resources.dll b/App/The app/tr/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..ff64af7729c67f3872324b64632ccdcba3ec3f27 Binary files /dev/null and b/App/The app/tr/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/tr/System.Windows.Forms.Primitives.resources.dll b/App/The app/tr/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..c781fda8547925b7d3a70d9a880459d408a772dd Binary files /dev/null and b/App/The app/tr/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/tr/System.Windows.Forms.resources.dll b/App/The app/tr/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..4a8d38936ca107d4f917cf4a419b2ba0819259e0 Binary files /dev/null and b/App/The app/tr/System.Windows.Forms.resources.dll differ diff --git a/App/The app/tr/System.Windows.Input.Manipulations.resources.dll b/App/The app/tr/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..5808c36177df7ea99dd2eb75deac574723181dc7 Binary files /dev/null and b/App/The app/tr/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/tr/System.Xaml.resources.dll b/App/The app/tr/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..904b63b84b4e6978a074cabc58b5ffb5b04651e7 Binary files /dev/null and b/App/The app/tr/System.Xaml.resources.dll differ diff --git a/App/The app/tr/UIAutomationClient.resources.dll b/App/The app/tr/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..1adeabaa29e85da5b3be51449d0c8250e7f090d0 Binary files /dev/null and b/App/The app/tr/UIAutomationClient.resources.dll differ diff --git a/App/The app/tr/UIAutomationClientSideProviders.resources.dll b/App/The app/tr/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..11aa0ff68fb8635308e806e05d660f0e20b67bf7 Binary files /dev/null and b/App/The app/tr/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/tr/UIAutomationProvider.resources.dll b/App/The app/tr/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..85b03f6b9d4c5edb71275416967927307c66e1da Binary files /dev/null and b/App/The app/tr/UIAutomationProvider.resources.dll differ diff --git a/App/The app/tr/UIAutomationTypes.resources.dll b/App/The app/tr/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..e126b4a723b3b68a8bf15554c36294451470b253 Binary files /dev/null and b/App/The app/tr/UIAutomationTypes.resources.dll differ diff --git a/App/The app/tr/WindowsBase.resources.dll b/App/The app/tr/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..46c57f811408e95ce91dc9301f17116fab22075a Binary files /dev/null and b/App/The app/tr/WindowsBase.resources.dll differ diff --git a/App/The app/tr/WindowsFormsIntegration.resources.dll b/App/The app/tr/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..789e704392e83e73e4b896e6c452ab80faa3da7a Binary files /dev/null and b/App/The app/tr/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/tt-RU/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/tt-RU/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..d3d7597efa2a67fa88e6e299f13ac3f488e42a98 Binary files /dev/null and b/App/The app/tt-RU/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/tt-RU/Microsoft.ui.xaml.dll.mui b/App/The app/tt-RU/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..f293ad60df6b9b42dd2bb02b154a76af4d3f29d3 Binary files /dev/null and b/App/The app/tt-RU/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/ug-CN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ug-CN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..74afa8dce6288e40d6dea93bcdbd10b6e093d068 Binary files /dev/null and b/App/The app/ug-CN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ug-CN/Microsoft.ui.xaml.dll.mui b/App/The app/ug-CN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..41c26eb4362ee343064c6470c0cc927c60ecda5b Binary files /dev/null and b/App/The app/ug-CN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/uk-UA/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/uk-UA/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..0f30518f68a942453ee5f78dfa6469e30a7de56f Binary files /dev/null and b/App/The app/uk-UA/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/uk-UA/Microsoft.ui.xaml.dll.mui b/App/The app/uk-UA/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..af332ef95b1561c7813d5fc87bb3beda30b3235b Binary files /dev/null and b/App/The app/uk-UA/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/uk/Microsoft.Maui.Controls.resources.dll b/App/The app/uk/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..c6d7b96cf438f296090cdb0cdd4ac036801d6dab Binary files /dev/null and b/App/The app/uk/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/ur-PK/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/ur-PK/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..79732784602ded761339ddd2697f3e0201525b7c Binary files /dev/null and b/App/The app/ur-PK/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/ur-PK/Microsoft.ui.xaml.dll.mui b/App/The app/ur-PK/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..2462b04ef42144845a58c67d336104c04a505da2 Binary files /dev/null and b/App/The app/ur-PK/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/uz-Latn-UZ/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/uz-Latn-UZ/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..1cbd948e9864cdb7fad6ef8f3e1a88e5c076b97a Binary files /dev/null and b/App/The app/uz-Latn-UZ/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/uz-Latn-UZ/Microsoft.ui.xaml.dll.mui b/App/The app/uz-Latn-UZ/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..4606e2b8d47ec8c17473ab1291ef43b2f1789733 Binary files /dev/null and b/App/The app/uz-Latn-UZ/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/vcruntime140_cor3.dll b/App/The app/vcruntime140_cor3.dll new file mode 100644 index 0000000000000000000000000000000000000000..524092dd142d56d813c0eb4cbed70dcbd8dca2fc Binary files /dev/null and b/App/The app/vcruntime140_cor3.dll differ diff --git a/App/The app/vi-VN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/vi-VN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..0a906776837c5d8991fbe528ff482c765ef036a7 Binary files /dev/null and b/App/The app/vi-VN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/vi-VN/Microsoft.ui.xaml.dll.mui b/App/The app/vi-VN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..8a73cb7092d70ddf1c1a429ebd2850bebd4b0994 Binary files /dev/null and b/App/The app/vi-VN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/vi/Microsoft.Maui.Controls.resources.dll b/App/The app/vi/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..05d73ed42ea59e89bc7af791ca2550949a2f5a1c Binary files /dev/null and b/App/The app/vi/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/wpfgfx_cor3.dll b/App/The app/wpfgfx_cor3.dll new file mode 100644 index 0000000000000000000000000000000000000000..1b3ba9cdcfb4c78295e9de52abd9902f32a9a9ad Binary files /dev/null and b/App/The app/wpfgfx_cor3.dll differ diff --git a/App/The app/wuceffectsi.dll b/App/The app/wuceffectsi.dll new file mode 100644 index 0000000000000000000000000000000000000000..56e748aa8d9e5979e67e46b0aa60237b04dcdcf0 Binary files /dev/null and b/App/The app/wuceffectsi.dll differ diff --git a/App/The app/zh-CN/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/zh-CN/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..0b533553edd56b9c23944f974f6809963566ba22 Binary files /dev/null and b/App/The app/zh-CN/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/zh-CN/Microsoft.ui.xaml.dll.mui b/App/The app/zh-CN/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..518df5003b12259fc2101c235d83478bc41d6fb9 Binary files /dev/null and b/App/The app/zh-CN/Microsoft.ui.xaml.dll.mui differ diff --git a/App/The app/zh-HK/Microsoft.Maui.Controls.resources.dll b/App/The app/zh-HK/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..8c2916987befa6defbd3be67bcfac9b19ac0bc74 Binary files /dev/null and b/App/The app/zh-HK/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/zh-Hans/Microsoft.Maui.Controls.resources.dll b/App/The app/zh-Hans/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..53a7725d5003add6801575ae0ba6e7408eeae57a Binary files /dev/null and b/App/The app/zh-Hans/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..b12734b35ec4966459e4395aa32c2687c68d7fc7 Binary files /dev/null and b/App/The app/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/zh-Hans/PresentationCore.resources.dll b/App/The app/zh-Hans/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..561a4767c90fa276694ef7a50c145d5283cfefec Binary files /dev/null and b/App/The app/zh-Hans/PresentationCore.resources.dll differ diff --git a/App/The app/zh-Hans/PresentationFramework.resources.dll b/App/The app/zh-Hans/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..38ab2fc820cc512078ee3006f1a1ff566873acd5 Binary files /dev/null and b/App/The app/zh-Hans/PresentationFramework.resources.dll differ diff --git a/App/The app/zh-Hans/PresentationUI.resources.dll b/App/The app/zh-Hans/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..fe0f061e223a0af74c85df36f0cd5fbfd35b2bbc Binary files /dev/null and b/App/The app/zh-Hans/PresentationUI.resources.dll differ diff --git a/App/The app/zh-Hans/ReachFramework.resources.dll b/App/The app/zh-Hans/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..a94c0012f1de3906bc66b0638308950b64c0bf01 Binary files /dev/null and b/App/The app/zh-Hans/ReachFramework.resources.dll differ diff --git a/App/The app/zh-Hans/System.Windows.Controls.Ribbon.resources.dll b/App/The app/zh-Hans/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..75bfc32834a188aa44dd81fd795e8f4e0f258889 Binary files /dev/null and b/App/The app/zh-Hans/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/zh-Hans/System.Windows.Forms.Design.resources.dll b/App/The app/zh-Hans/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..67be650208f3f35d6411e4b0f51d55f190075417 Binary files /dev/null and b/App/The app/zh-Hans/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/zh-Hans/System.Windows.Forms.Primitives.resources.dll b/App/The app/zh-Hans/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..bd2fe54de81019f7af5158426c866750c7053d48 Binary files /dev/null and b/App/The app/zh-Hans/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/zh-Hans/System.Windows.Forms.resources.dll b/App/The app/zh-Hans/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..fd950ad07548ec6b609b9734559e0578c5832afb Binary files /dev/null and b/App/The app/zh-Hans/System.Windows.Forms.resources.dll differ diff --git a/App/The app/zh-Hans/System.Windows.Input.Manipulations.resources.dll b/App/The app/zh-Hans/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..59efccde3b5a5fb487a4b9a8d273fc9e200f261c Binary files /dev/null and b/App/The app/zh-Hans/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/zh-Hans/System.Xaml.resources.dll b/App/The app/zh-Hans/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..2605d39ba69892a2f70599133ac1d4ea69e63f86 Binary files /dev/null and b/App/The app/zh-Hans/System.Xaml.resources.dll differ diff --git a/App/The app/zh-Hans/UIAutomationClient.resources.dll b/App/The app/zh-Hans/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..090a9dd913706e085136a59061232fe390583068 Binary files /dev/null and b/App/The app/zh-Hans/UIAutomationClient.resources.dll differ diff --git a/App/The app/zh-Hans/UIAutomationClientSideProviders.resources.dll b/App/The app/zh-Hans/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..6f2999d0f8e5cc29fd6a3ef8ae3008c9c108b1d5 Binary files /dev/null and b/App/The app/zh-Hans/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/zh-Hans/UIAutomationProvider.resources.dll b/App/The app/zh-Hans/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..ac15e063eca40837d4ae5607e27bfee541f0d379 Binary files /dev/null and b/App/The app/zh-Hans/UIAutomationProvider.resources.dll differ diff --git a/App/The app/zh-Hans/UIAutomationTypes.resources.dll b/App/The app/zh-Hans/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..e7b5bc50e32ea2ff5235be73328cae6bc6306fce Binary files /dev/null and b/App/The app/zh-Hans/UIAutomationTypes.resources.dll differ diff --git a/App/The app/zh-Hans/WindowsBase.resources.dll b/App/The app/zh-Hans/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..abfabf05f2f4f15ae7ec37473be99ec15bda11f4 Binary files /dev/null and b/App/The app/zh-Hans/WindowsBase.resources.dll differ diff --git a/App/The app/zh-Hans/WindowsFormsIntegration.resources.dll b/App/The app/zh-Hans/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..d51acafb23abdcb26c41a01da15a5a71e14d0d76 Binary files /dev/null and b/App/The app/zh-Hans/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/zh-Hant/Microsoft.Maui.Controls.resources.dll b/App/The app/zh-Hant/Microsoft.Maui.Controls.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..474253ba49b9f99398e71d4064c314c574b1f221 Binary files /dev/null and b/App/The app/zh-Hant/Microsoft.Maui.Controls.resources.dll differ diff --git a/App/The app/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll b/App/The app/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..43be91636466fec1354b42f7c3fddcb2eb9be5db Binary files /dev/null and b/App/The app/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/App/The app/zh-Hant/PresentationCore.resources.dll b/App/The app/zh-Hant/PresentationCore.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..561ac93b8de7a8ec410a62dba8e0f1d3199c3899 Binary files /dev/null and b/App/The app/zh-Hant/PresentationCore.resources.dll differ diff --git a/App/The app/zh-Hant/PresentationFramework.resources.dll b/App/The app/zh-Hant/PresentationFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..2a738b72a59a2c7275843b24031e125b9563501e Binary files /dev/null and b/App/The app/zh-Hant/PresentationFramework.resources.dll differ diff --git a/App/The app/zh-Hant/PresentationUI.resources.dll b/App/The app/zh-Hant/PresentationUI.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..ba7f78c0866c7400289809c73bb9ef7e234420c4 Binary files /dev/null and b/App/The app/zh-Hant/PresentationUI.resources.dll differ diff --git a/App/The app/zh-Hant/ReachFramework.resources.dll b/App/The app/zh-Hant/ReachFramework.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..1716ec508c44df67fce559e4792a47e24a6b2c10 Binary files /dev/null and b/App/The app/zh-Hant/ReachFramework.resources.dll differ diff --git a/App/The app/zh-Hant/System.Windows.Controls.Ribbon.resources.dll b/App/The app/zh-Hant/System.Windows.Controls.Ribbon.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..d568eefcbb53495ce4af6039b311d37cfe492906 Binary files /dev/null and b/App/The app/zh-Hant/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/App/The app/zh-Hant/System.Windows.Forms.Design.resources.dll b/App/The app/zh-Hant/System.Windows.Forms.Design.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..416523edb555c4aaf0333c0470ab45ee44db20f7 Binary files /dev/null and b/App/The app/zh-Hant/System.Windows.Forms.Design.resources.dll differ diff --git a/App/The app/zh-Hant/System.Windows.Forms.Primitives.resources.dll b/App/The app/zh-Hant/System.Windows.Forms.Primitives.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..f8656c674dd3c5e0d891c7ecb65c58c0f87ea534 Binary files /dev/null and b/App/The app/zh-Hant/System.Windows.Forms.Primitives.resources.dll differ diff --git a/App/The app/zh-Hant/System.Windows.Forms.resources.dll b/App/The app/zh-Hant/System.Windows.Forms.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..ab9ea3e0e7a4e1ef106f9ec75a5911470f733476 Binary files /dev/null and b/App/The app/zh-Hant/System.Windows.Forms.resources.dll differ diff --git a/App/The app/zh-Hant/System.Windows.Input.Manipulations.resources.dll b/App/The app/zh-Hant/System.Windows.Input.Manipulations.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..698babe0f85b3084d1c085030897e915906193dc Binary files /dev/null and b/App/The app/zh-Hant/System.Windows.Input.Manipulations.resources.dll differ diff --git a/App/The app/zh-Hant/System.Xaml.resources.dll b/App/The app/zh-Hant/System.Xaml.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..fa812e60ed3e97ef5c10e4f2d1cdd57b0a2ef96f Binary files /dev/null and b/App/The app/zh-Hant/System.Xaml.resources.dll differ diff --git a/App/The app/zh-Hant/UIAutomationClient.resources.dll b/App/The app/zh-Hant/UIAutomationClient.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..2fbd490a83e614f26289c56900c82a822f2094ee Binary files /dev/null and b/App/The app/zh-Hant/UIAutomationClient.resources.dll differ diff --git a/App/The app/zh-Hant/UIAutomationClientSideProviders.resources.dll b/App/The app/zh-Hant/UIAutomationClientSideProviders.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..0a263d7711384b6a0282db4b0d631fa8e75a46ff Binary files /dev/null and b/App/The app/zh-Hant/UIAutomationClientSideProviders.resources.dll differ diff --git a/App/The app/zh-Hant/UIAutomationProvider.resources.dll b/App/The app/zh-Hant/UIAutomationProvider.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..99ef8ce467830242187352753c5b20f65ac710e2 Binary files /dev/null and b/App/The app/zh-Hant/UIAutomationProvider.resources.dll differ diff --git a/App/The app/zh-Hant/UIAutomationTypes.resources.dll b/App/The app/zh-Hant/UIAutomationTypes.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..f98c245e889ae3bfebefbf501abc286ceb58b7bb Binary files /dev/null and b/App/The app/zh-Hant/UIAutomationTypes.resources.dll differ diff --git a/App/The app/zh-Hant/WindowsBase.resources.dll b/App/The app/zh-Hant/WindowsBase.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..2e5ec13257e567a64ba2bd5967c1fce7dd7e854c Binary files /dev/null and b/App/The app/zh-Hant/WindowsBase.resources.dll differ diff --git a/App/The app/zh-Hant/WindowsFormsIntegration.resources.dll b/App/The app/zh-Hant/WindowsFormsIntegration.resources.dll new file mode 100644 index 0000000000000000000000000000000000000000..2149234ff45695ac236bd11ed2908fbb67c5c040 Binary files /dev/null and b/App/The app/zh-Hant/WindowsFormsIntegration.resources.dll differ diff --git a/App/The app/zh-TW/Microsoft.UI.Xaml.Phone.dll.mui b/App/The app/zh-TW/Microsoft.UI.Xaml.Phone.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..ce880709c6b03d02c448d5095d3ce1966e45a478 Binary files /dev/null and b/App/The app/zh-TW/Microsoft.UI.Xaml.Phone.dll.mui differ diff --git a/App/The app/zh-TW/Microsoft.ui.xaml.dll.mui b/App/The app/zh-TW/Microsoft.ui.xaml.dll.mui new file mode 100644 index 0000000000000000000000000000000000000000..e4cc5da3eac0da9803702323ff12603fd8d0091f Binary files /dev/null and b/App/The app/zh-TW/Microsoft.ui.xaml.dll.mui differ