更新3.3.2.0版本

This commit is contained in:
蓝点lilac
2021-06-13 00:22:17 +08:00
parent 13f436924c
commit e9691eaa6b
2 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727"/>
<supportedRuntime version="v4.0"/>
</startup>
<supportedRuntime version="v2.0.50727"/></startup>
<runtime>
<legacyCorruptedStateExceptionsPolicy enabled="true"/>
<EnableWindowsFormsHighDpiAutoResizing enabled="true"/>
</runtime>
</configuration>
</configuration>

View File

@@ -180,12 +180,13 @@ namespace ContextMenuManager.Properties {
///Tip属性为鼠标悬浮在开关上时的提示信息从每个Item节点开始, 子元素Value表示该项的注册表键值目前仅支持REG_SZ、REG_DWORD、REG_EXPAND_SZ、REG_BINARY的键值类型
///子元素SubKey的所有子元素是该项的子项项名即为元素名; 每一Item项和SubKey的所有子元素的属性Default为该注册表项默认值不放在Value\REG_SZ元素里面是为了防止与可能存在的键名为Default的键产生冲突
///由于Shell项太过复杂程序只根据注册表项名判断存在即启用故同一场景下不允许有相同KeyName属性的Shell项目ShellEx项只要Guid符合则为启用--&gt;
///
///&lt;Data&gt;
/// &lt;File&gt;
/// &lt;Shell&gt;
/// &lt;Item KeyName=&apos;CopyContent&apos; Tip=&apos;不需打开文件直接复制文件文本内容&amp;#x000A;非UTF-16 LE(或带BOM)编码会乱码&apos;&gt;
/// &lt;Value&gt;
/// [字符串的其余部分被截断]&quot;; 的本地化字符串。
/// [字符串的其余部分被截断]&quot;; 的本地化字符串。
/// </summary>
internal static string EnhanceMenusDic {
get {