Microsoft MVP성태의 닷넷 이야기
.NET : 48. app.config의 supportedRuntime 예시 [링크 복사], [링크+제목 복사]
조회: 10699
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)
<?xml version="1.0"?>
<configuration>
    <startup>
        <supportedRuntime version="v4.0"/>
    </startup>
</configuration>
<?xml version="1.0"?>
<configuration>
    <startup>
        <supportedRuntime version="v4.0"/>
        <supportedRuntime version="v2.0"/>
    </startup>
</configuration>
<?xml version="1.0"?>
<configuration>
  <startup>
    <supportedRuntime version="v2.0.50727"/>
    <supportedRuntime version="v2.0.50727" sku="Client"/>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
  </startup>
</configuration>

[연관 글]






[최초 등록일: ]
[최종 수정일: 1/16/2022]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-동일조건변경허락 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.

비밀번호

댓글 작성자
 




1  2  3  4  5  6  7  [8] 
NoWriterDateCnt.TitleFile(s)
18정성태7/17/20033999RegistryEx 클래스 (VC++6.0, Win32) 2000.02.28파일 다운로드1
17정성태9/22/20054864Crypto 클래스 (VC++6.0, Win32) [1]파일 다운로드1
16정성태7/17/20034423Win32 Control Spy (Win32)파일 다운로드1
15정성태7/17/20035101RichEdit Control 클래스 (VC ++ 6.0)파일 다운로드1
1  2  3  4  5  6  7  [8]