aboutsummaryrefslogtreecommitdiff
path: root/test/COFF/Inputs/manifestinput.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/Inputs/manifestinput.test')
-rw-r--r--test/COFF/Inputs/manifestinput.test13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/COFF/Inputs/manifestinput.test b/test/COFF/Inputs/manifestinput.test
new file mode 100644
index 000000000000..c65739225a59
--- /dev/null
+++ b/test/COFF/Inputs/manifestinput.test
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
+<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>