Fetch the repository succeeded.
<?xml version="1.0" encoding="utf-8"?>
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2"
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
xmlns:uap7="http://schemas.microsoft.com/appx/manifest/uap/windows10/7"
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
>
<Identity Name="64530scu319hy.EditorX" Version="0.0.0.0" Publisher="CN=E9592811-9D7E-4B0D-A8B3-CA0EE9318102" ProcessorArchitecture="x64" />
<Properties>
<DisplayName>Editor X</DisplayName>
<PublisherDisplayName>scu319hy</PublisherDisplayName>
<Description>Fast text editor</Description>
<Logo>res/edx-logo.png</Logo>
</Properties>
<Resources>
<Resource Language="en-us" />
<Resource Language="zh-cn" />
</Resources>
<Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22000.0" />
</Dependencies>
<Capabilities>
<rescap:Capability Name="runFullTrust"/>
</Capabilities>
<Applications>
<Application Id="EDX" Executable="edx.exe" EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements DisplayName="EDX" Description="EDX Editor"
Square44x44Logo="res/ed-icon-44.png" Square150x150Logo="res/ed-icon-150.png" BackgroundColor="transparent">
<uap:DefaultTile
Square71x71Logo="res/ed-icon-71.png"
ShortName="EDX">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo" />
</uap:ShowNameOnTiles>
</uap:DefaultTile>
</uap:VisualElements>
<Extensions>
<!--
<uap:Extension Category="windows.fileTypeAssociation">
<uap3:FileTypeAssociation Name="directory" MultiSelectModel="Player">
<uap2:SupportedVerbs>
<uap3:Verb Id="Open" MultiSelectModel="Player">Open</uap3:Verb>
<uap3:Verb Id="Edit" MultiSelectModel="Player">Edit</uap3:Verb>
</uap2:SupportedVerbs>
<uap:SupportedFileTypes>
<uap:FileType>.txt</uap:FileType>
<uap:FileType>.log</uap:FileType>
<uap:FileType>.cpp</uap:FileType>
<uap:FileType>.cc</uap:FileType>
<uap:FileType>.cxx</uap:FileType>
<uap:FileType>.c</uap:FileType>
<uap:FileType>.h</uap:FileType>
<uap:FileType>.hh</uap:FileType>
<uap:FileType>.hpp</uap:FileType>
<uap:FileType>.xml</uap:FileType>
<uap:FileType>.html</uap:FileType>
<uap:FileType>.js</uap:FileType>
<uap:FileType>.java</uap:FileType>
<uap:FileType>.d</uap:FileType>
<uap:FileType>.lua</uap:FileType>
</uap:SupportedFileTypes>
</uap3:FileTypeAssociation>
</uap:Extension>
-->
<com:Extension Category="windows.comServer">
<com:ComServer>
<com:SurrogateServer DisplayName="EDXShellExt">
<com:Class Id="1EB2B138-BF9F-4FDD-95E0-609EAC347FCA" Path="shell_ext.dll" ThreadingModel="STA"/>
</com:SurrogateServer>
</com:ComServer>
</com:Extension>
<desktop4:Extension Category="windows.fileExplorerContextMenus">
<desktop4:FileExplorerContextMenus>
<desktop5:ItemType Type="*">
<desktop5:Verb Id="OpenWithEdx" Clsid="1EB2B138-BF9F-4FDD-95E0-609EAC347FCA" />
</desktop5:ItemType>
<desktop5:ItemType Type="Directory">
<desktop5:Verb Id="OpenWithEdx" Clsid="1EB2B138-BF9F-4FDD-95E0-609EAC347FCA" />
</desktop5:ItemType>
<desktop5:ItemType Type="Directory\Background">
<desktop5:Verb Id="OpenWithEdx" Clsid="1EB2B138-BF9F-4FDD-95E0-609EAC347FCA" />
</desktop5:ItemType>
</desktop4:FileExplorerContextMenus>
</desktop4:Extension>
</Extensions>
</Application>
</Applications>
</Package>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。