Fix Blurry Fonts on High-DPI Windows 10

This commit is contained in:
exhalatio 2015-11-11 10:10:10 +09:00
parent 9f4dd94c7b
commit 4df13b4a23
1 changed files with 4 additions and 1 deletions

View File

@ -39,6 +39,9 @@
<StackReserveSize>1</StackReserveSize>
<DataExecutionPrevention>false</DataExecutionPrevention>
</Link>
<Manifest>
<EnableDPIAwareness>true</EnableDPIAwareness>
</Manifest>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Logging.cpp" />
@ -319,4 +322,4 @@
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
</Project>
</Project>