===== 작업중 ===== 주문관리 폼 재 수정작업중 - 팩스 및 이메일 기록 폼 제작해야함. - 제작완료 (현재 목록등록 -> 수정버튼 작업중) ㄴ> 작업 완료후 검토하고, 회계로 넘어갈 것. - 회계전환 회계전환. 매출상세(Sales_Detail.cs) 폼 작업완료. (버튼 이벤트 작업진행중) ㄴ> 매출집계에서 상세까지 가는 도중 MDI 부모로 적용되지않는 버그 수정작업완료. 기타 추가적인 버그 잡을것. / 바로빌 세금계산서알아볼것. / 셋업 자동 업데이트 알아볼 것. ===== 보류 ===== b. 마크목록 폼 작성중 1. 엑셀반출 기능 추가중 사용 작업대기중 c. 마크 반입 폼 수정중 1. 불러오기는 되나 저장 기능이 필요함. ===== 완료 ===== 21.06.08 자동업데이트 기능 완료 - 프로젝트가 새로 바뀜. 1. 주문관리 팩스연동 완료 2. 전송된 팩스 확인 작업개시, 이메일 전송모듈 수정완료. 3. 주문관리에서 주문처와 목록 검색하는 폼 검색 모듈도 재수정 완료함. 4. 데이터베이스 내 이미지URL을 가져오는작업 완료 목록집계 폼 재 수정작업 완료 - 확인 및 수정 필요. ISBN 체크 프로그램 => 본프로그램에 이식중. ㄴ> 코드는 다 옮겼으나 기존 사용하던 방식과 조금 달라서 버그발생 가능성 있음. ㄴ> 버그 체크 계속 해볼것. 21-04-15 ㄴ> 21_04_20 버그 없음. 2. 마크편집 폼 수정 중 (마크 반출 test프로젝트 진행완료, 본 프로젝트에 적용중. / 저장기능활성화 작업완료) 2-1. 기존의 칸채우기에서 예상되지 못한 버그가 발생하여 칸채우기 숨김. 2-2. 008태크 재배치 => TextBox에 적용완료. 변경사항 메모장으로 넘기는 작업 완료. 2-3. 저장기능 완료. (04.14 체크해볼것 - 완료) 주문관리 작업중 (DataGridView 주문처 엔터키 입력시 검색되게끔 하는 코드작성중) - 21.04.27 완료
291 lines
41 KiB
HTML
291 lines
41 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" /><title _locID="ConversionReport0">
|
||
마이그레이션 보고서
|
||
</title><style>
|
||
/* Body style, for the entire document */
|
||
body
|
||
{
|
||
background: #F3F3F4;
|
||
color: #1E1E1F;
|
||
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
||
padding: 0;
|
||
margin: 0;
|
||
}
|
||
|
||
/* Header1 style, used for the main title */
|
||
h1
|
||
{
|
||
padding: 10px 0px 10px 10px;
|
||
font-size: 21pt;
|
||
background-color: #E2E2E2;
|
||
border-bottom: 1px #C1C1C2 solid;
|
||
color: #201F20;
|
||
margin: 0;
|
||
font-weight: normal;
|
||
}
|
||
|
||
/* Header2 style, used for "Overview" and other sections */
|
||
h2
|
||
{
|
||
font-size: 18pt;
|
||
font-weight: normal;
|
||
padding: 15px 0 5px 0;
|
||
margin: 0;
|
||
}
|
||
|
||
/* Header3 style, used for sub-sections, such as project name */
|
||
h3
|
||
{
|
||
font-weight: normal;
|
||
font-size: 15pt;
|
||
margin: 0;
|
||
padding: 15px 0 5px 0;
|
||
background-color: transparent;
|
||
}
|
||
|
||
/* Color all hyperlinks one color */
|
||
a
|
||
{
|
||
color: #1382CE;
|
||
}
|
||
|
||
/* Table styles */
|
||
table
|
||
{
|
||
border-spacing: 0 0;
|
||
border-collapse: collapse;
|
||
font-size: 10pt;
|
||
}
|
||
|
||
table th
|
||
{
|
||
background: #E7E7E8;
|
||
text-align: left;
|
||
text-decoration: none;
|
||
font-weight: normal;
|
||
padding: 3px 6px 3px 6px;
|
||
}
|
||
|
||
table td
|
||
{
|
||
vertical-align: top;
|
||
padding: 3px 6px 5px 5px;
|
||
margin: 0px;
|
||
border: 1px solid #E7E7E8;
|
||
background: #F7F7F8;
|
||
}
|
||
|
||
/* 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 */
|
||
.localLink
|
||
{
|
||
color: #1E1E1F;
|
||
background: #EEEEED;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.localLink:hover
|
||
{
|
||
color: #1382CE;
|
||
background: #FFFF99;
|
||
text-decoration: none;
|
||
}
|
||
|
||
/* Center text, used in the over views cells that contain message level counts */
|
||
.textCentered
|
||
{
|
||
text-align: center;
|
||
}
|
||
|
||
/* The message cells in message tables should take up all avaliable space */
|
||
.messageCell
|
||
{
|
||
width: 100%;
|
||
}
|
||
|
||
/* Padding around the content after the h1 */
|
||
#content
|
||
{
|
||
padding: 0px 12px 12px 12px;
|
||
}
|
||
|
||
/* The overview table expands to width, with a max width of 97% */
|
||
#overview table
|
||
{
|
||
width: auto;
|
||
max-width: 75%;
|
||
}
|
||
|
||
/* The messages tables are always 97% width */
|
||
#messages table
|
||
{
|
||
width: 97%;
|
||
}
|
||
|
||
/* All Icons */
|
||
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded
|
||
{
|
||
min-width:18px;
|
||
min-height:18px;
|
||
background-repeat:no-repeat;
|
||
background-position:center;
|
||
}
|
||
|
||
/* Success icon encoded */
|
||
.IconSuccessEncoded
|
||
{
|
||
/* 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 */
|
||
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
|
||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABcElEQVR4Xq2TsUsCURzHv15g8ZJcBWlyiYYgCIWcb9DFRRwMW5TA2c0/QEFwFkxxUQdxVlBwCYWOi6IhWgQhBLHJUCkhLr/BW8S7gvrAg+N+v8/v+x68Z8MGy+XSCyABQAXgBgHGALoASkIIDWSLeLBetdHryMjd5IxQPWT4rn1c/P7+xxp72Cs9m5SZ0Bq2vPnbPFafK2zDvmNHypdC0BPkLlQhxJsCAhQoZwdZU5mwxh720qGo8MzTxTTKZDPCx2HoVzp6lz0Q9tKhyx0kGs8Ny+TkWRKk8lCROwEduhyg9l/6lunOPSfmH3NUH6uQ0KHLAe7JYvJjevm+DAMGJHToKtigE+vwvIidxLamb8IBY9e+C5LiXREkfho3TSd06HJA13/oh6T51MTsfQbHrsMynQ5dDihFjiK8JJAU9AKIWTp76dCVN7HWHrajmUEGvyF9nkbAE6gLIS7kTUyuf2gscLoJrElZo/Mvj+nPz/kLTmfnEwP3tB0AAAAASUVORK5CYII=);
|
||
}
|
||
|
||
/* Information icon encoded */
|
||
.IconInfoEncoded
|
||
{
|
||
/* 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 */
|
||
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
|
||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
|
||
}
|
||
|
||
/* Warning icon encoded */
|
||
.IconWarningEncoded
|
||
{
|
||
/* 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 */
|
||
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
|
||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
|
||
}
|
||
|
||
/* Error icon encoded */
|
||
.IconErrorEncoded
|
||
{
|
||
/* 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 */
|
||
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
|
||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
|
||
}
|
||
</style><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">
|
||
마이그레이션 보고서 - Factory_Client</h1><div id="content"><h2 _locID="OverviewTitle">개요</h2><div id="overview"><table><tr><th></th><th _locID="ProjectTableHeader">프로젝트</th><th _locID="PathTableHeader">경로</th><th _locID="ErrorsTableHeader">오류</th><th _locID="WarningsTableHeader">경고</th><th _locID="MessagesTableHeader">메시지</th></tr><tr><td class="IconWarningEncoded" /><td><strong><a href="#Solution"><span _locID="OverviewSolutionSpan">솔루션</span></a></strong></td><td>Factory_Client.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;">2</a></td></tr><tr><td class="IconSuccessEncoded" /><td><strong><a href="#Factory_Client">Factory_Client</a></strong></td><td>Factory_Client\Factory_Client.csproj</td><td class="textCentered"><a>0</a></td><td class="textCentered"><a>0</a></td><td class="textCentered"><a href="#" onclick="ScrollToFirstVisibleMessage('Factory_Client'); return false;">13</a></td></tr></table></div><h2 _locID="SolutionAndProjectsTitle">솔루션 및 프로젝트</h2><div id="messages"><a name="Solution" /><h3 _locID="ProjectDisplayNameHeader">솔루션</h3><table><tr id="SolutionHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">메시지</th></tr><tr name="WarningRowClassSolution"><td class="IconWarningEncoded"><a name="SolutionWarning" /></td><td class="messageCell"><strong>Factory_Client.sln:
|
||
</strong><span>프로젝트 동작에 영향을 주지 않고 프로젝트가 Visual Studio 2010 SP1 이상의 최신 Visual Studio 버전에서 열리게 하기 위해 Visual Studio에서 함수를 사용하지 않고 이 프로젝트를 변경해야 합니다.</span></td></tr><tr name="MessageRowHeaderShowSolution"><td class="IconInfoEncoded" /><td class="messageCell"><a _locID="ShowAdditionalMessages" href="#" name="SolutionMessage" onclick="ToggleMessageVisibility('Solution'); return false;">
|
||
표시 2 추가 메시지
|
||
</a></td></tr><tr name="MessageRowClassSolution" style="display: none"><td class="IconInfoEncoded"><a name="SolutionMessage" /></td><td class="messageCell"><strong>Factory_Client.sln:
|
||
</strong><span>파일을 C:\Users\Administrator\Desktop\unimarc\unimarc\Backup\Factory_Client.sln(으)로 백업했습니다.</span></td></tr><tr name="MessageRowClassSolution" style="display: none"><td class="IconInfoEncoded"><a name="SolutionMessage" /></td><td class="messageCell"><strong>Factory_Client.sln:
|
||
</strong><span>솔루션을 마이그레이션했습니다.</span></td></tr><tr style="display: none" name="MessageRowHeaderHideSolution"><td class="IconInfoEncoded" /><td class="messageCell"><a _locID="HideAdditionalMessages" href="#" name="SolutionMessage" onclick="ToggleMessageVisibility('Solution'); return false;">
|
||
숨기기 2 추가 메시지
|
||
</a></td></tr></table><a name="Factory_Client" /><h3>Factory_Client</h3><table><tr id="Factory_ClientHeaderRow"><th></th><th class="messageCell" _locID="MessageTableHeader">메시지</th></tr><tr name="MessageRowHeaderShowFactory_Client"><td class="IconInfoEncoded" /><td class="messageCell"><a _locID="ShowAdditionalMessages" href="#" name="Factory_ClientMessage" onclick="ToggleMessageVisibility('Factory_Client'); return false;">
|
||
표시 13 추가 메시지
|
||
</a></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\Factory_Client.csproj:
|
||
</strong><span>프로젝트 파일을 C:\Users\Administrator\Desktop\unimarc\unimarc\Backup\Factory_Client\Factory_Client.csproj(으)로 백업했습니다.</span></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\Factory_Client.cs:
|
||
</strong><span>파일을 C:\Users\Administrator\Desktop\unimarc\unimarc\Backup\Factory_Client\Factory_Client.cs(으)로 백업했습니다.</span></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\Factory_Client.Designer.cs:
|
||
</strong><span>파일을 C:\Users\Administrator\Desktop\unimarc\unimarc\Backup\Factory_Client\Factory_Client.Designer.cs(으)로 백업했습니다.</span></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\Program.cs:
|
||
</strong><span>파일을 C:\Users\Administrator\Desktop\unimarc\unimarc\Backup\Factory_Client\Program.cs(으)로 백업했습니다.</span></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\Properties\AssemblyInfo.cs:
|
||
</strong><span>파일을 C:\Users\Administrator\Desktop\unimarc\unimarc\Backup\Factory_Client\Properties\AssemblyInfo.cs(으)로 백업했습니다.</span></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\Properties\Resources.Designer.cs:
|
||
</strong><span>파일을 C:\Users\Administrator\Desktop\unimarc\unimarc\Backup\Factory_Client\Properties\Resources.Designer.cs(으)로 백업했습니다.</span></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\Properties\Settings.Designer.cs:
|
||
</strong><span>파일을 C:\Users\Administrator\Desktop\unimarc\unimarc\Backup\Factory_Client\Properties\Settings.Designer.cs(으)로 백업했습니다.</span></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\app.config:
|
||
</strong><span>파일을 C:\Users\Administrator\Desktop\unimarc\unimarc\Backup\Factory_Client\app.config(으)로 백업했습니다.</span></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\Properties\Settings.settings:
|
||
</strong><span>파일을 C:\Users\Administrator\Desktop\unimarc\unimarc\Backup\Factory_Client\Properties\Settings.settings(으)로 백업했습니다.</span></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\Factory_Client.resx:
|
||
</strong><span>파일을 C:\Users\Administrator\Desktop\unimarc\unimarc\Backup\Factory_Client\Factory_Client.resx(으)로 백업했습니다.</span></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\Properties\Resources.resx:
|
||
</strong><span>파일을 C:\Users\Administrator\Desktop\unimarc\unimarc\Backup\Factory_Client\Properties\Resources.resx(으)로 백업했습니다.</span></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\Factory_Client.csproj:
|
||
</strong><span>프로젝트를 마이그레이션했습니다.</span></td></tr><tr name="MessageRowClassFactory_Client" style="display: none"><td class="IconInfoEncoded"><a name="Factory_ClientMessage" /></td><td class="messageCell"><strong>Factory_Client\app.config:
|
||
</strong><span>파일을 마이그레이션했습니다. 모든 <supportedRuntime> 및 <requiredRuntime> 태그가 제거되었으므로 Visual Studio 2005에서 프로젝트를 빌드하고 실행할 수 있습니다.</span></td></tr><tr style="display: none" name="MessageRowHeaderHideFactory_Client"><td class="IconInfoEncoded" /><td class="messageCell"><a _locID="HideAdditionalMessages" href="#" name="Factory_ClientMessage" onclick="ToggleMessageVisibility('Factory_Client'); return false;">
|
||
숨기기 13 추가 메시지
|
||
</a></td></tr></table></div></div></body></html> |