reactos/modules/rostests/apitests/kernel32/deptest.manifest
Hermès Bélusca-Maïto 9393fc320e
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
2021-09-13 03:52:22 +02:00

16 lines
535 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="ReactOS-deptest" version="1.0.0.0"/>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="dep1"
version="0.4.4.0"
processorArchitecture="x86"
/>
</dependentAssembly>
</dependency>
<file name="deptest.dll"/>
</assembly>