Files @ r22622:c99620fb27ff
Branch filter:

Location: cpp/openttd-patchpack/source/projects/dpi_aware.manifest

peter1138
(svn r27833) -Change: Trackdir maps directly to TrackdirBits
1
2
3
4
5
6
7
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" >
  <application xmlns="urn:schemas-microsoft-com:asm.v3">
    <windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
      <dpiAware>True/PM</dpiAware>
    </windowsSettings>
  </application>
</assembly>