Copy wininet to branch
[reactos.git] / reactos / tools / rbuild / tests / data / if.xml
1 <?xml version="1.0" ?>
2 <project name="Project" makefile="Makefile">
3 <module name="module1" type="buildtool">
4 <if property="VAR1" value="value1">
5 <file>file1.c</file>
6 </if>
7 <file>file2.c</file>
8 </module>
9 </project>