summaryrefslogtreecommitdiffstats
path: root/chrome_elf/version_assembly_manifest.template
blob: 153194c3d31acccef023fbf14cac2e1f6d0b5192 (plain)
1
2
3
4
5
6
7
8
<assembly
  xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <assemblyIdentity
      name='@MAJOR@.@MINOR@.@BUILD@.@PATCH@'
      version='@MAJOR@.@MINOR@.@BUILD@.@PATCH@'
      type='win32'/>
  <file name='chrome_elf.dll'/>
</assembly>