Codebase list mozc / debian/1.3.975.102-1 server / mozc_cache_service.exe.manifest
debian/1.3.975.102-1

Tree @debian/1.3.975.102-1 (Download .tar.gz)

mozc_cache_service.exe.manifest @debian/1.3.975.102-1raw · history · blame

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <!--
    The namespace alias 'compat' below is added as a workaround for b/3034589.
    If there is no alias, Manifest Tool version 6.1.7716.0 may add multiple
    xmlns declarations, which might cause a heap corruption in sxs.dll on
    Windows XP SP2 as shown in http://support.microsoft.com/kb/921337
  -->
  <compat:compatibility
       xmlns:compat="urn:schemas-microsoft-com:compatibility.v1">
    <compat:application>
      <!--The ID below indicates application support for Windows 7 -->
      <compat:supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
      <!--The ID below indicates application support for Windows Vista -->
      <compat:supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
    </compat:application>
  </compat:compatibility>
</assembly>