move network tools
[reactos.git] / reactos / subsys / system / msconfig / msconfig.xml
1 <module name="msconfig" type="win32gui" installbase="system32" installname="msconfig.exe">
2 <include base="msconfig">.</include>
3 <define name="UNICODE" />
4 <define name="_UNICODE" />
5 <define name="__REACTOS__" />
6 <define name="__USE_W32API" />
7 <define name="_WIN32_IE">0x600</define>
8 <define name="_WIN32_WINNT">0x501</define>
9 <library>kernel32</library>
10 <library>user32</library>
11 <library>advapi32</library>
12 <library>version</library>
13 <library>comctl32</library>
14 <library>shell32</library>
15 <compilationunit name="unit.c">
16 <file>toolspage.c</file>
17 <file>srvpage.c</file>
18 <file>systempage.c</file>
19 <file>startuppage.c</file>
20 <file>freeldrpage.c</file>
21 <file>generalpage.c</file>
22 <file>msconfig.c</file>
23 </compilationunit>
24 <file>msconfig.rc</file>
25 <pch>precomp.h</pch>
26 </module>