Copy wininet to branch
[reactos.git] / reactos / tools / rbuild / tests / data / automaticdependency_include.xml
1 <?xml version="1.0" ?>
2 <project name="Project" makefile="Makefile">
3 <directory name="tools">
4 <directory name="rbuild">
5 <directory name="tests">
6 <directory name="data">
7 <module name="module1" type="buildtool">
8 <include base="module1">.</include>
9 <include base="module1">sourcefile1</include>
10 <file>sourcefile_include.c</file>
11 </module>
12 </directory>
13 </directory>
14 </directory>
15 </directory>
16 </project>