set eol-style for XML files in rosapps
[reactos.git] / rosapps / cmdutils / touch / touch.xml
1 <module name="touch" type="win32cui" installbase="system32" installname="touch.exe" warnings="true">
2 <include base="touch">.</include>
3 <define name="__USE_W32API" />
4 <define name="_WIN32_IE">0x0501</define>
5 <define name="_WIN32_WINNT">0x0501</define>
6 <library>ntdll</library>
7 <file>err.c</file>
8 <file>touch.c</file>
9 <file>touch.rc</file>
10 </module>