summaryrefslogtreecommitdiffstats
path: root/chrome_elf/chrome_exe_manifest.template
blob: 7c66328e20688f2156b04246d1f16ad2244be116 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <dependency>
  <dependentAssembly>
    <assemblyIdentity type='win32'
      name='@MAJOR@.@MINOR@.@BUILD@.@PATCH@'
      version='@MAJOR@.@MINOR@.@BUILD@.@PATCH@' language='*'/>
  </dependentAssembly>
  </dependency>
</assembly>