]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/puttygen.mft
Add error variable to loop condition
[PuTTY.git] / windows / puttygen.mft
index 10a394ca5cf801ad88586e6a84391c1c480800fa..2c59ba7c5e95785cc758fc07a342c5035775f4d4 100644 (file)
@@ -1,13 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<!-- This is present purely to make Visual Styles in XP work better.
-     See 20020104174954.A12067@imsa.edu.
-     Do not attempt to do anything clever with it, as some versions of
+<!-- Do not attempt to do anything clever with this file, as some versions of
      Windows are very sensitive to the exact format.
      Hence, some facts below are fibs. -->
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 <assemblyIdentity
    version="0.0.0.0"
-   processorArchitecture="x86"
+   processorArchitecture="*"
    name="PuTTYgen"
    type="win32" />
    <description>SSH key generator for PuTTY</description>
              version="6.0.0.0" 
              publicKeyToken="6595b64144ccf1df"
              language="*" 
-             processorArchitecture="x86"/> 
+             processorArchitecture="*"/>
    </dependentAssembly>
    </dependency>
+   <!-- Declare us to be "DPI-aware". -->
+   <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
+     <asmv3:windowsSettings
+         xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
+       <dpiAware>true</dpiAware>
+     </asmv3:windowsSettings>
+   </asmv3:application>
 </assembly>