Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / base / applications / mscutils / devmgmt / devmgmt.rbuild
index c092c17..5eee05e 100644 (file)
@@ -1,27 +1,26 @@
 <?xml version="1.0"?>
-<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
-       <module name="devmgmt" type="win32gui" installbase="system32" installname="devmgmt.exe" unicode="yes">
-       <include base="devmgmt">.</include>
-               <define name="__REACTOS__" />
-               <define name="__USE_W32API" />
-               <define name="_WIN32_IE">0x600</define>
-               <define name="_WIN32_WINNT">0x501</define>
-               <library>ntdll</library>
-               <library>setupapi</library>
-               <library>gdi32</library>
-               <library>kernel32</library>
-               <library>user32</library>
-               <library>comctl32</library>
-               <library>advapi32</library>
-               <library>devmgr</library>
-               <compilationunit name="unit.c">
-                       <file>about.c</file>
-                       <file>devmgmt.c</file>
-                       <file>enumdevices.c</file>
-                       <file>mainwnd.c</file>
-                       <file>misc.c</file>
-               </compilationunit>
-               <file>devmgmt.rc</file>
-               <pch>precomp.h</pch>
-       </module>
-</rbuild>
+<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
+<module name="devmgmt" type="win32gui" installbase="system32" installname="devmgmt.exe" unicode="yes">
+<include base="devmgmt">.</include>
+       <define name="__REACTOS__" />
+       <define name="__USE_W32API" />
+       <define name="_WIN32_IE">0x600</define>
+       <define name="_WIN32_WINNT">0x501</define>
+       <library>ntdll</library>
+       <library>setupapi</library>
+       <library>gdi32</library>
+       <library>kernel32</library>
+       <library>user32</library>
+       <library>comctl32</library>
+       <library>advapi32</library>
+       <library>devmgr</library>
+       <compilationunit name="unit.c">
+               <file>about.c</file>
+               <file>devmgmt.c</file>
+               <file>enumdevices.c</file>
+               <file>mainwnd.c</file>
+               <file>misc.c</file>
+       </compilationunit>
+       <file>devmgmt.rc</file>
+       <pch>precomp.h</pch>
+</module>