wzp
2021-07-28 864986e4cad03f6b9bba9a7e65379db496b62a6a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
ÿþ<!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 - CMPP2</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="#CMPP2">CMPP2</a></strong></td><td>CMPP2.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#CMPP2Warning">1</a></td><td class="textCentered"><a href="#" onclick="ScrollToFirstVisibleMessage('CMPP2'); return false;">24</a></td></tr></table></div><h2 _locID="SolutionAndProjectsTitle">Solution and projects</h2><div id="messages"><a name="CMPP2" /><h3>CMPP2</h3><table><tr id="CMPP2HeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">Message</th></tr><tr name="WarningRowClassCMPP2"><td><a name="CMPP2Warning" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Warning.png" alt="Warning" /></td><td class="messageCell"><strong>CMPP2.csproj:
        </strong><span>Your project is targeting .NET Framework 2.0 or 3.0. If your project uses assemblies requiring a newer .NET Framework, your project will fail to build. You can change the .NET Framework version by clicking Properties on the project menu and then selecting a new version in the '.NET Framework' dropdown box. (In Visual Basic, this is located on the Compile tab by clicking the 'Advanced Compiler Options...' button.)</span></td></tr><tr name="MessageRowHeaderShowCMPP2"><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell"><a _locID="ShowAdditionalMessages" href="#" name="CMPP2Message" onclick="ToggleMessageVisibility('CMPP2'); return false;">
          Show 24 additional messages
        </a></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>CMPP2.csproj:
        </strong><span>Project file successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\CMPP2.csproj</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPPClient.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPPClient.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPP_ACTIVE_TEST.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPP_ACTIVE_TEST.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPP_ACTIVE_TEST_RESP.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPP_ACTIVE_TEST_RESP.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPP_Command_Id.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPP_Command_Id.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPP_CONNECT.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPP_CONNECT.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPP_CONNECT_RESP.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPP_CONNECT_RESP.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPP_DELIVER.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPP_DELIVER.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPP_DELIVER_RESP.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPP_DELIVER_RESP.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPP_Msg_Content.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPP_Msg_Content.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPP_QUERY.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPP_QUERY.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPP_QUERY_RESP.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPP_QUERY_RESP.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPP_SUBMIT.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPP_SUBMIT.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\CMPP_SUBMIT_RESP.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\CMPP_SUBMIT_RESP.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\MessageEventArgs.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\MessageEventArgs.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\MessageHeader.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\MessageHeader.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\StateDictionary.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\StateDictionary.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\SyncEvents.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\SyncEvents.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\Util.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\Util.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AsiaINFO.SMS.CMPP2\WapPush.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AsiaINFO.SMS.CMPP2\WapPush.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>AssemblyInfo.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\AssemblyInfo.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>_PrivateImplementationDetails_{1F3E987B-E163-43EF-8149-AC87A1FAEE06}.cs:
        </strong><span>File successfully backed up as D:\Program Files (x86)\AsiaINFO\CMPP2Client\CMPP2_Source\Backup\_PrivateImplementationDetails_{1F3E987B-E163-43EF-8149-AC87A1FAEE06}.cs</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>CMPP2.csproj:
        </strong><span>Project migrated successfully</span></td></tr><tr name="MessageRowClassCMPP2" style="display: none"><td><a name="CMPP2Message" /><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" alt="Message" /></td><td class="messageCell"><strong>CMPP2.csproj:
        </strong><span>Scan complete: Migration not required for project files.</span></td></tr><tr style="display: none" name="MessageRowHeaderHideCMPP2"><td><img width="16" height="16" src="_UpgradeReport_Files\UpgradeReport_Information.png" /></td><td class="messageCell"><a _locID="HideAdditionalMessages" href="#" name="CMPP2Message" onclick="ToggleMessageVisibility('CMPP2'); return false;">
          Hide 24 additional messages
        </a></td></tr></table></div></div></body></html>