[USB-BRINGUP-TRUNK]
[reactos.git] / 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 <library>advapi32</library>
7 <library>gdi32</library>
8 <library>user32</library>
9 <library>comctl32</library>
10 <library>ole32</library>
11 <library>oleaut32</library>
12 <library>shell32</library>
13 <library>shlwapi</library>
14 <library>uuid</library>
15 <library>version</library>
16 <pch>precomp.h</pch>
17 <file>desktop.c</file>
18 <file>dragdrop.c</file>
19 <file>explorer.c</file>
20 <file>startmnu.c</file>
21 <file>taskband.c</file>
22 <file>taskswnd.c</file>
23 <file>tbsite.c</file>
24 <file>trayntfy.c</file>
25 <file>trayprop.c</file>
26 <file>traywnd.c</file>
27 <file>explorer.rc</file>
28 </module>