[RTL]
[reactos.git] / reactos / tools / rbuild / tests / data / project.rbuild
1 <?xml version="1.0" ?>
2 <!DOCTYPE project SYSTEM "../../project.dtd">
3 <project name="Project" makefile="Makefile">
4 <directory name="dir1">
5 <module name="module1" type="buildtool">
6 </module>
7 </directory>
8 <directory name="dir2">
9 <module name="module2" type="buildtool">
10 </module>
11 </directory>
12 </project>