Develop and Download Open Source Software

Browse Subversion Repository

Diff of /exewrap/trunk/exewrap/src/resources/image_gui.x86.manifest

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 65 by hirukawa_ryo, Tue Jul 16 11:03:05 2019 UTC revision 102 by hirukawa_ryo, Wed Dec 28 01:54:03 2022 UTC
# Line 1  Line 1 
1  <?xml version='1.0' encoding='UTF-8' standalone='yes'?>  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2  <assembly manifestVersion='1.0' xmlns='urn:schemas-microsoft-com:asm.v1' xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">  <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
3    <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">    <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
4      <security>      <security>
5        <requestedPrivileges>        <requestedPrivileges>
6          <requestedExecutionLevel level='asInvoker' uiAccess='false' />          <requestedExecutionLevel level="asInvoker" uiAccess="false" />
7        </requestedPrivileges>        </requestedPrivileges>
8      </security>      </security>
9    </trustInfo>    </trustInfo>
10    <asmv3:application>    <application xmlns="urn:schemas-microsoft-com:asm.v3">
11      <asmv3:windowsSettings      <windowsSettings>
12          xmlns:dpi1="http://schemas.microsoft.com/SMI/2005/WindowsSettings"        <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
13          xmlns:dpi2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">        <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">system</dpiAwareness>
14        <dpi1:dpiAware>true/PM</dpi1:dpiAware>      </windowsSettings>
15        <dpi2:dpiAwareness>PerMonitorV2, PerMonitor, system</dpi2:dpiAwareness>    </application>
     </asmv3:windowsSettings>  
   </asmv3:application>  
16    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">    <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
17      <application>      <application>
18        <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />        <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
# Line 26  Line 24 
24    </compatibility>    </compatibility>
25    <dependency>    <dependency>
26      <dependentAssembly>      <dependentAssembly>
27        <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0'        <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
28            processorArchitecture='X86' publicKeyToken='6595b64144ccf1df' language='*' />            processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
29      </dependentAssembly>      </dependentAssembly>
30    </dependency>    </dependency>
31  </assembly>  </assembly>

Legend:
Removed from v.65  
changed lines
  Added in v.102

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26