Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / base / applications / sc / sc.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="sc" type="win32cui" installbase="system32" installname="sc.exe">
4 <define name="__USE_W32API" />
5 <define name="DEFINE_GUID" />
6 <define name="UNICODE" />
7 <define name="_UNICODE" />
8 <library>kernel32</library>
9 <library>advapi32</library>
10 <file>control.c</file>
11 <file>create.c</file>
12 <file>delete.c</file>
13 <file>print.c</file>
14 <file>query.c</file>
15 <file>sc.c</file>
16 <file>start.c</file>
17 <file>usage.c</file>
18 <file>sc.rc</file>
19 <pch>sc.h</pch>
20 </module>