Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / base / shell / explorer-new / explorer.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="explorer_new" type="win32gui" installname="explorer_new.exe" unicode="true">
4 <include base="explorer_new">.</include>
5 <define name="WIN32" />
6 <define name="_WIN32_IE">0x0600</define>
7 <define name="_WIN32_WINNT">0x0600</define>
8 <define name="WINVER">0x0600</define>
9 <library>advapi32</library>
10 <library>kernel32</library>
11 <library>gdi32</library>
12 <library>user32</library>
13 <library>comctl32</library>
14 <library>msvcrt20</library>
15 <library>ntdll</library>
16 <library>ole32</library>
17 <library>oleaut32</library>
18 <library>shdocvw</library>
19 <library>shell32</library>
20 <library>shlwapi</library>
21 <library>uuid</library>
22 <pch>precomp.h</pch>
23 <file>desktop.c</file>
24 <file>dragdrop.c</file>
25 <file>explorer.c</file>
26 <file>startmnu.c</file>
27 <file>taskband.c</file>
28 <file>taskswnd.c</file>
29 <file>tbsite.c</file>
30 <file>trayntfy.c</file>
31 <file>trayprop.c</file>
32 <file>traywnd.c</file>
33 <file>explorer.rc</file>
34 </module>