You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
535 B
10 lines
535 B
<?xml version="1.0" encoding="utf-8" ?> |
|
<Bundle xmlns="urn:uiosp-bundle-manifest-2.0" Name="启动插件" SymbolicName="Kingo.Plugin.Start" Version="1.0" InitializedState="Active" StartLevel="1"> |
|
<Activator Type="Kingo.Plugin.Start.Activator" Policy="Immediate" /> |
|
<Runtime> |
|
<Assembly Path="Kingo.Plugin.Start.dll" Share="true" /> |
|
</Runtime> |
|
<Extension Point="UIShell.BundleManagementOptions"> |
|
<BundleManagementOption AllowToStarted="true" AllowToStopped="false" AllowToUninstalled="true" /> |
|
</Extension> |
|
</Bundle> |