Files
ETS/ETS-DIP/UpgradeLog.htm
Samuele Locatelli 12be248182 rename progetto...
2013-10-04 08:50:57 +02:00

516 lines
378 KiB
HTML

<!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 - ETS-WS</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="#ETS-WS">ETS-WS</a></strong></td><td>ETS-WS\ETS-WS.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#ETS-WSWarning">2</a></td><td class="textCentered"><a href="#" onclick="ScrollToFirstVisibleMessage('ETS-WS'); return false;">394</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">Solution</span></a></strong></td><td>ETS-WS.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="#ETS_Data">ETS_Data</a></strong></td><td>..\ETS_Data\ETS_Data.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></table></div><h2 _locID="SolutionAndProjectsTitle">Solution and projects</h2><div id="messages"><a name="ETS-WS" /><h3>ETS-WS</h3><table><tr id="ETS-WSHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">Message</th></tr><tr name="WarningRowClassETS-WS"><td><a name="ETS-WSWarning" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Warning.png" alt="Warning" /></td><td class="messageCell"><strong>ETS-WS\ETS-WS.csproj:
</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="WarningRowClassETS-WS"><td><a name="ETS-WSWarning" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Warning.png" alt="Warning" /></td><td class="messageCell"><strong>ETS-WS\ETS-WS.csproj:
</strong><span>Visual Studio has made 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="MessageRowHeaderShowETS-WS"><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell"><a _locID="ShowAdditionalMessages" href="#" name="ETS-WSMessage" onclick="ToggleMessageVisibility('ETS-WS'); return false;">
Show 394 additional messages
</a></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\ETS-WS.csproj:
</strong><span>Project file successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\ETS-WS.csproj</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\ETS-WS.csproj.user:
</strong><span>Project user file successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\ETS-WS.csproj.user</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Admin.aspx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Admin.aspx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Admin.aspx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Admin.aspx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\AnagFasi.aspx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\AnagFasi.aspx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\AnagFasi.aspx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\AnagFasi.aspx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\AnagTags.aspx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\AnagTags.aspx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\AnagTags.aspx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\AnagTags.aspx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Default.aspx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Default.aspx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Default.aspx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Default.aspx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\demoUpload.aspx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\demoUpload.aspx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\demoUpload.aspx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\demoUpload.aspx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebShipUtils.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebShipUtils.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\GestioneDocumenti.aspx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\GestioneDocumenti.aspx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\GestioneDocumenti.aspx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\GestioneDocumenti.aspx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Help.aspx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Help.aspx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Help.aspx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Help.aspx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Menu.aspx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Menu.aspx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Menu.aspx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Menu.aspx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\MyDocs.aspx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\MyDocs.aspx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\MyDocs.aspx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\MyDocs.aspx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Properties\AssemblyInfo.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Properties\AssemblyInfo.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\ricerca.aspx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\ricerca.aspx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\ricerca.aspx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\ricerca.aspx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\test.aspx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\test.aspx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\test.aspx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\test.aspx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\testMast.aspx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\testMast.aspx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\testMast.aspx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\testMast.aspx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebMasterPages\AjaxSimpleFull.Master.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebMasterPages\AjaxSimpleFull.Master.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebMasterPages\AjaxSimpleFull.Master.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebMasterPages\AjaxSimpleFull.Master.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_admin.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_admin.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_admin.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_admin.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_anagFasi.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_anagFasi.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_anagFasi.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_anagFasi.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_anagTags.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_anagTags.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_anagTags.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_anagTags.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_archivioDocumenti.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_archivioDocumenti.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_archivioDocumenti.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_archivioDocumenti.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_clipboard.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_clipboard.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_clipboard.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_clipboard.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_fileUpload.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_fileUpload.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_fileUpload.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_fileUpload.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_filtroRicerca.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_filtroRicerca.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_filtroRicerca.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_filtroRicerca.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_gestioneDati.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_gestioneDati.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_gestioneDati.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_gestioneDati.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_inputDati.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_inputDati.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_inputDati.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_inputDati.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_menu.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_menu.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_menu.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_menu.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_menuBottomFullpage.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_menuBottomFullpage.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_menuBottomFullpage.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_menuBottomFullpage.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_myTempFile.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_myTempFile.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_myTempFile.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_myTempFile.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_pathAndDocs.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_pathAndDocs.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_pathAndDocs.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_pathAndDocs.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_periodoAnalisi.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_periodoAnalisi.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_periodoAnalisi.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_periodoAnalisi.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_singleFileUpload.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_singleFileUpload.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_singleFileUpload.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_singleFileUpload.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_testata.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_testata.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_testata.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_testata.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_testataProt.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_testataProt.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_testataProt.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_testataProt.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_textAutocomplete.ascx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_textAutocomplete.ascx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_textAutocomplete.ascx.designer.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_textAutocomplete.ascx.designer.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WS\AutoCompletamento.asmx.cs:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WS\AutoCompletamento.asmx.cs</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\NLog.xsd:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\NLog.xsd</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Admin.aspx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Admin.aspx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\AnagFasi.aspx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\AnagFasi.aspx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\AnagTags.aspx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\AnagTags.aspx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-icons_222222_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-icons_222222_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-icons_2e83ff_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-icons_2e83ff_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-icons_454545_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-icons_454545_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-icons_888888_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-icons_888888_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\images\ui-icons_cd0a0a_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\images\ui-icons_cd0a0a_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery-ui.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery-ui.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.accordion.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.accordion.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.all.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.all.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.autocomplete.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.autocomplete.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.base.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.base.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.button.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.button.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.core.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.core.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.datepicker.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.datepicker.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.dialog.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.dialog.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.progressbar.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.progressbar.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.resizable.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.resizable.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.selectable.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.selectable.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.slider.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.slider.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.tabs.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.tabs.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\jquery.ui.theme.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\jquery.ui.theme.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-bg_flat_0_aaaaaa_40x100.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-bg_flat_0_aaaaaa_40x100.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-bg_flat_75_ffffff_40x100.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-bg_flat_75_ffffff_40x100.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-bg_glass_55_fbf9ee_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-bg_glass_55_fbf9ee_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-bg_glass_65_ffffff_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-bg_glass_65_ffffff_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-bg_glass_75_dadada_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-bg_glass_75_dadada_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-bg_glass_75_e6e6e6_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-bg_glass_75_e6e6e6_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-bg_glass_95_fef1ec_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-bg_glass_95_fef1ec_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-bg_highlight-soft_75_cccccc_1x100.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-bg_highlight-soft_75_cccccc_1x100.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-icons_222222_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-icons_222222_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-icons_2e83ff_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-icons_2e83ff_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-icons_454545_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-icons_454545_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-icons_888888_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-icons_888888_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\images\ui-icons_cd0a0a_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\images\ui-icons_cd0a0a_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery-ui.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery-ui.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery.ui.accordion.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery.ui.accordion.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery.ui.autocomplete.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery.ui.autocomplete.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery.ui.button.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery.ui.button.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery.ui.core.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery.ui.core.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery.ui.datepicker.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery.ui.datepicker.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery.ui.dialog.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery.ui.dialog.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery.ui.progressbar.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery.ui.progressbar.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery.ui.resizable.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery.ui.resizable.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery.ui.selectable.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery.ui.selectable.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery.ui.slider.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery.ui.slider.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery.ui.tabs.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery.ui.tabs.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\base\minified\jquery.ui.theme.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\base\minified\jquery.ui.theme.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_flat_0_aaaaaa_40x100.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_flat_0_aaaaaa_40x100.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_flat_0_eeeeee_40x100.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_flat_0_eeeeee_40x100.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_flat_55_c0402a_40x100.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_flat_55_c0402a_40x100.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_flat_55_eeeeee_40x100.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_flat_55_eeeeee_40x100.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_glass_100_f8f8f8_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_glass_100_f8f8f8_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_glass_35_dddddd_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_glass_35_dddddd_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_glass_60_eeeeee_1x400.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_glass_60_eeeeee_1x400.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_inset-hard_75_f7b336_1x100.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_inset-hard_75_f7b336_1x100.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_inset-soft_50_c9c9c9_1x100.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-bg_inset-soft_50_c9c9c9_1x100.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-icons_3383bb_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-icons_3383bb_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-icons_454545_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-icons_454545_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-icons_70b2e1_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-icons_70b2e1_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-icons_999999_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-icons_999999_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\images\ui-icons_fbc856_256x240.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\images\ui-icons_fbc856_256x240.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\jquery-ui-1.9.1.custom.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\jquery-ui-1.9.1.custom.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\css\steamware\jquery-ui-1.9.1.custom.min.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\css\steamware\jquery-ui-1.9.1.custom.min.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\index.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\index.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\js\jquery-1.8.2.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\js\jquery-1.8.2.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\js\jquery-ui-1.9.1.custom.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\js\jquery-ui-1.9.1.custom.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Content\themes\Steamware\js\jquery-ui-1.9.1.custom.min.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Content\themes\Steamware\js\jquery-ui-1.9.1.custom.min.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\css\BuildBlocks.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\css\BuildBlocks.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\css\ExtraComp.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\css\ExtraComp.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\css\ETS.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\css\ETS.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\css\MasterPage.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\css\MasterPage.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Default.aspx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Default.aspx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\demoUpload.aspx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\demoUpload.aspx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\reset_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\reset_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\reset_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\reset_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\reset_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\reset_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\link-break_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\link-break_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\link-break_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\link-break_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\link-break_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\link-break_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\TempUploads\empty\PlaceHolder.file:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\TempUploads\empty\PlaceHolder.file</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\ArchivioDocsRed\PlaceHolder.file:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\ArchivioDocsRed\PlaceHolder.file</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\ArchivioDocs\PlaceHolder.file:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\ArchivioDocs\PlaceHolder.file</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\DocTemplates\email.eml:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\DocTemplates\email.eml</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\GestioneDocumenti.aspx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\GestioneDocumenti.aspx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Help.aspx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Help.aspx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\content_style\content.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\content_style\content.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\content_style\images\accordion_arrow.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\content_style\images\accordion_arrow.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\content_style\images\ExcursusBack.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\content_style\images\ExcursusBack.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\content_style\images\FramedBack.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\content_style\images\FramedBack.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\content_style\images\haccordion_arrow.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\content_style\images\haccordion_arrow.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\content_style\images\icon_pin.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\content_style\images\icon_pin.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\content_style\images\icon_pin_on.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\content_style\images\icon_pin_on.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\content_style\images\nav_arr_L_s.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\content_style\images\nav_arr_L_s.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\content_style\images\nav_arr_R_s.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\content_style\images\nav_arr_R_s.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\content_style\images\qmark.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\content_style\images\qmark.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\content_style\images\SpecialBack.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\content_style\images\SpecialBack.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\css\accordion.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\css\accordion.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\css\question_handling.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\css\question_handling.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\da help online.txt:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\da help online.txt</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\frame_211_maincontent.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\frame_211_maincontent.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\frame_224_maincontent.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\frame_224_maincontent.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\frame_225_maincontent.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\frame_225_maincontent.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\frame_226_maincontent.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\frame_226_maincontent.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\frame_227_maincontent.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\frame_227_maincontent.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\frame_228_maincontent.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\frame_228_maincontent.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\frame_toc.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\frame_toc.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\browser\blank.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\browser\blank.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\browser\forceexp.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\browser\forceexp.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\browser\minus.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\browser\minus.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\browser\plus.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\browser\plus.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\download.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\download.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\enlarge.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\enlarge.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\icon_lm.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\icon_lm.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\icon_lm_s.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\icon_lm_s.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\icon_pg.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\icon_pg.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\icon_pg_s.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\icon_pg_s.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\icon_st.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\icon_st.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\icon_st_s.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\icon_st_s.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\nav_arr_L.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\nav_arr_L.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\nav_arr_R.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\nav_arr_R.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\images\spacer.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\images\spacer.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\index.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\index.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\js\accordion.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\js\accordion.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\js\Basic.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\js\Basic.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\js\ilCOPagePres.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\js\ilCOPagePres.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\js\jquery-ui-min.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\js\jquery-ui-min.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\js\jquery.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\js\jquery.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\js\pure.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\js\pure.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\js\question_handling.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\js\question_handling.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\js\yahoo\animation-min.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\js\yahoo\animation-min.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\js\yahoo\yahoo-dom-event.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\js\yahoo\yahoo-dom-event.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\js\yahoo\yahoo-min.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\js\yahoo\yahoo-min.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\lm_pg_211.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\lm_pg_211.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\lm_pg_224.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\lm_pg_224.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\lm_pg_225.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\lm_pg_225.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\lm_pg_226.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\lm_pg_226.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\lm_pg_227.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\lm_pg_227.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\lm_pg_228.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\lm_pg_228.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\media_256.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\media_256.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\media_257.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\media_257.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\media_258.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\media_258.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\media_259.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\media_259.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\media_260.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\media_260.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\media_261.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\media_261.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\media_262.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\media_262.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\mobs\mm_256\home.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\mobs\mm_256\home.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\mobs\mm_257\upload.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\mobs\mm_257\upload.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\mobs\mm_257\upload_800_0.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\mobs\mm_257\upload_800_0.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\mobs\mm_258\gestioneFile.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\mobs\mm_258\gestioneFile.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\mobs\mm_258\gestioneFile_800_0.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\mobs\mm_258\gestioneFile_800_0.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\mobs\mm_259\ricerca1.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\mobs\mm_259\ricerca1.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\mobs\mm_260\adminSmall.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\mobs\mm_260\adminSmall.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\mobs\mm_260\adminSmall_600_0.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\mobs\mm_260\adminSmall_600_0.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\mobs\mm_261\fasi.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\mobs\mm_261\fasi.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\mobs\mm_261\fasi_800_0.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\mobs\mm_261\fasi_800_0.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\mobs\mm_262\tags.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\mobs\mm_262\tags.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\mobs\mm_262\tags_600_0.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\mobs\mm_262\tags_600_0.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\Prova inserimento develop.txt:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\Prova inserimento develop.txt</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\Services\MediaObjects\flash_flv_player\flvplayer.swf:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\Services\MediaObjects\flash_flv_player\flvplayer.swf</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\Services\MediaObjects\flash_mp3_player\mp3player.swf:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\Services\MediaObjects\flash_mp3_player\mp3player.swf</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\delos.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\delos.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\25black.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\25black.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\block_top.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\block_top.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\ButtonsBack.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\ButtonsBack.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\drop_back.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\drop_back.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\drop_back_active.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\drop_back_active.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\form_back.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\form_back.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\form_top_back.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\form_top_back.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\frame_back.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\frame_back.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\head_back.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\head_back.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\icon_seas_s.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\icon_seas_s.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\media_placeholder_thumb.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\media_placeholder_thumb.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\mm_back.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\mm_back.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\mm_back2.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\mm_back2.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\mm_back3.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\mm_back3.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\pred_text_placeholder_thumb.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\pred_text_placeholder_thumb.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\question_placeholder_thumb.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\question_placeholder_thumb.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\TableHeader.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\TableHeader.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\text_placeholder_thumb.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\text_placeholder_thumb.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\tree_col.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\tree_col.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\style\images\tree_exp.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\style\images\tree_exp.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\syntaxhighlight.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\syntaxhighlight.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\HelpOnLine\table_of_contents.html:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\HelpOnLine\table_of_contents.html</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\addDisTMD_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\addDisTMD_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\addDisTMD_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\addDisTMD_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\addDisTMD_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\addDisTMD_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\addTMD_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\addTMD_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\addTMD_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\addTMD_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\addTMD_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\addTMD_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\AdminArea.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\AdminArea.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\AdminAreaTagFasi.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\AdminAreaTagFasi.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\ajax-loader.gif:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\ajax-loader.gif</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\apply_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\apply_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\apply_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\apply_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\apply_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\apply_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\Archive_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\Archive_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\Archive_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\Archive_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\Archive_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\Archive_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\Archivio.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\Archivio.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\arrDown_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\arrDown_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\arrDown_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\arrDown_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\arrDown_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\arrDown_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\arrUp_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\arrUp_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\arrUp_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\arrUp_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\arrUp_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\arrUp_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\delete_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\delete_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\delete_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\delete_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\delete_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\delete_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\doc_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\doc_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\email_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\email_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\fax_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\fax_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\folder_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\folder_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\folder_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\folder_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\folder_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\folder_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\gantt.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\gantt.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\load_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\load_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\load_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\load_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\load_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\load_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\office.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\office.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\Pin_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\Pin_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\Pin_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\Pin_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\Pin_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\Pin_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\program.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\program.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\proto_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\proto_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\tags.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\tags.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\unknown.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\unknown.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\video.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\video.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\bg-menu-main.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\bg-menu-main.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\bg_bright.jpg:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\bg_bright.jpg</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\bg_dark.jpg:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\bg_dark.jpg</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\bluGrad32.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\bluGrad32.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\cancel_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\cancel_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\cancel_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\cancel_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\cancel_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\cancel_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\clonaObj_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\clonaObj_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\clonaObj_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\clonaObj_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\clonaObj_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\clonaObj_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\edit_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\edit_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\edit_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\edit_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\edit_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\edit_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\elimina_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\elimina_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\elimina_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\elimina_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\elimina_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\elimina_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\email.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\email.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\favicon.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\favicon.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\Help.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\Help.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\home.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\home.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\LogoETS.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\LogoETS.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\LogoETS_big.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\LogoETS_big.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\new_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\new_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\new_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\new_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\new_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\new_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\pdf.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\pdf.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\image.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\image.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\reload_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\reload_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\reload_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\reload_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\reload_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\reload_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\uploadFile.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\uploadFile.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\version_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\version_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\version_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\version_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\version_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\version_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\view_l.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\view_l.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\view_m.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\view_m.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\view_s.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\view_s.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\WorkInProgress.jpg:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\WorkInProgress.jpg</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\images\compress.png:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\images\compress.png</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Menu.aspx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Menu.aspx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\MyDocs.aspx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\MyDocs.aspx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\ricerca.aspx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\ricerca.aspx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\css\Style.css:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\css\Style.css</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Scripts\jquery-1.8.2-vsdoc.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Scripts\jquery-1.8.2-vsdoc.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Scripts\jquery-1.8.2.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Scripts\jquery-1.8.2.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Scripts\jquery-1.8.2.min.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Scripts\jquery-1.8.2.min.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Scripts\jquery-ui-1.9.0.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Scripts\jquery-ui-1.9.0.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Scripts\jquery-ui-1.9.0.min.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Scripts\jquery-ui-1.9.0.min.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Scripts\lmcbutton.js:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Scripts\lmcbutton.js</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Scripts\lmcbutton.swf:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Scripts\lmcbutton.swf</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\test.aspx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\test.aspx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\testMast.aspx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\testMast.aspx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Web.config:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Web.config</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Web.Release.config:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Web.Release.config</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_admin.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_admin.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_anagFasi.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_anagFasi.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_anagTags.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_anagTags.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_archivioDocumenti.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_archivioDocumenti.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_clipboard.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_clipboard.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_fileUpload.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_fileUpload.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_filtroRicerca.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_filtroRicerca.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_gestioneDati.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_gestioneDati.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_inputDati.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_inputDati.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_menu.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_menu.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_menuBottomFullpage.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_menuBottomFullpage.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_myTempFile.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_myTempFile.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_pathAndDocs.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_pathAndDocs.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_periodoAnalisi.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_periodoAnalisi.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_singleFileUpload.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_singleFileUpload.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_testata.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_testata.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_testataProt.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_testataProt.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebUserControls\mod_textAutocomplete.ascx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebUserControls\mod_textAutocomplete.ascx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WS\AutoCompletamento.asmx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WS\AutoCompletamento.asmx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Web.ETS.config:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Web.ETS.config</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\packages.config:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\packages.config</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\NLog.config:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\NLog.config</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\DocTemplates\ETS-Fax.docx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\DocTemplates\ETS-Fax.docx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\DocTemplates\ETS-Fax_noPrj.docx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\DocTemplates\ETS-Fax_noPrj.docx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\DocTemplates\ETS-Lettera.docx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\DocTemplates\ETS-Lettera.docx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\DocTemplates\ETS-Lettera_noPrj.docx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\DocTemplates\ETS-Lettera_noPrj.docx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\DocTemplates\ETS-Proto.docx:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\DocTemplates\ETS-Proto.docx</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\DocTemplates\PlaceHolder.file:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\DocTemplates\PlaceHolder.file</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\logs\PlaceHolder.file:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\logs\PlaceHolder.file</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\WebMasterPages\AjaxSimpleFull.Master:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\WebMasterPages\AjaxSimpleFull.Master</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Web.Debug.config:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Web.Debug.config</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Web.WinLab.config:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Web.WinLab.config</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\Web.sitemap:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS\Web.sitemap</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\ETS-WS.csproj:
</strong><span>Project migrated successfully</span></td></tr><tr name="MessageRowClassETS-WS" style="display: none"><td><a name="ETS-WSMessage" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>ETS-WS\ETS-WS.csproj:
</strong><span>Scan complete: Migration not required for project files.</span></td></tr><tr style="display: none" name="MessageRowHeaderHideETS-WS"><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell"><a _locID="HideAdditionalMessages" href="#" name="ETS-WSMessage" onclick="ToggleMessageVisibility('ETS-WS'); return false;">
Hide 394 additional messages
</a></td></tr></table><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>ETS-WS.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>ETS-WS.sln:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS.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>ETS-WS.v11.suo:
</strong><span>File successfully backed up as C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2010\Projects\ETS\ETS-WS\Backup\ETS-WS.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>ETS-WS.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="ETS_Data" /><h3>ETS_Data</h3><table><tr id="ETS_DataHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">Message</th></tr><tr><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell" _locID="NoMessagesRow">ETS_Data logged no messages.
</td></tr></table></div></div></body></html>