Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / base / applications / hh / hh.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="hh" type="win32gui" installbase="system32" installname="hh.exe" unicode="no">
4 <include base="hh">.</include>
5 <define name="__USE_W32API" />
6 <define name="_WIN32_IE">0x0600</define>
7 <define name="_WIN32_WINNT">0x0501</define>
8 <library>kernel32</library>
9 <library>user32</library>
10 <library>gdi32</library>
11 <file>main.c</file>
12 <file>hh.rc</file>
13 </module>