|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/ProgramData/Microsoft/Windows/AppRepository/ |
Upload File : |
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap mp uap3 build" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
<Identity Name="Microsoft.BingSearch" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.1.40.0" ProcessorArchitecture="x64"/>
<mp:PhoneIdentity PhoneProductId="9396e313-caf6-4efb-b8b1-007900905eb4" PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35"/>
<Properties>
<DisplayName>ms-resource:PackageDisplayName</DisplayName>
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22621.0"/>
<PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.27323.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
</Dependencies>
<Resources>
<Resource Language="EN-US"/>
<Resource Language="EN-GB"/>
<Resource uap:Scale="200"/>
</Resources>
<Applications>
<Application Id="App" Executable="MicrosoftBing.exe" EntryPoint="Bing_Search.App">
<uap:VisualElements DisplayName="ms-resource:AppTileDisplayName" Description="ms-resource:AppDescription" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent" AppListEntry="none">
<uap:DefaultTile/>
</uap:VisualElements>
<Extensions>
<uap3:Extension Category="windows.appExtension">
<uap3:AppExtension Name="com.microsoft.windows.websearchprovider" Id="BingSearchExtension" PublicFolder="Public" DisplayName="Microsoft Bing Search Extension">
<uap3:Properties>
<Endpoint>https://www.bing.com/AS/API/WindowsCortanaPane/V2/Suggestions</Endpoint>
<DynamicContentEndpoint>https://www.bing.com/dsb?dsbschemaversion=1.1</DynamicContentEndpoint>
</uap3:Properties>
</uap3:AppExtension>
</uap3:Extension>
</Extensions>
</Application>
</Applications>
<build:Metadata>
<build:Item Name="cl.exe" Version="19.43.34808.0"/>
<build:Item Name="VisualStudio" Version="17.0"/>
<build:Item Name="OperatingSystem" Version="10.0.20348.1 (WinBuild.160101.0800)"/>
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.13.40008.26641"/>
<build:Item Name="ProjectGUID" Value="{36e9f9a1-8ee9-45cc-9b6e-de3118ea383c}"/>
<build:Item Name="OptimizingToolset" Value="None"/>
<build:Item Name="TargetRuntime" Value="Native"/>
<build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="0.0.0.0"/>
<build:Item Name="MakePri.exe" Version="10.0.22621.3233 (WinBuild.160101.0800)"/>
</build:Metadata>
</Package>