Add .gitattributes and .gitignore files and normalize line endings in the repository...
[reactos.git] / modules / rostests / apitests / kernel32 / deptest.manifest
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <assemblyIdentity type="win32" name="ReactOS-deptest" version="1.0.0.0"/>
4 <dependency>
5 <dependentAssembly>
6 <assemblyIdentity
7 type="win32"
8 name="dep1"
9 version="0.4.4.0"
10 processorArchitecture="x86"
11 />
12 </dependentAssembly>
13 </dependency>
14 <file name="deptest.dll"/>
15 </assembly>