Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / base / applications / network / dwnl / dwnl.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
3 <module name="dwnl" type="win32cui" installbase="system32" installname="dwnl.exe" unicode="yes">
4 <include base="dwnl">.</include>
5 <library>kernel32</library>
6 <library>urlmon</library>
7 <define name="__USE_W32API" />
8 <define name="WINVER">0x0501</define>
9 <define name="_WIN32_IE">0x0600</define>
10 <file>dwnl.c</file>
11 </module>