1*592efe25SPierre Pronchery<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 2*592efe25SPierre Pronchery<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> 3*592efe25SPierre Pronchery <assemblyIdentity type="win32" name="pkgconf" version="@VERSION@"/> 4*592efe25SPierre Pronchery <application> 5*592efe25SPierre Pronchery <windowsSettings> 6*592efe25SPierre Pronchery <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage> 7*592efe25SPierre Pronchery </windowsSettings> 8*592efe25SPierre Pronchery </application> 9*592efe25SPierre Pronchery</assembly> 10