summaryrefslogtreecommitdiffstats
path: root/godot.manifest
diff options
context:
space:
mode:
Diffstat (limited to 'godot.manifest')
-rw-r--r--godot.manifest13
1 files changed, 13 insertions, 0 deletions
diff --git a/godot.manifest b/godot.manifest
new file mode 100644
index 0000000000..30b80aff25
--- /dev/null
+++ b/godot.manifest
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type='win32'
+ name='Microsoft.Windows.Common-Controls'
+ version='6.0.0.0' processorArchitecture='*'
+ publicKeyToken='6595b64144ccf1df'
+ language='*'/>
+ </dependentAssembly>
+ </dependency>
+</assembly>