Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/WpfTestSvgSample/UpgradeLog.htm @ 13435

Last change on this file since 13435 was 12762, checked in by aballeit, 9 years ago

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

  • Property svn:mime-type set to application/octet-stream
File size: 46.4 KB
Line 
1<!DOCTYPE html>
2<!-- saved from url=(0014)about:internet -->
3 <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" /><title _locID="ConversionReport0">
4          Migration Report
5        </title><style>
6                    /* Body style, for the entire document */
7                    body
8                    {
9                        background: #F3F3F4;
10                        color: #1E1E1F;
11                        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
12                        padding: 0;
13                        margin: 0;
14                    }
15
16                    /* Header1 style, used for the main title */
17                    h1
18                    {
19                        padding: 10px 0px 10px 10px;
20                        font-size: 21pt;
21                        background-color: #E2E2E2;
22                        border-bottom: 1px #C1C1C2 solid;
23                        color: #201F20;
24                        margin: 0;
25                        font-weight: normal;
26                    }
27
28                    /* Header2 style, used for "Overview" and other sections */
29                    h2
30                    {
31                        font-size: 18pt;
32                        font-weight: normal;
33                        padding: 15px 0 5px 0;
34                        margin: 0;
35                    }
36
37                    /* Header3 style, used for sub-sections, such as project name */
38                    h3
39                    {
40                        font-weight: normal;
41                        font-size: 15pt;
42                        margin: 0;
43                        padding: 15px 0 5px 0;
44                        background-color: transparent;
45                    }
46
47                    /* Color all hyperlinks one color */
48                    a
49                    {
50                        color: #1382CE;
51                    }
52
53                    /* Table styles */
54                    table
55                    {
56                        border-spacing: 0 0;
57                        border-collapse: collapse;
58                        font-size: 10pt;
59                    }
60
61                    table th
62                    {
63                        background: #E7E7E8;
64                        text-align: left;
65                        text-decoration: none;
66                        font-weight: normal;
67                        padding: 3px 6px 3px 6px;
68                    }
69
70                    table td
71                    {
72                        vertical-align: top;
73                        padding: 3px 6px 5px 5px;
74                        margin: 0px;
75                        border: 1px solid #E7E7E8;
76                        background: #F7F7F8;
77                    }
78
79                    /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
80                    .localLink
81                    {
82                        color: #1E1E1F;
83                        background: #EEEEED;
84                        text-decoration: none;
85                    }
86
87                    .localLink:hover
88                    {
89                        color: #1382CE;
90                        background: #FFFF99;
91                        text-decoration: none;
92                    }
93
94                    /* Center text, used in the over views cells that contain message level counts */
95                    .textCentered
96                    {
97                        text-align: center;
98                    }
99
100                    /* The message cells in message tables should take up all avaliable space */
101                    .messageCell
102                    {
103                        width: 100%;
104                    }
105
106                    /* Padding around the content after the h1 */
107                    #content
108                    {
109                      padding: 0px 12px 12px 12px;
110                    }
111
112                    /* The overview table expands to width, with a max width of 97% */
113                    #overview table
114                    {
115                        width: auto;
116                        max-width: 75%;
117                    }
118
119                    /* The messages tables are always 97% width */
120                    #messages table
121                    {
122                        width: 97%;
123                    }
124
125                    /* All Icons */
126                    .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded
127                    {
128                        min-width:18px;
129                        min-height:18px;
130                        background-repeat:no-repeat;
131                        background-position:center;
132                    }
133
134                    /* Success icon encoded */
135                    .IconSuccessEncoded
136                    {
137                        /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
138                        /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
139                        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABOElEQVR4XqVTIWvDQBh9HVWBwWzEYGow19KpQiBqrqKiYqpVkf0BcTX9ASdr2jBZMRFRe1CYysjcYDAoTIS5wCB6eXAXsjt2YezBme/73vfeF156MFBV1QLAHEBotCSAxPO8HVo4axGv6pfnn/k2lnEYPARoP9bY4wxnoUAHUIV8/bS+OLwf4MLsZobl7bIEMKzdnLSDR5GJTjKxf92Ds+SAJ/Dm2tqAjd8wuZ4gizKk92mzhBxy6WDOggvRKAKxed78cEIuF4THj6NT3T/3UXwVSN9SaChOyAV/ULfRhwHeScWVXIEw1C2YDqiklTvV9QIZXAZQoBIVqexUVxzJBQnDYbuAU11xEp1EpnBgBcmdxpc6iUOdxGk8jkvDSVeUp81HZKaZbW4Vd0LdZ9/MHmc4qzj49+/8DReTp9S7vY7uAAAAAElFTkSuQmCC);
140                    }
141
142                    /* Information icon encoded */
143                    .IconInfoEncoded
144                    {
145                        /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
146                        /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
147                        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABBElEQVR4Xs2TsYrCQBCG1wVFo3DXWHkHNvZJIdem8AXiA5i8xRXWFvcWiVibF7BIKxamtwmolY2FxsNrnF9GiVkSCGnuh2GL2e9nZvm3IlKK49ihw6YyU62AytM0zU0ClQTYpcNfHv50d3MRi/31hR50asLpNcRXuxoSYJFRxAZPeP29Or3Po1+RJ5iM9eaRMAMmkhv+JDwr8G70ea+kMB3uggEosfNj7BwpJmDAYgI7C/6YblGZJmBhYKYfTF1BFTOmFCX1PwwChKSomAlg4CEcRcWMJ5FtxHPYrReCwYCVDFg//dYRjcwcqFG2no/IH8OgRjgz33g/dWf0cAd3mRGlv/MNZL1xS4xD8eEAAAAASUVORK5CYII=);
148                    }
149
150                    /* Warning icon encoded */
151                    .IconWarningEncoded
152                    {
153                        /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
154                        /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
155                        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
156                    }
157
158                    /* Error icon encoded */
159                    .IconErrorEncoded
160                    {
161                        /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
162                        /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
163                        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABP0lEQVR4XqWTvUoDQRSFr4NBWRAD+gA+gMXmDWJlFbC3iCBY2Qm2YmttKyhYaaFtGiPY2CWFD2BjEwiugkv8XecbcmHmEgTJgUs2371ndmY4OyNGZVluedD21TStW19nWZadKrDGFV+915tONdhsVU/LkhSMHjPMqi/sYAx6b3s79Y/Lc/lLc9u7kh0cFR40/G4e3ZhflYf7wVxbzUNZKX8/ORZm8cAdZ/66v8tpYFy67lLJIpYziwev48JGHsRyi3UdVnNgsfDg5fzpZTXz6rt4rhC/0TO9ZBbvrBh9PvRluLGWvPXnpYCFnpWTKWUXiM/Mm6n4TiYGqKvBMefn/0SmwcLriOe8D4fKnlnvBBYLD15NIinMNUjIXFjMNY19n8RGEmUSRkj+HWUeAKy6cNGR2npLrGD0mFEzfOrP+Rf4+xT8EskwMAAAAABJRU5ErkJggg==);
164                    }
165                 </style><script type="text/javascript" language="javascript">
166         
167            // Startup
168            // Hook up the the loaded event for the document/window, to linkify the document content
169            var startupFunction = function() { linkifyElement("messages"); };
170           
171            if(window.attachEvent)
172            {
173              window.attachEvent('onload', startupFunction);
174            }
175            else if (window.addEventListener)
176            {
177              window.addEventListener('load', startupFunction, false);
178            }
179            else
180            {
181              document.addEventListener('load', startupFunction, false);
182            }
183           
184            // Toggles the visibility of table rows with the specified name
185            function toggleTableRowsByName(name)
186            {
187               var allRows = document.getElementsByTagName('tr');
188               for (i=0; i < allRows.length; i++)
189               {
190                  var currentName = allRows[i].getAttribute('name');
191                  if(!!currentName && currentName.indexOf(name) == 0)
192                  {
193                      var isVisible = allRows[i].style.display == '';
194                      isVisible ? allRows[i].style.display = 'none' : allRows[i].style.display = '';
195                  }
196               }
197            }
198           
199            function scrollToFirstVisibleRow(name)
200            {
201               var allRows = document.getElementsByTagName('tr');
202               for (i=0; i < allRows.length; i++)
203               {
204                  var currentName = allRows[i].getAttribute('name');
205                  var isVisible = allRows[i].style.display == '';
206                  if(!!currentName && currentName.indexOf(name) == 0 && isVisible)
207                  {
208                     allRows[i].scrollIntoView(true);
209                     return true;
210                  }
211               }
212               
213               return false;
214            }
215           
216            // Linkifies the specified text content, replaces candidate links with html links
217            function linkify(text)
218            {
219                 if(!text || 0 === text.length)
220                 {
221                     return text;
222                 }
223
224                 // Find http, https and ftp links and replace them with hyper links
225                 var urlLink = /(http|https|ftp)\:\/\/[a-zA-Z0-9\-\.]+(:[a-zA-Z0-9]*)?\/?([a-zA-Z0-9\-\._\?\,\/\\\+&%\$#\=~;\{\}])*/gi;
226                 
227                 return text.replace(urlLink, '<a href="$&">$&</a>') ;
228            }
229           
230            // Linkifies the specified element by ID
231            function linkifyElement(id)
232            {
233                var element = document.getElementById(id);
234                if(!!element)
235                {
236                  element.innerHTML = linkify(element.innerHTML);
237                }
238            }
239           
240            function ToggleMessageVisibility(projectName)
241            {
242              if(!projectName || 0 === projectName.length)
243              {
244                return;
245              }
246             
247              toggleTableRowsByName("MessageRowClass" + projectName);
248              toggleTableRowsByName('MessageRowHeaderShow' + projectName);
249              toggleTableRowsByName('MessageRowHeaderHide' + projectName);
250            }
251           
252            function ScrollToFirstVisibleMessage(projectName)
253            {
254              if(!projectName || 0 === projectName.length)
255              {
256                return;
257              }
258             
259              // First try the 'Show messages' row
260              if(!scrollToFirstVisibleRow('MessageRowHeaderShow' + projectName))
261              {
262                // Failed to find a visible row for 'Show messages', try an actual message row
263                scrollToFirstVisibleRow('MessageRowClass' + projectName);
264              }
265            }
266           </script></head><body><h1 _locID="ConversionReport">
267          Migration Report - WpfTestSvgSample</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 class="IconSuccessEncoded" /><td><strong><a href="#WpfTestSvgSample">WpfTestSvgSample</a></strong></td><td>WpfTestSvgSample.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#" onclick="ScrollToFirstVisibleMessage('WpfTestSvgSample'); return false;">25</a></td></tr></table></div><h2 _locID="SolutionAndProjectsTitle">Solution and projects</h2><div id="messages"><a name="WpfTestSvgSample" /><h3>WpfTestSvgSample</h3><table><tr id="WpfTestSvgSampleHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">Message</th></tr><tr name="MessageRowHeaderShowWpfTestSvgSample"><td class="IconInfoEncoded" /><td class="messageCell"><a _locID="ShowAdditionalMessages" href="#" name="WpfTestSvgSampleMessage" onclick="ToggleMessageVisibility('WpfTestSvgSample'); return false;">
268          Show 25 additional messages
269        </a></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>WpfTestSvgSample.csproj:
270        </strong><span>Project file successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\WpfTestSvgSample.csproj</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>WpfTestSvgSample.csproj.user:
271        </strong><span>Project user file successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\WpfTestSvgSample.csproj.user</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>App.xaml.cs:
272        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\App.xaml.cs</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>MainWindow.xaml.cs:
273        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\MainWindow.xaml.cs</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>DrawingPage.xaml.cs:
274        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\DrawingPage.xaml.cs</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>MouseHandlingMode.cs:
275        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\MouseHandlingMode.cs</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>PrintPreviewWindow.xaml.cs:
276        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\PrintPreviewWindow.xaml.cs</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>Properties\AssemblyInfo.cs:
277        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\Properties\AssemblyInfo.cs</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>Properties\Resources.Designer.cs:
278        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\Properties\Resources.Designer.cs</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>Properties\Settings.Designer.cs:
279        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\Properties\Settings.Designer.cs</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>ScaleToPercentConverter.cs:
280        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\ScaleToPercentConverter.cs</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>SvgPage.xaml.cs:
281        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\SvgPage.xaml.cs</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>XamlPage.xaml.cs:
282        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\XamlPage.xaml.cs</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>Properties\Settings.settings:
283        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\Properties\Settings.settings</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>Resources\PanTool.cur:
284        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\Resources\PanTool.cur</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>Resources\PanToolDown.cur:
285        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\Resources\PanToolDown.cur</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>Properties\Resources.resx:
286        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\Properties\Resources.resx</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>App.xaml:
287        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\App.xaml</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>DrawingPage.xaml:
288        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\DrawingPage.xaml</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>MainWindow.xaml:
289        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\MainWindow.xaml</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>PrintPreviewWindow.xaml:
290        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\PrintPreviewWindow.xaml</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>SvgPage.xaml:
291        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\SvgPage.xaml</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>XamlPage.xaml:
292        </strong><span>File successfully backed up as D:\FH Hagenberg\Masterarbeit\SharpVectorsReloaded\Samples\WpfTestSvgSample\Backup\XamlPage.xaml</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>WpfTestSvgSample.csproj:
293        </strong><span>Project migrated successfully</span></td></tr><tr name="MessageRowClassWpfTestSvgSample" style="display: none"><td class="IconInfoEncoded"><a name="WpfTestSvgSampleMessage" /></td><td class="messageCell"><strong>WpfTestSvgSample.csproj:
294        </strong><span>Scan complete: Migration not required for project files.</span></td></tr><tr style="display: none" name="MessageRowHeaderHideWpfTestSvgSample"><td class="IconInfoEncoded" /><td class="messageCell"><a _locID="HideAdditionalMessages" href="#" name="WpfTestSvgSampleMessage" onclick="ToggleMessageVisibility('WpfTestSvgSample'); return false;">
295          Hide 25 additional messages
296        </a></td></tr></table></div></div></body></html>
Note: See TracBrowser for help on using the repository browser.