-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99ef7c8
commit 72a48f0
Showing
185 changed files
with
1,863 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,295 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" IgnorableNamespaces="uap rescap build" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build"> | ||
<!-- | ||
THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS. | ||
Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file. | ||
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727 | ||
--> | ||
<!-- Name="9b0c4abb-ca72-42ec-936a-02d4830a14a9" --> | ||
<Identity Name="9932MartCliment.WingetUIWidgets" Publisher="CN=7054F010-7BE3-4163-B64E-D51DF58CF867" Version="0.6.0.0" ProcessorArchitecture="x64" /> | ||
<Properties> | ||
<DisplayName>Widgets for UniGetUI (formerly WingetUI)</DisplayName> | ||
<PublisherDisplayName>Martí Climent</PublisherDisplayName> | ||
<Logo>Images\StoreLogo.png</Logo> | ||
</Properties> | ||
<Dependencies> | ||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22000.0" /> | ||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22000.0" /> | ||
<PackageDependency Name="Microsoft.WindowsAppRuntime.1.5" MinVersion="5001.119.156.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" /> | ||
<PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.33519.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" /> | ||
<PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.33728.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" /> | ||
</Dependencies> | ||
<Resources> | ||
<Resource Language="EN-US" /> | ||
</Resources> | ||
<Applications> | ||
<Application Id="App" Executable="Widgets for UniGetUI\Widgets for UniGetUI.exe" EntryPoint="Windows.FullTrustApplication"> | ||
<uap:VisualElements DisplayName="Widgets for UniGetUI (formerly WingetUI)" Description="A collection of Windows Widgets designed to manage your UniGetUI updates from the Windows Widgets panel and Dev Home" Square150x150Logo="Images\LargeTile.png" AppListEntry="none" Square44x44Logo="Images\icon.png" BackgroundColor="transparent"> | ||
<uap:DefaultTile Wide310x150Logo="Images\icon.png" Square71x71Logo="Images\SmallTile.png" Square310x310Logo="Images\LargeTile.png" ShortName="UniGetUI"> | ||
<uap:ShowNameOnTiles> | ||
<uap:ShowOn Tile="square150x150Logo" /> | ||
<uap:ShowOn Tile="wide310x150Logo" /> | ||
</uap:ShowNameOnTiles> | ||
</uap:DefaultTile> | ||
<uap:SplashScreen Image="Images\icon.png" /> | ||
<uap:LockScreen BadgeLogo="Images\BadgeLogo.png" Notification="badge" /> | ||
</uap:VisualElements> | ||
<Extensions> | ||
<com:Extension Category="windows.comServer"> | ||
<com:ComServer> | ||
<com:ExeServer Executable="Widgets for UniGetUI\Widgets for UniGetUI.exe" DisplayName="Widgets for UniGetUI"> | ||
<com:Class Id="34D3940F-84D6-47C5-B446-32D6865D8852" DisplayName="Widgets for UniGetUI" /> | ||
</com:ExeServer> | ||
</com:ComServer> | ||
</com:Extension> | ||
<uap3:Extension Category="windows.appExtension"> | ||
<uap3:AppExtension Name="com.microsoft.windows.widgets" DisplayName="UniGetUI" Id="9b0c4abb-ca72-42ec-936a-02d4830a14a9" PublicFolder="Public"> | ||
<uap3:Properties> | ||
<WidgetProvider> | ||
<ProviderIcons> | ||
<Icon Path="Images\wingetui_color.png" /> | ||
</ProviderIcons> | ||
<Activation> | ||
<!-- Apps exports COM interface which implements IWidgetProvider --> | ||
<CreateInstance ClassId="34D3940F-84D6-47C5-B446-32D6865D8852" /> | ||
</Activation> | ||
<TrustedPackageFamilyNames> | ||
<TrustedPackageFamilyName>Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe</TrustedPackageFamilyName> | ||
</TrustedPackageFamilyNames> | ||
<Definitions> | ||
<Definition Id="updates_all" DisplayName="Package updates" Description="Packages that can be updated" AllowMultiple="true"> | ||
<Capabilities> | ||
<Capability> | ||
<Size Name="medium" /> | ||
</Capability> | ||
<Capability> | ||
<Size Name="large" /> | ||
</Capability> | ||
</Capabilities> | ||
<ThemeResources> | ||
<Icons> | ||
<Icon Path="Images\wingetui_color.png" /> | ||
</Icons> | ||
<DarkMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\all_dark.png" /> | ||
</Screenshots> | ||
</DarkMode> | ||
<LightMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\all_light.png" /> | ||
</Screenshots> | ||
</LightMode> | ||
</ThemeResources> | ||
</Definition> | ||
<Definition Id="updates_winget" DisplayName="Winget updates" Description="Winget packages that can be updated" AllowMultiple="true"> | ||
<Capabilities> | ||
<Capability> | ||
<Size Name="medium" /> | ||
</Capability> | ||
<Capability> | ||
<Size Name="large" /> | ||
</Capability> | ||
</Capabilities> | ||
<ThemeResources> | ||
<Icons> | ||
<Icon Path="Images\winget_color.png" /> | ||
</Icons> | ||
<DarkMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\winget_dark.png" /> | ||
</Screenshots> | ||
</DarkMode> | ||
<LightMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\winget_light.png" /> | ||
</Screenshots> | ||
</LightMode> | ||
</ThemeResources> | ||
</Definition> | ||
<Definition Id="updates_chocolatey" DisplayName="Chocolatey updates" Description="Chocolatey packages that can be updated" AllowMultiple="true"> | ||
<Capabilities> | ||
<Capability> | ||
<Size Name="medium" /> | ||
</Capability> | ||
<Capability> | ||
<Size Name="large" /> | ||
</Capability> | ||
</Capabilities> | ||
<ThemeResources> | ||
<Icons> | ||
<Icon Path="Images\choco_color.png" /> | ||
</Icons> | ||
<DarkMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\choco_dark.png" /> | ||
</Screenshots> | ||
</DarkMode> | ||
<LightMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\choco_light.png" /> | ||
</Screenshots> | ||
</LightMode> | ||
</ThemeResources> | ||
</Definition> | ||
<Definition Id="updates_scoop" DisplayName="Scoop updates" Description="Scoop packages that can be updated" AllowMultiple="true"> | ||
<Capabilities> | ||
<Capability> | ||
<Size Name="medium" /> | ||
</Capability> | ||
<Capability> | ||
<Size Name="large" /> | ||
</Capability> | ||
</Capabilities> | ||
<ThemeResources> | ||
<Icons> | ||
<Icon Path="Images\scoop_color.png" /> | ||
</Icons> | ||
<DarkMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\scoop_dark.png" /> | ||
</Screenshots> | ||
</DarkMode> | ||
<LightMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\scoop_light.png" /> | ||
</Screenshots> | ||
</LightMode> | ||
</ThemeResources> | ||
</Definition> | ||
<Definition Id="updates_pip" DisplayName="Pip updates" Description="Pip packages that can be updated" AllowMultiple="true"> | ||
<Capabilities> | ||
<Capability> | ||
<Size Name="medium" /> | ||
</Capability> | ||
<Capability> | ||
<Size Name="large" /> | ||
</Capability> | ||
</Capabilities> | ||
<ThemeResources> | ||
<Icons> | ||
<Icon Path="Images\pip_color.png" /> | ||
</Icons> | ||
<DarkMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\pip_dark.png" /> | ||
</Screenshots> | ||
</DarkMode> | ||
<LightMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\pip_light.png" /> | ||
</Screenshots> | ||
</LightMode> | ||
</ThemeResources> | ||
</Definition> | ||
<Definition Id="updates_npm" DisplayName="NPM Updates" Description="NPM packages that can be updated" AllowMultiple="true"> | ||
<Capabilities> | ||
<Capability> | ||
<Size Name="medium" /> | ||
</Capability> | ||
<Capability> | ||
<Size Name="large" /> | ||
</Capability> | ||
</Capabilities> | ||
<ThemeResources> | ||
<Icons> | ||
<Icon Path="Images\node_color.png" /> | ||
</Icons> | ||
<DarkMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\npm_dark.png" /> | ||
</Screenshots> | ||
</DarkMode> | ||
<LightMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\npm_light.png" /> | ||
</Screenshots> | ||
</LightMode> | ||
</ThemeResources> | ||
</Definition> | ||
<Definition Id="updates_dotnet" DisplayName=".NET Tool updates" Description=".NET Tool packages that can be updated" AllowMultiple="true"> | ||
<Capabilities> | ||
<Capability> | ||
<Size Name="medium" /> | ||
</Capability> | ||
<Capability> | ||
<Size Name="large" /> | ||
</Capability> | ||
</Capabilities> | ||
<ThemeResources> | ||
<Icons> | ||
<Icon Path="Images\dotnet_color.png" /> | ||
</Icons> | ||
<DarkMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\dotnet_dark.png" /> | ||
</Screenshots> | ||
</DarkMode> | ||
<LightMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\dotnet_light.png" /> | ||
</Screenshots> | ||
</LightMode> | ||
</ThemeResources> | ||
</Definition> | ||
<Definition Id="updates_powershell" DisplayName="PowerShell updates" Description="PowerShell modules that can be updated" AllowMultiple="true"> | ||
<Capabilities> | ||
<Capability> | ||
<Size Name="medium" /> | ||
</Capability> | ||
<Capability> | ||
<Size Name="large" /> | ||
</Capability> | ||
</Capabilities> | ||
<ThemeResources> | ||
<Icons> | ||
<Icon Path="Images\powershell_color.png" /> | ||
</Icons> | ||
<DarkMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\powershell_dark.png" /> | ||
</Screenshots> | ||
</DarkMode> | ||
<LightMode> | ||
<Screenshots> | ||
<Screenshot Path="Images\WidgetCovers\powershell_light.png" /> | ||
</Screenshots> | ||
</LightMode> | ||
</ThemeResources> | ||
</Definition> | ||
</Definitions> | ||
</WidgetProvider> | ||
</uap3:Properties> | ||
</uap3:AppExtension> | ||
</uap3:Extension> | ||
<uap3:Extension Category="windows.appExtension"> | ||
<uap3:AppExtension Name="com.microsoft.devhome" Id="9b0c4abb-ca72-42ec-936a-02d4830a14a9" PublicFolder="Public" DisplayName="Widgets for UniGetUI (formerly WingetUI)" Description="Widgets for UniGetUI (formerly WingetUI)"> | ||
<uap3:Properties> | ||
<DevHomeProvider> | ||
<Activation> | ||
<CreateInstance ClassId="34D3940F-84D6-47C5-B446-32D6865D8852" /> | ||
</Activation> | ||
<SupportedInterfaces></SupportedInterfaces> | ||
</DevHomeProvider> | ||
</uap3:Properties> | ||
</uap3:AppExtension> | ||
</uap3:Extension> | ||
</Extensions> | ||
</Application> | ||
</Applications> | ||
<Capabilities> | ||
<rescap:Capability Name="runFullTrust" /> | ||
</Capabilities> | ||
<build:Metadata> | ||
<build:Item Name="Microsoft.Build.DesktopBridge.Tasks.dll" Version="17.11.38891.60465" /> | ||
<build:Item Name="TargetFrameworkMoniker" Value=".NETFramework,Version=v4.5.1" /> | ||
<build:Item Name="VisualStudio" Version="17.0" /> | ||
<build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Community 2022" /> | ||
<build:Item Name="OperatingSystem" Version="10.0.22621.2860 (WinBuild.160101.0800)" /> | ||
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.11.38902.62324" /> | ||
<build:Item Name="ProjectGUID" Value="0cb7bf44-2619-4597-82c4-75f513345eba" /> | ||
<build:Item Name="makepri.exe" Version="10.0.22621.755 (WinBuild.160101.0800)" /> | ||
</build:Metadata> | ||
</Package> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+24.2 KB
WingetUI Widgets Installer/AppX/Images/WidgetCovers/powershell_dark.png
Oops, something went wrong.
Binary file added
BIN
+23.2 KB
WingetUI Widgets Installer/AppX/Images/WidgetCovers/powershell_light.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+730 Bytes
...etUI Widgets Installer/AppX/Images/icon.altform-lightunplated_targetsize-16.png
Oops, something went wrong.
Binary file added
BIN
+1.01 KB
...etUI Widgets Installer/AppX/Images/icon.altform-lightunplated_targetsize-24.png
Oops, something went wrong.
Binary file added
BIN
+12.2 KB
...tUI Widgets Installer/AppX/Images/icon.altform-lightunplated_targetsize-256.png
Oops, something went wrong.
Binary file added
BIN
+1.38 KB
...etUI Widgets Installer/AppX/Images/icon.altform-lightunplated_targetsize-32.png
Oops, something went wrong.
Binary file added
BIN
+2.08 KB
...etUI Widgets Installer/AppX/Images/icon.altform-lightunplated_targetsize-48.png
Oops, something went wrong.
Binary file added
BIN
+727 Bytes
WingetUI Widgets Installer/AppX/Images/icon.altform-unplated_targetsize-16.png
Oops, something went wrong.
Binary file added
BIN
+1.02 KB
WingetUI Widgets Installer/AppX/Images/icon.altform-unplated_targetsize-24.png
Oops, something went wrong.
Binary file added
BIN
+12 KB
WingetUI Widgets Installer/AppX/Images/icon.altform-unplated_targetsize-256.png
Oops, something went wrong.
Binary file added
BIN
+1.38 KB
WingetUI Widgets Installer/AppX/Images/icon.altform-unplated_targetsize-32.png
Oops, something went wrong.
Binary file added
BIN
+2.09 KB
WingetUI Widgets Installer/AppX/Images/icon.altform-unplated_targetsize-48.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+1.26 MB
...s Installer/AppX/Widgets%20for%20UniGetUI/Microsoft.InteractiveExperiences.Projection.dll
Binary file not shown.
Binary file added
BIN
+6.87 MB
WingetUI Widgets Installer/AppX/Widgets%20for%20UniGetUI/Microsoft.WinUI.dll
Binary file not shown.
Binary file added
BIN
+46.5 KB
...ets Installer/AppX/Widgets%20for%20UniGetUI/Microsoft.Windows.AppLifecycle.Projection.dll
Binary file not shown.
Binary file added
BIN
+71.4 KB
...r/AppX/Widgets%20for%20UniGetUI/Microsoft.Windows.AppNotifications.Builder.Projection.dll
Binary file not shown.
Binary file added
BIN
+59.5 KB
...Installer/AppX/Widgets%20for%20UniGetUI/Microsoft.Windows.AppNotifications.Projection.dll
Binary file not shown.
Binary file added
BIN
+53 KB
...gets%20for%20UniGetUI/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll
Binary file not shown.
Binary file added
BIN
+67.9 KB
...AppX/Widgets%20for%20UniGetUI/Microsoft.Windows.ApplicationModel.Resources.Projection.dll
Binary file not shown.
Binary file added
BIN
+43 KB
...gets%20for%20UniGetUI/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll
Binary file not shown.
Binary file added
BIN
+107 KB
...ller/AppX/Widgets%20for%20UniGetUI/Microsoft.Windows.Management.Deployment.Projection.dll
Binary file not shown.
Binary file added
BIN
+50.5 KB
...nstaller/AppX/Widgets%20for%20UniGetUI/Microsoft.Windows.PushNotifications.Projection.dll
Binary file not shown.
Binary file added
BIN
+21.4 MB
WingetUI Widgets Installer/AppX/Widgets%20for%20UniGetUI/Microsoft.Windows.SDK.NET.dll
Binary file not shown.
Binary file added
BIN
+33.5 KB
...ler/AppX/Widgets%20for%20UniGetUI/Microsoft.Windows.Security.AccessControl.Projection.dll
Binary file not shown.
Binary file added
BIN
+44 KB
...ets Installer/AppX/Widgets%20for%20UniGetUI/Microsoft.Windows.System.Power.Projection.dll
Binary file not shown.
Binary file added
BIN
+37 KB
...I Widgets Installer/AppX/Widgets%20for%20UniGetUI/Microsoft.Windows.System.Projection.dll
Binary file not shown.
Binary file added
BIN
+141 KB
... Widgets Installer/AppX/Widgets%20for%20UniGetUI/Microsoft.Windows.Widgets.Projection.dll
Binary file not shown.
Binary file added
BIN
+16.5 KB
...ets Installer/AppX/Widgets%20for%20UniGetUI/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll
Binary file not shown.
Binary file added
BIN
+382 KB
...Widgets Installer/AppX/Widgets%20for%20UniGetUI/Microsoft.WindowsAppRuntime.Bootstrap.dll
Binary file not shown.
Oops, something went wrong.