-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathUpgradeLog.htm
187 lines (174 loc) · 88.1 KB
/
UpgradeLog.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<!-- saved from url=(0014)about:internet -->
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt"><head><meta content="en-us" http-equiv="Content-Language" /><meta content="text/html; charset=utf-16" http-equiv="Content-Type" /><link type="text/css" rel="stylesheet" href="_UpgradeReport_Files\UpgradeReport.css" /><title _locID="ConversionReport0">
迁移报告
</title><script type="text/javascript" language="javascript">
// Startup
// Hook up the the loaded event for the document/window, to linkify the document content
var startupFunction = function() { linkifyElement("messages"); };
if(window.attachEvent)
{
window.attachEvent('onload', startupFunction);
}
else if (window.addEventListener)
{
window.addEventListener('load', startupFunction, false);
}
else
{
document.addEventListener('load', startupFunction, false);
}
// Toggles the visibility of table rows with the specified name
function toggleTableRowsByName(name)
{
var allRows = document.getElementsByTagName('tr');
for (i=0; i < allRows.length; i++)
{
var currentName = allRows[i].getAttribute('name');
if(!!currentName && currentName.indexOf(name) == 0)
{
var isVisible = allRows[i].style.display == '';
isVisible ? allRows[i].style.display = 'none' : allRows[i].style.display = '';
}
}
}
function scrollToFirstVisibleRow(name)
{
var allRows = document.getElementsByTagName('tr');
for (i=0; i < allRows.length; i++)
{
var currentName = allRows[i].getAttribute('name');
var isVisible = allRows[i].style.display == '';
if(!!currentName && currentName.indexOf(name) == 0 && isVisible)
{
allRows[i].scrollIntoView(true);
return true;
}
}
return false;
}
// Linkifies the specified text content, replaces candidate links with html links
function linkify(text)
{
if(!text || 0 === text.length)
{
return text;
}
// Find http, https and ftp links and replace them with hyper links
var urlLink = /(http|https|ftp)\:\/\/[a-zA-Z0-9\-\.]+(:[a-zA-Z0-9]*)?\/?([a-zA-Z0-9\-\._\?\,\/\\\+&%\$#\=~;\{\}])*/gi;
return text.replace(urlLink, '<a href="$&">$&</a>') ;
}
// Linkifies the specified element by ID
function linkifyElement(id)
{
var element = document.getElementById(id);
if(!!element)
{
element.innerHTML = linkify(element.innerHTML);
}
}
function ToggleMessageVisibility(projectName)
{
if(!projectName || 0 === projectName.length)
{
return;
}
toggleTableRowsByName("MessageRowClass" + projectName);
toggleTableRowsByName('MessageRowHeaderShow' + projectName);
toggleTableRowsByName('MessageRowHeaderHide' + projectName);
}
function ScrollToFirstVisibleMessage(projectName)
{
if(!projectName || 0 === projectName.length)
{
return;
}
// First try the 'Show messages' row
if(!scrollToFirstVisibleRow('MessageRowHeaderShow' + projectName))
{
// Failed to find a visible row for 'Show messages', try an actual message row
scrollToFirstVisibleRow('MessageRowClass' + projectName);
}
}
</script></head><body><h1 _locID="ConversionReport">
迁移报告 - DotNetUtilities</h1><div id="content"><h2 _locID="OverviewTitle">概述</h2><div id="overview"><table><tr><th></th><th _locID="ProjectTableHeader">项目</th><th _locID="PathTableHeader">路径</th><th _locID="ErrorsTableHeader">错误</th><th _locID="WarningsTableHeader">警告</th><th _locID="MessagesTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Warning.png" alt="Warning" /></td><td><strong><a href="#DotNetUtilities">DotNetUtilities</a></strong></td><td>DotNetUtilities\DotNetUtilities.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#DotNetUtilitiesWarning">2</a></td><td class="textCentered"><a href="#" onclick="ScrollToFirstVisibleMessage('DotNetUtilities'); return false;">37</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Warning.png" alt="Warning" /></td><td><strong><a href="#Solution"><span _locID="OverviewSolutionSpan">解决方案</span></a></strong></td><td>DotNetUtilities.sln</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#SolutionWarning">1</a></td><td class="textCentered"><a href="#" onclick="ScrollToFirstVisibleMessage('Solution'); return false;">3</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Collections">Collections</a></strong></td><td>Collections</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.Collections">Core.Collections</a></strong></td><td>Core.Collections\Core.Collections.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.Common">Core.Common</a></strong></td><td>Core.Common\Core.Common.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.DBUtility">Core.DBUtility</a></strong></td><td>Core.DBUtility\Core.DBUtility.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.Drawing">Core.Drawing</a></strong></td><td>Core.Drawing\Core.Drawing.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.Email">Core.Email</a></strong></td><td>Core.Email\Core.Email.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.Html">Core.Html</a></strong></td><td>Core.Html\Core.Html.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.IO">Core.IO</a></strong></td><td>Core.IO\Core.IO.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.Json">Core.Json</a></strong></td><td>Core.Json\Core.Json.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.Net">Core.Net</a></strong></td><td>Core.Net\Core.Net.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.Office">Core.Office</a></strong></td><td>Core.Office\Core.Office.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.Systems">Core.Systems</a></strong></td><td>Core.Systems\Core.Systems.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.Threads">Core.Threads</a></strong></td><td>Core.Thread\Core.Threads.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.Web">Core.Web</a></strong></td><td>Core.Web\Core.Web.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.XML">Core.XML</a></strong></td><td>Core.XML\Core.XML.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Core.Zip">Core.Zip</a></strong></td><td>Core.Zip\Core.Zip.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Data">Data</a></strong></td><td>Data</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Html操作">Html操作</a></strong></td><td>Html操作</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#JSON">JSON</a></strong></td><td>JSON</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Office">Office</a></strong></td><td>Office</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Thread">Thread</a></strong></td><td>Thread</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#Web">Web</a></strong></td><td>Web</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#XML">XML</a></strong></td><td>XML</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#图片">图片</a></strong></td><td>图片</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#网络">网络</a></strong></td><td>网络</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#文件操作">文件操作</a></strong></td><td>文件操作</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#系统相关">系统相关</a></strong></td><td>系统相关</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#压缩解压">压缩解压</a></strong></td><td>压缩解压</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Success.png" alt="Success" /></td><td><strong><a href="#邮件">邮件</a></strong></td><td>邮件</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#">0</a></td></tr></table></div><h2 _locID="SolutionAndProjectsTitle">解决方案和项目</h2><div id="messages"><a name="DotNetUtilities" /><h3>DotNetUtilities</h3><table><tr id="DotNetUtilitiesHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr name="WarningRowClassDotNetUtilities"><td><a name="DotNetUtilitiesWarning" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Warning.png" alt="Warning" /></td><td class="messageCell"><strong>DotNetUtilities\DotNetUtilities.csproj:
</strong><span>Visual Studio 需要对此项目进行非功能性更改以使此项目能够在该版本和 Visual Studio 2010 SP1 中打开,而不会影响项目行为。</span></td></tr><tr name="WarningRowClassDotNetUtilities"><td><a name="DotNetUtilitiesWarning" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Warning.png" alt="Warning" /></td><td class="messageCell"><strong>DotNetUtilities\DotNetUtilities.csproj:
</strong><span>Visual Studio 已对此项目进行非功能性更改以使此项目能够在该版本和 Visual Studio 2010 SP1 中打开,而不会影响项目行为。</span></td></tr><tr name="MessageRowHeaderShowDotNetUtilities"><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell"><a _locID="ShowAdditionalMessages" href="#" name="DotNetUtilitiesMessage" onclick="ToggleMessageVisibility('DotNetUtilities'); return false;">
显示 37 其他消息
</a></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\DotNetUtilities.csproj:
</strong><span>项目文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\DotNetUtilities.csproj</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\DotNetUtilities.csproj.user:
</strong><span>项目用户文件成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\DotNetUtilities.csproj.user</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\center.aspx.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\center.aspx.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\center.aspx.designer.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\center.aspx.designer.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Commons\WebString.aspx.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Commons\WebString.aspx.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Commons\WebString.aspx.designer.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Commons\WebString.aspx.designer.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Default.aspx.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Default.aspx.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Default.aspx.designer.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Default.aspx.designer.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Index.aspx.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Index.aspx.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Index.aspx.designer.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Index.aspx.designer.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Left.aspx.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Left.aspx.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Left.aspx.designer.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Left.aspx.designer.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Main.aspx.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Main.aspx.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Main.aspx.designer.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Main.aspx.designer.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Properties\AssemblyInfo.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Properties\AssemblyInfo.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Top.aspx.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Top.aspx.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Top.aspx.designer.cs:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Top.aspx.designer.cs</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\center.aspx:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\center.aspx</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Commons\WebString.aspx:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Commons\WebString.aspx</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\css\css.css:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\css\css.css</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Default.aspx:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Default.aspx</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\images\del_tit.jpg:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\images\del_tit.jpg</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\images\linkarrow.gif:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\images\linkarrow.gif</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\images\menu_bg.gif:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\images\menu_bg.gif</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\images\menu_bg_hover.gif:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\images\menu_bg_hover.gif</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\images\menu_sub_icon.gif:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\images\menu_sub_icon.gif</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\images\plus_bg.jpg:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\images\plus_bg.jpg</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Index.aspx:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Index.aspx</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\js\sdmenu.js:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\js\sdmenu.js</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Left.aspx:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Left.aspx</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Main.aspx:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Main.aspx</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Top.aspx:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Top.aspx</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Web.config:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Web.config</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Web.Debug.config:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Web.Debug.config</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\Web.Release.config:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities\Web.Release.config</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\DotNetUtilities.csproj:
</strong><span>项目已成功迁移</span></td></tr><tr name="MessageRowClassDotNetUtilities" style="display: none"><td><a name="DotNetUtilitiesMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities\DotNetUtilities.csproj:
</strong><span>扫描完成: 项目文件不需要迁移。</span></td></tr><tr style="display: none" name="MessageRowHeaderHideDotNetUtilities"><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell"><a _locID="HideAdditionalMessages" href="#" name="DotNetUtilitiesMessage" onclick="ToggleMessageVisibility('DotNetUtilities'); return false;">
隐藏 37 其他消息
</a></td></tr></table><a name="Solution" /><h3 _locID="ProjectDisplayNameHeader">解决方案</h3><table><tr id="SolutionHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr name="WarningRowClassSolution"><td><a name="SolutionWarning" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Warning.png" alt="Warning" /></td><td class="messageCell"><strong>DotNetUtilities.sln:
</strong><span>Visual Studio 需要对此项目进行非功能性更改以使此项目能够在该版本和 Visual Studio 2010 SP1 中打开,而不会影响项目行为。</span></td></tr><tr name="MessageRowHeaderShowSolution"><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell"><a _locID="ShowAdditionalMessages" href="#" name="SolutionMessage" onclick="ToggleMessageVisibility('Solution'); return false;">
显示 3 其他消息
</a></td></tr><tr name="MessageRowClassSolution" style="display: none"><td><a name="SolutionMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities.sln:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities.sln</span></td></tr><tr name="MessageRowClassSolution" style="display: none"><td><a name="SolutionMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities.v11.suo:
</strong><span>文件已成功备份为 D:\My Download\GoogleDownload\DotNetUtilities2014-12-3\DotNetUtilities\Backup\DotNetUtilities.v11.suo</span></td></tr><tr name="MessageRowClassSolution" style="display: none"><td><a name="SolutionMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>DotNetUtilities.sln:
</strong><span>成功迁移解决方案</span></td></tr><tr style="display: none" name="MessageRowHeaderHideSolution"><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell"><a _locID="HideAdditionalMessages" href="#" name="SolutionMessage" onclick="ToggleMessageVisibility('Solution'); return false;">
隐藏 3 其他消息
</a></td></tr></table><a name="Collections" /><h3>Collections</h3><table><tr id="CollectionsHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Collections 未记录任何消息。
</td></tr></table><a name="Core.Collections" /><h3>Core.Collections</h3><table><tr id="Core.CollectionsHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.Collections 未记录任何消息。
</td></tr></table><a name="Core.Common" /><h3>Core.Common</h3><table><tr id="Core.CommonHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.Common 未记录任何消息。
</td></tr></table><a name="Core.DBUtility" /><h3>Core.DBUtility</h3><table><tr id="Core.DBUtilityHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.DBUtility 未记录任何消息。
</td></tr></table><a name="Core.Drawing" /><h3>Core.Drawing</h3><table><tr id="Core.DrawingHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.Drawing 未记录任何消息。
</td></tr></table><a name="Core.Email" /><h3>Core.Email</h3><table><tr id="Core.EmailHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.Email 未记录任何消息。
</td></tr></table><a name="Core.Html" /><h3>Core.Html</h3><table><tr id="Core.HtmlHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.Html 未记录任何消息。
</td></tr></table><a name="Core.IO" /><h3>Core.IO</h3><table><tr id="Core.IOHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.IO 未记录任何消息。
</td></tr></table><a name="Core.Json" /><h3>Core.Json</h3><table><tr id="Core.JsonHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.Json 未记录任何消息。
</td></tr></table><a name="Core.Net" /><h3>Core.Net</h3><table><tr id="Core.NetHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.Net 未记录任何消息。
</td></tr></table><a name="Core.Office" /><h3>Core.Office</h3><table><tr id="Core.OfficeHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.Office 未记录任何消息。
</td></tr></table><a name="Core.Systems" /><h3>Core.Systems</h3><table><tr id="Core.SystemsHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.Systems 未记录任何消息。
</td></tr></table><a name="Core.Threads" /><h3>Core.Threads</h3><table><tr id="Core.ThreadsHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.Threads 未记录任何消息。
</td></tr></table><a name="Core.Web" /><h3>Core.Web</h3><table><tr id="Core.WebHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.Web 未记录任何消息。
</td></tr></table><a name="Core.XML" /><h3>Core.XML</h3><table><tr id="Core.XMLHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.XML 未记录任何消息。
</td></tr></table><a name="Core.Zip" /><h3>Core.Zip</h3><table><tr id="Core.ZipHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Core.Zip 未记录任何消息。
</td></tr></table><a name="Data" /><h3>Data</h3><table><tr id="DataHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Data 未记录任何消息。
</td></tr></table><a name="Html操作" /><h3>Html操作</h3><table><tr id="Html操作HeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Html操作 未记录任何消息。
</td></tr></table><a name="JSON" /><h3>JSON</h3><table><tr id="JSONHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">JSON 未记录任何消息。
</td></tr></table><a name="Office" /><h3>Office</h3><table><tr id="OfficeHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Office 未记录任何消息。
</td></tr></table><a name="Thread" /><h3>Thread</h3><table><tr id="ThreadHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Thread 未记录任何消息。
</td></tr></table><a name="Web" /><h3>Web</h3><table><tr id="WebHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">Web 未记录任何消息。
</td></tr></table><a name="XML" /><h3>XML</h3><table><tr id="XMLHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">XML 未记录任何消息。
</td></tr></table><a name="图片" /><h3>图片</h3><table><tr id="图片HeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">图片 未记录任何消息。
</td></tr></table><a name="网络" /><h3>网络</h3><table><tr id="网络HeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">网络 未记录任何消息。
</td></tr></table><a name="文件操作" /><h3>文件操作</h3><table><tr id="文件操作HeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">文件操作 未记录任何消息。
</td></tr></table><a name="系统相关" /><h3>系统相关</h3><table><tr id="系统相关HeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">系统相关 未记录任何消息。
</td></tr></table><a name="压缩解压" /><h3>压缩解压</h3><table><tr id="压缩解压HeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">压缩解压 未记录任何消息。
</td></tr></table><a name="邮件" /><h3>邮件</h3><table><tr id="邮件HeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">消息</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">邮件 未记录任何消息。
</td></tr></table></div></div></body></html>