forked from AuroraMiddleware/gtk
0a85a76419
gtk/libgtk4.manifest.in is used to give the themed print dialog on Windows, which should not be removed, so we ought to get it back. https://bugzilla.gnome.org/show_bug.cgi?id=773299
22 lines
633 B
XML
22 lines
633 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
<assemblyIdentity
|
|
version="1.0.0.0"
|
|
processorArchitecture="@EXE_MANIFEST_ARCHITECTURE@"
|
|
name="libgtk3"
|
|
type="win32"
|
|
/>
|
|
<dependency>
|
|
<dependentAssembly>
|
|
<assemblyIdentity
|
|
type="win32"
|
|
name="Microsoft.Windows.Common-Controls"
|
|
version="6.0.0.0"
|
|
processorArchitecture="@EXE_MANIFEST_ARCHITECTURE@"
|
|
publicKeyToken="6595b64144ccf1df"
|
|
language="*"
|
|
/>
|
|
</dependentAssembly>
|
|
</dependency>
|
|
</assembly>
|