10 lines
403 B
XML
10 lines
403 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||
|
|
<assemblyIdentity version="1.0.0.0" name="MAF1"/>
|
||
|
|
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||
|
|
<windowsSettings>
|
||
|
|
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
|
||
|
|
</windowsSettings>
|
||
|
|
</application>
|
||
|
|
</assembly>
|