개정판 92c9cab8
issue #0000 DIG test 오류 수정
Change-Id: If8c0d8e600350c6ac591324d3cc5667a1bc57c5e
KCOM/Properties/app.manifest | ||
---|---|---|
46 | 46 |
않습니다. WPF(Windows Presentation Foundation) 응용 프로그램은 자동으로 DPI를 인식하며 |
47 | 47 |
옵트인할 필요가 없습니다. 이 설정으로 옵트인하며 .NET Framework 4.6을 대상으로 하는 |
48 | 48 |
Windows Forms 응용 프로그램은 app.config에서 'EnableWindowsFormsHighDpiAutoResizing' 설정도 'true'로 지정합니다. --> |
49 |
<!-- |
|
49 |
|
|
50 | 50 |
<application xmlns="urn:schemas-microsoft-com:asm.v3"> |
51 | 51 |
<windowsSettings> |
52 | 52 |
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> |
53 | 53 |
</windowsSettings> |
54 | 54 |
</application> |
55 |
--> |
|
55 |
|
|
56 | 56 |
<!-- Windows 공용 컨트롤 및 대화 상자의 테마 사용(Windows XP 이상) --> |
57 | 57 |
<!-- |
58 | 58 |
<dependency> |
내보내기 Unified diff