2022-02-16 00:53:01 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
2023-09-27 07:55:13 -04:00
|
|
|
<dependency>
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*">
|
|
|
|
</assemblyIdentity>
|
|
|
|
</dependentAssembly>
|
|
|
|
</dependency>
|
2022-02-16 00:53:01 -05:00
|
|
|
<application>
|
|
|
|
<windowsSettings>
|
|
|
|
<activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
|
|
|
|
</windowsSettings>
|
|
|
|
</application>
|
|
|
|
</assembly>
|