-
Notifications
You must be signed in to change notification settings - Fork 0
/
UpgradeLog.htm
163 lines (150 loc) · 54.4 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
<!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">
Migration Report
</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">
Migration Report - AutoProgress</h1><div id="content"><h2 _locID="OverviewTitle">Overview</h2><div id="overview"><table><tr><th></th><th _locID="ProjectTableHeader">Project</th><th _locID="PathTableHeader">Path</th><th _locID="ErrorsTableHeader">Errors</th><th _locID="WarningsTableHeader">Warnings</th><th _locID="MessagesTableHeader">Messages</th></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">Solution</span></a></strong></td><td>AutoProgress.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="#AutoProgress">AutoProgress</a></strong></td><td>AutoProgress\AutoProgress.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#" onclick="ScrollToFirstVisibleMessage('AutoProgress'); return false;">44</a></td></tr></table></div><h2 _locID="SolutionAndProjectsTitle">Solution and projects</h2><div id="messages"><a name="Solution" /><h3 _locID="ProjectDisplayNameHeader">Solution</h3><table><tr id="SolutionHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">Message</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>AutoProgress.sln:
</strong><span>Visual Studio needs to make non-functional changes to this project in order to enable the project to open in this version and Visual Studio 2010 SP1 without impacting project behavior.</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;">
Show 3 additional messages
</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>AutoProgress.sln:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress.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>AutoProgress.v11.suo:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress.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>AutoProgress.sln:
</strong><span>Solution migrated successfully</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;">
Hide 3 additional messages
</a></td></tr></table><a name="AutoProgress" /><h3>AutoProgress</h3><table><tr id="AutoProgressHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">Message</th></tr><tr name="MessageRowHeaderShowAutoProgress"><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell"><a _locID="ShowAdditionalMessages" href="#" name="AutoProgressMessage" onclick="ToggleMessageVisibility('AutoProgress'); return false;">
Show 44 additional messages
</a></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgress.csproj:
</strong><span>Project file successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgress.csproj</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgress.csproj.user:
</strong><span>Project user file successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgress.csproj.user</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgressDataSet.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgressDataSet.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgressDataSet.Designer.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgressDataSet.Designer.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgress.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgress.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgress.Designer.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgress.Designer.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\NuevoTest.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\NuevoTest.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\NuevoTest.Designer.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\NuevoTest.Designer.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\DBI.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\DBI.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\NuevaPlantilla.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\NuevaPlantilla.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\NuevaPlantilla.Designer.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\NuevaPlantilla.Designer.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Plantilla.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Plantilla.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Pregunta.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Pregunta.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Preguntas.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Preguntas.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Preguntas.Designer.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Preguntas.Designer.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Program.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Program.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Properties\AssemblyInfo.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Properties\AssemblyInfo.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Properties\Resources.Designer.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Properties\Resources.Designer.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Properties\Settings.Designer.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Properties\Settings.Designer.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Realizacion.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Realizacion.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\RealizarTest.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\RealizarTest.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\RealizarTest.Designer.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\RealizarTest.Designer.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Test.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Test.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Tests.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Tests.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Tests.Designer.cs:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Tests.Designer.cs</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\app.config:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\app.config</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgressDataSet.xsc:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgressDataSet.xsc</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgressDataSet.xsd:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgressDataSet.xsd</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgressDataSet.xss:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgressDataSet.xss</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgress_TemporaryKey.pfx:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgress_TemporaryKey.pfx</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Properties\Settings.settings:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Properties\Settings.settings</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Resources\icono.ico:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Resources\icono.ico</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgress.mdf:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgress.mdf</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgress_log.ldf:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgress_log.ldf</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\icono.ico:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\icono.ico</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgress.resx:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\AutoProgress.resx</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\NuevoTest.resx:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\NuevoTest.resx</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\NuevaPlantilla.resx:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\NuevaPlantilla.resx</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Preguntas.resx:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Preguntas.resx</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Properties\Resources.resx:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Properties\Resources.resx</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\RealizarTest.resx:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\RealizarTest.resx</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\Tests.resx:
</strong><span>File successfully backed up as C:\Users\Riseven\Documents\GitHub\AutoProgress\Backup\AutoProgress\Tests.resx</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgress.csproj:
</strong><span>Project migrated successfully</span></td></tr><tr name="MessageRowClassAutoProgress" style="display: none"><td><a name="AutoProgressMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AutoProgress\AutoProgress.csproj:
</strong><span>Scan complete: Migration not required for project files.</span></td></tr><tr style="display: none" name="MessageRowHeaderHideAutoProgress"><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell"><a _locID="HideAdditionalMessages" href="#" name="AutoProgressMessage" onclick="ToggleMessageVisibility('AutoProgress'); return false;">
Hide 44 additional messages
</a></td></tr></table></div></div></body></html>